Enum FilteredTermsEnum.AcceptStatus

java.lang.Object
java.lang.Enum<FilteredTermsEnum.AcceptStatus>
org.apache.lucene.index.FilteredTermsEnum.AcceptStatus
All Implemented Interfaces:
Serializable, Comparable<FilteredTermsEnum.AcceptStatus>
Enclosing class:
FilteredTermsEnum

protected static enum FilteredTermsEnum.AcceptStatus extends 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 FilteredTermsEnum.nextSeekTerm(org.apache.lucene.util.BytesRef) and step forward.
See Also: