Build: https://builds.apache.org/job/Lucene-Solr-tests-only-3.x-java7/4/
1 tests failed.
FAILED: org.apache.solr.search.function.TestFunctionQuery.testFunctions
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:384)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:351)
at
org.apache.solr.search.function.TestFunctionQuery.singleTest(TestFunctionQuery.java:112)
at
org.apache.solr.search.function.TestFunctionQuery.singleTest(TestFunctionQuery.java:118)
at
org.apache.solr.search.function.TestFunctionQuery.doTest(TestFunctionQuery.java:163)
at
org.apache.solr.search.function.TestFunctionQuery.testFunctions(TestFunctionQuery.java:188)
at
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1316)
at
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1221)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//doc[./float[@name='id']='100.0' and ./float[@name='score']='1000.0']
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">1</int>
</lst>
<result name="response" numFound="10" start="0" maxScore="-3.4028235E38">
<doc>
<float name="score">-3.4028235E38</float>
<float name="id">1.0</float>
<double name="x_td">0.0</double>
<double name="y_td">0.0</double>
</doc>
<doc>
<float name="score">-3.4028235E38</float>
<float name="id">2.0</float>
<double name="x_td">90.0</double>
<double name="y_td">1.5707963267948966</double>
</doc>
<doc>
<float name="score">-3.4028235E38</float>
<float name="id">3.0</float>
<double name="x_td">45.0</double>
<double name="y_td">0.7853981633974483</double>
</doc>
<doc>
<float name="score">-3.4028235E38</float>
<float name="foo_pf">100.0</float>
<float name="id">100.0</float>
</doc>
<doc>
<float name="score">-3.4028235E38</float>
<float name="foo_pf">-4.0</float>
<float name="id">-4.0</float>
</doc>
<doc>
<float name="score">-3.4028235E38</float>
<float name="foo_pf">0.0</float>
<float name="id">0.0</float>
</doc>
<doc>
<float name="score">-3.4028235E38</float>
<float name="foo_pf">10.0</float>
<float name="id">10.0</float>
</doc>
<doc>
<float name="score">-3.4028235E38</float>
<float name="foo_pf">25.0</float>
<float name="id">25.0</float>
</doc>
<doc>
<float name="score">-3.4028235E38</float>
<float name="foo_pf">5.0</float>
<float name="id">5.0</float>
</doc>
<doc>
<float name="score">-3.4028235E38</float>
<float name="id">88.0</float>
</doc>
</result>
</response>
request
was:fl=*,score&indent=on&q=_val_:"scale(log(foo_pf),-1000,1000)"&rows=100
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:377)
Build Log (for compile errors):
[...truncated 13744 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]