Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class TaxonomyReader.ChildrenEnumerator

    An iterator over a category's children.

    Inheritance
    object
    TaxonomyReader.ChildrenEnumerator
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.