public class Query extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Query.QueryType |
static class |
Query.RemoveWordsType |
static class |
Query.TypoTolerance |
public Query()
public Query(String query)
public String toParam()
public Query setQueryType(Query.QueryType queryType)
public Query setTypoTolerance(Query.TypoTolerance typoTolerance)
public Query setAllowTyposOnNumericTokens(Boolean allowTyposOnNumericTokens)
public Query setRestrictSearchableAttributes(String restrictSearchableAttributes)
public Query setReplaceSynonymsInHighlight(Boolean replaceSynonymsInHighlight)
public Query setRemoveWordsIfNoResult(Query.RemoveWordsType removeWordsIfNoResult)
public Query setDisableTypoToleranceOnAttributes(String disableTypoToleranceOnAttributes)
public Query setAroundRadiusAll()
Copyright © 2016. All rights reserved.