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

Inheritance: DocValuesProducer
Afficher le fichier Open project: paulirwin/lucene.net Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

public CheckIntegrity ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetBinary() public méthode

public GetBinary ( Index.FieldInfo fieldInfo ) : Index.BinaryDocValues
fieldInfo Index.FieldInfo
Résultat Index.BinaryDocValues

GetDocsWithField() public méthode

public GetDocsWithField ( Index.FieldInfo field ) : Util.Bits
field Index.FieldInfo
Résultat Util.Bits

GetNumeric() public méthode

public GetNumeric ( Index.FieldInfo fieldInfo ) : Index.NumericDocValues
fieldInfo Index.FieldInfo
Résultat Index.NumericDocValues

GetSorted() public méthode

public GetSorted ( Index.FieldInfo fieldInfo ) : Index.SortedDocValues
fieldInfo Index.FieldInfo
Résultat Index.SortedDocValues

GetSortedSet() public méthode

public GetSortedSet ( Index.FieldInfo fieldInfo ) : Index.SortedSetDocValues
fieldInfo Index.FieldInfo
Résultat Index.SortedSetDocValues

RamBytesUsed() public méthode

public RamBytesUsed ( ) : long
Résultat long

SimpleTextDocValuesReader() public méthode

public SimpleTextDocValuesReader ( Index.SegmentReadState state, string ext ) : System
state Index.SegmentReadState
ext string
Résultat System