C# Class Lucene.Net.Codecs.Lucene42.Lucene42DocValuesProducer

Reader for Lucene42DocValuesFormat
Inheritance: DocValuesProducer
Datei anzeigen Open project: paulirwin/lucene.net Class Usage Examples

Public Methods

Method Description
CheckIntegrity ( ) : void
GetBinary ( FieldInfo field ) : BinaryDocValues
GetDocsWithField ( FieldInfo field ) : Bits
GetNumeric ( FieldInfo field ) : NumericDocValues
GetSorted ( FieldInfo field ) : SortedDocValues
GetSortedSet ( FieldInfo field ) : SortedSetDocValues
RamBytesUsed ( ) : long

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
LoadBinary ( FieldInfo field ) : BinaryDocValues
LoadNumeric ( FieldInfo field ) : NumericDocValues
Lucene42DocValuesProducer ( SegmentReadState state, string dataCodec, string dataExtension, string metaCodec, string metaExtension ) : Lucene.Net.Store
ReadFields ( IndexInput meta, FieldInfos infos ) : void

Method Details

CheckIntegrity() public method

public CheckIntegrity ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetBinary() public method

public GetBinary ( FieldInfo field ) : BinaryDocValues
field FieldInfo
return BinaryDocValues

GetDocsWithField() public method

public GetDocsWithField ( FieldInfo field ) : Bits
field FieldInfo
return Bits

GetNumeric() public method

public GetNumeric ( FieldInfo field ) : NumericDocValues
field FieldInfo
return NumericDocValues

GetSorted() public method

public GetSorted ( FieldInfo field ) : SortedDocValues
field FieldInfo
return SortedDocValues

GetSortedSet() public method

public GetSortedSet ( FieldInfo field ) : SortedSetDocValues
field FieldInfo
return SortedSetDocValues

RamBytesUsed() public method

public RamBytesUsed ( ) : long
return long