Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class TaxonomyReader.ChildrenEnumerator

    An iterator over a category's children.

    Inheritance
    System.Object
    TaxonomyReader.ChildrenEnumerator
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Facet.Taxonomy
    Assembly: Lucene.Net.Facet.dll
    Syntax
    public class ChildrenEnumerator

    Properties

    | Improve this Doc View Source

    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
    System.Int32

    Methods

    | Improve this Doc View Source

    MoveNext()

    Move to the next child ordinal. Returns false if there are no more children.

    Declaration
    public virtual bool MoveNext()
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 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.