Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
7.7.2, 8.1, 8.1.1
-
None
Description
When using JavaBinCodec the values of collections are of type ByteArrayUtf8CharSequence, existing field values are Strings so the remove Operation does not have any effect.
This is related to following field types: UUID, Enums, Bool and Binary
Attachments
Attachments
Issue Links
- blocks
-
SOLR-13471 exceptions during response writing can cause javabin to write a corrupt/missleading response that may caus exceptions or non-sense data when unmarshaled by javabin
- Open
-
SOLR-11841 Removing values from a multivalued EnumField by Atomic Update does not work when using XML as codec
- Resolved
-
SOLR-13538 ClassCastException: ByteArrayUtf8CharSequence cannot be cast to java.lang.String
- Closed
- incorporates
-
SOLR-13331 Atomic Update Multivalue remove does not work
- Closed
- is blocked by
-
SOLR-13347 Error writing Transaction log for UUIDField
- Closed
-
SOLR-13592 Move hidden EmbeddedSolrServer out of SolrJettyTestBase
- Closed
-
SOLR-13762 Support binary values when using XMLCodec
- Closed
- links to