Hi Yonik Seeley
This is what I am getting,
for JobTitle: (NOT resources ) I am getting:
/parsed_filter_queries:
parsed_filter_queries:*+(-*JobTitle:resources)/
for -JobTitle:(resources )
/parsed_filter_queries:
parsed_filter_queri
I just tried the master branch quickly, and I can't reproduce this.
"params":{
"q":"*:*",
"debug":"true",
"fq":"title_t:(NOT Kings)"}},
[...]
"QParser":"LuceneQParser",
"filter_queries":["title_t:(NOT Kings)"],
"parsed_filter_queries":["-title_t:kings"],
Knowing
Hi
Thank you for a very quick response and the link :)
Damian
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Thank you for a very quick response, in that case, I will have to update the
C# to build queries in the "proper" way.
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
On 9/20/2018 2:04 AM, damian.pawski wrote:
On the Solr 5.4.x below query works fine:
*
"q": "*:*",
"_": "1537429094299",
"wt": "json",
"fq": "JobTitle:(NOT programmer)"
...
*
I'm surprised this works on any version.
See this page:
https:
Am 20.09.2018 um 10:04 schrieb damian.pawski:
The problematic search "JobTitle:(NOT programmer)" is constructed via C#
code, so I can ont easily update to "-JobTitle".
JobTitle:(* NOT programmer) should also work, if that helps...
I think, NOT without left side term was never officially suppo