Uses of Class
org.apache.lucene.queries.spans.ConjunctionSpans
-
Packages that use ConjunctionSpans Package Description org.apache.lucene.queries.spans The calculus of spans. -
-
Uses of ConjunctionSpans in org.apache.lucene.queries.spans
Subclasses of ConjunctionSpans in org.apache.lucene.queries.spans Modifier and Type Class Description (package private) class
ContainSpans
class
NearSpansOrdered
A Spans that is formed from the ordered subspans of a SpanNearQuery where the subspans do not overlap and have a maximum slop between them.class
NearSpansUnordered
Similar toNearSpansOrdered
, but for the unordered case.
-