

StoredFieldsWriter
- Namespace
- Rowles.LeanCorpus.Codecs.StoredFields
- Assembly
- Rowles.LeanCorpus.dll
Writes stored field data (.fdt) with configurable compression and a parallel offset index (.fdx). Documents are grouped into blocks of 16. Each field supports multiple values.
internal static class StoredFieldsWriter
StoredFieldsWriter
Methods
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).