C# Class Lucene.Net.Codecs.Memory.MemoryPostingsFormat.TermsReader

Inheritance: Terms
Afficher le fichier Open project: paulirwin/lucene.net

Méthodes publiques

Méthode Description
TermsReader ( FieldInfos fieldInfos, IndexInput @in, int termCount ) : System
hasFreqs ( ) : bool
hasOffsets ( ) : bool
hasPayloads ( ) : bool
hasPositions ( ) : bool
iterator ( TermsEnum reuse ) : TermsEnum
ramBytesUsed ( ) : long
size ( ) : long

Method Details

TermsReader() public méthode

public TermsReader ( FieldInfos fieldInfos, IndexInput @in, int termCount ) : System
fieldInfos FieldInfos
@in IndexInput
termCount int
Résultat System

hasFreqs() public méthode

public hasFreqs ( ) : bool
Résultat bool

hasOffsets() public méthode

public hasOffsets ( ) : bool
Résultat bool

hasPayloads() public méthode

public hasPayloads ( ) : bool
Résultat bool

hasPositions() public méthode

public hasPositions ( ) : bool
Résultat bool

iterator() public méthode

public iterator ( TermsEnum reuse ) : TermsEnum
reuse TermsEnum
Résultat TermsEnum

ramBytesUsed() public méthode

public ramBytesUsed ( ) : long
Résultat long

size() public méthode

public size ( ) : long
Résultat long