Uses of Class
com.algolia.search.models.indexing.BrowseIndexResponse
-
Packages that use BrowseIndexResponse Package Description com.algolia.search com.algolia.search.models.indexing -
-
Uses of BrowseIndexResponse in com.algolia.search
Methods in com.algolia.search that return BrowseIndexResponse 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.Methods in com.algolia.search that return types with arguments of type BrowseIndexResponse Modifier and Type Method Description 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. -
Uses of BrowseIndexResponse in com.algolia.search.models.indexing
Methods in com.algolia.search.models.indexing that return BrowseIndexResponse Modifier and Type Method Description BrowseIndexResponse<T>BrowseIndexResponse. setCursor(String cursor)
-