apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.69k stars 1.04k forks source link

Document QueryParser's boolean precedence ignorance [LUCENE-3675] #4749

Open asfimport opened 12 years ago

asfimport commented 12 years ago

Please add to the JavaDocs that the QueryParser does not handle boolean preference with AND/OR. This confuses developers in the way the understand boolean terms with AND. As mentioned by Uwe Schindler. This issue is connected with #4748.


Migrated from LUCENE-3675 by Michael Osipov (@michael-o) Linked issues:

asfimport commented 12 years ago

Uwe Schindler (@uschindler) (migrated from JIRA)

Where is the difference to the previous issue? It's both about documenting the same thing and pointing user to PrecedenceQueryParser.