| Package | Description |
|---|---|
| com.algolia.search.objects |
| Modifier and Type | Method | 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.setHitsPerPage(Long hitsPerPage) |
Set the number of hits per page.
|
RuleQuery |
RuleQuery.setPage(Integer page) |
Set the page to retrieve (zero base).
|
RuleQuery |
RuleQuery.setPage(Long page) |
Set the page to retrieve (zero base).
|
RuleQuery |
RuleQuery.setQuery(String query) |
Set the full text query
|
Copyright © 2017. All rights reserved.