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 classclassWeight that pulls its Spans using a PayloadSpanCollectorFields in org.apache.lucene.queries.payloads declared as SpanWeightModifier and TypeFieldDescriptionprivate final SpanWeightPayloadScoreQuery.PayloadSpanWeight.innerWeight(package private) final SpanWeightSpanPayloadCheckQuery.SpanPayloadCheckWeight.matchWeightMethods 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 SpanWeightModifierConstructorDescriptionprivatePayloadSpanScorer(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 TypeClassDescriptionclassCreates SpanContainingQuery scorer instancesclassprivate classclassCreates SpanNearQuery scorer instancesclassCreates SpanNotQuery scorer instancesclassCreates SpanOrQuery scorer instancesclassCreates SpanPositionCheckQuery scorer instancesclassCreates SpanTermQuery scorer instancesclassCreates SpanWithinQuery scorer instancesFields in org.apache.lucene.queries.spans declared as SpanWeightModifier and TypeFieldDescription(package private) final SpanWeightSpanContainQuery.SpanContainWeight.bigWeight(package private) final SpanWeightSpanNotQuery.SpanNotWeight.excludeWeight(package private) final SpanWeightSpanNotQuery.SpanNotWeight.includeWeight(package private) final SpanWeightSpanContainQuery.SpanContainWeight.littleWeight(package private) final SpanWeightSpanPositionCheckQuery.SpanPositionCheckWeight.matchWeightFields 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.subWeightsMethods 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 SpanWeightSpanQuery.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)