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

Inheritance: Lucene.Net.Index.TermEnum
Datei anzeigen Open project: synhershko/lucene.net

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

DocFreq() public method

public DocFreq ( ) : int
return int

MultiTermEnum() public method

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
return System

Next() public method

public Next ( ) : bool
return bool