Table of Contents

Internal classStaticInternal NumericDocValuesWriter

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

Writes per-document numeric values in a compact column-stride format (.dvn). Layout per field: [fieldName (length-prefixed UTF-8)] [docCount: int32] [minValue: int64] [bitsPerValue: byte] [packed values...]. Uses delta-from-min encoding with bit packing.

internal static class NumericDocValuesWriter
NumericDocValuesWriter

Methods

Public methodStatic Write(string, IReadOnlyDictionary<string, double[]>, int, bool)