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 an Elasticsearch document as extended
Map
.class that holds explanations returned from an Elasticsearch search.meta data returned for nested inner hits.Extension toDocument
exposing search response related data.SearchDocument
implementation using aDocument
delegate.This represents the complete search response from Elasticsearch, including the returned documents.A function to convert aSearchDocument
async into an entity.