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

Inheritance: TermDocs
Afficher le fichier Open project: synhershko/lucene.net

Protected Properties

Свойство Type Description
base_Renamed int
current TermDocs
pointer int
readers Lucene.Net.Index.IndexReader[]
starts int[]
term Lucene.Net.Index.Term

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
MultiTermDocs ( IndexReader topReader, IndexReader r, int s ) : System
Next ( ) : bool
Read ( int docs, int freqs ) : int

Optimized implementation.

Seek ( Lucene.Net.Index.Term term ) : void
Seek ( Lucene.Net.Index.TermEnum termEnum ) : void
SkipTo ( int target ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
TermDocs ( IndexReader reader ) : TermDocs

Private Methods

Méthode Description
TermDocs ( int i ) : TermDocs

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

MultiTermDocs() public méthode

public MultiTermDocs ( IndexReader topReader, IndexReader r, int s ) : System
topReader IndexReader
r IndexReader
s int
Résultat System

Next() public méthode

public Next ( ) : bool
Résultat bool

Read() public méthode

Optimized implementation.
public Read ( int docs, int freqs ) : int
docs int
freqs int
Résultat int

Seek() public méthode

public Seek ( Lucene.Net.Index.Term term ) : void
term Lucene.Net.Index.Term
Résultat void

Seek() public méthode

public Seek ( Lucene.Net.Index.TermEnum termEnum ) : void
termEnum Lucene.Net.Index.TermEnum
Résultat void

SkipTo() public méthode

public SkipTo ( int target ) : bool
target int
Résultat bool

TermDocs() protected méthode

protected TermDocs ( IndexReader reader ) : TermDocs
reader IndexReader
Résultat TermDocs

Property Details

base_Renamed protected_oe property

protected int base_Renamed
Résultat int

current protected_oe property

protected TermDocs current
Résultat TermDocs

pointer protected_oe property

protected int pointer
Résultat int

readers protected_oe property

protected IndexReader[],Lucene.Net.Index readers
Résultat Lucene.Net.Index.IndexReader[]

starts protected_oe property

protected int[] starts
Résultat int[]

term protected_oe property

protected Term,Lucene.Net.Index term
Résultat Lucene.Net.Index.Term