mirror of https://github.com/apache/lucene.git
Typo.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1171068 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e83e9dfbf3
commit
90b9f7cbe2
|
@ -339,7 +339,7 @@ public class FSTLookup extends Lookup {
|
|||
// so we will collect it too.
|
||||
output.setLength(matchLength);
|
||||
if (collect(res, num, weight, output, arc) && greedy) {
|
||||
// We have enough suggestion to return immediately. Keep on looking for an
|
||||
// We have enough suggestions to return immediately. Keep on looking for an
|
||||
// exact match, if requested.
|
||||
if (exactMatchFirst) {
|
||||
Float exactMatchWeight = getExactMatchStartingFromRootArc(i, key);
|
||||
|
|
Loading…
Reference in New Issue