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