Uses of Class
org.apache.lucene.search.highlight.WeightedSpanTerm
Packages that use WeightedSpanTerm
-
Uses of WeightedSpanTerm in org.apache.lucene.search.highlight
Methods in org.apache.lucene.search.highlight that return WeightedSpanTermModifier and TypeMethodDescriptionQueryScorer.getWeightedSpanTerm
(String token) Retrieve theWeightedSpanTerm
for the specified token.WeightedSpanTermExtractor.PositionCheckingMap.put
(K key, WeightedSpanTerm newTerm) Methods in org.apache.lucene.search.highlight that return types with arguments of type WeightedSpanTermModifier and TypeMethodDescriptionWeightedSpanTermExtractor.getWeightedSpanTerms
(Query query, float boost, TokenStream tokenStream) Creates a Map ofWeightedSpanTerms
from the givenQuery
andTokenStream
.WeightedSpanTermExtractor.getWeightedSpanTerms
(Query query, float boost, TokenStream tokenStream, String fieldName) Creates a Map ofWeightedSpanTerms
from the givenQuery
andTokenStream
.WeightedSpanTermExtractor.getWeightedSpanTermsWithScores
(Query query, float boost, TokenStream tokenStream, String fieldName, IndexReader reader) Creates a Map ofWeightedSpanTerms
from the givenQuery
andTokenStream
.Methods in org.apache.lucene.search.highlight with parameters of type WeightedSpanTermModifier and TypeMethodDescriptionWeightedSpanTermExtractor.PositionCheckingMap.put
(K key, WeightedSpanTerm newTerm) Method parameters in org.apache.lucene.search.highlight with type arguments of type WeightedSpanTermModifier and TypeMethodDescriptionprotected void
WeightedSpanTermExtractor.extract
(Query query, float boost, Map<String, WeightedSpanTerm> terms) protected void
WeightedSpanTermExtractor.extractUnknownQuery
(Query query, Map<String, WeightedSpanTerm> terms) protected void
WeightedSpanTermExtractor.extractWeightedSpanTerms
(Map<String, WeightedSpanTerm> terms, SpanQuery spanQuery, float boost) protected void
WeightedSpanTermExtractor.extractWeightedTerms
(Map<String, WeightedSpanTerm> terms, Query query, float boost) void
WeightedSpanTermExtractor.PositionCheckingMap.putAll
(Map<? extends K, ? extends WeightedSpanTerm> m) Constructors in org.apache.lucene.search.highlight with parameters of type WeightedSpanTerm