public static class NearString.Scores
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
adjustedScore
adjusted similarity score for match including all tokens
|
int |
score |
int |
scoreNoStem
similarity score for match without non-word tokens
|
Constructor and Description |
---|
Scores(int score,
int scoreNoStem,
int adjustedScore) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |