I ended up using simple query parser which probably more fits my
requirements. I can use params:
q.operators="" and it ignores all lucene special functionalities and take
query phrase as it is. But i still think something is wrong with dismax, i
use JSON instead of url params so it should not cause
Hi,
I don't think dismax recognizes AND OR.
Special characters for dismax are + - and quotes.
In your example, ampersand may causing you trouble. Due to URL encode stuff...
Ahmet
On Sunday, January 29, 2017 12:17 AM, Jarosław Grązka
wrote:
Hi,
Reading Solr documentation about dismax query