sgup432 commented on PR #16358: URL: https://github.com/apache/lucene/pull/16358#issuecomment-4895471042
@romseygeek Yeah I agree on the read side of things and that we have been polluting doc values skipper interface. I do remember the email you sent out. I did think about it, and have had few ideas to solve it, maybe we will follow up with another PR. But while doing that I also realized that even how the data is written today and how we skip through entries is also very rigid, which also requires some rethinking. Which is what this PR focusses on. I believe this also additionally make it easier to add stats and complement read of things. -- 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]
