public class ScoringMatch extends QueryMatch
| Modifier and Type | Field and Description |
|---|---|
static MatcherFactory<ScoringMatch> |
DEFAULT_MATCHER |
SIMPLE_MATCHER| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
float |
getScore() |
int |
hashCode() |
static MatcherFactory<ScoringMatch> |
matchWithSimilarity(Similarity similarity) |
getQueryId, toStringpublic static final MatcherFactory<ScoringMatch> DEFAULT_MATCHER
public static final MatcherFactory<ScoringMatch> matchWithSimilarity(Similarity similarity)
public float getScore()
public boolean equals(Object o)
equals in class QueryMatchpublic int hashCode()
hashCode in class QueryMatchCopyright © 2000-2024 Apache Software Foundation. All Rights Reserved.