Uses of Class
org.apache.lucene.queries.spans.FilterSpans.AcceptStatus
-
Packages that use FilterSpans.AcceptStatus Package Description org.apache.lucene.queries.payloads The payloads package provides Query mechanisms for finding and using payloads.org.apache.lucene.queries.spans The calculus of spans. -
-
Uses of FilterSpans.AcceptStatus in org.apache.lucene.queries.payloads
Methods in org.apache.lucene.queries.payloads that return FilterSpans.AcceptStatus Modifier and Type Method Description protected FilterSpans.AcceptStatusPayloadScoreQuery.PayloadSpans. accept(Spans candidate)(package private) FilterSpans.AcceptStatusSpanPayloadCheckQuery.PayloadChecker. match() -
Uses of FilterSpans.AcceptStatus in org.apache.lucene.queries.spans
Methods in org.apache.lucene.queries.spans that return FilterSpans.AcceptStatus Modifier and Type Method Description protected abstract FilterSpans.AcceptStatusFilterSpans. accept(Spans candidate)Returns YES if the candidate should be an accepted match, NO if it should not, and NO_MORE_IN_CURRENT_DOC if iteration should move on to the next document.protected FilterSpans.AcceptStatusSpanFirstQuery. acceptPosition(Spans spans)protected abstract FilterSpans.AcceptStatusSpanPositionCheckQuery. acceptPosition(Spans spans)Implementing classes are required to return whether the current position is a match for the passed in "match"SpanQuery.protected FilterSpans.AcceptStatusSpanPositionRangeQuery. acceptPosition(Spans spans)static FilterSpans.AcceptStatusFilterSpans.AcceptStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FilterSpans.AcceptStatus[]FilterSpans.AcceptStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-