mpetris commented on PR #1156: URL: https://github.com/apache/solr/pull/1156#issuecomment-1301979984
OK, got it. We refactored the implementation a bit to seperate the algorithm from the access to SortedDocValues and SortedSetDocValues. This allows us to have the algorithm only once. It is a different style now compared to the style from MultiDocValues. I like the refactored one better but it depends a bit on ones taste. -- 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]
