: Date: Wed, 2 Dec 2015 16:20:52 -0600
: From: "Dyer, James" <[email protected]>
: Reply-To: [email protected]
: To: "[email protected]" <[email protected]>
: Subject: RE: [JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_66) - Build #
:      5439 - Failure!
: 
: I'm looking at this failure.  I cannot reproduce this on Linux using:
: 
: ant test -Dtests.class="*.SpellCheckComponentTest" 
-Dtests.seed=110D525A21D16B1:8944EAFF0CE17B49


James - not sure if you noticed but assertJQ logs the entire response when 
an assertion fails...

   [junit4]   2>  
expected=/spellcheck=={'suggestions':['documemt',{'numFound':1,'startOffset':0,'endOffset':8,'suggestion':['document']}]}
   [junit4]   2>  response = {
   [junit4]   2>   "responseHeader":{
   [junit4]   2>     "status":0,
   [junit4]   2>     "QTime":0},
   [junit4]   2>   "response":{"numFound":0,"start":0,"docs":[]
   [junit4]   2>   },
   [junit4]   2>   "spellcheck":{
   [junit4]   2>     "suggestions":[]}}
   [junit4]   2>
   [junit4]   2>  request = 
q=documemt&qt=spellCheckCompRH&spellcheck=true&wt=xml

...I haven't dug into the code being tested, or even the logs from 
jenkins, but if it's rebuilding any spellcheck structures in a newSearcher 
listener, then maybe that's slowing down opening the searcher so that when 
the test is run the docs (and suggestions) aren't always visible yet?

maybe try adding a waitSearcher=true to the commit() calls?  or switch to 
some explicitly blocking client call to generate those spellcheck 
structures/indexes?




: Tomorrow I will try this on Windows.
: 
: James Dyer
: Ingram Content Group
: 
: -----Original Message-----
: From: Policeman Jenkins Server [mailto:[email protected]]
: Sent: Wednesday, December 02, 2015 12:53 PM
: To: [email protected]; [email protected]; [email protected]; 
[email protected]; [email protected]
: Subject: [JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_66) - Build # 
5439 - Failure!
: 
: Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/5439/
: Java: 64bit/jdk1.8.0_66 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
: 
: 1 tests failed.
: FAILED:  org.apache.solr.handler.component.SpellCheckComponentTest.test
: 
: Error Message:
: List size mismatch @ spellcheck/suggestions
: 
: Stack Trace:
: java.lang.RuntimeException: List size mismatch @ spellcheck/suggestions
:         at 
__randomizedtesting.SeedInfo.seed([110D525A21D16B1:8944EAFF0CE17B49]:0)
:         at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:837)
:         at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:784)
:         at 
org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCheckComponentTest.java:96)
:         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
:         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
:         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
:         at java.lang.reflect.Method.invoke(Method.java:497)
:         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
:         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
:         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
:         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
:         at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
:         at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
:         at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
:         at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
:         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
:         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
:         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:809)
:         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
:         at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
:         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
:         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
:         at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
:         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:46)
:         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
:         at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
:         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:54)
:         at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
:         at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
:         at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
:         at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
:         at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
:         at java.lang.Thread.run(Thread.java:745)
: 
: 
: 
: 
: Build Log:
: [...truncated 10826 lines...]
:    [junit4] Suite: org.apache.solr.handler.component.SpellCheckComponentTest
:    [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.SpellCheckComponentTest_110D525A21D16B1-001\init-core-data-001
:    [junit4]   2> 1920672 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
:    [junit4]   2> 1920673 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
:    [junit4]   2> 1920673 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
:    [junit4]   2> 1920673 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
:    [junit4]   2> 1920673 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
:    [junit4]   2> 1920675 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
:    [junit4]   2> 1920675 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
:    [junit4]   2> 1920705 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
:    [junit4]   2> 1920709 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
:    [junit4]   2> 1920716 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
:    [junit4]   2> 1920719 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
:    [junit4]   2> 1920788 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
:    [junit4]   2> 1920794 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
:    [junit4]   2> 1920795 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.s.IndexSchema unique key field: id
:    [junit4]   2> 1920798 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
:    [junit4]   2> 1920800 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
:    [junit4]   2> 1920801 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
:    [junit4]   2> 1920802 WARN  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
:    [junit4]   2> 1920802 WARN  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
:    [junit4]   2> 1920802 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
:    [junit4]   2> 1920802 WARN  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
:    [junit4]   2> 1920802 WARN  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
:    [junit4]   2> 1920802 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
:    [junit4]   2> 1920802 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
:    [junit4]   2> 1920802 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr'
:    [junit4]   2> 1920803 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
:    [junit4]   2> 1920803 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
:    [junit4]   2> 1920803 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1165398419
:    [junit4]   2> 1920803 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr]
:    [junit4]   2> 1920803 WARN  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib
 to classpath: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\lib
:    [junit4]   2> 1920803 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
:    [junit4]   2> 1920805 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
:    [junit4]   2> 1920805 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
:    [junit4]   2> 1920805 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
:    [junit4]   2> 1920805 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
:    [junit4]   2> 1920805 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
:    [junit4]   2> 1920806 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig-spellcheckcomponent.xml, transient=false, schema=schema.xml, 
loadOnStartup=true, configSetProperties=configsetprops.json, 
collection=collection1, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.SpellCheckComponentTest_110D525A21D16B1-001\init-core-data-001,
 shard=shard1}
:    [junit4]   2> 1920807 INFO  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
:    [junit4]   2> 1920807 INFO  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
:    [junit4]   2> 1920807 INFO  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr
:    [junit4]   2> 1920808 INFO  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
:    [junit4]   2> 1920808 INFO  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
:    [junit4]   2> 1920821 INFO  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
:    [junit4]   2> 1920824 INFO  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
:    [junit4]   2> 1920831 INFO  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig-spellcheckcomponent.xml
:    [junit4]   2> 1920835 INFO  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
:    [junit4]   2> 1920904 INFO  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
:    [junit4]   2> 1920908 INFO  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
:    [junit4]   2> 1920909 INFO  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
:    [junit4]   2> 1920911 INFO  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
:    [junit4]   2> 1920913 INFO  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
:    [junit4]   2> 1920913 INFO  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
:    [junit4]   2> 1920913 WARN  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
:    [junit4]   2> 1920913 WARN  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
:    [junit4]   2> 1920913 INFO  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
:    [junit4]   2> 1920913 WARN  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
:    [junit4]   2> 1920914 WARN  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
:    [junit4]   2> 1920918 INFO  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1'
:    [junit4]   2> 1920918 INFO  (coreLoadExecutor-6828-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1
:    [junit4]   2> 1920919 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
:    [junit4]   2> 1920919 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1],
 dataDir=[null]
:    [junit4]   2> 1920919 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.c.SolrCore JMX monitoring not detected for core: 
collection1
:    [junit4]   2> 1920919 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.SpellCheckComponentTest_110D525A21D16B1-001\init-core-data-001\
:    [junit4]   2> 1920919 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.SpellCheckComponentTest_110D525A21D16B1-001\init-core-data-001\index/
:    [junit4]   2> 1920919 WARN  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.SpellCheckComponentTest_110D525A21D16B1-001\init-core-data-001\index'
 doesn't exist. Creating new index...
:    [junit4]   2> 1920919 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.SpellCheckComponentTest_110D525A21D16B1-001\init-core-data-001\index
:    [junit4]   2> 1920919 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=14, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=39.6962890625, 
floorSegmentMB=0.568359375, forceMergeDeletesPctAllowed=29.46532338846749, 
segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1538896592515883
:    [junit4]   2> 1920920 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_1,generation=1}
:    [junit4]   2> 1920920 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
:    [junit4]   2> 1920920 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.SpellCheckComponentTest_110D525A21D16B1-001\init-core-data-001\
:    [junit4]   2> 1920921 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
:    [junit4]   2> 1920924 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
:    [junit4]   2> 1920925 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
:    [junit4]   2> 1920925 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
:    [junit4]   2> 1920926 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
:    [junit4]   2> 1920927 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,spellCheckCompRH1,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,/update/json,/admin/threads,/admin/ping,/update,/admin/file
:    [junit4]   2> 1920927 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
:    [junit4]   2> 1920928 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
:    [junit4]   2> 1920928 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
:    [junit4]   2> 1920928 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=42, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=1.0]
:    [junit4]   2> 1920928 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_1,generation=1}
:    [junit4]   2> 1920928 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
:    [junit4]   2> 1920928 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@4d21c52d[collection1] 
main
:    [junit4]   2> 1920928 WARN  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf;
 switching to use InMemory storage instead.
:    [junit4]   2> 1920929 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
:    [junit4]   2> 1920929 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
:    [junit4]   2> 1920929 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
:    [junit4]   2> 1920929 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
:    [junit4]   2> 1920961 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: default
:    [junit4]   2> 1920986 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: default_teststop
:    [junit4]   2> 1921014 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=teststop}
:    [junit4]   2> 1921014 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct_lowerfilt,classname=solr.DirectSolrSpellChecker,minQueryLength=3,maxQueryFrequency=100.0,field=lowerfilt}
:    [junit4]   2> 1921039 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: threshold
:    [junit4]   2> 1921039 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=threshold_direct,classname=solr.DirectSolrSpellChecker,field=lowerfilt,spellcheckIndexDir=spellcheckerThreshold,buildOnCommit=true,thresholdTokenFrequency=0.29}
:    [junit4]   2> 1921039 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: threshold_direct
:    [junit4]   2> 1921047 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: multipleFields
:    [junit4]   2> 1921087 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: freq
:    [junit4]   2> 1921095 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Registering newSearcher listener 
for spellchecker: fqcn
:    [junit4]   2> 1921096 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
:    [junit4]   2> 1921096 INFO  
(searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
:    [junit4]   2> 1921096 INFO  (coreLoadExecutor-6828-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
:    [junit4]   2> 1921098 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
:    [junit4]   2> 1921107 INFO  
(searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
default_teststop
:    [junit4]   2> 1921108 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
:    [junit4]   2> 1921109 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[0]} 0 0
:    [junit4]   2> 1921112 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[1]} 0 0
:    [junit4]   2> 1921112 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[2]} 0 0
:    [junit4]   2> 1921113 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[3]} 0 0
:    [junit4]   2> 1921113 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[4]} 0 0
:    [junit4]   2> 1921114 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[5]} 0 0
:    [junit4]   2> 1921114 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[6]} 0 0
:    [junit4]   2> 1921114 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[7]} 0 0
:    [junit4]   2> 1921114 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[8]} 0 0
:    [junit4]   2> 1921114 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[9]} 0 0
:    [junit4]   2> 1921115 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1921116 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_1,generation=1}
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_2,generation=2}
:    [junit4]   2> 1921118 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
:    [junit4]   2> 1921118 INFO  
(searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
:    [junit4]   2> 1921118 WARN  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping 
onDeckSearchers=2
:    [junit4]   2> 1921118 INFO  
(searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
direct_lowerfilt
:    [junit4]   2> 1921118 INFO  
(searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
:    [junit4]   2> 1921118 INFO  
(searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
:    [junit4]   2> 1921119 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@5c61c9e5[collection1] main
:    [junit4]   2> 1921119 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
:    [junit4]   2> 1921120 INFO  
(searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
threshold_direct
:    [junit4]   2> 1921120 INFO  
(searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
:    [junit4]   2> 1921121 INFO  
(searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
:    [junit4]   2> 1921122 INFO  
(searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
:    [junit4]   2> 1921122 INFO  
(searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
:    [junit4]   2> 1921123 INFO  
(searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
:    [junit4]   2> 1921124 INFO  
(searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
:    [junit4]   2> 1921124 INFO  
(searcherExecutor-6829-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@4d21c52d[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
:    [junit4]   2> 1921124 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
:    [junit4]   2> 1921124 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
default_teststop
:    [junit4]   2> 1921124 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
:    [junit4]   2> 1921124 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
direct_lowerfilt
:    [junit4]   2> 1921124 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
:    [junit4]   2> 1921124 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: threshold
:    [junit4]   2> 1921125 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
threshold_direct
:    [junit4]   2> 1921125 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
:    [junit4]   2> 1921125 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
:    [junit4]   2> 1921125 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
:    [junit4]   2> 1921126 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
:    [junit4]   2> 1921126 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
:    [junit4]   2> 1921126 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
:    [junit4]   2> 1921126 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5c61c9e5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C10)))}
:    [junit4]   2> 1921127 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {commit=} 0 11
:    [junit4]   2> 1921127 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
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> 1921127 ERROR 
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.SolrTestCaseJ4 query failed JSON validation. error=List size mismatch @ 
spellcheck/suggestions
:    [junit4]   2>  expected 
=/spellcheck=={'suggestions':['documemt',{'numFound':1,'startOffset':0,'endOffset':8,'suggestion':['document']}]}
:    [junit4]   2>  response = {
:    [junit4]   2>   "responseHeader":{
:    [junit4]   2>     "status":0,
:    [junit4]   2>     "QTime":0},
:    [junit4]   2>   "response":{"numFound":0,"start":0,"docs":[]
:    [junit4]   2>   },
:    [junit4]   2>   "spellcheck":{
:    [junit4]   2>     "suggestions":[]}}
:    [junit4]   2>
:    [junit4]   2>  request = 
q=documemt&qt=spellCheckCompRH&spellcheck=true&wt=xml
:    [junit4]   2> 1921128 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending test
:    [junit4]   2> 1921128 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
:    [junit4]   2> 1921128 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {deleteByQuery=*:*} 0 0
:    [junit4]   2> 1921128 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1921129 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_2,generation=2}
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_3,generation=3}
:    [junit4]   2> 1921129 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 3
:    [junit4]   2> 1921129 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@70b3b154[collection1] main
:    [junit4]   2> 1921129 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
:    [junit4]   2> 1921129 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
:    [junit4]   2> 1921156 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
:    [junit4]   2> 1921167 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
:    [junit4]   2> 1921190 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
:    [junit4]   2> 1921190 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
:    [junit4]   2> 1921209 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
:    [junit4]   2> 1921238 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
:    [junit4]   2> 1921258 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@70b3b154[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
:    [junit4]   2> 1921258 INFO  
(TEST-SpellCheckComponentTest.test-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {commit=} 0 134
:    [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=SpellCheckComponentTest -Dtests.method=test 
-Dtests.seed=110D525A21D16B1 -Dtests.slow=true -Dtests.locale=es_PR 
-Dtests.timezone=W-SU -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
:    [junit4] ERROR   0.16s J0 | SpellCheckComponentTest.test <<<
:    [junit4]    > Throwable #1: java.lang.RuntimeException: List size mismatch 
@ spellcheck/suggestions
:    [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([110D525A21D16B1:8944EAFF0CE17B49]:0)
:    [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:837)
:    [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:784)
:    [junit4]    >        at 
org.apache.solr.handler.component.SpellCheckComponentTest.test(SpellCheckComponentTest.java:96)
:    [junit4]    >        at java.lang.Thread.run(Thread.java:745)
:    [junit4]   2> 1921262 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testCorrectSpelling
:    [junit4]   2> 1921262 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[0]} 0 0
:    [junit4]   2> 1921262 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[1]} 0 0
:    [junit4]   2> 1921262 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[2]} 0 0
:    [junit4]   2> 1921263 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[3]} 0 0
:    [junit4]   2> 1921263 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[4]} 0 0
:    [junit4]   2> 1921263 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[5]} 0 0
:    [junit4]   2> 1921263 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[6]} 0 0
:    [junit4]   2> 1921263 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[7]} 0 0
:    [junit4]   2> 1921264 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[8]} 0 0
:    [junit4]   2> 1921264 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[9]} 0 0
:    [junit4]   2> 1921264 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1921265 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_3,generation=3}
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_4,generation=4}
:    [junit4]   2> 1921265 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.c.SolrDeletionPolicy newest commit generation = 4
:    [junit4]   2> 1921266 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.s.SolrIndexSearcher Opening Searcher@6033c4bf[collection1] main
:    [junit4]   2> 1921266 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
:    [junit4]   2> 1921266 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
:    [junit4]   2> 1921304 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
:    [junit4]   2> 1921327 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
:    [junit4]   2> 1921371 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
:    [junit4]   2> 1921371 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
:    [junit4]   2> 1921412 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
:    [junit4]   2> 1921455 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
:    [junit4]   2> 1921492 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6033c4bf[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.0.0):C10)))}
:    [junit4]   2> 1921492 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {commit=} 0 234
:    [junit4]   2> 1921492 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] 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> 1921492 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] 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> 1921494 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] 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> 1921495 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testCorrectSpelling
:    [junit4]   2> 1921495 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
:    [junit4]   2> 1921495 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {deleteByQuery=*:*} 0 0
:    [junit4]   2> 1921495 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1921495 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_4,generation=4}
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_5,generation=5}
:    [junit4]   2> 1921495 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.c.SolrDeletionPolicy newest commit generation = 5
:    [junit4]   2> 1921495 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.s.SolrIndexSearcher Opening Searcher@2ab12b09[collection1] main
:    [junit4]   2> 1921495 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
:    [junit4]   2> 1921496 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
:    [junit4]   2> 1921509 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
:    [junit4]   2> 1921518 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
:    [junit4]   2> 1921528 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
:    [junit4]   2> 1921528 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
:    [junit4]   2> 1921539 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
:    [junit4]   2> 1921548 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
:    [junit4]   2> 1921568 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@2ab12b09[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
:    [junit4]   2> 1921568 INFO  
(TEST-SpellCheckComponentTest.testCorrectSpelling-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {commit=} 0 74
:    [junit4]   2> 1921570 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testThresholdTokenFrequency
:    [junit4]   2> 1921570 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[0]} 0 0
:    [junit4]   2> 1921571 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[1]} 0 0
:    [junit4]   2> 1921571 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[2]} 0 0
:    [junit4]   2> 1921571 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[3]} 0 0
:    [junit4]   2> 1921572 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[4]} 0 0
:    [junit4]   2> 1921572 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[5]} 0 0
:    [junit4]   2> 1921572 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[6]} 0 0
:    [junit4]   2> 1921572 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[7]} 0 0
:    [junit4]   2> 1921573 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[8]} 0 0
:    [junit4]   2> 1921573 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[9]} 0 0
:    [junit4]   2> 1921573 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1921575 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_5,generation=5}
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_6,generation=6}
:    [junit4]   2> 1921575 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 6
:    [junit4]   2> 1921575 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@383c79ca[collection1] main
:    [junit4]   2> 1921575 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
:    [junit4]   2> 1921575 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
:    [junit4]   2> 1921641 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
:    [junit4]   2> 1921681 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
:    [junit4]   2> 1921772 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
:    [junit4]   2> 1921772 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
:    [junit4]   2> 1921879 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
:    [junit4]   2> 1921976 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
:    [junit4]   2> 1922128 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@383c79ca[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.0.0):C10)))}
:    [junit4]   2> 1922128 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {commit=} 0 571
:    [junit4]   2> 1922129 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q=documenq&qt=spellCheckCompRH&spellcheck.dictionary=threshold&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.extendedResults=true}
 hits=0 status=0 QTime=0
:    [junit4]   2> 1922132 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.c.S.Request [collection1] webapp=null path=null 
params={q=documenq&qt=spellCheckCompRH&spellcheck.dictionary=threshold_direct&spellcheck=true&spellcheck.count=5&wt=xml&spellcheck.extendedResults=true}
 hits=0 status=0 QTime=2
:    [junit4]   2> 1922135 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testThresholdTokenFrequency
:    [junit4]   2> 1922135 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
:    [junit4]   2> 1922135 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {deleteByQuery=*:*} 0 0
:    [junit4]   2> 1922136 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1922136 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_6,generation=6}
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_7,generation=7}
:    [junit4]   2> 1922136 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 7
:    [junit4]   2> 1922136 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@5d74f63c[collection1] main
:    [junit4]   2> 1922136 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
:    [junit4]   2> 1922136 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
:    [junit4]   2> 1922172 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
:    [junit4]   2> 1922213 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
:    [junit4]   2> 1922260 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
:    [junit4]   2> 1922260 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
:    [junit4]   2> 1922307 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
:    [junit4]   2> 1922353 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
:    [junit4]   2> 1922392 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@5d74f63c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
:    [junit4]   2> 1922392 INFO  
(TEST-SpellCheckComponentTest.testThresholdTokenFrequency-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {commit=} 0 263
:    [junit4]   2> 1922394 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.SolrTestCaseJ4 ###Starting testRebuildOnCommit
:    [junit4]   2> 1922394 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[0]} 0 0
:    [junit4]   2> 1922395 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[1]} 0 0
:    [junit4]   2> 1922395 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[2]} 0 0
:    [junit4]   2> 1922395 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[3]} 0 0
:    [junit4]   2> 1922395 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[4]} 0 0
:    [junit4]   2> 1922396 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[5]} 0 0
:    [junit4]   2> 1922396 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[6]} 0 0
:    [junit4]   2> 1922396 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[7]} 0 0
:    [junit4]   2> 1922396 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[8]} 0 0
:    [junit4]   2> 1922396 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[9]} 0 0
:    [junit4]   2> 1922396 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1922397 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_7,generation=7}
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_8,generation=8}
:    [junit4]   2> 1922397 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.c.SolrDeletionPolicy newest commit generation = 8
:    [junit4]   2> 1922397 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.s.SolrIndexSearcher Opening Searcher@60d4a481[collection1] main
:    [junit4]   2> 1922398 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
:    [junit4]   2> 1922398 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
:    [junit4]   2> 1922504 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
:    [junit4]   2> 1922534 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
:    [junit4]   2> 1922623 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
:    [junit4]   2> 1922623 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
:    [junit4]   2> 1922705 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
:    [junit4]   2> 1922801 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
:    [junit4]   2> 1922909 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@60d4a481[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.0.0):C10)))}
:    [junit4]   2> 1922909 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {commit=} 0 528
:    [junit4]   2> 1922910 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] 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> 1922910 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[11231]} 0 0
:    [junit4]   2> 1922911 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1922913 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_8,generation=8}
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_9,generation=9}
:    [junit4]   2> 1922913 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.c.SolrDeletionPolicy newest commit generation = 9
:    [junit4]   2> 1922913 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.s.SolrIndexSearcher Opening Searcher@446821b2[collection1] main
:    [junit4]   2> 1922913 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
:    [junit4]   2> 1922913 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
:    [junit4]   2> 1922999 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
:    [junit4]   2> 1923018 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
:    [junit4]   2> 1923038 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
:    [junit4]   2> 1923038 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
:    [junit4]   2> 1923180 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
:    [junit4]   2> 1923257 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
:    [junit4]   2> 1923329 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@446821b2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.0.0):C10)
 Uninverting(_4(6.0.0):C1)))}
:    [junit4]   2> 1923330 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {commit=} 0 431
:    [junit4]   2> 1923335 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] 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=433
:    [junit4]   2> 1923336 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.SolrTestCaseJ4 ###Ending testRebuildOnCommit
:    [junit4]   2> 1923336 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
:    [junit4]   2> 1923336 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {deleteByQuery=*:*} 0 0
:    [junit4]   2> 1923336 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1923336 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_9,generation=9}
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_a,generation=10}
:    [junit4]   2> 1923336 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.c.SolrDeletionPolicy newest commit generation = 10
:    [junit4]   2> 1923336 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.s.SolrIndexSearcher Opening Searcher@6b71e6e5[collection1] main
:    [junit4]   2> 1923337 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
:    [junit4]   2> 1923337 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
:    [junit4]   2> 1923367 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
:    [junit4]   2> 1923390 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
:    [junit4]   2> 1923410 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
:    [junit4]   2> 1923410 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
:    [junit4]   2> 1923444 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
:    [junit4]   2> 1923472 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
:    [junit4]   2> 1923501 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6b71e6e5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
:    [junit4]   2> 1923501 INFO  
(TEST-SpellCheckComponentTest.testRebuildOnCommit-seed#[110D525A21D16B1]) [    
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {commit=} 0 169
:    [junit4]   2> 1923503 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testRelativeIndexDirLocation
:    [junit4]   2> 1923503 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[0]} 0 0
:    [junit4]   2> 1923504 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[1]} 0 0
:    [junit4]   2> 1923504 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[2]} 0 0
:    [junit4]   2> 1923504 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[3]} 0 0
:    [junit4]   2> 1923505 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[4]} 0 0
:    [junit4]   2> 1923505 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[5]} 0 0
:    [junit4]   2> 1923505 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[6]} 0 0
:    [junit4]   2> 1923505 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[7]} 0 0
:    [junit4]   2> 1923505 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[8]} 0 0
:    [junit4]   2> 1923506 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[9]} 0 0
:    [junit4]   2> 1923506 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1923507 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_a,generation=10}
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_b,generation=11}
:    [junit4]   2> 1923507 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 11
:    [junit4]   2> 1923508 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@624a56ad[collection1] main
:    [junit4]   2> 1923508 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
:    [junit4]   2> 1923508 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
:    [junit4]   2> 1923632 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
:    [junit4]   2> 1923666 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
:    [junit4]   2> 1923765 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
:    [junit4]   2> 1923766 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
:    [junit4]   2> 1923845 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
:    [junit4]   2> 1923920 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
:    [junit4]   2> 1923977 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@624a56ad[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(6.0.0):C10)))}
:    [junit4]   2> 1923978 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {commit=} 0 485
:    [junit4]   2> 1923978 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.SolrTestCaseJ4 ###Ending testRelativeIndexDirLocation
:    [junit4]   2> 1923979 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM 
INDEX
:    [junit4]   2> 1923979 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {deleteByQuery=*:*} 0 0
:    [junit4]   2> 1923979 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1923979 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_b,generation=11}
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_c,generation=12}
:    [junit4]   2> 1923979 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 12
:    [junit4]   2> 1923979 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.s.SolrIndexSearcher Opening Searcher@52233835[collection1] main
:    [junit4]   2> 1923979 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
:    [junit4]   2> 1923980 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
:    [junit4]   2> 1924008 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
:    [junit4]   2> 1924067 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
:    [junit4]   2> 1924115 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
:    [junit4]   2> 1924116 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
:    [junit4]   2> 1924148 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
:    [junit4]   2> 1924174 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
:    [junit4]   2> 1924194 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@52233835[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
:    [junit4]   2> 1924194 INFO  
(TEST-SpellCheckComponentTest.testRelativeIndexDirLocation-seed#[110D525A21D16B1])
 [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {commit=} 0 221
:    [junit4]   2> 1924196 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testReloadOnStart
:    [junit4]   2> 1924196 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[0]} 0 0
:    [junit4]   2> 1924196 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[1]} 0 0
:    [junit4]   2> 1924196 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[2]} 0 0
:    [junit4]   2> 1924196 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[3]} 0 0
:    [junit4]   2> 1924196 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[4]} 0 0
:    [junit4]   2> 1924197 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[5]} 0 0
:    [junit4]   2> 1924197 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[6]} 0 0
:    [junit4]   2> 1924198 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[7]} 0 0
:    [junit4]   2> 1924198 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[8]} 0 0
:    [junit4]   2> 1924198 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[9]} 0 0
:    [junit4]   2> 1924198 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1924199 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_c,generation=12}
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_d,generation=13}
:    [junit4]   2> 1924199 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 13
:    [junit4]   2> 1924200 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@137862bf[collection1] main
:    [junit4]   2> 1924200 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
:    [junit4]   2> 1924200 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
:    [junit4]   2> 1924280 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
:    [junit4]   2> 1924304 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
:    [junit4]   2> 1924405 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
:    [junit4]   2> 1924405 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
:    [junit4]   2> 1924533 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
:    [junit4]   2> 1924604 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
:    [junit4]   2> 1924728 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@137862bf[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(6.0.0):C10)))}
:    [junit4]   2> 1924728 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {commit=} 0 547
:    [junit4]   2> 1924728 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {add=[0]} 0 0
:    [junit4]   2> 1924729 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1924729 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_d,generation=13}
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_e,generation=14}
:    [junit4]   2> 1924729 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 14
:    [junit4]   2> 1924729 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@ac3c8d1[collection1] main
:    [junit4]   2> 1924729 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
:    [junit4]   2> 1924729 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
:    [junit4]   2> 1924819 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
:    [junit4]   2> 1924841 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
:    [junit4]   2> 1924917 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
threshold_direct
:    [junit4]   2> 1924917 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
multipleFields
:    [junit4]   2> 1925032 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
:    [junit4]   2> 1925153 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
:    [junit4]   2> 1925198 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@ac3c8d1[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(6.0.0):C10/1:delGen=1)
 Uninverting(_7(6.0.0):C1)))}
:    [junit4]   2> 1925198 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {commit=} 0 484
:    [junit4]   2> 1925249 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
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=51
:    [junit4]   2> 1925249 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
:    [junit4]   2> 1925251 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.SolrTestCaseJ4 ###Ending testReloadOnStart
:    [junit4]   2> 1925251 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
:    [junit4]   2> 1925252 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {deleteByQuery=*:*} 0 0
:    [junit4]   2> 1925252 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
:    [junit4]   2> 1925252 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_e,generation=14}
:    [junit4]   2>        commit{dir=MockDirectoryWrapper(RAMDirectory@3626ccb7 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@74d834fd),segFN=segments_f,generation=15}
:    [junit4]   2> 1925252 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 15
:    [junit4]   2> 1925252 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.s.SolrIndexSearcher Opening Searcher@92cd317[collection1] main
:    [junit4]   2> 1925252 INFO  
(TEST-SpellCheckComponentTest.testReloadOnStart-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
:    [junit4]   2> 1925252 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: default
:    [junit4]   2> 1925274 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: 
default_teststop
:    [junit4]   2> 1925283 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: threshold
:    [junit4]   2> 1925311 INFO  (searcherExecutor-6829-thread-1) [
: 
: [...truncated too long message...]
: 
:   ] o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: freq
:    [junit4]   2> 1927024 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.h.c.SpellCheckComponent Building spell index for spell checker: fqcn
:    [junit4]   2> 1927037 INFO  (searcherExecutor-6829-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@58db84fa[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
:    [junit4]   2> 1927037 INFO  
(TEST-SpellCheckComponentTest.testPerDictionary-seed#[110D525A21D16B1]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null 
params={} {commit=} 0 110
:    [junit4]   2> 1927037 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
:    [junit4]   2> 1927037 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1165398419
:    [junit4]   2> 1927038 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@1dcd5886
:    [junit4]   2> 1927038 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=20,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=92,cumulative_deletesById=0,cumulative_deletesByQuery=9,cumulative_errors=0}
:    [junit4]   2> 1927038 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    
x:collection1] o.a.s.u.SolrCoreState Closing SolrCoreState
:    [junit4]   2> 1927038 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    
x:collection1] o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 
0 - closing IndexWriter
:    [junit4]   2> 1927038 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    
x:collection1] o.a.s.u.DefaultSolrCoreState closing IndexWriter with 
IndexWriterCloser
:    [junit4]   2> 1927038 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
:    [junit4]   2> 1927038 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing MockDirectoryFactory - 2 
directories currently being tracked
:    [junit4]   2> 1927038 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.SpellCheckComponentTest_110D525A21D16B1-001\init-core-data-001\
 
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.SpellCheckComponentTest_110D525A21D16B1-001\init-core-data-001\;done=false>>]
:    [junit4]   2> 1927038 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.SpellCheckComponentTest_110D525A21D16B1-001\init-core-data-001\
:    [junit4]   2> 1927038 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    
x:collection1] o.a.s.c.CachingDirectoryFactory looking to close 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.SpellCheckComponentTest_110D525A21D16B1-001\init-core-data-001\index
 
[CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.SpellCheckComponentTest_110D525A21D16B1-001\init-core-data-001\index;done=false>>]
:    [junit4]   2> 1927038 INFO  
(SUITE-SpellCheckComponentTest-seed#[110D525A21D16B1]-worker) [    
x:collection1] o.a.s.c.CachingDirectoryFactory Closing directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.SpellCheckComponentTest_110D525A21D16B1-001\init-core-data-001\index
:    [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.component.SpellCheckComponentTest_110D525A21D16B1-001
:    [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=ClassicSimilarity, locale=es_PR, timezone=W-SU
:    [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_66 
(64-bit)/cpus=3,threads=1,free=205301944,total=518979584
:    [junit4]   2> NOTE: All tests run in this JVM: [TestExtendedDismaxParser, 
DistributedFacetPivotLargeTest, TestSweetSpotSimilarityFactory, TestCSVLoader, 
TestRandomCollapseQParserPlugin, RecoveryAfterSoftCommitTest, 
AnalysisAfterCoreReloadTest, ClusterStateUpdateTest, TestCloudSchemaless, 
DistributedFacetPivotLongTailTest, SimplePostToolTest, 
StatelessScriptUpdateProcessorFactoryTest, TestAnalyzedSuggestions, 
UpdateParamsTest, RequiredFieldsTest, ScriptEngineTest, TestCoreContainer, 
MergeStrategyTest, TestLazyCores, TestReplicationHandler, CleanupOldIndexTest, 
CursorMarkTest, TestDistributedSearch, ResponseHeaderTest, 
BigEndianAscendingWordDeserializerTest, SolrXmlInZkTest, 
TestFieldCollectionResource, DocumentBuilderTest, MBeansHandlerTest, 
TestStressReorder, TestElisionMultitermQuery, TestSurroundQueryParser, 
TimeZoneUtilsTest, DocumentAnalysisRequestHandlerTest, TestPhraseSuggestions, 
TestRandomMergePolicy, SpatialRPTFieldTypeTest, ReturnFieldsTest, 
IndexBasedSpellCheckerTest,
  TestCollapseQParserPlugin, SystemInfoHandlerTest, RankQueryTest, 
SuggestComponentTest, LeaderInitiatedRecoveryOnCommitTest, 
TestSolrConfigHandlerConcurrent, CoreAdminCreateDiscoverTest, 
TestPseudoReturnFields, TestSolrDynamicMBean, TestAuthenticationFramework, 
BasicDistributedZkTest, TestJmxIntegration, TestMiniSolrCloudClusterBase, 
CdcrRequestHandlerTest, TestObjectReleaseTracker, IndexSchemaTest, 
TestSchemaSimilarityResource, TestConfigSetsAPI, TestGroupingSearch, 
XsltUpdateRequestHandlerTest, SmileWriterTest, TestHashQParserPlugin, 
ParsingFieldUpdateProcessorsTest, BaseCdcrDistributedZkTest, 
HdfsLockFactoryTest, TestStressLucene, TestDocBasedVersionConstraints, 
TestFunctionQuery, RuleEngineTest, TestRandomRequestDistribution, 
PreAnalyzedFieldTest, TestConfig, BadComponentTest, InfoHandlerTest, 
MultiThreadedOCPTest, TestLRUCache, TestFieldResource, PrimitiveFieldTypeTest, 
TestScoreJoinQPNoScore, CloneFieldUpdateProcessorFactoryTest, 
StandardRequestHandlerTest, TestCopyFieldCollec
 tionResource, TestFieldTypeResource, EnumFieldTest, TestRestManager, 
ClusterStateTest, ZkControllerTest, DistributedQueryComponentOptimizationTest, 
BlockCacheTest, TestArbitraryIndexDir, TestIBSimilarityFactory, 
CoreAdminRequestStatusTest, DirectUpdateHandlerTest, TestDocumentBuilder, 
JSONWriterTest, MigrateRouteKeyTest, ShardRoutingTest, 
RestartWhileUpdatingTest, OverseerStatusTest, AnalyticsMergeStrategyTest, 
TestPivotHelperCode, SampleTest, TestMacros, TestReplicationHandlerBackup, 
HdfsRecoverLeaseTest, TestUpdate, TestSchemaVersionResource, BadCopyFieldTest, 
TestConfigSetsAPIExclusivity, TestSerializedLuceneMatchVersion, 
SegmentsInfoRequestHandlerTest, TestChildDocTransformer, TestBulkSchemaAPI, 
TestCustomSort, SimpleFacetsTest, SolrRequestParserTest, RecoveryZkTest, 
DocExpirationUpdateProcessorFactoryTest, TestJsonRequest, TestCryptoKeys, 
JsonLoaderTest, SchemaVersionSpecificBehaviorTest, CdcrVersionReplicationTest, 
SolrCoreTest, OverseerTest, TestRestoreCore, TestSimpleQParser
 Plugin, SharedFSAutoReplicaFailoverTest, CdcrReplicationHandlerTest, 
TestPartialUpdateDeduplication, TestAuthorizationFramework, TestRawTransformer, 
QueryEqualityTest, TestCustomDocTransformer, SpatialHeatmapFacetsTest, 
DistributedDebugComponentTest, ConcurrentDeleteAndCreateCollectionTest, 
ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, 
CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, 
BasicZkTest, FullSolrCloudDistribCmdsTest, TestRandomFaceting, 
LeaderElectionTest, TestRandomDVFaceting, ZkCLITest, AutoCommitTest, 
TestDistributedGrouping, TestFaceting, TestRecovery, TestHashPartitioner, 
DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, 
TestReload, TestStressVersions, HardAutoCommitTest, TestSolr4Spatial, 
SpellCheckComponentTest]
:    [junit4] Completed [293/563] on J0 in 6.38s, 9 tests, 1 error <<< FAILURES!
: 
: [...truncated 902 lines...]
: BUILD FAILED
: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:782: The 
following error occurred while executing this line:
: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:726: The 
following error occurred while executing this line:
: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:59: The 
following error occurred while executing this line:
: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:233: 
The following error occurred while executing this line:
: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:516:
 The following error occurred while executing this line:
: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1432:
 The following error occurred while executing this line:
: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:987:
 There were test failures: 563 suites (8 ignored), 2234 tests, 1 error, 122 
ignored (78 assumptions) [seed: 110D525A21D16B1]
: 
: Total time: 70 minutes 47 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
: 
: 
: 
: ---------------------------------------------------------------------
: To unsubscribe, e-mail: [email protected]
: For additional commands, e-mail: [email protected]
: 
: 

-Hoss
http://www.lucidworks.com/

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

Reply via email to