Uses of Class
org.springframework.data.elasticsearch.core.document.NestedMetaData
Packages that use NestedMetaData
Package
Description
Classes related to the Document structure of Elasticsearch documents and search responses.
-
Uses of NestedMetaData in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return NestedMetaDataModifier and TypeMethodDescription@Nullable NestedMetaDataSearchHit.getNestedMetaData()If this is a nested inner hit, return the nested metadata informationConstructors in org.springframework.data.elasticsearch.core with parameters of type NestedMetaDataModifierConstructorDescriptionSearchHit(@Nullable String index, @Nullable String id, @Nullable String routing, float score, @Nullable Object[] sortValues, @Nullable Map<String, List<String>> highlightFields, @Nullable Map<String, SearchHits<?>> innerHits, @Nullable NestedMetaData nestedMetaData, @Nullable Explanation explanation, @Nullable Map<String, Double> matchedQueries, T content) -
Uses of NestedMetaData in org.springframework.data.elasticsearch.core.document
Methods in org.springframework.data.elasticsearch.core.document that return NestedMetaDataModifier and TypeMethodDescription@Nullable NestedMetaDataNestedMetaData.getChild()default @Nullable NestedMetaDataSearchDocument.getNestedMetaData()@Nullable NestedMetaDataSearchDocumentAdapter.getNestedMetaData()static NestedMetaDataNestedMetaData.of(String field, int offset, @Nullable NestedMetaData nested) Methods in org.springframework.data.elasticsearch.core.document with parameters of type NestedMetaDataModifier and TypeMethodDescriptionstatic NestedMetaDataNestedMetaData.of(String field, int offset, @Nullable NestedMetaData nested) Constructors in org.springframework.data.elasticsearch.core.document with parameters of type NestedMetaDataModifierConstructorDescriptionSearchDocumentAdapter(Document delegate, float score, Object[] sortValues, Map<String, List<Object>> fields, Map<String, List<String>> highlightFields, Map<String, SearchDocumentResponse> innerHits, @Nullable NestedMetaData nestedMetaData, @Nullable Explanation explanation, @Nullable Map<String, Double> matchedQueries, @Nullable String routing)