Hello, When upgrading to 7.7 i got SOLR-13249, when a SolrInputField's value suddenly became ByteArrayUtf8CharSequence instead of a String. That has been addressed.
I am now upgrading to 8.1.1 and have a SearchComponent that operates on uses SolrClient to fetch documents from elsewhere on-the-fly. It walks over the fetched SolrDocumentList and wants to read a String field from each result. Since 8.1.1, this is no longer always a String, but ByteArrayUtf8CharSequence instead. I assume this is a bug, should i open a new ticket? Many thanks! Markus