Uses of Class
org.apache.lucene.queries.spans.SpanPositionCheckQuery
-
Packages that use SpanPositionCheckQuery Package Description org.apache.lucene.queries.spans The calculus of spans. -
-
Uses of SpanPositionCheckQuery in org.apache.lucene.queries.spans
Subclasses of SpanPositionCheckQuery in org.apache.lucene.queries.spans Modifier and Type Class Description class
SpanFirstQuery
Matches spans near the beginning of a field.class
SpanPositionRangeQuery
Checks to see if thegetMatch()
lies between a start and end position
-