Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Windows/543/
Java: 64bit/jdk1.8.0_102 -XX:-UseCompressedOops -XX:+UseParallelGC

2 tests failed.
FAILED:  org.apache.solr.cloud.ShardSplitTest.test

Error Message:
Wrong doc count on shard1_0. See SOLR-5309 expected:<125> but was:<124>

Stack Trace:
java.lang.AssertionError: Wrong doc count on shard1_0. See SOLR-5309 
expected:<125> but was:<124>
        at 
__randomizedtesting.SeedInfo.seed([6E1500C239CCAC34:E6413F189730C1CC]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.solr.cloud.ShardSplitTest.checkDocCountsAndShardStates(ShardSplitTest.java:884)
        at 
org.apache.solr.cloud.ShardSplitTest.splitByUniqueKeyTest(ShardSplitTest.java:667)
        at org.apache.solr.cloud.ShardSplitTest.test(ShardSplitTest.java:100)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.test

Error Message:
List size mismatch @ spellcheck/suggestions

Stack Trace:
java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
        at 
__randomizedtesting.SeedInfo.seed([6E1500C239CCAC34:E6413F189730C1CC]:0)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:901)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:848)
        at 
org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCheckComponentTest.java:147)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11097 lines...]
   [junit4] Suite: org.apache.solr.handler.component.SpellCheckComponentTest
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_6E1500C239CCAC34-001\init-core-data-001
   [junit4]   2> 580020 INFO  
(SUITE-SpellCheckComponentTest-seed#[6E1500C239CCAC34]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 580021 INFO  
(SUITE-SpellCheckComponentTest-seed#[6E1500C239CCAC34]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 580022 INFO  
(SUITE-SpellCheckComponentTest-seed#[6E1500C239CCAC34]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 580090 WARN  
(SUITE-SpellCheckComponentTest-seed#[6E1500C239CCAC34]-worker) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 580092 INFO  
(SUITE-SpellCheckComponentTest-seed#[6E1500C239CCAC34]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 580123 INFO  
(SUITE-SpellCheckComponentTest-seed#[6E1500C239CCAC34]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 580247 WARN  
(SUITE-SpellCheckComponentTest-seed#[6E1500C239CCAC34]-worker) [    ] 
o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: 
Deprecated, please use 'df' on request instead.
   [junit4]   2> 580248 INFO  
(SUITE-SpellCheckComponentTest-seed#[6E1500C239CCAC34]-worker) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 580266 INFO  
(SUITE-SpellCheckComponentTest-seed#[6E1500C239CCAC34]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 580271 INFO  (coreLoadExecutor-2011-thread-1) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib,
 
/C:/Users/jenkins/workspace/Lucene-Solr-6.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 580298 WARN  (coreLoadExecutor-2011-thread-1) [    ] 
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use 
<mergePolicyFactory> instead.
   [junit4]   2> 580299 INFO  (coreLoadExecutor-2011-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.3.0
   [junit4]   2> 580320 INFO  (coreLoadExecutor-2011-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 580419 WARN  (coreLoadExecutor-2011-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 580421 INFO  (coreLoadExecutor-2011-thread-1) [    ] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 580437 INFO  (coreLoadExecutor-2011-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1
   [junit4]   2> 580438 INFO  (coreLoadExecutor-2011-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J1\temp\solr.handler.component.SpellCheckComponentTest_6E1500C239CCAC34-001\init-core-data-001\]
   [junit4]   2> 580439 INFO  (coreLoadExecutor-2011-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=41, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1810602904743413]
   [junit4]   2> 580454 INFO  (coreLoadExecutor-2011-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 580454 INFO  (coreLoadExecutor-2011-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 580454 INFO  (coreLoadExecutor-2011-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=514835917, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 580454 INFO  (coreLoadExecutor-2011-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7e524c9e[collection1] main]
   [junit4]   2> 580455 WARN  (coreLoadExecutor-2011-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
   [junit4]   2> 580455 INFO  (coreLoadExecutor-2011-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 580463 INFO  (coreLoadExecutor-2011-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: default
   [junit4]   2> 580483 INFO  (coreLoadExecutor-2011-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: default_teststop
   [junit4]   2> 580483 INFO  (coreLoadExecutor-2011-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
   [junit4]   2> 580483 INFO  (coreLoadExecutor-2011-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
   [junit4]   2> 580512 INFO  (coreLoadExecutor-2011-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: threshold
   [junit4]   2> 580512 INFO  (coreLoadExecutor-2011-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
   [junit4]   2> 580512 INFO  (coreLoadExecutor-2011-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: threshold_direct
   [junit4]   2> 580539 INFO  (coreLoadExecutor-2011-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: multipleFields
   [junit4]   2> 580586 INFO  (coreLoadExecutor-2011-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: freq
   [junit4]   2> 580596 INFO  (coreLoadExecutor-2011-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: fqcn
   [junit4]   2> 580596 INFO  (coreLoadExecutor-2011-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 580596 INFO  
(searcherExecutor-2012-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 580599 INFO  
(SUITE-SpellCheckComponentTest-seed#[6E1500C239CCAC34]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 580602 INFO  
(searcherExecutor-2012-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
default_teststop
   [junit4]   2> 580603 INFO  
(searcherExecutor-2012-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 580603 INFO  
(searcherExecutor-2012-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
direct_lowerfilt
   [junit4]   2> 580603 INFO  
(searcherExecutor-2012-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 580603 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 580603 INFO  
(searcherExecutor-2012-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
   [junit4]   2> 580605 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 1
   [junit4]   2> 580607 INFO  
(searcherExecutor-2012-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
threshold_direct
   [junit4]   2> 580607 INFO  
(searcherExecutor-2012-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 580608 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 1
   [junit4]   2> 580609 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 580609 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 580610 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4]} 0 0
   [junit4]   2> 580610 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5]} 0 0
   [junit4]   2> 580611 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6]} 0 0
   [junit4]   2> 580611 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7]} 0 0
   [junit4]   2> 580612 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8]} 0 0
   [junit4]   2> 580612 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9]} 0 0
   [junit4]   2> 580612 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 580612 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@74671a4c
   [junit4]   2> 580616 WARN  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping 
onDeckSearchers=2
   [junit4]   2> 580620 INFO  
(searcherExecutor-2012-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 580624 INFO  
(searcherExecutor-2012-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 580633 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@728d7a24[collection1] main]
   [junit4]   2> 580634 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 580641 INFO  
(searcherExecutor-2012-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 580643 INFO  
(searcherExecutor-2012-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 580646 INFO  
(searcherExecutor-2012-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 580647 INFO  
(searcherExecutor-2012-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7e524c9e[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 580647 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 580649 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
default_teststop
   [junit4]   2> 580651 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 580651 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
direct_lowerfilt
   [junit4]   2> 580652 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 580652 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
   [junit4]   2> 580652 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
threshold_direct
   [junit4]   2> 580652 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 580655 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 580655 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 580656 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 580657 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 580658 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 580658 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@728d7a24[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.3.0):C10)))}
   [junit4]   2> 580658 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 46
   [junit4]   2> 580681 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=documemt&qt=spellCheckCompRH&spellcheck=true&wt=xml} hits=0 status=0 
QTime=22
   [junit4]   2> 580681 ERROR 
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.SolrTestCaseJ4 query failed JSON validation. error=List size mismatch @ 
spellcheck/suggestions
   [junit4]   2>  expected 
=/spellcheck=={'suggestions':['documemt',{'numFound':1,'startOffset':0,'endOffset':8,'suggestion':['document']}]}
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":22},
   [junit4]   2>   "response":{"numFound":0,"start":0,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "spellcheck":{
   [junit4]   2>     "suggestions":[]}}
   [junit4]   2> 
   [junit4]   2>  request = 
q=documemt&qt=spellCheckCompRH&spellcheck=true&wt=xml
   [junit4]   2> 580682 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 580682 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 580682 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 580683 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 580683 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@74671a4c
   [junit4]   2> 580689 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@2ac9a652[collection1] main]
   [junit4]   2> 580689 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 580691 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 580715 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 580728 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 580741 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 580741 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 580756 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 580770 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 580786 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2ac9a652[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 580787 INFO  
(TEST-SpellCheckComponentTest.test-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 103
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SpellCheckComponentTest -Dtests.method=test 
-Dtests.seed=6E1500C239CCAC34 -Dtests.slow=true -Dtests.locale=ar-DZ 
-Dtests.timezone=Greenwich -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.19s J1 | SpellCheckComponentTest.test <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: List size mismatch @ 
spellcheck/suggestions
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([6E1500C239CCAC34:E6413F189730C1CC]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:901)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:848)
   [junit4]    >        at 
org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCheckComponentTest.java:147)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 580794 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testThresholdTokenFrequency
   [junit4]   2> 580795 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 580796 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1]} 0 0
   [junit4]   2> 580796 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[2]} 0 0
   [junit4]   2> 580797 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[3]} 0 0
   [junit4]   2> 580797 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[4]} 0 0
   [junit4]   2> 580798 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[5]} 0 0
   [junit4]   2> 580798 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[6]} 0 0
   [junit4]   2> 580799 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[7]} 0 0
   [junit4]   2> 580799 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[8]} 0 0
   [junit4]   2> 580800 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[9]} 0 0
   [junit4]   2> 580800 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 580800 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@74671a4c
   [junit4]   2> 580804 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@10296b52[collection1] main]
   [junit4]   2> 580805 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 580805 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 580884 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 580897 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 580947 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 580947 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 581000 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 581043 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 581108 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@10296b52[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.3.0):C10)))}
   [junit4]   2> 581108 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 308
   [junit4]   2> 581115 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=documenq&qt=spellCheckCompRH&spellcheck.dictionary=threshold&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.extendedResults=true}
 hits=0 status=0 QTime=6
   [junit4]   2> 581168 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=documenq&qt=spellCheckCompRH&spellcheck.dictionary=threshold_direct&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.extendedResults=true}
 hits=0 status=0 QTime=53
   [junit4]   2> 581180 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testThresholdTokenFrequency
   [junit4]   2> 581181 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 581181 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 581181 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 581182 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@74671a4c
   [junit4]   2> 581182 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@22e31135[collection1] main]
   [junit4]   2> 581182 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 581182 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 581197 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 581223 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 581235 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 581235 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 581256 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 581275 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 581287 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@22e31135[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 581287 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 106
   [junit4]   2> 581291 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testCorrectSpelling
   [junit4]   2> 581291 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 0
   [junit4]   2> 581292 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 0
   [junit4]   2> 581292 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 581292 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 581293 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4]} 0 0
   [junit4]   2> 581293 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5]} 0 0
   [junit4]   2> 581294 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6]} 0 0
   [junit4]   2> 581294 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7]} 0 0
   [junit4]   2> 581294 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8]} 0 0
   [junit4]   2> 581295 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9]} 0 0
   [junit4]   2> 581295 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 581295 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@74671a4c
   [junit4]   2> 581298 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@153fc3c9[collection1] main]
   [junit4]   2> 581298 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 581298 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 581366 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 581387 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 581469 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 581469 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 581553 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 581625 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 581686 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@153fc3c9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.3.0):C10)))}
   [junit4]   2> 581686 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 390
   [junit4]   2> 581688 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=true}
 hits=1 status=0 QTime=1
   [junit4]   2> 581690 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=lowerfilt:lazy+lowerfilt:brown&qt=spellCheckCompRH&spellcheck.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=true}
 hits=1 status=0 QTime=1
   [junit4]   2> 581696 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=lakkle&qt=spellCheckCompRH&spellcheck.dictionary=direct_lowerfilt&json.nl=map&spellcheck=true&wt=xml&spellcheck.extendedResults=true}
 hits=0 status=0 QTime=6
   [junit4]   2> 581697 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testCorrectSpelling
   [junit4]   2> 581697 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 581697 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 581698 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 581698 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@74671a4c
   [junit4]   2> 581700 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.s.SolrIndexSearcher Opening [Searcher@2ffdd605[collection1] main]
   [junit4]   2> 581700 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 581701 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 581717 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 581744 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 581761 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 581761 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 581778 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 581797 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 581816 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2ffdd605[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 581816 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[6E1500C239CCAC34]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 118
   [junit4]   2> 581819 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testReloadOnStart
   [junit4]   2> 581820 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 0
   [junit4]   2> 581821 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 0
   [junit4]   2> 581822 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 581822 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 581823 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4]} 0 0
   [junit4]   2> 581823 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5]} 0 0
   [junit4]   2> 581824 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6]} 0 0
   [junit4]   2> 581824 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7]} 0 0
   [junit4]   2> 581825 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8]} 0 1
   [junit4]   2> 581826 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9]} 0 0
   [junit4]   2> 581836 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 581836 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@74671a4c
   [junit4]   2> 581839 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@59a23031[collection1] main]
   [junit4]   2> 581840 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 581840 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 581897 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 581912 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 581966 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 581967 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 582039 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 582082 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 582135 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@59a23031[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.3.0):C10)))}
   [junit4]   2> 582135 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 299
   [junit4]   2> 582136 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 0
   [junit4]   2> 582136 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 582136 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@74671a4c
   [junit4]   2> 582139 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@7923bc8c[collection1] main]
   [junit4]   2> 582139 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 582141 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 582180 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 582188 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 582226 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 582226 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 582258 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 582296 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 582331 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7923bc8c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.3.0):C10/1:delGen=1)
 Uninverting(_4(6.3.0):C1)))}
   [junit4]   2> 582331 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 194
   [junit4]   2> 582380 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=*:*&spellcheck.q=ttle&qt=spellCheckCompRH&spellcheck.dictionary=default&spellcheck=true&wt=xml&spellcheck.build=true}
 hits=10 status=0 QTime=48
   [junit4]   2> 582382 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 582386 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testReloadOnStart
   [junit4]   2> 582386 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 582386 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 582387 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 582387 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@74671a4c
   [junit4]   2> 582387 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3db88996[collection1] main]
   [junit4]   2> 582387 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 582387 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 582397 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 582406 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 582417 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 582417 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 582427 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 582478 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 582531 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3db88996[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 582531 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 143
   [junit4]   2> 582534 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testNumericQuery
   [junit4]   2> 582535 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 0
   [junit4]   2> 582535 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 0
   [junit4]   2> 582536 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 582537 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 582537 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4]} 0 0
   [junit4]   2> 582537 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5]} 0 0
   [junit4]   2> 582538 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6]} 0 0
   [junit4]   2> 582538 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7]} 0 0
   [junit4]   2> 582538 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8]} 0 0
   [junit4]   2> 582538 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9]} 0 0
   [junit4]   2> 582538 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 582538 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@74671a4c
   [junit4]   2> 582542 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@79e059ab[collection1] main]
   [junit4]   2> 582543 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 582544 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 582583 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 582590 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 582618 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 582618 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 582651 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 582685 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 582718 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@79e059ab[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(6.3.0):C10)))}
   [junit4]   2> 582719 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 179
   [junit4]   2> 582720 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=12346&qt=spellCheckCompRH&spellcheck=true&wt=xml} hits=0 status=0 
QTime=0
   [junit4]   2> 582720 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testNumericQuery
   [junit4]   2> 582720 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 582720 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 582721 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 582721 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@74671a4c
   [junit4]   2> 582721 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4ccb0a46[collection1] main]
   [junit4]   2> 582721 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 582721 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 582733 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 582741 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 582750 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 582750 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 582759 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 582769 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 582778 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4ccb0a46[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 582779 INFO  
(TEST-SpellCheckComponentTest.testNumericQuery-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 57
   [junit4]   2> 582781 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRelativeIndexDirLocation
   [junit4]   2> 582782 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 582782 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1]} 0 0
   [junit4]   2> 582783 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[2]} 0 0
   [junit4]   2> 582783 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[3]} 0 0
   [junit4]   2> 582783 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[4]} 0 0
   [junit4]   2> 582784 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[5]} 0 0
   [junit4]   2> 582784 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[6]} 0 0
   [junit4]   2> 582785 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[7]} 0 0
   [junit4]   2> 582786 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[8]} 0 0
   [junit4]   2> 582786 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[9]} 0 0
   [junit4]   2> 582786 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 582786 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@74671a4c
   [junit4]   2> 582790 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2b0e7666[collection1] main]
   [junit4]   2> 582790 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 582790 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 582831 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 582840 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 582873 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 582873 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 582913 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 582957 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 583005 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2b0e7666[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(6.3.0):C10)))}
   [junit4]   2> 583005 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 218
   [junit4]   2> 583007 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testRelativeIndexDirLocation
   [junit4]   2> 583008 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 583008 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 583008 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 583008 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@74671a4c
   [junit4]   2> 583009 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@d6baf2d[collection1] main]
   [junit4]   2> 583009 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 583009 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 583025 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 583036 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 583049 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 583049 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 583063 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 583073 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 583084 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@d6baf2d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 583084 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{commit=} 0 75
   [junit4]   2> 583088 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.SolrTestCaseJ4 ###Starting testExtendedResultsCount
   [junit4]   2> 583088 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 0
   [junit4]   2> 583089 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 0
   [junit4]   2> 583089 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 583090 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 583090 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4]} 0 0
   [junit4]   2> 583091 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5]} 0 0
   [junit4]   2> 583092 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6]} 0 0
   [junit4]   2> 583092 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7]} 0 0
   [junit4]   2> 583093 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8]} 0 0
   [junit4]   2> 583093 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9]} 0 0
   [junit4]   2> 583093 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 583093 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@74671a4c
   [junit4]   2> 583099 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@193a4f35[collection1] main]
   [junit4]   2> 583099 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 583099 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 583159 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 583170 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 583217 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 583217 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 583264 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 583312 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 583357 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@193a4f35[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(6.3.0):C10)))}
   [junit4]   2> 583357 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 263
   [junit4]   2> 583435 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.build=true&spellcheck.extendedResults=false}
 hits=0 status=0 QTime=77
   [junit4]   2> 583437 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=bluo&qt=spellCheckCompRH&spellcheck=true&spellcheck.count=3&wt=xml&spellcheck.extendedResults=true}
 hits=0 status=0 QTime=1
   [junit4]   2> 583438 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.SolrTestCaseJ4 ###Ending testExtendedResultsCount
   [junit4]   2> 583438 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
   [junit4]   2> 583438 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 583439 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 583439 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@74671a4c
   [junit4]   2> 583440 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b36050[collection1] main]
   [junit4]   2> 583440 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 583440 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 583462 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 583474 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 583484 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 583484 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 583494 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 583504 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 583513 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1b36050[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 583514 INFO  
(TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[6E1500C239CCAC34]) 
[    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 74
   [junit4]   2> 583516 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testPerDictionary
   [junit4]   2> 583517 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[0]} 0 0
   [junit4]   2> 583518 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 0
   [junit4]   2> 583518 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[2]} 0 0
   [junit4]   2> 583518 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[3]} 0 0
   [junit4]   2> 583519 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[4]} 0 0
   [junit4]   2> 583519 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[5]} 0 0
   [junit4]   2> 583519 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[6]} 0 0
   [junit4]   2> 583520 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[7]} 0 0
   [junit4]   2> 583520 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[8]} 0 0
   [junit4]   2> 583520 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[9]} 0 0
   [junit4]   2> 583520 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 583520 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@74671a4c
   [junit4]   2> 583524 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@19fd859f[collection1] main]
   [junit4]   2> 583524 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 583524 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 583570 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 583578 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 583607 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 583607 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 583636 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 583666 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 583725 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@19fd859f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_8(6.3.0):C10)))}
   [junit4]   2> 583726 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 205
   [junit4]   2> 583727 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=documemt&qt=spellCheckCompRH&spellcheck.dictionary=perDict&json.nl=map&spellcheck..perDict.foo=bar&spellcheck=true&spellcheck..perDict.bar=foo&wt=xml&spellcheck.build=true}
 hits=0 status=0 QTime=0
   [junit4]   2> 583727 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testPerDictionary
   [junit4]   2> 583727 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 583727 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 583728 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 583728 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@74671a4c
   [junit4]   2> 583728 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@3950f840[collection1] main]
   [junit4]   2> 583728 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 583731 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 583761 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
   [junit4]   2> 583769 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 583778 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
   [junit4]   2> 583778 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
   [junit4]   2> 583786 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 583798 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 583807 INFO  (searcherExecutor-2012-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3950f840[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 583807 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 79
   [junit4]   2> 583810 INFO  
(TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[6E1500C239CCAC34])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaximumResultsForSuggest
   [junit4]   2> 583811 INFO  
(TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[0]} 0 0
   [junit4]   2> 583811 INFO  
(TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[1]} 0 0
   [junit4]   2> 583812 INFO  
(TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[2]} 0 0
   [junit4]   2> 583812 INFO  
(TEST-SpellCheckComponentTest.testMaximumResultsForSuggest-seed#[6E1500C239CCAC34])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null 
path=null params={}{add=[3]} 0 0
   [junit4]   2> 583812 INFO  
(TEST-SpellCheckComponentTest.testMaximumResultsForSugg

[...truncated too long message...]

pdate-96834915714990097-127.0.0.1:65129_lszr-n_0000000004) 
[n:127.0.0.1:65129_lszr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:65129_lszr
   [junit4]   2> 2256309 WARN  
(zkCallback-10326-thread-2-processing-n:127.0.0.1:65129_lszr) 
[n:127.0.0.1:65129_lszr c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.SyncStrategy Closed, skipping sync up.
   [junit4]   2> 2256309 INFO  
(zkCallback-10326-thread-2-processing-n:127.0.0.1:65129_lszr) 
[n:127.0.0.1:65129_lszr c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2256309 INFO  
(zkCallback-10326-thread-2-processing-n:127.0.0.1:65129_lszr) 
[n:127.0.0.1:65129_lszr c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@c597ea1
   [junit4]   2> 2256328 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[6E1500C239CCAC34]) [    ] 
o.e.j.s.ServerConnector Stopped 
ServerConnector@5ba6306a{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 2256328 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[6E1500C239CCAC34]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3748eb72{/lszr,null,UNAVAILABLE}
   [junit4]   2> 2256329 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.c.ChaosMonkey monkey: stop shard! 64981
   [junit4]   2> 2256330 INFO  
(TEST-ShardSplitTest.testSplitAfterFailedSplit-seed#[6E1500C239CCAC34]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:64952 64952
   [junit4]   2> 2256331 INFO  (Thread-4125) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:64952 64952
   [junit4]   2> 2256333 WARN  (Thread-4125) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        6       /solr/clusterprops.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2>        5       /solr/configs/conf1
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        86      /solr/overseer/queue
   [junit4]   2>        30      /solr/overseer/collection-queue-work
   [junit4]   2>        8       /solr/overseer/queue-work
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2> 
   [junit4]   2> 2256334 INFO  
(SUITE-ShardSplitTest-seed#[6E1500C239CCAC34]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-6.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ShardSplitTest_6E1500C239CCAC34-001
   [junit4]   2> Oct 27, 2016 3:53:21 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{rnd_b=PostingsFormat(name=Direct), _version_=PostingsFormat(name=MockRandom), 
n_ti=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
a_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 a_i=PostingsFormat(name=Direct), id=PostingsFormat(name=Direct)}, 
docValues:{}, maxPointsInLeafNode=656, maxMBSortInHeap=5.832631526838739, 
sim=ClassicSimilarity, locale=en-MT, timezone=America/Mazatlan
   [junit4]   2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=3,threads=1,free=232149304,total=529006592
   [junit4]   2> NOTE: All tests run in this JVM: [CurrencyFieldXmlFileTest, 
AnalyticsQueryTest, SolrPluginUtilsTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestSurroundQueryParser, 
JSONWriterTest, FastVectorHighlighterTest, PeerSyncReplicationTest, 
DeleteLastCustomShardedReplicaTest, TestRandomDVFaceting, 
SimpleCollectionCreateDeleteTest, TestRandomCollapseQParserPlugin, 
TestSolrQueryResponse, CursorPagingTest, EnumFieldTest, ReplicationFactorTest, 
FullHLLTest, TestLFUCache, TestPhraseSuggestions, CollectionStateFormat2Test, 
TestCollectionAPI, TestElisionMultitermQuery, HdfsLockFactoryTest, 
TestLazyCores, ConnectionManagerTest, TestPerFieldSimilarity, 
HighlighterMaxOffsetTest, ClusterStateUpdateTest, TestConfigSetProperties, 
TestScoreJoinQPScore, DataDrivenBlockJoinTest, 
CdcrReplicationDistributedZkTest, RecoveryZkTest, ActionThrottleTest, 
AnalysisErrorHandlingTest, TestReRankQParserPlugin, 
TestSubQueryTransformerCrossCore, PingRequestHandlerTest, TestCryptoKeys, 
TestSolrDeletionPolicy1, ExitableDirectoryReaderTest, TestFreeTextSuggestions, 
TestStressLucene, BadComponentTest, OverseerModifyCollectionTest, 
TestCursorMarkWithoutUniqueKey, TestDownShardTolerantSearch, 
TestExactSharedStatsCache, TestJettySolrRunner, ZkStateReaderTest, 
TestBinaryResponseWriter, DocumentAnalysisRequestHandlerTest, 
TestDocBasedVersionConstraints, TestConfigOverlay, TestExtendedDismaxParser, 
RequestLoggingTest, BaseCdcrDistributedZkTest, TestSolrJ, 
TestTrackingShardHandlerFactory, TestDefaultStatsCache, TestJsonFacets, 
AnalysisAfterCoreReloadTest, TestConfigReload, TestStressLiveNodes, 
TestLRUStatsCache, TestDefaultSearchFieldResource, SortSpecParsingTest, 
ClassificationUpdateProcessorFactoryTest, BufferStoreTest, 
TestFieldCacheSortRandom, BitVectorTest, DirectSolrSpellCheckerTest, 
TestSQLHandlerNonCloud, LeaderElectionContextKeyTest, DocValuesTest, 
QueryEqualityTest, TestMacroExpander, TestSchemaResource, SolrTestCaseJ4Test, 
TestStressRecovery, DistributedSuggestComponentTest, 
TestSha256AuthenticationProvider, TestComplexPhraseQParserPlugin, 
HdfsRestartWhileUpdatingTest, TestAuthenticationFramework, 
TestShardHandlerFactory, DistributedQueryComponentCustomSortTest, 
TestUninvertingReader, TestCorePropertiesReload, 
TestPartialUpdateDeduplication, TestRebalanceLeaders, 
LeaderInitiatedRecoveryOnShardRestartTest, TestRTGBase, GraphQueryTest, 
OpenExchangeRatesOrgProviderTest, TestSolrConfigHandlerConcurrent, 
NumericFieldsTest, TestSimpleQParserPlugin, 
TestPerFieldSimilarityWithDefaultOverride, 
UniqFieldsUpdateProcessorFactoryTest, TestBlendedInfixSuggestions, 
RequiredFieldsTest, SolrCloudExampleTest, DistributedFacetPivotSmallTest, 
ShardRoutingTest, TestCoreContainer, CoreAdminRequestStatusTest, TestLRUCache, 
TestSchemaVersionResource, TestXIncludeConfig, PrimitiveFieldTypeTest, 
MultiTermTest, TestWordDelimiterFilterFactory, ZkCLITest, SynonymTokenizerTest, 
TestInitQParser, TestHdfsUpdateLog, TestCSVResponseWriter, TestGroupingSearch, 
TestJmxIntegration, MoreLikeThisHandlerTest, TestPKIAuthenticationPlugin, 
PolyFieldTest, LeaderElectionTest, TestRequestForwarding, OverseerTest, 
TestCloudInspectUtil, PKIAuthenticationIntegrationTest, 
SegmentsInfoRequestHandlerTest, RulesTest, TestSort, JSONWriterTest, 
TestPostingsSolrHighlighter, HdfsCollectionsAPIDistributedZkTest, 
TestHashPartitioner, TestUniqueKeyFieldResource, TestRestManager, 
PluginInfoTest, TestDocumentBuilder, CoreSorterTest, TestFieldCache, 
TolerantUpdateProcessorTest, TestBinaryField, TestClassicSimilarityFactory, 
TriLevelCompositeIdRoutingTest, DistributedFacetExistsSmallTest, 
PathHierarchyTokenizerFactoryTest, TestUseDocValuesAsStored2, 
TestSolrDynamicMBean, DistributedSpellCheckComponentTest, 
TestOverriddenPrefixQueryForCustomFieldType, TestFieldResource, 
TestRemoteStreaming, OverseerStatusTest, TestNRTOpen, SampleTest, 
TestFastLRUCache, BasicDistributedZkTest, UnloadDistributedZkTest, 
CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, BasicZkTest, 
TestReplicationHandler, TestDistributedGrouping, TestFaceting, TestRecovery, 
TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, 
TestStressReorder, TestJoin, TestStressVersions, HardAutoCommitTest, 
TestRangeQuery, StatsComponentTest, ConvertedLegacyTest, TestFiltering, 
TestFunctionQuery, DirectUpdateHandlerTest, TestIndexSearcher, 
SoftAutoCommitTest, CurrencyFieldOpenExchangeTest, SolrIndexSplitterTest, 
SimplePostToolTest, SignatureUpdateProcessorFactoryTest, 
SpellCheckCollatorTest, SuggesterFSTTest, SuggesterTest, TestCSVLoader, 
SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, 
StatelessScriptUpdateProcessorFactoryTest, DistanceFunctionTest, 
IndexBasedSpellCheckerTest, DisMaxRequestHandlerTest, TestQueryUtils, 
StandardRequestHandlerTest, TestReversedWildcardFilterFactory, 
TermsComponentTest, RequestHandlersTest, TermVectorComponentTest, 
FieldAnalysisRequestHandlerTest, IndexSchemaRuntimeFieldTest, ReturnFieldsTest, 
MBeansHandlerTest, TestPHPSerializedResponseWriter, TestComponentsName, 
SOLR749Test, AlternateDirectoryTest, TestQuerySenderNoQuery, 
SolrIndexConfigTest, MinimalSchemaTest, ExternalFileFieldSortTest, 
NotRequiredUniqueKeyTest, TestSweetSpotSimilarityFactory, 
TestDFRSimilarityFactory, TestIBSimilarityFactory, TimeZoneUtilsTest, 
URLClassifyProcessorTest, PreAnalyzedFieldTest, TestSystemIdResolver, 
PrimUtilsTest, TestSuggestSpellingConverter, DateFieldTest, 
SpellingQueryConverterTest, DOMUtilTest, ClusterStateTest, TestUtils, 
ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, FileUtilsTest, 
CircularListTest, DistributedMLTComponentTest, TestHighlightDedupGrouping, 
TestSimpleTrackingShardHandler, TestTolerantSearch, AssignTest, 
AsyncCallRequestStatusResponseTest, CdcrBootstrapTest, CollectionsAPISolrJTest, 
DeleteReplicaTest, DeleteStatusTest, DistribDocExpirationUpdateProcessorTest, 
DistribJoinFromCollectionTest, DistributedQueueTest, ForceLeaderTest, 
OverseerTaskQueueTest, RecoveryAfterSoftCommitTest, ReplaceNodeTest, 
SaslZkACLProviderTest, ShardSplitTest]
   [junit4] Completed [497/646 (2!)] on J0 in 234.48s, 5 tests, 1 failure <<< 
FAILURES!

[...truncated 60880 lines...]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to