| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core |
| Modifier and Type | Method and Description |
|---|---|
TotalHitsRelation |
SearchHitsIterator.getTotalHitsRelation() |
TotalHitsRelation |
ReactiveSearchHitsImpl.getTotalHitsRelation() |
TotalHitsRelation |
SearchHits.getTotalHitsRelation() |
TotalHitsRelation |
SearchHitsImpl.getTotalHitsRelation() |
TotalHitsRelation |
ReactiveSearchHits.getTotalHitsRelation() |
static TotalHitsRelation |
TotalHitsRelation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TotalHitsRelation[] |
TotalHitsRelation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SearchHitsImpl(long totalHits,
TotalHitsRelation totalHitsRelation,
float maxScore,
String scrollId,
List<? extends SearchHit<T>> searchHits,
AggregationsContainer<?> aggregations,
Suggest suggest) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.