

TermDictionaryWriter
- Namespace
- Rowles.LeanLucene.Codecs.TermDictionary
- Assembly
- Rowles.LeanLucene.dll
Writes a sorted term dictionary in v2 compact byte-keyed format. Format: [magic][version=2][termCount:int32][offsets: N×int64][keyStarts: (N+1)×int32][keyData: UTF-8]. Binary search on raw UTF-8 bytes — no string materialisation at read time.
internal static class TermDictionaryWriter
TermDictionaryWriter