| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.responses |
| Modifier and Type | Method and Description |
|---|---|
<T> BrowseResult<T> |
APIClient.browse(String indexName,
Query query,
String cursor,
Class<T> klass,
RequestOptions requestOptions) |
default BrowseResult<T> |
SyncBrowse.browseFrom(Query query,
String cursor)
Browse all the content of this index
|
default BrowseResult<T> |
SyncBrowse.browseFrom(Query query,
String cursor,
RequestOptions requestOptions)
Browse all the content of this index
|
| Modifier and Type | Method and Description |
|---|---|
static <T> BrowseResult<T> |
BrowseResult.empty() |
BrowseResult<T> |
BrowseResult.setCursor(String cursor) |
BrowseResult<T> |
BrowseResult.setHits(List<T> hits) |
BrowseResult<T> |
BrowseResult.setParams(String params) |
BrowseResult<T> |
BrowseResult.setProcessingTimeMS(Integer processingTimeMS) |
BrowseResult<T> |
BrowseResult.setProcessingTimeMS(Long processingTimeMS) |
BrowseResult<T> |
BrowseResult.setQuery(String query) |
Copyright © 2018. All rights reserved.