HoustonPutman opened a new pull request, #16581: URL: https://github.com/apache/lucene/pull/16581
### Description As mentioned in #16580, there are good reasons to want to use `SortedNumericDocValues` for singleValued fields. This PR adds support for updating docValues when `SortedNumericDocValues` fields are actually singleValued. There's very little meat here, most of it is just allowing the NumericDocValues update logic to be used by SortedNumericDocValues. `SegmentDocValuesProducer` and `ReadersAndUpdates` do most of the actual logic. (which is still just utilizing NumericDocValues stuff, as under the hood its all NumericDocValues) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
