Uses of Class
org.apache.lucene.search.spans.SpanPositionCheckQuery
-
Packages that use SpanPositionCheckQuery Package Description org.apache.lucene.search.spans The calculus of spans. -
-
Uses of SpanPositionCheckQuery in org.apache.lucene.search.spans
Subclasses of SpanPositionCheckQuery in org.apache.lucene.search.spans Modifier and Type Class Description classSpanFirstQueryMatches spans near the beginning of a field.classSpanNearPayloadCheckQueryOnly return those matches that have a specific payload at the given position.classSpanPayloadCheckQueryOnly return those matches that have a specific payload at the given position.classSpanPositionRangeQueryChecks to see if thegetMatch()lies between a start and end position
-