mirror of
https://github.com/apache/lucene.git
synced 2025-03-03 06:49:38 +00:00
LUCENE-3846: fix test bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3846@1403416 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c9a38e3236
commit
b7f3311f8d
@ -910,7 +910,7 @@ public class FuzzySuggesterTest extends LuceneTestCase {
|
||||
boolean transpositions = random().nextBoolean();
|
||||
// TODO: test graph analyzers
|
||||
// TODO: test exactFirst / preserveSep permutations
|
||||
FuzzySuggester suggest = new FuzzySuggester(a, a, 0, 256, -1, maxEdits, transpositions, prefixLen, 3);
|
||||
FuzzySuggester suggest = new FuzzySuggester(a, a, 0, 256, -1, maxEdits, transpositions, prefixLen, prefixLen);
|
||||
|
||||
if (VERBOSE) {
|
||||
System.out.println("TEST: maxEdits=" + maxEdits + " prefixLen=" + prefixLen + " transpositions=" + transpositions + " num=" + NUM);
|
||||
|
Loading…
x
Reference in New Issue
Block a user