Details
-
Bug
-
Status: Reopened
-
Trivial
-
Resolution: Fixed
-
8.5.2
-
None
-
New, Patch Available
Description
The toString(String field) method in org.apache.lucene.queryparser.complexPhrase.ComplexPhraseQueryParser$ComplexPhraseQuery should only omit the field name if query's field name is not equal to field name that is passed as an argument.
Instead, the query's field name is never included in the returned String.