C# Class Lucene.Net.Index.DirectoryReader.MultiTermEnum

Inheritance: Lucene.Net.Index.TermEnum
Afficher le fichier Open project: synhershko/lucene.net

Méthodes publiques

Méthode Description
DocFreq ( ) : int
MultiTermEnum ( IndexReader topReader, IndexReader readers, int starts, Lucene.Net.Index.Term t ) : System
Next ( ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

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

DocFreq() public méthode

public DocFreq ( ) : int
Résultat int

MultiTermEnum() public méthode

public MultiTermEnum ( IndexReader topReader, IndexReader readers, int starts, Lucene.Net.Index.Term t ) : System
topReader IndexReader
readers IndexReader
starts int
t Lucene.Net.Index.Term
Résultat System

Next() public méthode

public Next ( ) : bool
Résultat bool