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
Classes | Public Member Functions | List of all members
Lucene.Net.Index.StoredFieldsWriter Class Reference

This is a DocFieldConsumer that writes stored fields. More...

Classes

class  PerDoc
 

Public Member Functions

 StoredFieldsWriter (DocumentsWriter docWriter, FieldInfos fieldInfos)
 
StoredFieldsWriterPerThread AddThread (DocumentsWriter.DocState docState)
 
void Flush (SegmentWriteState state)
 
void CloseDocStore (SegmentWriteState state)
 
bool FreeRAM ()
 

Detailed Description

This is a DocFieldConsumer that writes stored fields.

Definition at line 27 of file StoredFieldsWriter.cs.

Constructor & Destructor Documentation

Lucene.Net.Index.StoredFieldsWriter.StoredFieldsWriter ( DocumentsWriter  docWriter,
FieldInfos  fieldInfos 
)

Definition at line 42 of file StoredFieldsWriter.cs.

Member Function Documentation

StoredFieldsWriterPerThread Lucene.Net.Index.StoredFieldsWriter.AddThread ( DocumentsWriter.DocState  docState)

Definition at line 49 of file StoredFieldsWriter.cs.

void Lucene.Net.Index.StoredFieldsWriter.CloseDocStore ( SegmentWriteState  state)

Definition at line 92 of file StoredFieldsWriter.cs.

void Lucene.Net.Index.StoredFieldsWriter.Flush ( SegmentWriteState  state)

Definition at line 54 of file StoredFieldsWriter.cs.

bool Lucene.Net.Index.StoredFieldsWriter.FreeRAM ( )

Definition at line 199 of file StoredFieldsWriter.cs.


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