Re: Wrong documents in Response

2024-04-20 Thread Mikhail Khludnev
Hello Dario. Mailing list chopped attachment, but looking into debugQuery is what we need here. On Fri, Apr 19, 2024 at 1:41 PM wrote: > Hello All, > > > > We have a relatively new Solr Instance: > > solr-spec: 9.5.0 > > solr-impl: 9.5.0 cdd27dd15c3a6574032e9b1b92b148ab4e383599 - gerlowskija - >

Re: docValues true is not working for solr.TextField in Solr 8.9.0

2024-04-20 Thread Vishal Patel
We resolved the issue after the multiValued="false" because in that jar if multiValued is not assigned then it will take true so we are getting error on sorting time. @Override protected void init(IndexSchema schema, Map args) { // fail if docValues==false if ((falseProperties & DOC_

Re: Max value for maxBooleanClauses?

2024-04-20 Thread ufuk yılmaz
Even though there is no hard upper limit, I believe after some number of clauses it would be super slow regardless of your hardware If you need to filter a large amount of items that has docValues, check out https://solr.apache.org/guide/8_1/other-parsers.html#terms-query-parser with docValues