Uses of Enum Class
org.apache.lucene.queries.spans.SpanWeight.Postings
Packages that use SpanWeight.Postings
Package
Description
The payloads package provides Query mechanisms for finding and using payloads.
The calculus of spans.
-
Uses of SpanWeight.Postings in org.apache.lucene.queries.payloads
Methods in org.apache.lucene.queries.payloads with parameters of type SpanWeight.PostingsModifier and TypeMethodDescriptionSpanPayloadCheckQuery.SpanPayloadCheckWeight.getSpans
(LeafReaderContext context, SpanWeight.Postings requiredPostings) -
Uses of SpanWeight.Postings in org.apache.lucene.queries.spans
Methods in org.apache.lucene.queries.spans that return SpanWeight.PostingsModifier and TypeMethodDescriptionSpanWeight.Postings.atLeast
(SpanWeight.Postings postings) static SpanWeight.Postings
Returns the enum constant of this class with the specified name.static SpanWeight.Postings[]
SpanWeight.Postings.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.queries.spans with parameters of type SpanWeight.PostingsModifier and TypeMethodDescriptionSpanWeight.Postings.atLeast
(SpanWeight.Postings postings) SpanContainingQuery.SpanContainingWeight.getSpans
(LeafReaderContext context, SpanWeight.Postings requiredPostings) Return spans frombig
that contain at least one spans fromlittle
.SpanNearQuery.SpanNearWeight.getSpans
(LeafReaderContext context, SpanWeight.Postings requiredPostings) SpanNotQuery.SpanNotWeight.getSpans
(LeafReaderContext context, SpanWeight.Postings requiredPostings) SpanOrQuery.SpanOrWeight.getSpans
(LeafReaderContext context, SpanWeight.Postings requiredPostings) SpanPositionCheckQuery.SpanPositionCheckWeight.getSpans
(LeafReaderContext context, SpanWeight.Postings requiredPostings) SpanTermQuery.SpanTermWeight.getSpans
(LeafReaderContext context, SpanWeight.Postings requiredPostings) abstract Spans
SpanWeight.getSpans
(LeafReaderContext ctx, SpanWeight.Postings requiredPostings) Expert: Return a Spans object iterating over matches from this WeightSpanWithinQuery.SpanWithinWeight.getSpans
(LeafReaderContext context, SpanWeight.Postings requiredPostings) Return spans fromlittle
that are contained in a spans frombig
.