public class ExplainingMatch extends QueryMatch
Modifier and Type | Field and Description |
---|---|
private Explanation |
explanation |
static MatcherFactory<ExplainingMatch> |
MATCHER
A MatcherFactory for producing ExplainingMatches
|
SIMPLE_MATCHER
Constructor and Description |
---|
ExplainingMatch(java.lang.String queryId,
Explanation explanation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
Explanation |
getExplanation() |
int |
hashCode() |
getQueryId, toString
public static final MatcherFactory<ExplainingMatch> MATCHER
private final Explanation explanation
ExplainingMatch(java.lang.String queryId, Explanation explanation)
public Explanation getExplanation()
public boolean equals(java.lang.Object o)
equals
in class QueryMatch
public int hashCode()
hashCode
in class QueryMatch