C# Class Lucene.Net.Codecs.Lucene3x.Lucene3xNormsProducer

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
Lucene3xNormsProducer ( Directory dir, SegmentInfo info, FieldInfos fields, IOContext context ) : System
RamBytesUsed ( ) : long

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
GetNormFilename ( SegmentInfo info, int number ) : string
HasSeparateNorms ( SegmentInfo info, int number ) : bool

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

Lucene3xNormsProducer() public méthode

public Lucene3xNormsProducer ( Directory dir, SegmentInfo info, FieldInfos fields, IOContext context ) : System
dir Directory
info SegmentInfo
fields FieldInfos
context IOContext
Résultat System

RamBytesUsed() public méthode

public RamBytesUsed ( ) : long
Résultat long