Re: [I] Encode numeric docvalue with per block gcd [lucene]

2025-04-24 Thread via GitHub
HUSTERGS closed issue #14545: Encode numeric docvalue with per block gcd URL: https://github.com/apache/lucene/issues/14545 -- 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 u

Re: [I] Encode numeric docvalue with per block gcd [lucene]

2025-04-24 Thread via GitHub
HUSTERGS commented on issue #14545: URL: https://github.com/apache/lucene/issues/14545#issuecomment-2829240138 Got it! Thanks for your reply, close the issue for now :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [I] Encode numeric docvalue with per block gcd [lucene]

2025-04-24 Thread via GitHub
jpountz commented on issue #14545: URL: https://github.com/apache/lucene/issues/14545#issuecomment-2827604411 If you're interested in storage efficiency, you'd probably want to use a doc-values format like this one: https://github.com/apache/lucene/issues/11072. It stores data into blocks o