iverase opened a new pull request, #15422: URL: https://github.com/apache/lucene/pull/15422
The number of bytes written by a Directwriter is always the same for a number of values with a number of bits per value. Still, this class does not provide a method to compute that value so users of this class are force to get the bytes written from the provided DataOutput and save that number for later reading the values. This PR proposes adds a method that computes the values written given the total number of values and the bits required. -- 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]
