C# Class Lucene.Net.Index.StoredFieldsProcessor

this is a StoredFieldsConsumer that writes stored fields.
Inheritance: Lucene.Net.Index.StoredFieldsConsumer
Mostra file Open project: apache/lucenenet

Public Methods

Method Description
Abort ( ) : void
AddField ( int docID, IndexableField field, Lucene.Net.Index.FieldInfo fieldInfo ) : void
FinishDocument ( ) : void
Flush ( Lucene.Net.Index.SegmentWriteState state ) : void
Reset ( ) : void
StartDocument ( ) : void
StoredFieldsProcessor ( Lucene.Net.Index.DocumentsWriterPerThread docWriter ) : System

Private Methods

Method Description
Fill ( int docID ) : void

Fills in any hole in the docIDs

InitFieldsWriter ( IOContext context ) : void

Method Details

Abort() public method

public Abort ( ) : void
return void

AddField() public method

public AddField ( int docID, IndexableField field, Lucene.Net.Index.FieldInfo fieldInfo ) : void
docID int
field IndexableField
fieldInfo Lucene.Net.Index.FieldInfo
return void

FinishDocument() public method

public FinishDocument ( ) : void
return void

Flush() public method

public Flush ( Lucene.Net.Index.SegmentWriteState state ) : void
state Lucene.Net.Index.SegmentWriteState
return void

Reset() public method

public Reset ( ) : void
return void

StartDocument() public method

public StartDocument ( ) : void
return void

StoredFieldsProcessor() public method

public StoredFieldsProcessor ( Lucene.Net.Index.DocumentsWriterPerThread docWriter ) : System
docWriter Lucene.Net.Index.DocumentsWriterPerThread
return System