Enum SpanPositionCheckQuery.AcceptStatus
Return value for AcceptPosition(Spans).
Assembly: DistributedLucene.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 |