[
https://issues.apache.org/jira/browse/LUCENE-8289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16461178#comment-16461178
]
ASF subversion and git services commented on LUCENE-8289:
---------------------------------------------------------
Commit f2b54dfa091f0391f428d3a578fe6d7052afa7fc in lucene-solr's branch
refs/heads/branch_7x from [~simonw]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=f2b54df ]
LUCENE-8289: Share logic between Numeric and Binary DocValuesFieldUpdates
NumericDocValuesFieldUpdates and BinaryDocValuesFieldUpdates duplicate
a significant amount of logic that can all be pushed into the base class.
This change moves all the logic that is independent of the type to the base
class.
> Share logic between Numeric and Binary DocValuesFieldUpdates
> ------------------------------------------------------------
>
> Key: LUCENE-8289
> URL: https://issues.apache.org/jira/browse/LUCENE-8289
> Project: Lucene - Core
> Issue Type: Improvement
> Affects Versions: 7.4, master (8.0)
> Reporter: Simon Willnauer
> Priority: Major
> Fix For: 7.4, master (8.0)
>
> Attachments: LUCENE-8289.patch
>
>
> NumericDocValuesFieldUpdates and BinaryDocValuesFieldUpdates duplicate
> a significant amount of logic that can all be pushed into the base class.
> This change moves all the logic that is independent of the type to the
> base
> class.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]