Build: https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2702/
Java: 64bit/jdk-9-ea+152 -XX:+UseCompressedOops -XX:+UseG1GC
1 tests failed.
FAILED: org.apache.solr.schema.DocValuesTest.testFloatAndDoubleRangeQueryRandom
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at
__randomizedtesting.SeedInfo.seed([690818771545E96F:51983624D9EDF0F4]:0)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:821)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:788)
at
org.apache.solr.schema.DocValuesTest.testFloatAndDoubleRangeQueryRandom(DocValuesTest.java:618)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:543)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.NullPointerException
at
org.apache.lucene.document.SortedNumericDocValuesRangeQuery$1$1.matches(SortedNumericDocValuesRangeQuery.java:114)
at
org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:253)
at
org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:197)
at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:669)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:473)
at
org.apache.solr.search.SolrIndexSearcher.buildAndRunCollectorChain(SolrIndexSearcher.java:241)
at
org.apache.solr.search.SolrIndexSearcher.getDocListNC(SolrIndexSearcher.java:1823)
at
org.apache.solr.search.SolrIndexSearcher.getDocListC(SolrIndexSearcher.java:1640)
at
org.apache.solr.search.SolrIndexSearcher.search(SolrIndexSearcher.java:611)
at
org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:533)
at
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:295)
at
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:166)
at org.apache.solr.core.SolrCore.execute(SolrCore.java:2384)
at org.apache.solr.util.TestHarness.query(TestHarness.java:331)
at org.apache.solr.util.TestHarness.query(TestHarness.java:313)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:795)
... 40 more
Build Log:
[...truncated 12003 lines...]
[junit4] Suite: org.apache.solr.schema.DocValuesTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.DocValuesTest_690818771545E96F-001/init-core-data-001
[junit4] 2> 1421342 INFO
(SUITE-DocValuesTest-seed#[690818771545E96F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 1421342 INFO
(SUITE-DocValuesTest-seed#[690818771545E96F]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 1421343 INFO
(SUITE-DocValuesTest-seed#[690818771545E96F]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1421419 WARN
(SUITE-DocValuesTest-seed#[690818771545E96F]-worker) [ ] o.a.s.c.Config
Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory>
instead.
[junit4] 2> 1421420 INFO
(SUITE-DocValuesTest-seed#[690818771545E96F]-worker) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1421427 INFO
(SUITE-DocValuesTest-seed#[690818771545E96F]-worker) [ ] o.a.s.s.IndexSchema
[null] Schema name=schema-docValues
[junit4] 2> 1421431 INFO
(SUITE-DocValuesTest-seed#[690818771545E96F]-worker) [ ] o.a.s.s.IndexSchema
Loaded schema schema-docValues/1.6 with uniqueid field id
[junit4] 2> 1421435 INFO
(SUITE-DocValuesTest-seed#[690818771545E96F]-worker) [ ]
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params:
socketTimeout=30000&connTimeout=30000&retry=true
[junit4] 2> 1421439 WARN
(SUITE-DocValuesTest-seed#[690818771545E96F]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 1421441 INFO
(SUITE-DocValuesTest-seed#[690818771545E96F]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@130a0713
[junit4] 2> 1421442 WARN
(SUITE-DocValuesTest-seed#[690818771545E96F]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 1421449 INFO
(SUITE-DocValuesTest-seed#[690818771545E96F]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@130a0713
[junit4] 2> 1421449 WARN
(SUITE-DocValuesTest-seed#[690818771545E96F]-worker) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 1421449 INFO
(SUITE-DocValuesTest-seed#[690818771545E96F]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@130a0713
[junit4] 2> 1421451 INFO (coreLoadExecutor-5727-thread-1) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib,
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 1421527 WARN (coreLoadExecutor-5727-thread-1) [ ]
o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use
<mergePolicyFactory> instead.
[junit4] 2> 1421528 INFO (coreLoadExecutor-5727-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.5.0
[junit4] 2> 1421554 INFO (coreLoadExecutor-5727-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=schema-docValues
[junit4] 2> 1421558 INFO (coreLoadExecutor-5727-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema schema-docValues/1.6 with uniqueid field id
[junit4] 2> 1421561 INFO (coreLoadExecutor-5727-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1
[junit4] 2> 1421561 WARN (coreLoadExecutor-5727-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter No serviceUrl or agentId was configured, using first
MBeanServer.
[junit4] 2> 1421561 INFO (coreLoadExecutor-5727-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@130a0713
[junit4] 2> 1421561 INFO (coreLoadExecutor-5727-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.DocValuesTest_690818771545E96F-001/init-core-data-001/]
[junit4] 2> 1421565 INFO (coreLoadExecutor-5727-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=22, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=56.93359375,
floorSegmentMB=1.744140625, forceMergeDeletesPctAllowed=18.69194236081854,
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7232926512721288
[junit4] 2> 1421585 INFO (coreLoadExecutor-5727-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1421585 INFO (coreLoadExecutor-5727-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1421586 INFO (coreLoadExecutor-5727-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1166743421,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 1421587 INFO (coreLoadExecutor-5727-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2c89dec9[collection1] main]
[junit4] 2> 1421588 WARN (coreLoadExecutor-5727-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Cannot write to config directory
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 1421588 INFO (coreLoadExecutor-5727-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1421588 INFO (searcherExecutor-5728-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2c89dec9[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1421590 INFO
(SUITE-DocValuesTest-seed#[690818771545E96F]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 1421592 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testDocValuesSorting
[junit4] 2> 1421593 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 1421593 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{deleteByQuery=*:*} 0 0
[junit4] 2> 1421595 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 1421596 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 1421596 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 1421596 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4]} 0 0
[junit4] 2> 1421597 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1421597 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@f1d0593
[junit4] 2> 1421603 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@293e8a7e[collection1] main]
[junit4] 2> 1421604 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1421604 INFO (searcherExecutor-5728-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@293e8a7e[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.5.0):c4)))}
[junit4] 2> 1421604 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 7
[junit4] 2> 1421605 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=id&sort=floatdv+desc&rows=1&wt=xml} hits=4 status=0 QTime=0
[junit4] 2> 1421605 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=id&sort=intdv+desc&rows=1&wt=xml} hits=4 status=0 QTime=0
[junit4] 2> 1421606 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=id&sort=doubledv+desc&rows=1&wt=xml} hits=4 status=0 QTime=0
[junit4] 2> 1421606 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=id&sort=longdv+desc&rows=1&wt=xml} hits=4 status=0 QTime=0
[junit4] 2> 1421606 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=id,datedv&sort=datedv+desc&rows=1&wt=xml} hits=4 status=0
QTime=0
[junit4] 2> 1421607 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=id&sort=stringdv+desc&rows=1&wt=xml} hits=4 status=0 QTime=0
[junit4] 2> 1421607 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=id&sort=floatdv+asc&rows=1&wt=xml} hits=4 status=0 QTime=0
[junit4] 2> 1421608 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=id&sort=intdv+asc&rows=1&wt=xml} hits=4 status=0 QTime=0
[junit4] 2> 1421608 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=id&sort=doubledv+asc&rows=1&wt=xml} hits=4 status=0 QTime=0
[junit4] 2> 1421609 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=id&sort=longdv+asc&rows=1&wt=xml} hits=4 status=0 QTime=0
[junit4] 2> 1421609 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=id&sort=datedv+asc&rows=1&wt=xml} hits=4 status=0 QTime=0
[junit4] 2> 1421609 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=id&sort=stringdv+asc&rows=1&wt=xml} hits=4 status=0 QTime=0
[junit4] 2> 1421610 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=booldv,stringdv&sort=booldv+asc&rows=10&wt=xml} hits=4
status=0 QTime=0
[junit4] 2> 1421611 INFO
(TEST-DocValuesTest.testDocValuesSorting-seed#[690818771545E96F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testDocValuesSorting
[junit4] 2> 1421612 INFO
(TEST-DocValuesTest.testDocValuesSorting2-seed#[690818771545E96F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testDocValuesSorting2
[junit4] 2> 1421613 INFO
(TEST-DocValuesTest.testDocValuesSorting2-seed#[690818771545E96F]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 1421613 INFO
(TEST-DocValuesTest.testDocValuesSorting2-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{deleteByQuery=*:*} 0 0
[junit4] 2> 1421614 INFO
(TEST-DocValuesTest.testDocValuesSorting2-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 1421614 INFO
(TEST-DocValuesTest.testDocValuesSorting2-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 1421614 INFO
(TEST-DocValuesTest.testDocValuesSorting2-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 1421615 INFO
(TEST-DocValuesTest.testDocValuesSorting2-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4]} 0 0
[junit4] 2> 1421615 INFO
(TEST-DocValuesTest.testDocValuesSorting2-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[5]} 0 0
[junit4] 2> 1421616 INFO
(TEST-DocValuesTest.testDocValuesSorting2-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[6]} 0 0
[junit4] 2> 1421616 INFO
(TEST-DocValuesTest.testDocValuesSorting2-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[7]} 0 0
[junit4] 2> 1421616 INFO
(TEST-DocValuesTest.testDocValuesSorting2-seed#[690818771545E96F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1421616 INFO
(TEST-DocValuesTest.testDocValuesSorting2-seed#[690818771545E96F]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@f1d0593
[junit4] 2> 1421619 INFO
(TEST-DocValuesTest.testDocValuesSorting2-seed#[690818771545E96F]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@791df0d3[collection1] main]
[junit4] 2> 1421620 INFO
(TEST-DocValuesTest.testDocValuesSorting2-seed#[690818771545E96F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1421620 INFO (searcherExecutor-5728-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@791df0d3[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(6.5.0):c7)))}
[junit4] 2> 1421620 INFO
(TEST-DocValuesTest.testDocValuesSorting2-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 3
[junit4] 2> 1421620 INFO
(TEST-DocValuesTest.testDocValuesSorting2-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&fl=id&sort=doubledv+asc&wt=xml} hits=7 status=0 QTime=0
[junit4] 2> 1421621 INFO
(TEST-DocValuesTest.testDocValuesSorting2-seed#[690818771545E96F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testDocValuesSorting2
[junit4] 2> 1421623 INFO
(TEST-DocValuesTest.testDocValues-seed#[690818771545E96F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testDocValues
[junit4] 2> 1421624 INFO
(TEST-DocValuesTest.testDocValues-seed#[690818771545E96F]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 1421627 INFO
(TEST-DocValuesTest.testDocValues-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{deleteByQuery=*:*} 0 3
[junit4] 2> 1421628 INFO
(TEST-DocValuesTest.testDocValues-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 1421628 INFO
(TEST-DocValuesTest.testDocValues-seed#[690818771545E96F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1421628 INFO
(TEST-DocValuesTest.testDocValues-seed#[690818771545E96F]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@f1d0593
[junit4] 2> 1421633 INFO
(TEST-DocValuesTest.testDocValues-seed#[690818771545E96F]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@aa9e63a[collection1] main]
[junit4] 2> 1421633 INFO (searcherExecutor-5728-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@aa9e63a[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_2(6.5.0):c1)))}
[junit4] 2> 1421634 INFO
(TEST-DocValuesTest.testDocValues-seed#[690818771545E96F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1421634 INFO
(TEST-DocValuesTest.testDocValues-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 5
[junit4] 2> 1421636 INFO
(TEST-DocValuesTest.testDocValues-seed#[690818771545E96F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testDocValues
[junit4] 2> 1421639 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testDocValuesMatch
[junit4] 2> 1421639 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 1421639 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{deleteByQuery=*:*} 0 0
[junit4] 2> 1421640 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 1421640 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 1421641 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 1421641 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4]} 0 0
[junit4] 2> 1421641 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1421641 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@f1d0593
[junit4] 2> 1421646 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@69d55204[collection1] main]
[junit4] 2> 1421646 INFO (searcherExecutor-5728-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@69d55204[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_3(6.5.0):c4)))}
[junit4] 2> 1421646 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1421646 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 5
[junit4] 2> 1421649 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=stringdv:car&sort=id+asc&wt=xml} hits=1 status=0 QTime=2
[junit4] 2> 1421650 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=stringdv:[b+TO+d]&sort=id+asc&wt=xml} hits=3 status=0 QTime=0
[junit4] 2> 1421672 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=stringdv:c*&sort=id+asc&wt=xml} hits=2 status=0 QTime=20
[junit4] 2> 1421679 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=stringdv:c?r&sort=id+asc&wt=xml} hits=1 status=0 QTime=2
[junit4] 2> 1421682 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=stringdv:/c[a-b]r/&sort=id+asc&wt=xml} hits=1 status=0 QTime=1
[junit4] 2> 1421690 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:3&sort=id+asc&wt=xml} hits=2 status=0 QTime=7
[junit4] 2> 1421693 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[2+TO+3]&sort=id+asc&wt=xml} hits=3 status=0 QTime=0
[junit4] 2> 1421698 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:"-5"&sort=id+asc&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 1421700 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[-6+TO+-4]&sort=id+asc&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 1421703 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[-6+TO+2.1]&sort=id+asc&wt=xml} hits=2 status=0 QTime=1
[junit4] 2> 1421708 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=intdv:1&sort=id+asc&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 1421709 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=intdv:[3+TO+4]&sort=id+asc&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 1421723 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=intdv:"-1"&sort=id+asc&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 1421724 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=intdv:[-1+TO+1]&sort=id+asc&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 1421724 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=longdv:1&sort=id+asc&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 1421725 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=longdv:[1+TO+2]&sort=id+asc&wt=xml} hits=3 status=0 QTime=0
[junit4] 2> 1421747 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=doubledv:3.1&sort=id+asc&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 1421747 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=doubledv:[2+TO+3.3]&sort=id+asc&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 1421748 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=doubledv:"-4.3"&sort=id+asc&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 1421749 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=doubledv:[-6+TO+-4]&sort=id+asc&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 1421749 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=doubledv:[-6+TO+2.0]&sort=id+asc&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 1421750 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=booldv:false&sort=id+asc&wt=xml} hits=2 status=0 QTime=0
[junit4] 2> 1421769 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=booldv:true&sort=id+asc&wt=xml} hits=2 status=0 QTime=18
[junit4] 2> 1421770 INFO
(TEST-DocValuesTest.testDocValuesMatch-seed#[690818771545E96F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testDocValuesMatch
[junit4] 2> 1421772 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testDocValuesStats
[junit4] 2> 1421772 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 1421772 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{deleteByQuery=*:*} 0 0
[junit4] 2> 1421773 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[10000]} 0 0
[junit4] 2> 1421773 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[10001]} 0 0
[junit4] 2> 1421774 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[10002]} 0 0
[junit4] 2> 1421774 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[10003]} 0 0
[junit4] 2> 1421774 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[10004]} 0 0
[junit4] 2> 1421774 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[10005]} 0 0
[junit4] 2> 1421775 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[10006]} 0 0
[junit4] 2> 1421775 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[10007]} 0 0
[junit4] 2> 1421775 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[10008]} 0 0
[junit4] 2> 1421776 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[10009]} 0 0
[junit4] 2> 1421776 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100010]} 0 0
[junit4] 2> 1421776 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100011]} 0 0
[junit4] 2> 1421777 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100012]} 0 0
[junit4] 2> 1421777 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100013]} 0 0
[junit4] 2> 1421777 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100014]} 0 0
[junit4] 2> 1421777 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100015]} 0 0
[junit4] 2> 1421778 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100016]} 0 0
[junit4] 2> 1421778 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100017]} 0 0
[junit4] 2> 1421778 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100018]} 0 0
[junit4] 2> 1421778 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100019]} 0 0
[junit4] 2> 1421779 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100020]} 0 0
[junit4] 2> 1421779 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100021]} 0 0
[junit4] 2> 1421779 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100022]} 0 0
[junit4] 2> 1421779 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100023]} 0 0
[junit4] 2> 1421780 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100024]} 0 0
[junit4] 2> 1421780 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100025]} 0 0
[junit4] 2> 1421780 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100026]} 0 0
[junit4] 2> 1421781 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100027]} 0 0
[junit4] 2> 1421781 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100028]} 0 0
[junit4] 2> 1421781 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100029]} 0 0
[junit4] 2> 1421781 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100030]} 0 0
[junit4] 2> 1421782 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100031]} 0 0
[junit4] 2> 1421782 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100032]} 0 0
[junit4] 2> 1421782 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100033]} 0 0
[junit4] 2> 1421783 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100034]} 0 0
[junit4] 2> 1421783 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100035]} 0 0
[junit4] 2> 1421783 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100036]} 0 0
[junit4] 2> 1421783 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100037]} 0 0
[junit4] 2> 1421784 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100038]} 0 0
[junit4] 2> 1421784 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100039]} 0 0
[junit4] 2> 1421784 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100040]} 0 0
[junit4] 2> 1421784 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100041]} 0 0
[junit4] 2> 1421785 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100042]} 0 0
[junit4] 2> 1421785 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100043]} 0 0
[junit4] 2> 1421785 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100044]} 0 0
[junit4] 2> 1421785 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100045]} 0 0
[junit4] 2> 1421789 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100046]} 0 3
[junit4] 2> 1421790 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100047]} 0 0
[junit4] 2> 1421790 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100048]} 0 0
[junit4] 2> 1421790 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[100049]} 0 0
[junit4] 2> 1421790 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1421790 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@f1d0593
[junit4] 2> 1421795 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@afdc28b[collection1] main]
[junit4] 2> 1421795 INFO (searcherExecutor-5728-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@afdc28b[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_4(6.5.0):c50)))}
[junit4] 2> 1421795 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1421795 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 5
[junit4] 2> 1421797 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&stats=true&rows=0&wt=xml&stats.field=stringdv} hits=50 status=0
QTime=0
[junit4] 2> 1421801 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&stats=true&rows=0&wt=xml&stats.field=floatdv} hits=50 status=0
QTime=4
[junit4] 2> 1421803 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&stats=true&rows=0&wt=xml&stats.field=intdv} hits=50 status=0
QTime=1
[junit4] 2> 1421817 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&stats=true&rows=0&wt=xml&stats.field=doubledv} hits=50 status=0
QTime=13
[junit4] 2> 1421819 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&stats=true&rows=0&wt=xml&stats.field=longdv} hits=50 status=0
QTime=0
[junit4] 2> 1421819 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&stats=true&rows=0&wt=xml&stats.field=datedv} hits=50 status=0
QTime=0
[junit4] 2> 1421829 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&stats=true&stats.facet=intdv&rows=0&wt=xml&stats.field=floatdv}
hits=50 status=0 QTime=9
[junit4] 2> 1421831 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&stats=true&stats.facet=datedv&rows=0&wt=xml&stats.field=floatdv}
hits=50 status=0 QTime=0
[junit4] 2> 1421832 INFO
(TEST-DocValuesTest.testDocValuesStats-seed#[690818771545E96F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testDocValuesStats
[junit4] 2> 1421834 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.SolrTestCaseJ4 ###Starting testFloatAndDoubleRangeQuery
[junit4] 2> 1421834 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
[junit4] 2> 1421834 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{deleteByQuery=*:*} 0 0
[junit4] 2> 1421842 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 7
[junit4] 2> 1421847 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 4
[junit4] 2> 1421849 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 1421849 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4]} 0 0
[junit4] 2> 1421849 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[5]} 0 0
[junit4] 2> 1421850 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[6]} 0 0
[junit4] 2> 1421850 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[7]} 0 0
[junit4] 2> 1421850 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1421850 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@f1d0593
[junit4] 2> 1421866 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.s.SolrIndexSearcher Opening [Searcher@177bdc47[collection1] main]
[junit4] 2> 1421867 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1421867 INFO (searcherExecutor-5728-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@177bdc47[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(6.5.0):c7)))}
[junit4] 2> 1421877 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 27
[junit4] 2> 1421878 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[-0.0+TO+2.5]&fl=id,floatdv,score&sort=id+asc&wt=xml} hits=1
status=0 QTime=0
[junit4] 2> 1421879 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[-6+TO+0]&fl=id,floatdv,score&sort=id+asc&wt=xml} hits=2
status=0 QTime=0
[junit4] 2> 1421881 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[-6+TO+2.5]&fl=id,floatdv,score&sort=id+asc&wt=xml} hits=3
status=0 QTime=1
[junit4] 2> 1421889 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[2+TO+3]&fl=id,floatdv,score&sort=id+asc&wt=xml} hits=3
status=0 QTime=0
[junit4] 2> 1421890 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[2+TO+*]&fl=id,floatdv,score&sort=id+asc&wt=xml} hits=4
status=0 QTime=0
[junit4] 2> 1421891 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[*+TO+-1]&fl=id,floatdv,score&sort=id+asc&wt=xml} hits=2
status=0 QTime=0
[junit4] 2> 1421891 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[*+TO+2]&fl=id,floatdv&sort=id+asc&wt=xml} hits=4 status=0
QTime=0
[junit4] 2> 1421892 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[*+TO+2}&fl=id,floatdv&sort=id+asc&wt=xml} hits=3 status=0
QTime=0
[junit4] 2> 1421893 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[-6+TO+*]&fl=id,floatdv&sort=id+asc&wt=xml} hits=6 status=0
QTime=0
[junit4] 2> 1421894 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[*+TO+*]&fl=id,floatdv,score&sort=id+asc&wt=xml} hits=7
status=0 QTime=0
[junit4] 2> 1421902 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 1421902 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[2]} 0 0
[junit4] 2> 1421903 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[3]} 0 0
[junit4] 2> 1421903 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[4]} 0 0
[junit4] 2> 1421903 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[5]} 0 0
[junit4] 2> 1421904 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[6]} 0 0
[junit4] 2> 1421904 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[7]} 0 0
[junit4] 2> 1421904 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1421904 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@f1d0593
[junit4] 2> 1421908 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.s.SolrIndexSearcher Opening [Searcher@594366c1[collection1] main]
[junit4] 2> 1421909 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1421909 INFO (searcherExecutor-5728-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@594366c1[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_6(6.5.0):c7)))}
[junit4] 2> 1421909 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 4
[junit4] 2> 1421910 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=doubledv:[-0.0+TO+2.5]&fl=id,doubledv,score&sort=id+asc&wt=xml}
hits=1 status=0 QTime=0
[junit4] 2> 1421910 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=doubledv:[-6+TO+0]&fl=id,doubledv,score&sort=id+asc&wt=xml} hits=2
status=0 QTime=0
[junit4] 2> 1421911 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=doubledv:[-6+TO+2.5]&fl=id,doubledv,score&sort=id+asc&wt=xml} hits=3
status=0 QTime=0
[junit4] 2> 1421911 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=doubledv:[2+TO+3]&fl=id,doubledv,score&sort=id+asc&wt=xml} hits=3
status=0 QTime=0
[junit4] 2> 1421912 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=doubledv:[2+TO+*]&fl=id,doubledv,score&sort=id+asc&wt=xml} hits=4
status=0 QTime=0
[junit4] 2> 1421913 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=doubledv:[*+TO+-1]&fl=id,doubledv,score&sort=id+asc&wt=xml} hits=2
status=0 QTime=0
[junit4] 2> 1421913 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=doubledv:[*+TO+2]&fl=id,doubledv&sort=id+asc&wt=xml} hits=4 status=0
QTime=0
[junit4] 2> 1421914 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=doubledv:[*+TO+2}&fl=id,doubledv&sort=id+asc&wt=xml} hits=3 status=0
QTime=0
[junit4] 2> 1421916 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=doubledv:[-6+TO+*]&fl=id,doubledv&sort=id+asc&wt=xml} hits=6 status=0
QTime=1
[junit4] 2> 1421917 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=doubledv:[*+TO+*]&fl=id,doubledv,score&sort=id+asc&wt=xml} hits=7
status=0 QTime=0
[junit4] 2> 1421926 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQuery-seed#[690818771545E96F]) [
] o.a.s.SolrTestCaseJ4 ###Ending testFloatAndDoubleRangeQuery
[junit4] 2> 1421942 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testFloatAndDoubleRangeQueryRandom
[junit4] 2> 1421942 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM
INDEX
[junit4] 2> 1421943 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{deleteByQuery=*:*} 0 0
[junit4] 2> 1421945 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM
INDEX
[junit4] 2> 1421945 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{deleteByQuery=*:*} 0 0
[junit4] 2> 1421946 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[1]} 0 0
[junit4] 2> 1421946 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1421946 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@f1d0593
[junit4] 2> 1421950 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@68e5da36[collection1] main]
[junit4] 2> 1421951 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1421951 INFO (searcherExecutor-5728-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@68e5da36[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_7(6.5.0):c1)))}
[junit4] 2> 1421951 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 5
[junit4] 2> 1421951 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Indexed values: [2.4534958E7]
[junit4] 2> 1421952 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421953 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{-1.60843052E12+TO+-7290.0996]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421953 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421953 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{1.09938685E33+TO+-1.3294991E22}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421954 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='1'],
//result/doc[1]/int[@name='id'][.=1],
//result/doc[1]/float[@name='score'][.=1.0]]
[junit4] 2> 1421954 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[-4.038961E-7+TO+2.67960543E14}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=1 status=0 QTime=0
[junit4] 2> 1421954 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421955 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{-5.57813069E17+TO+388.12915}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421955 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421955 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{0.0+TO+1.9946612E-28]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421955 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421956 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[3.0050844E27+TO+-4.3945095E-31}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421956 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='1'],
//result/doc[1]/int[@name='id'][.=1],
//result/doc[1]/float[@name='score'][.=1.0]]
[junit4] 2> 1421956 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[-537.5867+TO+1.2819538E35}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=1 status=0 QTime=0
[junit4] 2> 1421965 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421968 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[1.82761921E12+TO+7.940774E-13}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=3
[junit4] 2> 1421968 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421969 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[4.0909017E-12+TO+-995651.9]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421970 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='1'],
//result/doc[1]/int[@name='id'][.=1],
//result/doc[1]/float[@name='score'][.=1.0]]
[junit4] 2> 1421970 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{0.0+TO+2.4534958E7]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=1 status=0 QTime=0
[junit4] 2> 1421971 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421971 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[1.905271E32+TO+1.8731505E-36]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421971 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421971 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[1.6259606E21+TO+1.3797599E20]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421972 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421972 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[2.4534958E7+TO+390570.4]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421972 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421972 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[5.8844974E28+TO+2.4534958E7}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421973 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421973 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{8.11546E-12+TO+-4.8006597E-31}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421973 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421974 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{1.4442412E22+TO+2.4534958E7]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421974 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421974 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[3.978595E-4+TO+-0.11871479]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421975 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421975 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[*+TO+-6616847.0]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421991 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421991 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[-1.17549435E-38+TO+-1200937.5}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421992 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421992 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{-14.6059675+TO+-1.8502575E-24]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421992 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421992 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[-1.136952E-10+TO+-1.05454825E26]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421992 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421993 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{2.4534958E7+TO+-3.333083E34}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421993 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421993 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[-1.2782266E-10+TO+-1763209.5}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421993 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421993 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[-6.4692342E9+TO+-1.6455131E-6]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421994 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421994 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{2.4534958E7+TO+-1.8021167E-27}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421994 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421994 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[-1.4954464E30+TO+6.624254E-11}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421995 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421995 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{3.4028235E38+TO+5.9418392E17}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421995 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421995 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[2.57562983E16+TO+-5.0823868E-8]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421995 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421996 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[7.008191E-18+TO+-1.503675E30]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421996 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421996 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[-1.3999839E-5+TO+-2.89162847E13]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421996 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421996 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[-1.156252E32+TO+-8.121128E-20]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421997 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='1'],
//result/doc[1]/int[@name='id'][.=1],
//result/doc[1]/float[@name='score'][.=1.0]]
[junit4] 2> 1421997 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{-2.14905415E12+TO+1.0671989E31}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=1 status=0 QTime=0
[junit4] 2> 1421998 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421998 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[-3.3040063E35+TO+-Infinity]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421999 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421999 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[-Infinity+TO+2.5489496E-19}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1421999 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1421999 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{-3.7326203E20+TO+463086.9]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1422000 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1422000 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{-3.1185096E-38+TO+3.7706064E-19]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1422000 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1422000 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[*+TO+-2.683939E24}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1422000 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1422001 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{*+TO+-0.16235143}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1422001 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1422001 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[-2.6747864E-27+TO+-2.9400992E-32]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1422001 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='1'],
//result/doc[1]/int[@name='id'][.=1],
//result/doc[1]/float[@name='score'][.=1.0]]
[junit4] 2> 1422002 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{*+TO+8.868454E35]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=1 status=0 QTime=0
[junit4] 2> 1422002 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1422002 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[-764.8778+TO+-7.5704943E12}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1422002 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1422003 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[2.4534958E7+TO+-1.42732581E15]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1422003 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1422003 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{3.4028235E38+TO+1.0120259E24}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1422003 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1422003 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[4.9914803E9+TO+-2.6727998E-15]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1422004 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1422004 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{-0.010154381+TO+-4.5263104E21]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1422004 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='1'],
//result/doc[1]/int[@name='id'][.=1],
//result/doc[1]/float[@name='score'][.=1.0]]
[junit4] 2> 1422004 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{-0.097024135+TO+1.68107799E13}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=1 status=0 QTime=0
[junit4] 2> 1422005 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1422005 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[*+TO+3.024086E-33]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1422005 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='1'],
//result/doc[1]/int[@name='id'][.=1],
//result/doc[1]/float[@name='score'][.=1.0]]
[junit4] 2> 1422005 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[-3.1501008E-31+TO+2.4534958E7]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=1 status=0 QTime=0
[junit4] 2> 1422005 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1422006 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{2.11016942E11+TO+-5.52113684E14]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1422006 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1422006 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{-1.45559276E16+TO+-1.2977212E28}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1422006 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1422006 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{2.4534958E7+TO+-1398119.4]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1422007 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1422007 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:[1.3128862E31+TO+-2.0440396E-21]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1422007 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1422007 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{Infinity+TO+-7.142774E-10}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1422009 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1422009 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{-2.0521788E7+TO+-1.20380477E17]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1422009 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1422010 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{1.2547135E-38+TO+-1.0918623E-33}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=1
[junit4] 2> 1422011 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='1'],
//result/doc[1]/int[@name='id'][.=1],
//result/doc[1]/float[@name='score'][.=1.0]]
[junit4] 2> 1422011 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{-31.933187+TO+*}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=1 status=0 QTime=0
[junit4] 2> 1422011 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1422011 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{-0.007082036+TO+-0.029606743]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1422018 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1422019 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{-0.2742609+TO+-7.7143997E-38}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1422019 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1422019 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{1.737841E34+TO+2.2091499E21]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1422019 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4] 2> 1422019 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{1.0331107E-23+TO+-1.630974E-12]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=0 status=0 QTime=0
[junit4] 2> 1422020 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='1'],
//result/doc[1]/int[@name='id'][.=1],
//result/doc[1]/float[@name='score'][.=1.0]]
[junit4] 2> 1422020 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{2.1818519E-4+TO+*]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=1 status=0 QTime=0
[junit4] 2> 1422020 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='1'],
//result/doc[1]/int[@name='id'][.=1],
//result/doc[1]/float[@name='score'][.=1.0]]
[junit4] 2> 1422020 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{-6.2687585E9+TO+4.5742024E7]&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=1 status=0 QTime=0
[junit4] 2> 1422021 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='1'],
//result/doc[1]/int[@name='id'][.=1],
//result/doc[1]/float[@name='score'][.=1.0]]
[junit4] 2> 1422021 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=floatdv:{2.8119831E-18+TO+1.6052635E21}&fl=id,floatdv,score&sort=id+asc&wt=xml}
hits=1 status=0 QTime=0
[junit4] 2> 1422022 INFO
(TEST-DocValuesTest.testFloatAndDoubleRangeQueryRandom-seed#[690818771545E96F])
[ ] o.a.s.s.DocValuesTest Expected: [//*[@numFound='0']]
[junit4]
[...truncated too long message...]
[690818771545E96F]) [ ] o.a.s.c.S.Request [collection1] webapp=null
path=null
params={q=*:*&facet.limit=1&facet.field=longdv&rows=0&facet=true&wt=xml&facet.sort=count&facet.offset=1}
hits=100 status=0 QTime=0
[junit4] 2> 1426220 INFO
(TEST-DocValuesTest.testDocValuesFaceting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&facet.limit=1&facet.field=longdv&facet.mincount=1&rows=0&facet=true&wt=xml&facet.sort=index&facet.offset=33}
hits=100 status=0 QTime=0
[junit4] 2> 1426220 INFO
(TEST-DocValuesTest.testDocValuesFaceting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&facet.limit=1&facet.field=floatdv&rows=0&facet=true&wt=xml&facet.sort=count}
hits=100 status=0 QTime=0
[junit4] 2> 1426220 INFO
(TEST-DocValuesTest.testDocValuesFaceting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&facet.limit=-1&facet.field=floatdv&facet.mincount=1&rows=0&facet=true&wt=xml&facet.sort=count&facet.offset=1}
hits=100 status=0 QTime=0
[junit4] 2> 1426221 INFO
(TEST-DocValuesTest.testDocValuesFaceting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&facet.limit=1&facet.field=floatdv&facet.mincount=1&rows=0&facet=true&wt=xml&facet.sort=index&facet.offset=33}
hits=100 status=0 QTime=0
[junit4] 2> 1426222 INFO
(TEST-DocValuesTest.testDocValuesFaceting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&facet.limit=1&facet.field=doubledv&rows=0&facet=true&wt=xml&facet.sort=count}
hits=100 status=0 QTime=0
[junit4] 2> 1426222 INFO
(TEST-DocValuesTest.testDocValuesFaceting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&facet.limit=-1&facet.field=doubledv&facet.mincount=1&rows=0&facet=true&wt=xml&facet.sort=count&facet.offset=1}
hits=100 status=0 QTime=0
[junit4] 2> 1426223 INFO
(TEST-DocValuesTest.testDocValuesFaceting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&facet.limit=1&facet.field=doubledv&facet.mincount=1&rows=0&facet=true&wt=xml&facet.sort=index&facet.offset=33}
hits=100 status=0 QTime=0
[junit4] 2> 1426223 INFO
(TEST-DocValuesTest.testDocValuesFaceting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&facet.limit=1&facet.field=intdv&rows=0&facet=true&wt=xml&facet.sort=count}
hits=100 status=0 QTime=0
[junit4] 2> 1426223 INFO
(TEST-DocValuesTest.testDocValuesFaceting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&facet.limit=-1&facet.field=intdv&facet.mincount=1&rows=0&facet=true&wt=xml&facet.sort=count&facet.offset=1}
hits=100 status=0 QTime=0
[junit4] 2> 1426224 INFO
(TEST-DocValuesTest.testDocValuesFaceting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&facet.limit=1&facet.field=intdv&facet.mincount=1&rows=0&facet=true&wt=xml&facet.sort=index&facet.offset=33}
hits=100 status=0 QTime=0
[junit4] 2> 1426224 INFO
(TEST-DocValuesTest.testDocValuesFaceting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&facet.limit=1&facet.field=datedv&rows=0&facet=true&wt=xml&facet.sort=count}
hits=100 status=0 QTime=0
[junit4] 2> 1426225 INFO
(TEST-DocValuesTest.testDocValuesFaceting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&facet.limit=-1&facet.field=datedv&facet.mincount=1&rows=0&facet=true&wt=xml&facet.sort=count&facet.offset=1}
hits=100 status=0 QTime=0
[junit4] 2> 1426225 INFO
(TEST-DocValuesTest.testDocValuesFaceting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&facet.limit=1&facet.field=datedv&facet.mincount=1&rows=0&facet=true&wt=xml&facet.sort=index&facet.offset=33}
hits=100 status=0 QTime=0
[junit4] 2> 1426226 INFO
(TEST-DocValuesTest.testDocValuesFaceting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=booldv:true&wt=xml} hits=83 status=0 QTime=0
[junit4] 2> 1426226 INFO
(TEST-DocValuesTest.testDocValuesFaceting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=booldv:false&wt=xml} hits=17 status=0 QTime=0
[junit4] 2> 1426227 INFO
(TEST-DocValuesTest.testDocValuesFaceting-seed#[690818771545E96F]) [ ]
o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&facet.field=booldv&facet.mincount=1&rows=0&facet=true&wt=xml&facet.sort=index}
hits=100 status=0 QTime=0
[junit4] 2> 1426227 INFO
(TEST-DocValuesTest.testDocValuesFaceting-seed#[690818771545E96F]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testDocValuesFaceting
[junit4] 2> 1426228 INFO
(SUITE-DocValuesTest-seed#[690818771545E96F]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 1426228 INFO
(SUITE-DocValuesTest-seed#[690818771545E96F]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1949940427
[junit4] 2> 1426228 INFO (coreCloseExecutor-5732-thread-1) [ ]
o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@3cf06684
[junit4] 2> 1426229 INFO (coreCloseExecutor-5732-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.core.collection1
[junit4] 2> 1426230 INFO
(SUITE-DocValuesTest-seed#[690818771545E96F]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for: solr.node
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-6.x-Linux/solr/build/solr-core/test/J0/temp/solr.schema.DocValuesTest_690818771545E96F-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene62):
{id=PostingsFormat(name=Asserting)},
docValues:{doubledvs=DocValuesFormat(name=Direct),
intdvs=DocValuesFormat(name=Memory), doubledv=DocValuesFormat(name=Lucene54),
stringdvs=DocValuesFormat(name=Direct),
floatdvs=DocValuesFormat(name=Lucene54),
longdvs=DocValuesFormat(name=Lucene54), booldvs=DocValuesFormat(name=Lucene54),
datedv=DocValuesFormat(name=Direct), datedvs=DocValuesFormat(name=Lucene54),
longdv=DocValuesFormat(name=Memory), booldv=DocValuesFormat(name=Direct),
intdv=DocValuesFormat(name=Lucene54), stringdv=DocValuesFormat(name=Lucene54),
floatdv=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=1013,
maxMBSortInHeap=5.279545835306134,
sim=RandomSimilarity(queryNorm=true,coord=no): {}, locale=sk-SK,
timezone=Indian/Mayotte
[junit4] 2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 9-ea
(64-bit)/cpus=12,threads=1,free=275533008,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestBlendedInfixSuggestions,
TestValueSourceCache, TestIBSimilarityFactory, TestUseDocValuesAsStored2,
TestCustomSort, TestGeoJSONResponseWriter, SolrMetricsIntegrationTest,
SpatialRPTFieldTypeTest, CoreSorterTest, DataDrivenBlockJoinTest,
CheckHdfsIndexTest, FacetPivotSmallTest, RestartWhileUpdatingTest,
TestCSVLoader, FileBasedSpellCheckerTest, BasicDistributedZkTest,
TestSolrConfigHandlerCloud, TestFoldingMultitermQuery, TestSolrCoreProperties,
TestRequestStatusCollectionAPI, TestConfigSetsAPIZkFailure,
DistributedFacetPivotSmallAdvancedTest, CursorPagingTest,
TestSubQueryTransformerCrossCore, CloneFieldUpdateProcessorFactoryTest,
TestDistributedSearch, UniqFieldsUpdateProcessorFactoryTest,
RequestLoggingTest, SolrCoreTest, TestFaceting, TestClusterStateMutator,
TestCollectionAPI, SignatureUpdateProcessorFactoryTest,
DeleteLastCustomShardedReplicaTest, CoreAdminRequestStatusTest,
HttpPartitionTest, TestShortCircuitedRequests, TestRealTimeGet,
TestShardHandlerFactory, AsyncCallRequestStatusResponseTest, BitVectorTest,
TestHighFrequencyDictionaryFactory, QueryElevationComponentTest,
ChaosMonkeyNothingIsSafeTest, ReturnFieldsTest, RegexBoostProcessorTest,
HdfsDirectoryFactoryTest, SortSpecParsingTest,
ConcurrentDeleteAndCreateCollectionTest, DistributedFacetExistsSmallTest,
ChangedSchemaMergeTest, TestPHPSerializedResponseWriter,
TestBinaryResponseWriter, BlockJoinFacetDistribTest,
TestUnifiedSolrHighlighter, TestSolr4Spatial, UtilsToolTest,
TestSolrDeletionPolicy2, DistributedVersionInfoTest, AddBlockUpdateTest,
TestDocTermOrds, TestDistributedStatsComponentCardinality, DateFieldTest,
TestLeaderInitiatedRecoveryThread, PathHierarchyTokenizerFactoryTest,
ParsingFieldUpdateProcessorsTest, TestCloudDeleteByQuery, TestBadConfig,
TestSolrXml, SolrJmxReporterTest, TestRemoteStreaming,
LeaderFailureAfterFreshStartTest, TestSmileRequest, SaslZkACLProviderTest,
TestRuleBasedAuthorizationPlugin, NotRequiredUniqueKeyTest, ResourceLoaderTest,
TestQuerySenderNoQuery, SolrRequestParserTest, SolrCloudExampleTest,
CollectionTooManyReplicasTest, TestLazyCores, TestNumericTerms32,
DefaultValueUpdateProcessorTest, TestMaxScoreQueryParser, TestSchemaManager,
SynonymTokenizerTest, TestCrossCoreJoin, SolrCoreMetricManagerTest,
ZkNodePropsTest, StatsReloadRaceTest, TestPushWriter, TestDefaultStatsCache,
TestFastLRUCache, StandardRequestHandlerTest, TestCodecSupport,
CloudExitableDirectoryReaderTest, TestSolrQueryParserResource,
TestFunctionQuery, GraphQueryTest, TestCloudPseudoReturnFields,
PKIAuthenticationIntegrationTest, TestDynamicFieldCollectionResource,
TestManagedResourceStorage, CdcrVersionReplicationTest, OutputWriterTest,
TestRandomFaceting, OverseerTaskQueueTest, TestSolrCloudWithKerberosAlt,
SyncSliceTest, BasicZkTest, RecoveryZkTest, TestReplicationHandler,
TestRandomDVFaceting, ShardRoutingCustomTest, TestRecovery,
DistributedSpellCheckComponentTest, TestStressReorder, TestJoin,
HardAutoCommitTest, TestRangeQuery, DocValuesTest]
[junit4] Completed [368/681 (1!)] on J0 in 4.92s, 8 tests, 1 error <<<
FAILURES!
[...truncated 52539 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]