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.
|