Uses of Class
com.algolia.search.iterators.RulesIterable
-
Packages that use RulesIterable Package Description com.algolia.search -
-
Uses of RulesIterable in com.algolia.search
Methods in com.algolia.search that return RulesIterable Modifier and Type Method Description default RulesIterableSearchIndexRules. browseRules()Retrieve an index’s full list of rules using an iterator.default RulesIterableSearchIndexRules. browseRules(int hitsPerPage)Retrieve an index’s full list of rules using an iterator.default RulesIterableSearchIndexRules. browseRules(int hitsPerPage, RequestOptions requestOptions)Retrieve an index’s full list of rules using an iterator.
-