dismax is a different sort of parser, where AND/OR doesn't really make
sense exactly. The mm (minimum match) parameter for dismax can be
used to set things to be fully OR (mm=0) or fully AND (mm=100%)
Erik
On Jun 23, 2008, at 6:27 AM, Nikhil Chhaochharia wrote:
I think this works only for StandardRequestHandler. Any way of
doing it in DisMaxRequestHandler ?
Nikhil
----- Original Message ----
From: Erik Hatcher <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Monday, 23 June, 2008 3:24:13 PM
Subject: Re: Can I specify the default operator at query time ?
On Jun 23, 2008, at 5:42 AM, Pierre-Yves LANDRON wrote:
Is there a way to transgress the default operator defined in
solrConfig for a particular query, and for this query only (a query-
specific option) ?
Yes, you can specify the q.op=AND or q.op=OR per Solr request.
Erik