Show / Hide Table of Contents

    Enum SpanPositionCheckQuery.AcceptStatus

    Return value for AcceptPosition(Spans).

    Namespace: Lucene.Net.Search.Spans
    Assembly: Lucene.Net.dll
    Syntax
    protected enum AcceptStatus : int

    Fields

    Name Description
    NO

    Indicates the match should be rejected

    NO_AND_ADVANCE

    Indicates the match should be rejected, and the enumeration should advance to the next document.

    YES

    Indicates the match should be accepted

    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)