Uses of Class
com.algolia.search.models.rules.RuleQuery
-
Packages that use RuleQuery Package Description com.algolia.search com.algolia.search.models.rules -
-
Uses of RuleQuery in com.algolia.search
Methods in com.algolia.search with parameters of type RuleQuery Modifier and Type Method Description default SearchResult<Rule>SearchIndexRules. searchRules(RuleQuery query)Search for rules matching various criteria.default SearchResult<Rule>SearchIndexRules. searchRules(RuleQuery query, RequestOptions requestOptions)Search for rules matching various criteria.default CompletableFuture<SearchResult<Rule>>SearchIndexRules. searchRulesAsync(RuleQuery query)Search for rules matching various criteria.default CompletableFuture<SearchResult<Rule>>SearchIndexRules. searchRulesAsync(RuleQuery query, RequestOptions requestOptions)Search for rules matching various criteria. -
Uses of RuleQuery in com.algolia.search.models.rules
Methods in com.algolia.search.models.rules that return RuleQuery Modifier and Type Method Description RuleQueryRuleQuery. setAnchoring(String anchoring)Set the anchoring, restricts the search to rules with a specific anchoring typeRuleQueryRuleQuery. setContext(String context)Set the context, restricts the search to rules with a specific context (exact match)RuleQueryRuleQuery. setEnabled(Boolean enabled)RuleQueryRuleQuery. setHitsPerPage(Integer hitsPerPage)Set the number of hits per page.RuleQueryRuleQuery. setHitsPerPage(Long hitsPerPage)Set the number of hits per page.RuleQueryRuleQuery. setPage(Integer page)Set the page to retrieve (zero base).RuleQueryRuleQuery. setPage(Long page)Set the page to retrieve (zero base).RuleQueryRuleQuery. setQuery(String query)Set the full text query
-