[
https://issues.apache.org/jira/browse/SOLR-13539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16946070#comment-16946070
]
ASF subversion and git services commented on SOLR-13539:
--------------------------------------------------------
Commit ceb47042d1597c4add81cb8b8ec5a6d56d13711a in lucene-solr's branch
refs/heads/master from Jason Gerlowski
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=ceb4704 ]
SOLR-13539: Fix MV removeregex atomic-updates
Prior to this commit, the ByteArrayUtf8CharSequence issues had been
fixed on single value removeregex commands, but not if multiple regex's
were used.
This commit fixes our NamedList parsing for this additional case. It
also adds some tests for related atomic-update cases.
Co-Authored-By: Tim Owen
> Atomic Update Multivalue remove does not work for field types UUID, Enums,
> Bool and Binary
> -------------------------------------------------------------------------------------------
>
> Key: SOLR-13539
> URL: https://issues.apache.org/jira/browse/SOLR-13539
> Project: Solr
> Issue Type: Bug
> Components: UpdateRequestProcessors
> Affects Versions: 7.7.2, 8.1, 8.1.1
> Reporter: Thomas Wöckinger
> Priority: Critical
> Attachments: SOLR-13539.patch
>
> Time Spent: 12h
> Remaining Estimate: 0h
>
> 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
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]