| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.indexing |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
BrowseIndexResponse<T> |
BrowseIndexResponse.setCursor(String cursor) |
Copyright © 2019. All rights reserved.