C# Class Lucene.Net.Index.DocValuesProcessor

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
DocValuesProcessor ( Counter bytesUsed ) : System
FinishDocument ( ) : void
Flush ( Lucene.Net.Index.SegmentWriteState state ) : void
StartDocument ( ) : void

Private Methods

Méthode Description
AddBinaryField ( Lucene.Net.Index.FieldInfo fieldInfo, int docID, BytesRef value ) : void
AddNumericField ( Lucene.Net.Index.FieldInfo fieldInfo, int docID, long value ) : void
AddSortedField ( Lucene.Net.Index.FieldInfo fieldInfo, int docID, BytesRef value ) : void
AddSortedSetField ( Lucene.Net.Index.FieldInfo fieldInfo, int docID, BytesRef value ) : void
GetTypeDesc ( Lucene.Net.Index.DocValuesWriter obj ) : string

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

DocValuesProcessor() public méthode

public DocValuesProcessor ( Counter bytesUsed ) : System
bytesUsed Counter
Résultat System

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

StartDocument() public méthode

public StartDocument ( ) : void
Résultat void