Uses of Class
org.apache.lucene.search.spans.SpanNearQuery
Packages that use SpanNearQuery
Package
Description
The payloads package provides Query mechanisms for finding and using payloads.
The calculus of spans.
-
Uses of SpanNearQuery in org.apache.lucene.search.payloads
Subclasses of SpanNearQuery in org.apache.lucene.search.payloadsModifier and TypeClassDescriptionclass
This class is very similar toSpanNearQuery
except that it factors in the value of the payloads located at each of the positions where theTermSpans
occurs. -
Uses of SpanNearQuery in org.apache.lucene.search.spans
Methods in org.apache.lucene.search.spans that return SpanNearQueryConstructors in org.apache.lucene.search.spans with parameters of type SpanNearQueryModifierConstructorDescriptionNearSpansOrdered
(SpanNearQuery spanNearQuery, AtomicReaderContext context, Bits acceptDocs, Map<Term, TermContext> termContexts) NearSpansOrdered
(SpanNearQuery spanNearQuery, AtomicReaderContext context, Bits acceptDocs, Map<Term, TermContext> termContexts, boolean collectPayloads) NearSpansUnordered
(SpanNearQuery query, AtomicReaderContext context, Bits acceptDocs, Map<Term, TermContext> termContexts) SpanNearPayloadCheckQuery
(SpanNearQuery match, Collection<byte[]> payloadToMatch)