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 Details
-
Explanation
public Explanation(@Nullable Boolean match, Double value, @Nullable String description, List<Explanation> details)
-
-
Method Details
-
isMatch
public boolean isMatch() -
getValue
-
getDescription
-
getDetails
-
equals
-
hashCode
-
toString
-