HoustonPutman commented on issue #16580: URL: https://github.com/apache/lucene/issues/16580#issuecomment-5515371768
When making the PR, it became clear that supporting single-valued updates of multi-valued SortedNumericDocValues was a super-set of the original problem, and wasn't that much more complicated to support. Supporting multi-valued updates will be left for a future enhancement, but the current implementation will be sure to make sure that back-compat will be easy when multi-value updates are added. Nothing on disk for SortedNumericDocValues will assume single valued updates, just in the code. -- 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]
