mikemccand commented on issue #12620: URL: https://github.com/apache/lucene/issues/12620#issuecomment-1746831073
This might be needle moving on the size of the FSTs created by block tree for the terms index, since it encodes long as `vLong` in its output. We should only try this "reverse vLong" in that context (private to FST encoding) ... e.g. it would not likely help for FST `Outputs<Long>` since the encoded output is a true `long` value not a `byte[]` leading with an encoded `vLong` and most of the written `long` values in that case will already be smallish. -- 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]
