Uses of Class
org.apache.lucene.search.spans.SpanWeight
-
Packages that use SpanWeight Package Description org.apache.lucene.search.spans The calculus of spans. -
-
Uses of SpanWeight in org.apache.lucene.search.spans
Subclasses of SpanWeight in org.apache.lucene.search.spans Modifier and Type Class Description classSpanContainingQuery.SpanContainingWeightclassorg.apache.lucene.search.spans.SpanContainQuery.SpanContainWeightclassSpanNearQuery.SpanNearWeightclassSpanNotQuery.SpanNotWeightclassSpanOrQuery.SpanOrWeightclassSpanPositionCheckQuery.SpanPositionCheckWeightclassSpanTermQuery.SpanTermWeightclassSpanWithinQuery.SpanWithinWeightMethods in org.apache.lucene.search.spans that return SpanWeight Modifier and Type Method Description SpanWeightFieldMaskingSpanQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanBoostQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanContainingQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanMultiTermQueryWrapper. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanNearQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanNotQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanOrQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanPositionCheckQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)abstract SpanWeightSpanQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanTermQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)SpanWeightSpanWithinQuery. createWeight(IndexSearcher searcher, ScoreMode scoreMode, float boost)Methods in org.apache.lucene.search.spans with parameters of type SpanWeight Modifier and Type Method Description static Map<Term,TermStates>SpanQuery. getTermStates(SpanWeight... weights)Build a map of terms toTermStates, for use in constructing SpanWeightsMethod parameters in org.apache.lucene.search.spans with type arguments of type SpanWeight Modifier and Type Method Description static Map<Term,TermStates>SpanQuery. getTermStates(Collection<SpanWeight> weights)Build a map of terms toTermStates, for use in constructing SpanWeightsConstructors in org.apache.lucene.search.spans with parameters of type SpanWeight Constructor Description SpanContainingWeight(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.search.spans with type arguments of type SpanWeight Constructor Description SpanNearWeight(List<SpanWeight> subWeights, IndexSearcher searcher, Map<Term,TermStates> terms, float boost)SpanOrWeight(IndexSearcher searcher, Map<Term,TermStates> terms, List<SpanWeight> subWeights, float boost)
-