Uses of Interface
org.springframework.data.elasticsearch.core.document.SearchDocument
Packages that use SearchDocument
Package
Description
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
Classes related to the Document structure of Elasticsearch documents and search responses.
-
Uses of SearchDocument in org.springframework.data.elasticsearch.client.elc
Methods in org.springframework.data.elasticsearch.client.elc that return types with arguments of type SearchDocumentModifier and TypeMethodDescriptionprotected Flux<SearchDocument>ReactiveElasticsearchTemplate.doFind(Query query, Class<?> clazz, IndexCoordinates index) -
Uses of SearchDocument in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return types with arguments of type SearchDocumentModifier and TypeMethodDescriptionprotected abstract Flux<SearchDocument>AbstractReactiveElasticsearchTemplate.doFind(Query query, Class<?> clazz, IndexCoordinates index) Methods in org.springframework.data.elasticsearch.core with parameters of type SearchDocumentModifier and TypeMethodDescriptionSearchHitMapping.mapHit(SearchDocument searchDocument, T content) AbstractReactiveElasticsearchTemplate.ReadSearchDocumentCallback.toEntity(SearchDocument response) AbstractReactiveElasticsearchTemplate.SearchDocumentCallback.toEntity(SearchDocument searchDocument) converts aSearchDocumentto an entityAbstractReactiveElasticsearchTemplate.ReadSearchDocumentCallback.toSearchHit(SearchDocument response) AbstractReactiveElasticsearchTemplate.SearchDocumentCallback.toSearchHit(SearchDocument searchDocument) converts aSearchDocumentinto a SearchHit -
Uses of SearchDocument in org.springframework.data.elasticsearch.core.document
Classes in org.springframework.data.elasticsearch.core.document that implement SearchDocumentMethods in org.springframework.data.elasticsearch.core.document that return SearchDocumentModifier and TypeMethodDescriptionMethods in org.springframework.data.elasticsearch.core.document that return types with arguments of type SearchDocumentConstructor parameters in org.springframework.data.elasticsearch.core.document with type arguments of type SearchDocumentModifierConstructorDescriptionSearchDocumentResponse(long totalHits, String totalHitsRelation, float maxScore, Duration executionDuration, String scrollId, String pointInTimeId, List<SearchDocument> searchDocuments, AggregationsContainer<?> aggregationsContainer, Suggest suggest, SearchShardStatistics searchShardStatistics) -
Uses of SearchDocument in org.springframework.data.elasticsearch.core.suggest.response
Method parameters in org.springframework.data.elasticsearch.core.suggest.response with type arguments of type SearchDocumentModifier and TypeMethodDescriptionvoidCompletionSuggestion.Entry.Option.updateSearchHit(BiFunction<SearchDocument, T, SearchHit<T>> mapper) Constructors in org.springframework.data.elasticsearch.core.suggest.response with parameters of type SearchDocument