C# Class Lucene.Net.Index.DocValuesProcessor

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

Private Methods

Method 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 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

DocValuesProcessor() public method

public DocValuesProcessor ( Counter bytesUsed ) : System
bytesUsed Counter
return System

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

StartDocument() public method

public StartDocument ( ) : void
return void