C# Class Lucene.Net.Index.StoredFieldsProcessor

this is a StoredFieldsConsumer that writes stored fields.
Inheritance: Lucene.Net.Index.StoredFieldsConsumer
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Méthode 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

Méthode Description
Fill ( int docID ) : void

Fills in any hole in the docIDs

InitFieldsWriter ( IOContext context ) : void

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

AddField() public méthode

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

FinishDocument() public méthode

public FinishDocument ( ) : void
Résultat void

Flush() public méthode

public Flush ( Lucene.Net.Index.SegmentWriteState state ) : void
state Lucene.Net.Index.SegmentWriteState
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

StartDocument() public méthode

public StartDocument ( ) : void
Résultat void

StoredFieldsProcessor() public méthode

public StoredFieldsProcessor ( Lucene.Net.Index.DocumentsWriterPerThread docWriter ) : System
docWriter Lucene.Net.Index.DocumentsWriterPerThread
Résultat System