Re: pf (Phrase Fields) Query expansion and maxClauseCount nested clause issue in Solr 9.2

2023-11-07 Thread Karun G
Hoss, Thanks for the update. Any idea how to handle this exact query (which was giving no results before upgrade and now gives error and pushes query to a big loop for maxBooleanClauses issue ) , Many regards. http://localhost:8983/solr/techproducts/select?start=0&rows=0&defType=edismax&pf=title

Re: pf (Phrase Fields) Query expansion and maxClauseCount nested clause issue in Solr 9.2

2023-11-07 Thread Karun G
valuation, and suspended prototyping. So, it's worth revising the problem > definition and approach. > > On Tue, Nov 7, 2023 at 5:40 PM Karun G wrote: > > > Mikhail, Thanks for the comment. Is this considered a bug or as a new > > feature with no plan to address this type of qu

Re: pf (Phrase Fields) Query expansion and maxClauseCount nested clause issue in Solr 9.2

2023-11-07 Thread Karun G
/10247 > It will be interesting to experiment with old logic of deeply nesting > spans, but with intervals. > > On Mon, Nov 6, 2023 at 11:00 PM Karun G wrote: > > > Hello, > > > > Trying to upgrade from solr 8.9.0 to 9.2 and got the issue as below. > Unabl

pf (Phrase Fields) Query expansion and maxClauseCount nested clause issue in Solr 9.2

2023-11-06 Thread Karun G
Hello, Trying to upgrade from solr 8.9.0 to 9.2 and got the issue as below. Unable to find the query chars which causes this problem. This was not a problem in the lower version, gives 200 with no results and I don't want to increase maxClauseCount from 1024. Returns 500 : http://localhost:8983/