Re: OR clause in json post request

2022-07-26 Thread Mikhail Khludnev
Hello, Sam. It's hard to grasp but probably https://solr.apache.org/guide/8_8/json-query-dsl.html#additional-queries may do what you need. On Wed, Jul 27, 2022 at 10:34 AM Samuel Gutierrez wrote: > I am working on a json post request where I need to mix AND and OR clauses > for example: > Condit

Re: OR clause in json post request

2022-07-26 Thread Dave
Once you introduce an AND with an or condition logic starts getting funky. But hard to tell without the actual queries > On Jul 26, 2022, at 8:34 PM, Samuel Gutierrez > wrote: > > I am working on a json post request where I need to mix AND and OR clauses > for example: > Condition1 AND Condi

OR clause in json post request

2022-07-26 Thread Samuel Gutierrez
I am working on a json post request where I need to mix AND and OR clauses for example: Condition1 AND Condition2 AND Condition3 AND Condition4 AND (Condition5 OR Condition6) What I have (which works correctly for filtering documents) is this: ... "filter": [ "Condition1" "Condition2",

Solr 8.10.0+ cuts away nginx-ingress basic authentication header

2022-07-26 Thread save-chosen
Hello guys, I'm using a solrcloud cluster setup in kubernetes (not using the solr operator), so far I'm using an nginx-ingress with basic auth to secure my solr instance. This has been working fine until I've upgraded from version 8.9.0 to 8.10.0/8.11.2. Now after updating to the mentioned versi