,
exists(query({!v='code4:'}))
)
Regards,
Prasanna
-Original Message-
From: Michael Kuhlmann [mailto:k...@solr.info]
Sent: Thursday, November 24, 2016 4:29 PM
To: solr-user@lucene.apache.org
Subject: Re: Again : Query formulation help
Hi Prasanna,
there's no such filter out-of
:(
Thanks Michael.
Regards,
Prasanna.
-Original Message-
From: Michael Kuhlmann [mailto:k...@solr.info]
Sent: Thursday, November 24, 2016 4:29 PM
To: solr-user@lucene.apache.org
Subject: Re: Again : Query formulation help
Hi Prasanna,
there's no such filter out-of-the-box.
Hi Prasanna,
there's no such filter out-of-the-box. It's similar to the mm parameter
in (e)dismax parser, but this only works for full text searches on the
same fields.
So you have to build the query on your own using all possible permutations:
fq=(code1: AND code2:) OR (code1: AND c