Thomas Wöckinger created SOLR-13331:
---------------------------------------

             Summary: Atomic Update Multivalue remove does not work
                 Key: SOLR-13331
                 URL: https://issues.apache.org/jira/browse/SOLR-13331
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
          Components: UpdateRequestProcessors
    Affects Versions: 8.0, 7.7.1, 7.7
         Environment: Standalone Solr Server
            Reporter: Thomas Wöckinger


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.

The relevant code is located in class AtomicUpdateDocumentMerger method 
doRemove.

The method parameter fieldVal contains the collection values of type 
ByteArrayUtf8CharSequence, the variable original contains the collection of 
Strings



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to