Class TaxonomyReader.ChildrenEnumerator
An iterator over a category's children.
Inherited Members
Namespace: Lucene.Net.Facet.Taxonomy
Assembly: Lucene.Net.Facet.dll
Syntax
public class TaxonomyReader.ChildrenEnumerator
Properties
Current
Gets the current child. Returns INVALID_ORDINAL if positioned before the first child or after the last child.
Declaration
public virtual int Current { get; }
Property Value
Type | Description |
---|---|
int |
Methods
MoveNext()
Move to the next child ordinal. Returns false
if there are no more children.
Declaration
public virtual bool MoveNext()
Returns
Type | Description |
---|---|
bool |