AddDocumentLockFree
- Namespace
- Rowles.LeanLucene.Index.Indexer
- Assembly
- Rowles.LeanLucene.dll
Methods
AddDocumentLockFree(LeanDocument)
Lock-free document addition using per-thread DWPT buffers. Uses System.Threading.Interlocked.Increment(System.Int32@) for round-robin DWPT selection. Each DWPT flushes independently when its RAM threshold is reached. Call InitialiseDwptPool(int) before first use.