BooleanQuery seems broken on trunk
----------------------------------

                 Key: LUCENE-3450
                 URL: https://issues.apache.org/jira/browse/LUCENE-3450
             Project: Lucene - Java
          Issue Type: Bug
            Reporter: Karl Wright


Converting a Solr SearchComponent from using filters to using equivalent 
queries causes its test cases to fail.  The reasons are unclear, and I've tried 
several things to isolate the problem, but with no luck so far.

The failure manifests itself by the constructed query returning no documents 
whatsoever, at least within the Solr context it's being used in.  The 
equivalent filter version of the component works properly (as you can see by 
the passed test).

To run the test:

cd solr/contrib/mcf
ant test

I will attach both filter and query versions of the code, as patches.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to