The query parsing is not strict Boolean logic, here's a great
writeup on the topic:
https://lucidworks.com/blog/2011/12/28/why-not-and-or-and-not/
Thanks for pointing to the link. I have gone through this post. Following
is mentioned in the post.
Practically speaking this means that NOT takes prec
The query parsing is not strict Boolean logic, here's a great
writeup on the topic:
https://lucidworks.com/blog/2011/12/28/why-not-and-or-and-not/
The outer "+" is simply the entire clause (of which there is only one)
must be present, i.e. it's the whole query.
My guess as to why the counts are t
Hi,
Kindly help me understand the parsed queries of following three queries.
How these parsed queries can be interpreted for boolean logic.
Please ignore the boost part.
*Query : *fl:term1 OR fl:term2 AND fl:term3
*"parsedquery_toString" : *"boost(+(fl:term1 +fl:term2
+fl:term3),int(doc_wt))",
*m