T - the result data class.public interface ReactiveSearchHits<T>
SearchHits with additional information from the search.| Modifier and Type | Method and Description |
|---|---|
AggregationsContainer<?> |
getAggregations() |
float |
getMaxScore() |
reactor.core.publisher.Flux<SearchHit<T>> |
getSearchHits() |
Suggest |
getSuggest() |
long |
getTotalHits() |
TotalHitsRelation |
getTotalHitsRelation() |
boolean |
hasAggregations() |
boolean |
hasSearchHits() |
boolean |
hasSuggest() |
@Nullable AggregationsContainer<?> getAggregations()
float getMaxScore()
reactor.core.publisher.Flux<SearchHit<T>> getSearchHits()
SearchHits from the search result.long getTotalHits()
TotalHitsRelation getTotalHitsRelation()
boolean hasAggregations()
boolean hasSearchHits()
SearchHits has search hits.boolean hasSuggest()
SearchHits has a suggest response.Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.