public class RuleQuery extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getAnchoring() |
String |
getContext() |
Integer |
getHitsPerPage() |
Integer |
getPage() |
String |
getQuery() |
RuleQuery |
setAnchoring(String anchoring)
Set the anchoring, restricts the search to rules with a specific anchoring type
|
RuleQuery |
setContext(String context)
Set the context, restricts the search to rules with a specific context (exact match)
|
RuleQuery |
setHitsPerPage(Integer hitsPerPage)
Set the number of hits per page.
|
RuleQuery |
setPage(Integer page)
Set the page to retrieve (zero base).
|
RuleQuery |
setQuery(String query)
Set the full text query
|
String |
toString() |
public RuleQuery(String query)
public String getQuery()
public String getAnchoring()
public RuleQuery setAnchoring(String anchoring)
public String getContext()
public RuleQuery setContext(String context)
public Integer getPage()
public Integer getHitsPerPage()
public RuleQuery setHitsPerPage(Integer hitsPerPage)
Copyright © 2017. All rights reserved.