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, toStringpublic 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 QueryMatchpublic int hashCode()
hashCode in class QueryMatch