public class SpanNotQuery.SpanNotWeight extends SpanWeight
SpanWeight.PostingsWeight.DefaultBulkScorerfield, similarity, simWeightparentQuery| Constructor and Description |
|---|
SpanNotWeight(IndexSearcher searcher,
Map<Term,TermContext> terms,
SpanWeight includeWeight,
SpanWeight excludeWeight,
float boost) |
| Modifier and Type | Method and Description |
|---|---|
void |
extractTermContexts(Map<Term,TermContext> contexts)
Collect all TermContexts used by this Weight
|
void |
extractTerms(Set<Term> terms)
Expert: adds all terms occurring in this query to the terms set.
|
Spans |
getSpans(LeafReaderContext context,
SpanWeight.Postings requiredPostings)
Expert: Return a Spans object iterating over matches from this Weight
|
boolean |
isCacheable(LeafReaderContext ctx) |
explain, getSimScorer, scorerbulkScorer, getQuery, scorerSupplierpublic SpanNotWeight(IndexSearcher searcher, Map<Term,TermContext> terms, SpanWeight includeWeight, SpanWeight excludeWeight, float boost) throws IOException
IOExceptionpublic void extractTermContexts(Map<Term,TermContext> contexts)
SpanWeightextractTermContexts in class SpanWeightcontexts - a map to add the TermContexts topublic Spans getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings) throws IOException
SpanWeightgetSpans in class SpanWeightcontext - a LeafReaderContext for this SpansIOException - on errorpublic void extractTerms(Set<Term> terms)
WeightWeight was created with needsScores == true then this
method will only extract terms which are used for scoring, otherwise it
will extract all terms which are used for matching.extractTerms in class Weightpublic boolean isCacheable(LeafReaderContext ctx)
true if the object can be cached against a given leafCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.