Re: JSON boolean query syntax with edismax as default QueryParser

2023-08-01 Thread Jane Sandberg
: 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

Re: JSON boolean query syntax with edismax as default QueryParser

2023-08-01 Thread David Smiley
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

Re: JSON boolean query syntax with edismax as default QueryParser

2023-08-01 Thread Jane Sandberg
: 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

Re: JSON boolean query syntax with edismax as default QueryParser

2023-07-31 Thread David Smiley
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

Re: JSON boolean query syntax with edismax as default QueryParser

2023-07-31 Thread Jane Sandberg
/ 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

Re: JSON boolean query syntax with edismax as default QueryParser

2023-07-31 Thread David Smiley
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

JSON boolean query syntax with edismax as default QueryParser

2023-07-28 Thread Jane Sandberg
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