Re: Logic operator with dismax

2011-03-21 Thread Jayendra Patil
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

Re: Logic operator with dismax

2011-03-21 Thread Savvas-Andreas Moysidis
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

Logic operator with dismax

2011-03-21 Thread Gastone Penzo
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