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

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 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 ( FieldInfo field ) : BinaryDocValues
field FieldInfo
Résultat BinaryDocValues

GetDocsWithField() public méthode

public GetDocsWithField ( FieldInfo field ) : Bits
field FieldInfo
Résultat Bits

GetNumeric() public méthode

public GetNumeric ( FieldInfo field ) : NumericDocValues
field FieldInfo
Résultat NumericDocValues

GetSorted() public méthode

public GetSorted ( FieldInfo field ) : SortedDocValues
field FieldInfo
Résultat SortedDocValues

GetSortedSet() public méthode

public GetSortedSet ( FieldInfo field ) : SortedSetDocValues
field FieldInfo
Résultat SortedSetDocValues

RamBytesUsed() public méthode

public RamBytesUsed ( ) : long
Résultat long