Table of Contents

Internal classStaticInternal StoredFieldsWriter

Namespace
Rowles.LeanLucene.Codecs.StoredFields
Assembly
Rowles.LeanLucene.dll

Writes stored field data (.fdt) with configurable compression (LZ4/Zstandard/None) and a parallel offset index (.fdx). Documents are grouped into blocks of 16. Each field supports multiple values.

internal static class StoredFieldsWriter
StoredFieldsWriter

Methods

Internal methodStaticInternal Write(string, string, IReadOnlyList<Dictionary<string, List<string>>>, int, FieldCompressionPolicy)
Internal methodStaticInternal Write(string, string, List<int>, List<int>, List<string>, List<string>, int, FieldCompressionPolicy)

Write stored fields from a flat struct-of-arrays buffer (used by IndexWriter flush path).