public class SpanPositionCheckQuery.SpanPositionCheckWeight extends SpanWeight
SpanWeight.PostingsWeight.DefaultBulkScorerfield, similarity, simWeightparentQuery| Constructor and Description |
|---|
SpanPositionCheckWeight(SpanWeight matchWeight,
IndexSearcher searcher,
java.util.Map<Term,TermContext> terms,
float boost) |
| Modifier and Type | Method and Description |
|---|---|
void |
extractTermContexts(java.util.Map<Term,TermContext> contexts)
Collect all TermContexts used by this Weight
|
void |
extractTerms(java.util.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, matches, scorerbulkScorer, getQuery, scorerSupplierpublic SpanPositionCheckWeight(SpanWeight matchWeight, IndexSearcher searcher, java.util.Map<Term,TermContext> terms, float boost) throws java.io.IOException
java.io.IOExceptionpublic void extractTerms(java.util.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 leafpublic void extractTermContexts(java.util.Map<Term,TermContext> contexts)
SpanWeightextractTermContexts in class SpanWeightcontexts - a map to add the TermContexts topublic Spans getSpans(LeafReaderContext context, SpanWeight.Postings requiredPostings) throws java.io.IOException
SpanWeightgetSpans in class SpanWeightcontext - a LeafReaderContext for this Spansjava.io.IOException - on errorCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.