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:
James Dyer 2012-12-17 18:07:51 +00:00
parent 6ebf9a5eb7
commit 58416562b7
1 changed files with 1 additions and 0 deletions

View File

@ -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",