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:
Michael McCandless 2012-11-03 15:20:24 +00:00
parent bc17efbe57
commit 1ec302d68e
1 changed files with 0 additions and 3 deletions

View File

@ -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;
}
}