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

Re: JSON boolean query syntax with edismax as default QueryParser

2023-07-31 Thread Jane Sandberg
Hi David, Thanks for looking into this, and for the security fix. My colleague and I put together a small repository to reproduce the issue. It has a configset, a docker-compose file, and a README with the steps to reproduce it on solr 8.4: https://github.com/pulibrary/edismax-json-queries/ A

Re: knn parser not working as expected

2023-07-31 Thread gnandre
Any pointers where should I look to resolve this issue? Thanks! On Thu, Jul 27, 2023 at 9:25 PM gnandre wrote: > But the q parameter is still not working. I am stumped. > > On Fri, Jul 21, 2023 at 1:43 AM gnandre wrote: > >> Thanks. If I move the knn parser syntax and value to fq param and make

Re: JSON boolean query syntax with edismax as default QueryParser

2023-07-31 Thread David Smiley
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 On Mon, Jul 31, 2023 at 3:09 PM Jane Sandberg wrote: > Hi David, > > Thanks for looking into this,

Re: Add a new Shard to the collection

2023-07-31 Thread HariBabu kuruva
++ FYI, I can see the old shard automatically removed. On Mon, Jul 31, 2023 at 11:39 AM HariBabu kuruva wrote: > Thanks for your reply. > > I am a little bit worried about PROD. Can I go ahead and do the same steps > in PROD ? Do I need to take any backups or any steps before doing this? > > On