Uses of Class
org.springframework.data.elasticsearch.core.document.Explanation
Packages that use Explanation
Package
Description
Classes related to the Document structure of Elasticsearch documents and search responses.
-
Uses of Explanation in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return ExplanationConstructors in org.springframework.data.elasticsearch.core with parameters of type ExplanationModifierConstructorDescriptionSearchHit(@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 Explanation in org.springframework.data.elasticsearch.core.document
Methods in org.springframework.data.elasticsearch.core.document that return ExplanationModifier and TypeMethodDescription@Nullable ExplanationSearchDocument.getExplanation()@Nullable ExplanationSearchDocumentAdapter.getExplanation()Methods in org.springframework.data.elasticsearch.core.document that return types with arguments of type ExplanationConstructors in org.springframework.data.elasticsearch.core.document with parameters of type ExplanationModifierConstructorDescriptionSearchDocumentAdapter(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) Constructor parameters in org.springframework.data.elasticsearch.core.document with type arguments of type ExplanationModifierConstructorDescriptionExplanation(@Nullable Boolean match, Double value, @Nullable String description, List<Explanation> details)