Table of Contents

Internal classStaticInternal FieldLengthWriter

Namespace
Rowles.LeanLucene.Codecs.DocValues
Assembly
Rowles.LeanLucene.dll

Writes exact per-field per-doc token counts to a .fln file. Layout v2: [Header][FieldCount:int32]([FieldNameLen:int32][FieldNameUTF8][DocCount:int32][VarInt * DocCount])* Uses VarInt encoding: 1 byte for lengths < 128, 2 bytes for < 16384.

internal static class FieldLengthWriter
FieldLengthWriter

Methods

Internal methodStaticInternal Write(string, IReadOnlyDictionary<string, int[]>, int, bool)