| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core | |
| org.springframework.data.elasticsearch.core.document |
Classes related to the Document structure of Elasticsearch documents and search responses.
|
| Modifier and Type | Method and Description |
|---|---|
Suggest |
ReactiveSearchHitsImpl.getSuggest() |
Suggest |
SearchHits.getSuggest() |
Suggest |
SearchHitsImpl.getSuggest() |
Suggest |
ReactiveSearchHits.getSuggest() |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Suggest> |
AbstractReactiveElasticsearchTemplate.suggest(Query query,
Class<?> entityType) |
reactor.core.publisher.Mono<Suggest> |
ReactiveSearchOperations.suggest(Query query,
Class<?> entityType)
Does a suggest query.
|
reactor.core.publisher.Mono<Suggest> |
AbstractReactiveElasticsearchTemplate.suggest(Query query,
Class<?> entityType,
IndexCoordinates index) |
reactor.core.publisher.Mono<Suggest> |
ReactiveSearchOperations.suggest(Query query,
Class<?> entityType,
IndexCoordinates index)
Does a suggest query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchHitMapping.mapHitsInCompletionSuggestion(Suggest suggest) |
| Constructor and Description |
|---|
SearchHitsImpl(long totalHits,
TotalHitsRelation totalHitsRelation,
float maxScore,
String scrollId,
List<? extends SearchHit<T>> searchHits,
AggregationsContainer<?> aggregations,
Suggest suggest) |
| Modifier and Type | Method and Description |
|---|---|
Suggest |
SearchDocumentResponse.getSuggest() |
| Constructor and Description |
|---|
SearchDocumentResponse(long totalHits,
String totalHitsRelation,
float maxScore,
String scrollId,
List<SearchDocument> searchDocuments,
AggregationsContainer<?> aggregationsContainer,
Suggest suggest) |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.