Uses of Class
com.algolia.search.iterators.IndexIterable
-
Packages that use IndexIterable Package Description com.algolia.search -
-
Uses of IndexIterable in com.algolia.search
Methods in com.algolia.search that return IndexIterable Modifier and Type Method Description IndexIterable<T>SearchIndex. browseObjects(BrowseIndexQuery query)This method allows you to retrieve all index content It can retrieve up to 1,000 records per call and supports full text search and filters.
-