public class SpanWithinQuery.SpanWithinWeight
extends org.apache.lucene.search.spans.SpanContainQuery.SpanContainWeight
SpanWeight.Postings
Weight.DefaultBulkScorer
field, similarity, simWeight
parentQuery
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, extractTerms
explain, getSimScorer, getValueForNormalization, normalize, scorer
bulkScorer, getQuery, scorerSupplier
public SpanWithinWeight(IndexSearcher searcher, Map<Term,TermContext> terms, SpanWeight bigWeight, SpanWeight littleWeight) throws IOException
IOException
public 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 SpanWeight
context
- a LeafReaderContext for this SpansIOException
- on errorCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.