public interface SyncBrowse<T> extends SyncBaseIndex<T>
| Modifier and Type | Method and Description |
|---|---|
default IndexIterable<T> |
browse(Query query)
Browse all the content of this index
|
default IndexIterable<T> |
browse(Query query,
RequestOptions requestOptions)
Browse all the content of this index
|
default BrowseResult<T> |
browseFrom(Query query,
String cursor)
Browse all the content of this index
|
default BrowseResult<T> |
browseFrom(Query query,
String cursor,
RequestOptions requestOptions)
Browse all the content of this index
|
getApiClientgetKlass, getNamedefault IndexIterable<T> browse(@Nonnull Query query)
query - The query to use to browsedefault IndexIterable<T> browse(@Nonnull Query query, @Nonnull RequestOptions requestOptions)
query - The query to use to browserequestOptions - Options to pass to this requestdefault BrowseResult<T> browseFrom(@Nonnull Query query, @Nullable String cursor) throws AlgoliaException
query - The query to use to browsecursor - the cursor to start fromAlgoliaExceptiondefault BrowseResult<T> browseFrom(@Nonnull Query query, @Nullable String cursor, @Nonnull RequestOptions requestOptions) throws AlgoliaException
query - The query to use to browsecursor - the cursor to start fromrequestOptions - Options to pass to this requestAlgoliaExceptionCopyright © 2018. All rights reserved.