Dismax does not support boolean queries, you may try using Extended
Dismax for the boolean support.
https://issues.apache.org/jira/browse/SOLR-1553
Regards,
Jayendra
On Mon, Mar 21, 2011 at 8:24 AM, Savvas-Andreas Moysidis
wrote:
> Hello,
>
> The Dismax search handler doesn't have the concept of
Hello,
The Dismax search handler doesn't have the concept of a logical operator in
terms of OR-AND but rather uses a feature called Min-Should-Match (or mm).
This parameter specifies the absolute number or percentage of the entered
terms that you need them to match. To have an OR-like effect you c
Hi.
i have a problem with logic operator OR in dismax query search.
some days ago the query worked well. now it returns me anything (0
documents)
i explain:
the query is:
http://localhost:8983/solr/select/?q=
"1324"OR"4322"OR"2324"OR%20hello+world&defType=dismax&qf=code%20title
the schema has th