C# Class Lucene.Net.Codecs.SimpleText.SimpleTextDocValuesReader

Inheritance: DocValuesProducer
显示文件 Open project: paulirwin/lucene.net Class Usage Examples

Public Methods

Method Description
CheckIntegrity ( ) : void
GetBinary ( Index.FieldInfo fieldInfo ) : Index.BinaryDocValues
GetDocsWithField ( Index.FieldInfo field ) : Util.Bits
GetNumeric ( Index.FieldInfo fieldInfo ) : Index.NumericDocValues
GetSorted ( Index.FieldInfo fieldInfo ) : Index.SortedDocValues
GetSortedSet ( Index.FieldInfo fieldInfo ) : Index.SortedSetDocValues
RamBytesUsed ( ) : long
SimpleTextDocValuesReader ( Index.SegmentReadState state, string ext ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
GetBinaryDocsWithField ( Index.FieldInfo fieldInfo ) : Util.Bits
GetNumericDocsWithField ( Index.FieldInfo fieldInfo ) : Util.Bits
ReadLine ( ) : void

Used only in ctor:

StartsWith ( Util.BytesRef prefix ) : bool

Used only in ctor:

StripPrefix ( Util.BytesRef prefix ) : string

Used only in ctor:

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 ( Index.FieldInfo fieldInfo ) : Index.BinaryDocValues
fieldInfo Index.FieldInfo
return Index.BinaryDocValues

GetDocsWithField() public method

public GetDocsWithField ( Index.FieldInfo field ) : Util.Bits
field Index.FieldInfo
return Util.Bits

GetNumeric() public method

public GetNumeric ( Index.FieldInfo fieldInfo ) : Index.NumericDocValues
fieldInfo Index.FieldInfo
return Index.NumericDocValues

GetSorted() public method

public GetSorted ( Index.FieldInfo fieldInfo ) : Index.SortedDocValues
fieldInfo Index.FieldInfo
return Index.SortedDocValues

GetSortedSet() public method

public GetSortedSet ( Index.FieldInfo fieldInfo ) : Index.SortedSetDocValues
fieldInfo Index.FieldInfo
return Index.SortedSetDocValues

RamBytesUsed() public method

public RamBytesUsed ( ) : long
return long

SimpleTextDocValuesReader() public method

public SimpleTextDocValuesReader ( Index.SegmentReadState state, string ext ) : System
state Index.SegmentReadState
ext string
return System