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 |