| Modifier and Type | Method and Description |
|---|---|
RuleQuery |
RuleQuery.setAnchoring(String anchoring)
Set the anchoring, restricts the search to rules with a specific anchoring type
|
RuleQuery |
RuleQuery.setContext(String context)
Set the context, restricts the search to rules with a specific context (exact match)
|
RuleQuery |
RuleQuery.setHitsPerPage(Integer hitsPerPage)
Set the number of hits per page.
|
RuleQuery |
RuleQuery.setPage(Integer page)
Set the page to retrieve (zero base).
|
RuleQuery |
RuleQuery.setQuery(String query)
Set the full text query
|
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
Index.searchRules(RuleQuery query)
Search for query rules
|
org.json.JSONObject |
Index.searchRules(RuleQuery query,
RequestOptions requestOptions)
Search for query rules
|
Copyright © 2019. All rights reserved.