mirror of https://github.com/apache/lucene.git
SOLR-4111: fix occasional failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1423067 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6ebf9a5eb7
commit
58416562b7
|
@ -383,6 +383,7 @@ public class SpellCheckCollatorTest extends SolrTestCaseJ4 {
|
|||
"qt", "spellCheckCompRH",
|
||||
"indent", "true",
|
||||
SpellCheckComponent.COMPONENT_NAME, "true",
|
||||
SpellCheckComponent.SPELLCHECK_BUILD, "true",
|
||||
SpellCheckComponent.SPELLCHECK_DICT, dictionary[i],
|
||||
SpellCheckComponent.SPELLCHECK_EXTENDED_RESULTS, "true",
|
||||
SpellCheckComponent.SPELLCHECK_COUNT, "10",
|
||||
|
|
Loading…
Reference in New Issue