Increments the enumeration to the next element. True if one exists.
Namespace: Lucene.Net.IndexAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
public abstract bool Next() |
| Visual Basic |
|---|
Public MustOverride Function Next As Boolean |
| Visual C++ |
|---|
public: virtual bool Next() abstract |
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Index.TermEnum.Next"]