

DocumentsWriterPerThread
- Namespace
- Rowles.LeanLucene.Index.Indexer
- Assembly
- Rowles.LeanLucene.dll
A per-thread document buffer for concurrent indexing. Each thread accumulates postings independently; the writer merges them on flush.
internal sealed class DocumentsWriterPerThread
DocumentsWriterPerThread
DocumentsWriterPerThread(IAnalyser, Dictionary<string, IAnalyser>)

DocCount

DocTokenCounts

FieldNames

NumericDocValues

NumericIndex

Postings

SortedDocValues

StoredFields
EstimatedRamBytes
Estimated RAM usage in bytes for this DWPT's buffers.
AddDocument(LeanDocument)
Indexes a single document into this thread's local buffer. Not thread-safe — each thread owns its own DWPT instance.