Uses of Class
org.apache.lucene.queries.spans.SpanWeight
Packages that use SpanWeight
Package
Description
The payloads package provides Query mechanisms for finding and using payloads.
The calculus of spans.
-
Uses of SpanWeight in org.apache.lucene.queries.payloads
Subclasses of SpanWeight in org.apache.lucene.queries.payloadsModifier and TypeClassDescriptionprivate class
class
Weight that pulls its Spans using a PayloadSpanCollectorFields in org.apache.lucene.queries.payloads declared as SpanWeightModifier and TypeFieldDescriptionprivate final SpanWeight
PayloadScoreQuery.PayloadSpanWeight.innerWeight
(package private) final SpanWeight
SpanPayloadCheckQuery.SpanPayloadCheckWeight.matchWeight
Methods in org.apache.lucene.queries.payloads that return SpanWeightModifier and TypeMethodDescriptionPayloadScoreQuery.createWeight
(IndexSearcher searcher, ScoreMode scoreMode, float boost) SpanPayloadCheckQuery.createWeight
(IndexSearcher searcher, ScoreMode scoreMode, float boost) Constructors in org.apache.lucene.queries.payloads with parameters of type SpanWeightModifierConstructorDescriptionprivate
PayloadSpanScorer
(SpanWeight weight, PayloadScoreQuery.PayloadSpans spans, LeafSimScorer docScorer) PayloadSpanWeight
(IndexSearcher searcher, SpanWeight innerWeight, float boost) SpanPayloadCheckWeight
(IndexSearcher searcher, Map<Term, TermStates> termStates, SpanWeight matchWeight, float boost, SpanPayloadCheckQuery.PayloadType payloadType) -
Uses of SpanWeight in org.apache.lucene.queries.spans
Subclasses of SpanWeight in org.apache.lucene.queries.spansModifier and TypeClassDescriptionclass
Creates SpanContainingQuery scorer instancesclass
private class
class
Creates SpanNearQuery scorer instancesclass
Creates SpanNotQuery scorer instancesclass
Creates SpanOrQuery scorer instancesclass
Creates SpanPositionCheckQuery scorer instancesclass
Creates SpanTermQuery scorer instancesclass
Creates SpanWithinQuery scorer instancesFields in org.apache.lucene.queries.spans declared as SpanWeightModifier and TypeFieldDescription(package private) final SpanWeight
SpanContainQuery.SpanContainWeight.bigWeight
(package private) final SpanWeight
SpanNotQuery.SpanNotWeight.excludeWeight
(package private) final SpanWeight
SpanNotQuery.SpanNotWeight.includeWeight
(package private) final SpanWeight
SpanContainQuery.SpanContainWeight.littleWeight
(package private) final SpanWeight
SpanPositionCheckQuery.SpanPositionCheckWeight.matchWeight
Fields in org.apache.lucene.queries.spans with type parameters of type SpanWeightModifier and TypeFieldDescription(package private) final List
<SpanWeight> SpanNearQuery.SpanNearWeight.subWeights
(package private) final List
<SpanWeight> SpanOrQuery.SpanOrWeight.subWeights
Methods in org.apache.lucene.queries.spans that return SpanWeightModifier and TypeMethodDescriptionFieldMaskingSpanQuery.createWeight
(IndexSearcher searcher, ScoreMode scoreMode, float boost) SpanContainingQuery.createWeight
(IndexSearcher searcher, ScoreMode scoreMode, float boost) SpanMultiTermQueryWrapper.createWeight
(IndexSearcher searcher, ScoreMode scoreMode, float boost) SpanNearQuery.createWeight
(IndexSearcher searcher, ScoreMode scoreMode, float boost) SpanNearQuery.SpanGapQuery.createWeight
(IndexSearcher searcher, ScoreMode scoreMode, float boost) SpanNotQuery.createWeight
(IndexSearcher searcher, ScoreMode scoreMode, float boost) SpanOrQuery.createWeight
(IndexSearcher searcher, ScoreMode scoreMode, float boost) SpanPositionCheckQuery.createWeight
(IndexSearcher searcher, ScoreMode scoreMode, float boost) abstract SpanWeight
SpanQuery.createWeight
(IndexSearcher searcher, ScoreMode scoreMode, float boost) SpanTermQuery.createWeight
(IndexSearcher searcher, ScoreMode scoreMode, float boost) SpanWithinQuery.createWeight
(IndexSearcher searcher, ScoreMode scoreMode, float boost) Methods in org.apache.lucene.queries.spans with parameters of type SpanWeightModifier and TypeMethodDescriptionstatic Map
<Term, TermStates> SpanQuery.getTermStates
(SpanWeight... weights) Build a map of terms toTermStates
, for use in constructing SpanWeightsMethod parameters in org.apache.lucene.queries.spans with type arguments of type SpanWeightModifier and TypeMethodDescriptionstatic Map
<Term, TermStates> SpanQuery.getTermStates
(Collection<SpanWeight> weights) Build a map of terms toTermStates
, for use in constructing SpanWeightsConstructors in org.apache.lucene.queries.spans with parameters of type SpanWeightModifierConstructorDescriptionSpanContainingWeight
(IndexSearcher searcher, Map<Term, TermStates> terms, SpanWeight bigWeight, SpanWeight littleWeight, float boost) SpanContainWeight
(IndexSearcher searcher, Map<Term, TermStates> terms, SpanWeight bigWeight, SpanWeight littleWeight, float boost) SpanNotWeight
(IndexSearcher searcher, Map<Term, TermStates> terms, SpanWeight includeWeight, SpanWeight excludeWeight, float boost) SpanPositionCheckWeight
(SpanWeight matchWeight, IndexSearcher searcher, Map<Term, TermStates> terms, float boost) SpanScorer
(SpanWeight weight, Spans spans, LeafSimScorer docScorer) Sole constructor.SpanWithinWeight
(IndexSearcher searcher, Map<Term, TermStates> terms, SpanWeight bigWeight, SpanWeight littleWeight, float boost) Constructor parameters in org.apache.lucene.queries.spans with type arguments of type SpanWeightModifierConstructorDescriptionSpanNearWeight
(List<SpanWeight> subWeights, IndexSearcher searcher, Map<Term, TermStates> terms, float boost) SpanOrWeight
(IndexSearcher searcher, Map<Term, TermStates> terms, List<SpanWeight> subWeights, float boost)