mirror of https://github.com/apache/lucene.git
remove invalid comment: I hadn't run the right perf test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1405355 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bc17efbe57
commit
1ec302d68e
|
@ -217,9 +217,6 @@ public final class FuzzySuggester extends AnalyzingSuggester {
|
|||
// this only happens if you have multiple paths anyway (e.g. synonyms)
|
||||
BasicOperations.determinize(a);
|
||||
|
||||
// Does not seem to help (and hurt maybe a bit: 6-9
|
||||
// prefix went from 19 to 18 kQPS):
|
||||
// a.reduce();
|
||||
return a;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue