Class Explanation
java.lang.Object
org.springframework.data.elasticsearch.core.document.Explanation
class that holds explanations returned from an Elasticsearch search. Note: the new Elasticsearch client does not
return the match property in search hits anymore, probably because a returned hit always is a match.
- Author:
- Peter-Josef Meisch
-
Constructor Summary
ConstructorsConstructorDescriptionExplanation
(Boolean match, Double value, String description, List<Explanation> details) -
Method Summary