Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Member Functions | Properties | List of all members
Lucene.Net.Index.TermDocEnumerator.TermDocUsingTermsEnumerator Class Reference

Class to handle enumeration over the TermDocs that does NOT close them on a call to Dispose! More...

Inherits IEnumerable< int >, and IEnumerator< int >.

Public Member Functions

IEnumerator< int > GetEnumerator ()
 Get the enumerator.
 
void Dispose ()
 Dispose impl.
 
bool MoveNext ()
 Move to the next item.
 
void Reset ()
 Not implemented. Use Seek instead.
 

Properties

int Current [get]
 The current document id.
 

Detailed Description

Class to handle enumeration over the TermDocs that does NOT close them on a call to Dispose!

Definition at line 392 of file FieldEnumerator.cs.

Member Function Documentation

void Lucene.Net.Index.TermDocEnumerator.TermDocUsingTermsEnumerator.Dispose ( )

Dispose impl.

Definition at line 476 of file FieldEnumerator.cs.

IEnumerator<int> Lucene.Net.Index.TermDocEnumerator.TermDocUsingTermsEnumerator.GetEnumerator ( )

Get the enumerator.

Returns

Definition at line 439 of file FieldEnumerator.cs.

bool Lucene.Net.Index.TermDocEnumerator.TermDocUsingTermsEnumerator.MoveNext ( )

Move to the next item.

Returns
True if more, false if not.

Definition at line 498 of file FieldEnumerator.cs.

void Lucene.Net.Index.TermDocEnumerator.TermDocUsingTermsEnumerator.Reset ( )

Not implemented. Use Seek instead.

Definition at line 506 of file FieldEnumerator.cs.

Property Documentation

int Lucene.Net.Index.TermDocEnumerator.TermDocUsingTermsEnumerator.Current
get

The current document id.

Definition at line 465 of file FieldEnumerator.cs.


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