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
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
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
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