public class SpanWithinQuery.SpanWithinWeight
extends org.apache.lucene.search.spans.SpanContainQuery.SpanContainWeight
SpanWeight.PostingsWeight.DefaultBulkScorerfield, similarity, simWeightparentQuery| Constructor and Description |
|---|
SpanWithinWeight(IndexSearcher searcher,
Map<Term,TermContext> terms,
SpanWeight bigWeight,
SpanWeight littleWeight) |
| 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. |
extractTermContexts, extractTermsexplain, getSimScorer, getValueForNormalization, normalize, scorerbulkScorer, getQuerypublic SpanWithinWeight(IndexSearcher searcher, Map<Term,TermContext> terms, SpanWeight bigWeight, SpanWeight littleWeight) 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 errorCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.