Class to handle creating a TermDocs and allowing for seeking and enumeration. Used
when you have a set of one or moreterms for which you want to enumerate over the
documents that contain those terms.
Namespace: Lucene.Net.IndexAssembly: Lucene.Net.Contrib.Core (in Lucene.Net.Contrib.Core.dll) Version: 2.9.2.0 (2.9.2)
Syntax
C# |
---|
public class TermDocEnumerator : IEnumerable<int>, IEnumerable, IDisposable |
Visual Basic |
---|
Public Class TermDocEnumerator _ Implements IEnumerable(Of Integer), IEnumerable, IDisposable |
Visual C++ |
---|
public ref class TermDocEnumerator : IEnumerable<int>, IEnumerable, IDisposable |