Build: https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/9291/
1 tests failed.
FAILED: org.apache.solr.search.function.TestFunctionQuery.testGeneral
Error Message:
Exception during query
Stack Trace:
java.lang.RuntimeException: Exception during query
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:405)
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:372)
at
org.apache.solr.search.function.TestFunctionQuery.testGeneral(TestFunctionQuery.java:306)
at
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1430)
at
org.apache.lucene.util.LuceneTestCase$LuceneTestCaseRunner.runChild(LuceneTestCase.java:1348)
Caused by: java.lang.RuntimeException: REQUEST FAILED:
xpath=//float[@name='score']='7.0'
xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">2</int></lst><result name="response" numFound="1" start="0"
maxScore="-3.0"><doc><float name="id">6.0</float><str name="a_t">cow cow cow
cow cow</str><float name="score">-3.0</float></doc></result>
</response>
request was:fl=*,score&q={!func}totaltermfreq('a_t','cow')&fq=id:6
at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:398)
Build Log (for compile errors):
[...truncated 7921 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]