Package org.springframework.data.elasticsearch.core.document
@NonNullApi
@NonNullFields
package org.springframework.data.elasticsearch.core.document
Classes related to the Document structure of Elasticsearch documents and search responses.
-
ClassDescriptionA representation of a Elasticsearch document as extended
Map.class that holds explanations returned from an Elasticsearch search.meta data returned for nested inner hits.Extension toDocumentexposing search response related data.SearchDocumentimplementation using aDocumentdelegate.This represents the complete search response from Elasticsearch, including the returned documents.A function to convert aSearchDocumentasync into an entity.