You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/11/04 01:48:58 UTC

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_102) - Build # 18206 - Still Failing!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18206/
Java: 32bit/jdk1.8.0_102 -client -XX:+UseParallelGC

All tests passed

Build Log:
[...truncated 65876 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj1157626820
 [ecj-lint] Compiling 306 source files to /tmp/ecj1157626820
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/java/org/apache/solr/client/solrj/impl/LBHttpSolrClient.java (at line 879)
 [ecj-lint] 	new LBHttpSolrClient(httpSolrClientBuilder, httpClient, solrServerUrls) :
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/java/org/apache/solr/client/solrj/io/Tuple.java (at line 25)
 [ecj-lint] 	import java.util.function.BiConsumer;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.function.BiConsumer is never used
 [ecj-lint] ----------
 [ecj-lint] 3. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/java/org/apache/solr/client/solrj/io/Tuple.java (at line 28)
 [ecj-lint] 	import org.apache.solr.common.SolrDocument;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import org.apache.solr.common.SolrDocument is never used
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. ERROR in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/src/java/org/apache/solr/client/solrj/io/stream/expr/Explanation.java (at line 20)
 [ecj-lint] 	import java.util.HashMap;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.HashMap is never used
 [ecj-lint] ----------
 [ecj-lint] 4 problems (3 errors, 1 warning)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:765: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:101: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:671: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/solrj/build.xml:67: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:2031: Compile failed; see the compiler error output for details.

Total time: 77 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+140) - Build # 18207 - Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18207/
Java: 64bit/jdk-9-ea+140 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery

Error Message:
List size mismatch @ spellcheck/suggestions

Stack Trace:
java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
	at __randomizedtesting.SeedInfo.seed([A4795526442DA537:AF5502E6DBE41998]:0)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:900)
	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:847)
	at org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery(SpellCheckComponentTest.java:154)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:535)
	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(java.base@9-ea/Thread.java:843)




Build Log:
[...truncated 11257 lines...]
   [junit4] Suite: org.apache.solr.handler.component.SpellCheckComponentTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_A4795526442DA537-001/init-core-data-001
   [junit4]   2> 493786 INFO  (SUITE-SpellCheckComponentTest-seed#[A4795526442DA537]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 493787 INFO  (SUITE-SpellCheckComponentTest-seed#[A4795526442DA537]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 493789 INFO  (SUITE-SpellCheckComponentTest-seed#[A4795526442DA537]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 493859 WARN  (SUITE-SpellCheckComponentTest-seed#[A4795526442DA537]-worker) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 493860 INFO  (SUITE-SpellCheckComponentTest-seed#[A4795526442DA537]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 493876 INFO  (SUITE-SpellCheckComponentTest-seed#[A4795526442DA537]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 493942 WARN  (SUITE-SpellCheckComponentTest-seed#[A4795526442DA537]-worker) [    ] o.a.s.s.IndexSchema [null] default search field in schema is text. WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 493943 INFO  (SUITE-SpellCheckComponentTest-seed#[A4795526442DA537]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 493969 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 494062 WARN  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 494063 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 494079 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 494152 WARN  (coreLoadExecutor-1755-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> 494155 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 494180 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 494180 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_A4795526442DA537-001/init-core-data-001/]
   [junit4]   2> 494181 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=23.3369140625, floorSegmentMB=1.3154296875, forceMergeDeletesPctAllowed=20.547764159297653, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 494186 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 494186 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 494186 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=19, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=18.1181640625, floorSegmentMB=0.3798828125, forceMergeDeletesPctAllowed=4.606201794050278, segmentsPerTier=16.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.57240888631925
   [junit4]   2> 494187 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1cbe6bb7[collection1] main]
   [junit4]   2> 494187 WARN  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 494187 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 494249 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: default
   [junit4]   2> 494288 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: default_teststop
   [junit4]   2> 494288 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
   [junit4]   2> 494288 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
   [junit4]   2> 494340 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: threshold
   [junit4]   2> 494341 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.s.DirectSolrSpellChecker init: {name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
   [junit4]   2> 494341 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: threshold_direct
   [junit4]   2> 494393 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: multipleFields
   [junit4]   2> 494495 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: freq
   [junit4]   2> 494524 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener for spellchecker: fqcn
   [junit4]   2> 494524 INFO  (coreLoadExecutor-1755-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 494525 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 494526 INFO  (SUITE-SpellCheckComponentTest-seed#[A4795526442DA537]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 494526 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default_teststop
   [junit4]   2> 494527 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNumericQuery
   [junit4]   2> 494528 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 494529 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 494529 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct_lowerfilt
   [junit4]   2> 494529 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 494529 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
   [junit4]   2> 494529 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 494530 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold_direct
   [junit4]   2> 494530 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 494530 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 494530 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 494530 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 494530 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 494531 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 494531 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 494531 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 494531 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 494531 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 494531 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 494531 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57f103f7
   [junit4]   2> 494532 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 494534 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 494535 WARN  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping onDeckSearchers=2
   [junit4]   2> 494536 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@569a62b0[collection1] main]
   [junit4]   2> 494536 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 494536 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 494538 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 494539 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1cbe6bb7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 494539 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 494540 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default_teststop
   [junit4]   2> 494541 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 494541 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct_lowerfilt
   [junit4]   2> 494541 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 494541 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
   [junit4]   2> 494542 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold_direct
   [junit4]   2> 494542 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 494543 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 494545 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 494546 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 494547 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 494548 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 494548 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@569a62b0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.0):c10)))}
   [junit4]   2> 494548 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 17
   [junit4]   2> 494549 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] 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> 494550 ERROR (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.SolrTestCaseJ4 query failed JSON validation. error=List size mismatch @ spellcheck/suggestions
   [junit4]   2>  expected =/spellcheck=={'suggestions':['12346',{'numFound':1,'startOffset':0,'endOffset':5,'suggestion':['12345']}]}
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":0},
   [junit4]   2>   "response":{"numFound":0,"start":0,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "spellcheck":{
   [junit4]   2>     "suggestions":[]}}
   [junit4]   2> 
   [junit4]   2>  request = q=12346&qt=spellCheckCompRH&spellcheck=true&wt=xml
   [junit4]   2> 494550 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNumericQuery
   [junit4]   2> 494550 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 494550 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 494550 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 494550 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57f103f7
   [junit4]   2> 494550 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@17d6dc7c[collection1] main]
   [junit4]   2> 494551 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 494551 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 494602 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 494646 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 494720 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 494720 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 494803 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 494876 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 494984 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@17d6dc7c[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 494984 INFO  (TEST-SpellCheckComponentTest.testNumericQuery-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 433
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SpellCheckComponentTest -Dtests.method=testNumericQuery -Dtests.seed=A4795526442DA537 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=te-IN -Dtests.timezone=GB -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.46s J1 | SpellCheckComponentTest.testNumericQuery <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A4795526442DA537:AF5502E6DBE41998]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:900)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:847)
   [junit4]    > 	at org.apache.solr.handler.component.SpellCheckComponentTest.testNumericQuery(SpellCheckComponentTest.java:154)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
   [junit4]    > 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
   [junit4]   2> 494987 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRelativeIndexDirLocation
   [junit4]   2> 494987 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 494988 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 494988 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 494989 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 494989 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 494989 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 494990 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 494990 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 494990 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 494990 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 494991 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 494991 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57f103f7
   [junit4]   2> 494999 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4bd8e801[collection1] main]
   [junit4]   2> 494999 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 495001 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 495308 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 495373 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 495750 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 495750 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 496055 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 496263 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 496559 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4bd8e801[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.0.0):c10)))}
   [junit4]   2> 496563 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 1572
   [junit4]   2> 496564 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRelativeIndexDirLocation
   [junit4]   2> 496564 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 496564 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 496564 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 496564 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57f103f7
   [junit4]   2> 496565 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3a7ea15f[collection1] main]
   [junit4]   2> 496565 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 496565 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 496634 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 496702 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 496753 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 496753 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 496807 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 496896 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 496966 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3a7ea15f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 496966 INFO  (TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 401
   [junit4]   2> 496968 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCorrectSpelling
   [junit4]   2> 496968 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 496969 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 496969 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 496969 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 496970 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 496970 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 496970 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 496971 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 496971 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 496971 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 496971 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 496972 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57f103f7
   [junit4]   2> 496975 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@7b337de6[collection1] main]
   [junit4]   2> 496975 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 496975 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 497160 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 497207 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 497384 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 497384 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 497512 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 497654 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 497805 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@7b337de6[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(7.0.0):c10)))}
   [junit4]   2> 497806 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 834
   [junit4]   2> 497807 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] 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=0
   [junit4]   2> 497807 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] 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=0
   [junit4]   2> 497810 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] 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=2
   [junit4]   2> 497810 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCorrectSpelling
   [junit4]   2> 497810 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 497810 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 497810 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 497811 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57f103f7
   [junit4]   2> 497811 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@65b05fec[collection1] main]
   [junit4]   2> 497811 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 497811 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 497880 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 497962 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 498032 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 498032 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 498113 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 498168 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 498240 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@65b05fec[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 498240 INFO  (TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 429
   [junit4]   2> 498241 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 498242 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 498242 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 498243 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 498243 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 498243 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 498243 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 498243 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 498244 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 498244 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 498244 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 498244 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 498244 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57f103f7
   [junit4]   2> 498247 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1a163483[collection1] main]
   [junit4]   2> 498247 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 498247 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 498465 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 498530 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 498647 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 498647 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 498747 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 498883 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 499039 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1a163483[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(7.0.0):c10)))}
   [junit4]   2> 499040 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 795
   [junit4]   2> 499041 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] 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=0
   [junit4]   2> 499041 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.SolrTestCaseJ4 ###Ending test
   [junit4]   2> 499041 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 499041 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 499041 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 499041 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57f103f7
   [junit4]   2> 499042 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4e9c0ff3[collection1] main]
   [junit4]   2> 499042 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 499042 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 499098 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 499175 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 499227 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 499227 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 499281 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 499346 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 499409 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@4e9c0ff3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 499409 INFO  (TEST-SpellCheckComponentTest.test-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 368
   [junit4]   2> 499411 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCollate
   [junit4]   2> 499411 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 499412 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 499412 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 499412 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 499413 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 499413 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 499413 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 499413 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 499413 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 499414 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 499414 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 499414 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57f103f7
   [junit4]   2> 499418 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@26e08fd0[collection1] main]
   [junit4]   2> 499418 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 499418 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 499550 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 499602 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 499742 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 499742 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 499929 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 500091 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 500243 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@26e08fd0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(7.0.0):c10)))}
   [junit4]   2> 500243 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 829
   [junit4]   2> 500398 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=documemt&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.build=true&spellcheck.collate=true} hits=0 status=0 QTime=154
   [junit4]   2> 500399 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=documemt+lowerfilt:broen^4&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.collate=true} hits=0 status=0 QTime=1
   [junit4]   2> 500400 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=documemtsss+broens&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.collate=true} hits=0 status=0 QTime=0
   [junit4]   2> 500401 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=pixma&qt=spellCheckCompRH&json.nl=map&spellcheck=true&wt=xml&spellcheck.collate=true} hits=0 status=0 QTime=1
   [junit4]   2> 500401 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCollate
   [junit4]   2> 500401 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 500401 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 500401 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 500401 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57f103f7
   [junit4]   2> 500402 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5dc03ebd[collection1] main]
   [junit4]   2> 500402 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 500402 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 500480 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 500556 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 500620 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 500620 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 500696 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 500746 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 500805 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@5dc03ebd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 500805 INFO  (TEST-SpellCheckComponentTest.testCollate-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 403
   [junit4]   2> 500807 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReloadOnStart
   [junit4]   2> 500807 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 500807 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 500808 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 500808 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 500808 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 500809 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 500809 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 500809 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 500809 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 500809 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 500810 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 500810 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57f103f7
   [junit4]   2> 500813 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@d6fa1ea[collection1] main]
   [junit4]   2> 500813 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 500813 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 501010 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 501065 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 501255 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 501255 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 501479 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 501755 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 501937 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@d6fa1ea[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.0.0):c10)))}
   [junit4]   2> 501937 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 1127
   [junit4]   2> 501937 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 501938 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 501938 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57f103f7
   [junit4]   2> 501940 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@6301caef[collection1] main]
   [junit4]   2> 501941 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 501941 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 502088 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 502154 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 502299 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 502299 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 502430 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 502625 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 502785 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@6301caef[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.0.0):c10/1:delGen=1) Uninverting(_6(7.0.0):c1)))}
   [junit4]   2> 502785 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 847
   [junit4]   2> 503034 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] 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=248
   [junit4]   2> 503035 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 503048 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testReloadOnStart
   [junit4]   2> 503049 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 503049 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 503049 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 503049 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57f103f7
   [junit4]   2> 503049 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@47043af7[collection1] main]
   [junit4]   2> 503050 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 503050 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 503119 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 503177 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 503242 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 503242 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 503306 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 503375 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 503447 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@47043af7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 503447 INFO  (TEST-SpellCheckComponentTest.testReloadOnStart-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 398
   [junit4]   2> 503450 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testExtendedResultsCount
   [junit4]   2> 503450 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 503451 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 503451 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 503451 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 503452 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 503452 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 503452 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 503452 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 503453 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 503453 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 503453 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 503453 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57f103f7
   [junit4]   2> 503457 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@465916fe[collection1] main]
   [junit4]   2> 503457 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 503457 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 503648 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 503711 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 503906 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 503906 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 504189 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 504413 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 504658 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@465916fe[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(7.0.0):c10)))}
   [junit4]   2> 504658 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 1205
   [junit4]   2> 504993 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] 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=334
   [junit4]   2> 504994 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] 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=0
   [junit4]   2> 504994 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testExtendedResultsCount
   [junit4]   2> 504994 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 504994 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 504995 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 504995 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57f103f7
   [junit4]   2> 504995 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@34f90ff0[collection1] main]
   [junit4]   2> 504995 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 504995 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 505093 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 505195 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 505279 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 505279 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 505332 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 505390 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 505461 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@34f90ff0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 505461 INFO  (TEST-SpellCheckComponentTest.testExtendedResultsCount-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 466
   [junit4]   2> 505463 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testRebuildOnCommit
   [junit4]   2> 505463 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 505464 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 505465 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 505465 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 505465 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 505466 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 505466 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 505466 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 505466 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 505467 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 505467 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 505467 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57f103f7
   [junit4]   2> 505472 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2a4275aa[collection1] main]
   [junit4]   2> 505472 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 505472 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 505642 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 505700 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 505858 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 505858 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 506256 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 506589 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 506822 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2a4275aa[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_8(7.0.0):c10)))}
   [junit4]   2> 506823 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 1356
   [junit4]   2> 506824 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 506825 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11231]} 0 0
   [junit4]   2> 506825 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 506825 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57f103f7
   [junit4]   2> 506829 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@153df266[collection1] main]
   [junit4]   2> 506829 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 506829 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 507010 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 507090 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 507259 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 507259 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 507447 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 507621 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 507784 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@153df266[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_8(7.0.0):c10) Uninverting(_9(7.0.0):c1)))}
   [junit4]   2> 507784 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 959
   [junit4]   2> 507786 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=lowerfilt:lucenejavt&qt=spellCheckCompRH&spellcheck=true&wt=xml} hits=0 status=0 QTime=962
   [junit4]   2> 507786 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testRebuildOnCommit
   [junit4]   2> 507786 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 507786 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 507786 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 507786 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57f103f7
   [junit4]   2> 507787 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3aa20d1e[collection1] main]
   [junit4]   2> 507787 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 507788 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 507847 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 507916 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 507989 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 507989 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 508053 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 508126 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 508198 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3aa20d1e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 508198 INFO  (TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 411
   [junit4]   2> 508199 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[A4795526442DA537]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testThresholdTokenFrequency
   [junit4]   2> 508200 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 508201 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 508201 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 508202 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 508202 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 508202 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 508202 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6]} 0 0
   [junit4]   2> 508203 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 508203 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 508203 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 508203 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 508203 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[A4795526442DA537]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57f103f7
   [junit4]   2> 508217 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[A4795526442DA537]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@4ea12425[collection1] main]
   [junit4]   2> 508217 INFO  (TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 508217 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 508454 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 508509 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 508659 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 508659 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
 

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

537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7]} 0 0
   [junit4]   2> 511801 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 511801 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 511801 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 511801 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[A4795526442DA537]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57f103f7
   [junit4]   2> 511805 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[A4795526442DA537]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3ffc36ac[collection1] main]
   [junit4]   2> 511805 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 511805 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 511957 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 512011 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 512123 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 512123 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 512257 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 512383 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 512554 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@3ffc36ac[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_c(7.0.0):c10)))}
   [junit4]   2> 512555 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 753
   [junit4]   2> 512555 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[A4795526442DA537]) [    ] 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> 512556 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[A4795526442DA537]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testPerDictionary
   [junit4]   2> 512556 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 512556 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:*} 0 0
   [junit4]   2> 512556 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 512556 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[A4795526442DA537]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@57f103f7
   [junit4]   2> 512556 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[A4795526442DA537]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@61adbd79[collection1] main]
   [junit4]   2> 512557 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[A4795526442DA537]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 512557 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
   [junit4]   2> 512611 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default_teststop
   [junit4]   2> 512658 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
   [junit4]   2> 512710 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold_direct
   [junit4]   2> 512710 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: multipleFields
   [junit4]   2> 512774 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
   [junit4]   2> 512824 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
   [junit4]   2> 512877 INFO  (searcherExecutor-1756-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@61adbd79[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 512877 INFO  (TEST-SpellCheckComponentTest.testPerDictionary-seed#[A4795526442DA537]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 321
   [junit4]   2> 512877 INFO  (SUITE-SpellCheckComponentTest-seed#[A4795526442DA537]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 512877 INFO  (SUITE-SpellCheckComponentTest-seed#[A4795526442DA537]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=860710596
   [junit4]   2> 512878 INFO  (coreCloseExecutor-1760-thread-1) [    ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@62f45294
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.component.SpellCheckComponentTest_A4795526442DA537-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {start1=Lucene50(blocksize=128), range_facet_l_dv=Lucene50(blocksize=128), multiDefault=PostingsFormat(name=LuceneFixedGap), intDefault=PostingsFormat(name=Asserting), range_facet_l=PostingsFormat(name=LuceneFixedGap), lowerfilt1and2=PostingsFormat(name=LuceneFixedGap), end4=FSTOrd50, end3=PostingsFormat(name=Asserting), end2=Lucene50(blocksize=128), end1=PostingsFormat(name=LuceneFixedGap), lowerfilt=PostingsFormat(name=LuceneFixedGap), gram1=PostingsFormat(name=LuceneFixedGap), id=Lucene50(blocksize=128), range_facet_i_dv=PostingsFormat(name=LuceneFixedGap), gram2=Lucene50(blocksize=128), gram3=PostingsFormat(name=Asserting), start3=FSTOrd50, gram4=FSTOrd50, start2=PostingsFormat(name=LuceneFixedGap), word=PostingsFormat(name=LuceneFixedGap), timestamp=PostingsFormat(name=LuceneFixedGap), start4=PostingsFormat(name=Asserting)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), range_facet_i_dv=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1157, maxMBSortInHeap=7.92941536856528, sim=RandomSimilarity(queryNorm=true): {}, locale=te-IN, timezone=GB
   [junit4]   2> NOTE: Linux 4.4.0-42-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=225427696,total=443547648
   [junit4]   2> NOTE: All tests run in this JVM: [OpenCloseCoreStressTest, TestCoreContainer, SampleTest, TolerantUpdateProcessorTest, TestSolrIndexConfig, CollectionReloadTest, SolrCmdDistributorTest, TestMacros, BigEndianAscendingWordSerializerTest, TestCustomSort, SolrInfoMBeanTest, TestManagedResource, IndexBasedSpellCheckerTest, TestBlobHandler, SOLR749Test, TestPartialUpdateDeduplication, LeaderFailoverAfterPartitionTest, TestDocumentBuilder, BlockJoinFacetDistribTest, SuggestComponentContextFilterQueryTest, SolrIndexSplitterTest, CoreMergeIndexesAdminHandlerTest, TermsComponentTest, ConjunctionSolrSpellCheckerTest, ZkStateReaderTest, TestSchemaSimilarityResource, TestNumericTerms64, UpdateRequestProcessorFactoryTest, DistributedExpandComponentTest, SpatialFilterTest, TestFuzzyAnalyzedSuggestions, AnalysisErrorHandlingTest, IndexSchemaTest, TestImplicitCoreProperties, ZkSolrClientTest, DOMUtilTest, DocValuesMissingTest, ForceLeaderTest, TestConfigSetImmutable, TestFastLRUCache, HdfsCollectionsAPIDistributedZkTest, TestElisionMultitermQuery, MoreLikeThisHandlerTest, FullHLLTest, SuggesterFSTTest, WordBreakSolrSpellCheckerTest, TestGraphMLResponseWriter, TestStressRecovery, TestSizeLimitedDistributedMap, QueryParsingTest, TestSolrCloudSnapshots, DistributedSuggestComponentTest, TestSolrQueryParserDefaultOperatorResource, TestTolerantUpdateProcessorCloud, SpellCheckCollatorTest, IndexSchemaRuntimeFieldTest, TestLegacyNumericRangeQueryBuilder, RemoteQueryErrorTest, HdfsRecoveryZkTest, TestCloudPseudoReturnFields, OverseerTaskQueueTest, AtomicUpdatesTest, RankQueryTest, HdfsThreadLeakTest, TestWordDelimiterFilterFactory, TestOrdValues, JsonLoaderTest, TestPerFieldSimilarityWithDefaultOverride, TestUpdate, TestBinaryResponseWriter, TestDistribDocBasedVersion, SpellCheckComponentTest]
   [junit4] Completed [196/647 (1!)] on J1 in 19.11s, 11 tests, 1 error <<< FAILURES!

[...truncated 52817 lines...]