Re: Solrj xml response parse fails when nested

2023-01-14 Thread Mikhail Khludnev
Hi Ron. Actually there are test ensuring all response formats https://github.com/apache/solr/blob/ac32afdd8256edec4a44514c92667610f13a97f8/solr/core/src/test/org/apache/solr/response/transform/TestSubQueryTransformerDistrib.java#L133 . Can you share actuall exceptino stacktrace, query parameters? W

Issue in Solr 9.1: knnAlgorithm default value is not applied in solr.DenseVectorField

2023-01-14 Thread Dmitry Grechka
Hi all, It seems that I found an issue in Solr 9.1. After upgrading from solr 9.0 to solr 9.1 (solr cloud, deployed with official docker images) I started to get cores failing during indexing of dense vector with the following error { "responseHeader":{ "rf":2147483647, "statu

Re: Solrj xml response parse fails when nested

2023-01-14 Thread Ron Haines
Thanks for the follow up, Mikhail. Looking at the test, my scenario is a bit different. We are actually setting the parser in the Solrj client...as the XML parser, and not providing any 'wt' params. I see the test is explicitly setting the 'wt' param, for both the 'normal' query, as well as the

Re: Issue in Solr 9.1: knnAlgorithm default value is not applied in solr.DenseVectorField

2023-01-14 Thread Kevin Risden
https://issues.apache.org/jira/browse/SOLR-16588 already filed and fixed. Kevin Risden On Sat, Jan 14, 2023 at 7:11 AM Dmitry Grechka wrote: > Hi all, > > It seems that I found an issue in Solr 9.1. > > After upgrading from solr 9.0 to solr 9.1 (solr cloud, deployed with > official docker ima