Uses of Class
com.algolia.search.models.indexing.BrowseIndexQuery
-
Packages that use BrowseIndexQuery Package Description com.algolia.search com.algolia.search.iterators com.algolia.search.models.indexing -
-
Uses of BrowseIndexQuery in com.algolia.search
Methods in com.algolia.search with parameters of type BrowseIndexQuery Modifier and Type Method Description BrowseIndexResponse<T>SearchIndex. browseFrom(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.BrowseIndexResponse<T>SearchIndex. browseFrom(BrowseIndexQuery query, RequestOptions requestOptions)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.CompletableFuture<BrowseIndexResponse<T>>SearchIndex. browseFromAsync(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.CompletableFuture<BrowseIndexResponse<T>>SearchIndex. browseFromAsync(BrowseIndexQuery query, RequestOptions requestOptions)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.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. -
Uses of BrowseIndexQuery in com.algolia.search.iterators
Constructors in com.algolia.search.iterators with parameters of type BrowseIndexQuery Constructor Description IndexIterable(SearchIndex<E> index, BrowseIndexQuery query)IndexIterable(SearchIndex<E> index, BrowseIndexQuery query, RequestOptions requestOptions)IndexIterator(SearchIndex<E> index, BrowseIndexQuery query)IndexIterator(SearchIndex<E> index, BrowseIndexQuery query, RequestOptions requestOptions) -
Uses of BrowseIndexQuery in com.algolia.search.models.indexing
Methods in com.algolia.search.models.indexing that return BrowseIndexQuery Modifier and Type Method Description BrowseIndexQueryBrowseIndexQuery. getThis()BrowseIndexQueryBrowseIndexQuery. setCursor(String cursor)
-