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

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

Méthodes publiques

Méthode Description
CheckIntegrity ( ) : void
Dispose ( ) : void
GetEnumerator ( ) : IEnumerator
RamBytesUsed ( ) : long
SimpleTextFieldsReader ( Index.SegmentReadState state ) : System
Terms ( string field ) : Index.Terms

Private Methods

Méthode Description
ReadFields ( Store.IndexInput @in ) : long?>.SortedDictionary

Method Details

CheckIntegrity() public méthode

public CheckIntegrity ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

RamBytesUsed() public méthode

public RamBytesUsed ( ) : long
Résultat long

SimpleTextFieldsReader() public méthode

public SimpleTextFieldsReader ( Index.SegmentReadState state ) : System
state Index.SegmentReadState
Résultat System

Terms() public méthode

public Terms ( string field ) : Index.Terms
field string
Résultat Index.Terms