Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | List of all members
Lucene.Net.Index.DocumentsWriterThreadState Class Reference

Used by DocumentsWriter to maintain per-thread state. We keep a separate Posting hash and other state for each thread and then merge postings hashes from all threads when writing the segment. More...

Public Member Functions

 DocumentsWriterThreadState (DocumentsWriter docWriter)
 

Detailed Description

Used by DocumentsWriter to maintain per-thread state. We keep a separate Posting hash and other state for each thread and then merge postings hashes from all threads when writing the segment.

Definition at line 28 of file DocumentsWriterThreadState.cs.

Constructor & Destructor Documentation

Lucene.Net.Index.DocumentsWriterThreadState.DocumentsWriterThreadState ( DocumentsWriter  docWriter)

Definition at line 39 of file DocumentsWriterThreadState.cs.


The documentation for this class was generated from the following file: