Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Enum FilteredTermsEnum.AcceptStatus

    Return value, if term should be accepted or the iteration should END. The *_SEEK values denote, that after handling the current term the enum should call NextSeekTerm(BytesRef) and step forward.

    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.dll
    Syntax
    protected enum AcceptStatus

    Fields

    Name Description
    END

    Reject the term and stop enumerating.

    NO

    Reject the term and position the enum at the next term.

    NO_AND_SEEK

    Reject the term and advance (NextSeekTerm(BytesRef)) to the next term.

    YES

    Accept the term and position the enum at the next term.

    YES_AND_SEEK

    Accept the term and advance (NextSeekTerm(BytesRef)) to the next term.

    See Also
    Accept(BytesRef)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.