C# Class Lucene.Net.Codecs.Lucene40.Lucene40DocValuesReader

Inheritance: DocValuesProducer
Mostra file 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
CorrectBuggyOrds ( SortedDocValues @in ) : SortedDocValues
LoadByteField ( FieldInfo field, IndexInput input ) : NumericDocValues
LoadBytesFixedDeref ( FieldInfo field ) : BinaryDocValues
LoadBytesFixedSorted ( FieldInfo field, IndexInput data, IndexInput index ) : SortedDocValues
LoadBytesFixedStraight ( FieldInfo field ) : BinaryDocValues
LoadBytesVarDeref ( FieldInfo field ) : BinaryDocValues
LoadBytesVarSorted ( FieldInfo field, IndexInput data, IndexInput index ) : SortedDocValues
LoadBytesVarStraight ( FieldInfo field ) : BinaryDocValues
LoadDoubleField ( FieldInfo field, IndexInput input ) : NumericDocValues
LoadFloatField ( FieldInfo field, IndexInput input ) : NumericDocValues
LoadIntField ( FieldInfo field, IndexInput input ) : NumericDocValues
LoadLongField ( FieldInfo field, IndexInput input ) : NumericDocValues
LoadShortField ( FieldInfo field, IndexInput input ) : NumericDocValues
LoadVarIntsField ( FieldInfo field, IndexInput input ) : NumericDocValues
Lucene40DocValuesReader ( SegmentReadState state, string filename, string legacyKey ) : System

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