vsop-479 opened a new pull request, #16407: URL: https://github.com/apache/lucene/pull/16407
### Description This change builds a `suffixOffsets` table by reading term suffix lengths, to implement binary search unequal-length suffixes in leaf term blocks. Although this adds one `suffixOffsets` int array, leaf blocks no longer need to keep a separate `suffixLengthBytes` array for this path. Compared to https://github.com/apache/lucene/pull/13192, this version only adds one `suffixOffsets` array for this case, avoiding separate arrays for suffix lengths, byte offsets, and reader positions. -- 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]
