Table of Contents

Internal classStaticInternal SortedDocValuesWriter

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

Writes per-document string values in a column-stride format (.dvs). Layout: [fieldCount: int32] per field: [fieldName] [docCount: int32] [ordCount: int32] [ord table: length-prefixed strings] [ords: packed ints]. Deduplicates values via an ordinal table.

internal static class SortedDocValuesWriter
SortedDocValuesWriter

Methods

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