: Re: JSON boolean query syntax with edismax as default QueryParser
I filed
https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FSOLR-16916&data=05%7C01%7Cjs7389%40princeton.edu%7C37b82c5c00014b65d45008db92b81c9a%7C2ff601167431425db5af077d7791
ture (an advanced
> search form), and are planning to continue using edismax for all the rest.
>
> -Jane
>
> From: David Smiley
> Date: Monday, July 31, 2023 at 8:53 PM
> To: users@solr.apache.org
> Subject: Re: JSON boolean query syntax with edismax as default Quer
: users@solr.apache.org
Subject: Re: JSON boolean query syntax with edismax as default QueryParser
Why did you set defType=edismax in the /query handler in your
solrconfig.xml?
edismax is for handling user queries -- text directly from a text box.
JSON Query DSL obviously isn't that.
~ David
O
t;
> Appreciatively,
>
> -Jane
>
> From: David Smiley
> Date: Monday, July 31, 2023 at 5:58 AM
> To: users@solr.apache.org
> Subject: Re: JSON boolean query syntax with edismax as default QueryParser
> Hi Jane,
>
> That change in 7.2 does look like it's co
/
Appreciatively,
-Jane
From: David Smiley
Date: Monday, July 31, 2023 at 5:58 AM
To: users@solr.apache.org
Subject: Re: JSON boolean query syntax with edismax as default QueryParser
Hi Jane,
That change in 7.2 does look like it's correlated, and I'm the one who
implemented it in t
Hi Jane,
That change in 7.2 does look like it's correlated, and I'm the one who
implemented it in the name of security.
Could you walk me through a short series of steps to show the problem with
one of Solr's "example" setups like techproducts? Step one is run it, step
two is you sending the que
Hi Solr colleagues,
On Solr 8.4.1, we’ve noticed that the following types of JSON DSL queries work
if our luceneMatchVersion is 7.1 or lower, or if our default query parser is
set to lucene:
{"query":{"bool":{"must":[{"lucene":{"query":"plasticity","df":"title_a_index"}}]}}}
However, if the qu