You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We also should really explore the TODO above to write vLong in opposite byte order -- this might save quite a bit of storage in the FST since outputs would share more prefixes. Again, separate issue 😀
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.
Description
From #12604 (comment)
Related to this TODO
The text was updated successfully, but these errors were encountered: