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

    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

    Extension Methods

    Number.IsNumber()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)