dizzu commented on PR #1435: URL: https://github.com/apache/solr/pull/1435#issuecomment-1669531186
@alessandrobenedetti We're seeing some weird output results for stored byte vectors in Solr 9.3.0 (SolrCloud). In a distributed query (default or distrib=true), the stored field vector is outputted as a string with random unicode characters (eg: \u0016õF¤\n\u000eׁ>\u0002' ... etc). In a non-distributed query(distrib=false), the stored field vector is outputted correctly as a vector [-128, 15, -112, etc]. Any ideas about what might be causing this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
