| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.indexing |
| Modifier and Type | Method and Description |
|---|---|
default HitsWithPosition<T> |
SearchIndexSearching.findObject(Predicate<T> match,
Query query)
FindFirstObject searches iteratively through the search response `Hits` field to find the first
response hit that would match against the given `filterFunc` function.
|
default HitsWithPosition<T> |
SearchIndexSearching.findObject(Predicate<T> match,
Query query,
boolean paginate)
FindFirstObject searches iteratively through the search response `Hits` field to find the first
response hit that would match against the given `filterFunc` function.
|
default HitsWithPosition<T> |
SearchIndexSearching.findObject(Predicate<T> match,
Query query,
boolean paginate,
RequestOptions requestOptions)
FindFirstObject searches iteratively through the search response `Hits` field to find the first
response hit that would match against the given `filterFunc` function.
|
| Modifier and Type | Method and Description |
|---|---|
HitsWithPosition<T> |
HitsWithPosition.setHit(T hit) |
HitsWithPosition<T> |
HitsWithPosition.setPage(long page) |
HitsWithPosition<T> |
HitsWithPosition.setPosition(long position) |
Copyright © 2019. All rights reserved.