Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | Protected Member Functions | List of all members
Lucene.Net.Index.AllTermDocs Class Reference

Inherits Lucene.Net.Index.AbstractAllTermDocs.

Public Member Functions

override bool IsDeleted (int doc)
 
- Public Member Functions inherited from Lucene.Net.Index.AbstractAllTermDocs
void Seek (Term term)
 Sets this to the data for a term. The enumeration is reset to the start of the data for this term.
 
void Seek (TermEnum termEnum)
 Sets this to the data for the current term in a TermEnum. This may be optimized in some implementations.
 
bool Next ()
 Moves to the next pair in the enumeration. Returns true iff there is such a next pair in the enumeration.
 
int Read (int[] docs, int[] freqs)
 Attempts to read multiple entries from the enumeration, up to length of docs. Document numbers are stored in docs, and term frequencies are stored in freqs. The freqs array must be as long as the docs array.
 
bool SkipTo (int target)
 Skips entries to the first beyond the current whose document number is greater than or equal to target. Returns true iff there is such an entry. Behaves as if written:
 
void Close ()
 Frees associated resources.
 
void Dispose ()
 

Protected Member Functions

override void Dispose (bool disposing)
 
- Protected Member Functions inherited from Lucene.Net.Index.AbstractAllTermDocs
 AbstractAllTermDocs (int maxDoc)
 

Additional Inherited Members

- Protected Attributes inherited from Lucene.Net.Index.AbstractAllTermDocs
int maxDoc
 
int internalDoc = -1
 
- Properties inherited from Lucene.Net.Index.AbstractAllTermDocs
int Doc [get]
 
int Freq [get]
 

Detailed Description

Definition at line 23 of file AllTermDocs.cs.

Member Function Documentation

override void Lucene.Net.Index.AllTermDocs.Dispose ( bool  disposing)
protectedvirtual

Implements Lucene.Net.Index.AbstractAllTermDocs.

Definition at line 35 of file AllTermDocs.cs.

override bool Lucene.Net.Index.AllTermDocs.IsDeleted ( int  doc)
virtual

Implements Lucene.Net.Index.AbstractAllTermDocs.

Definition at line 40 of file AllTermDocs.cs.


The documentation for this class was generated from the following file: