Uses of Class
org.apache.lucene.queries.spans.SpanContainQuery
-
Packages that use SpanContainQuery Package Description org.apache.lucene.queries.spans The calculus of spans. -
-
Uses of SpanContainQuery in org.apache.lucene.queries.spans
Subclasses of SpanContainQuery in org.apache.lucene.queries.spans Modifier and Type Class Description class
SpanContainingQuery
Keep matches that contain another SpanScorer.class
SpanWithinQuery
Keep matches that are contained within another Spans.Methods in org.apache.lucene.queries.spans with parameters of type SpanContainQuery Modifier and Type Method Description private boolean
SpanContainQuery. equalsTo(SpanContainQuery other)
-