Uses of Class
org.apache.lucene.search.spans.SpanWeight.Postings
-
Packages that use SpanWeight.Postings Package Description org.apache.lucene.search.spans The calculus of spans. -
-
Uses of SpanWeight.Postings in org.apache.lucene.search.spans
Methods in org.apache.lucene.search.spans that return SpanWeight.Postings Modifier and Type Method Description SpanWeight.PostingsSpanWeight.Postings. atLeast(SpanWeight.Postings postings)static SpanWeight.PostingsSpanWeight.Postings. valueOf(String name)Returns the enum constant of this type with the specified name.static SpanWeight.Postings[]SpanWeight.Postings. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.search.spans with parameters of type SpanWeight.Postings Modifier and Type Method Description SpanWeight.PostingsSpanWeight.Postings. atLeast(SpanWeight.Postings postings)SpansSpanContainingQuery.SpanContainingWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)Return spans frombigthat contain at least one spans fromlittle.SpansSpanNearQuery.SpanNearWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)SpansSpanNotQuery.SpanNotWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)SpansSpanOrQuery.SpanOrWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)SpansSpanPositionCheckQuery.SpanPositionCheckWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)SpansSpanTermQuery.SpanTermWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)abstract SpansSpanWeight. getSpans(LeafReaderContext ctx, SpanWeight.Postings requiredPostings)Expert: Return a Spans object iterating over matches from this WeightSpansSpanWithinQuery.SpanWithinWeight. getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings)Return spans fromlittlethat are contained in a spans frombig.
-