public class SpanWithinQuery.SpanWithinWeight
extends org.apache.lucene.search.spans.SpanContainQuery.SpanContainWeight
SpanWeight.PostingsWeight.DefaultBulkScorer, Weight.StartDISIWrapperfield, similarity, simScorerparentQuery| Constructor and Description |
|---|
SpanWithinWeight(IndexSearcher searcher,
Map<Term,TermStates> terms,
SpanWeight bigWeight,
SpanWeight littleWeight,
float boost) |
| Modifier and Type | Method and Description |
|---|---|
Spans |
getSpans(LeafReaderContext context,
SpanWeight.Postings requiredPostings)
Return spans from
little that are contained in a spans from big. |
boolean |
isCacheable(LeafReaderContext ctx) |
extractTerms, extractTermStatesexplain, getSimScorer, matches, scorerbulkScorer, getQuery, scorerSupplierpublic SpanWithinWeight(IndexSearcher searcher, Map<Term,TermStates> terms, SpanWeight bigWeight, SpanWeight littleWeight, float boost) throws IOException
IOExceptionpublic Spans getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings) throws IOException
little that are contained in a spans from big.
The payload is from the spans of little.getSpans in class SpanWeightcontext - a LeafReaderContext for this SpansIOException - on errorpublic boolean isCacheable(LeafReaderContext ctx)
true if the object can be cached against a given leafCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.