Possible edismax phrase query bug with query parametr like:
q=(aaa+bbb)+OR+otherField:(zzz)^30
----------------------------------------------------------------------------------------------
Key: SOLR-1996
URL: https://issues.apache.org/jira/browse/SOLR-1996
Project: Solr
Issue Type: Bug
Components: search
Affects Versions: 1.4.1, 1.4
Environment: Ubuntu 10, Java 5 - 6
Reporter: Rafał Kuć
I think there is a problem with edismax query parser. When I try to use pf
parameter with query parameter defined like this: q=(aaa bbb)+OR+field:("aaa
bbb")^100 the pf parametr is not working - with debug turned on i see some
strange phrase query as a part of lucene raw query. Of course when I set the
query parametr to something like: q=(aaa bbb) without the 'OR' part the phrase
boost is working perfectly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]