Hi, A suggestion will be very helpful.
Thanks, Modassar On Wed, Mar 9, 2016 at 12:37 PM, Modassar Ather <modather1...@gmail.com> wrote: > Hi, > > Kindly help me understand the parsing of following query. I am using > edismax parser and Solr-5.5.0. > q.op is set to AND and there is no explicit mm value set. > > fl:(java OR book) => "boost(+((fl:java fl:book)~2),int(val))" > > When the query has explicit OR then why the ~2 is present in the parsed > query? > > How can I achieve following? > "boost(+((fl:java fl:book)),int(val))" > > The reason being the ANDed and ORed queries both returns the same number > of documents. But what expected is that the ORed query should have more > number of documents. > > Thanks, > Modassar >