Uses of Class
org.apache.lucene.search.highlight.WeightedTerm
Packages that use WeightedTerm
-
Uses of WeightedTerm in org.apache.lucene.search.highlight
Subclasses of WeightedTerm in org.apache.lucene.search.highlightModifier and TypeClassDescriptionclass
Lightweight class to hold term, weight, and positions used for scoring this term.Fields in org.apache.lucene.search.highlight with type parameters of type WeightedTermModifier and TypeFieldDescription(package private) final Set<WeightedTerm>
QueryTermExtractor.BoostedTermExtractor.terms
private HashMap<String,
WeightedTerm> QueryTermScorer.termsToFind
Methods in org.apache.lucene.search.highlight that return WeightedTermModifier and TypeMethodDescriptionstatic final WeightedTerm[]
QueryTermExtractor.getIdfWeightedTerms
(Query query, IndexReader reader, String fieldName) Extracts all terms texts of a given Query into an array of WeightedTermsstatic final WeightedTerm[]
Extracts all terms texts of a given Query into an array of WeightedTermsstatic final WeightedTerm[]
Extracts all terms texts of a given Query into an array of WeightedTermsstatic WeightedTerm[]
Extracts all terms texts of a given Query into an array of WeightedTermsConstructors in org.apache.lucene.search.highlight with parameters of type WeightedTermConstructor parameters in org.apache.lucene.search.highlight with type arguments of type WeightedTermModifierConstructorDescriptionprivate
BoostedTermExtractor
(float boost, Set<WeightedTerm> terms, boolean includeProhibited, Predicate<String> fieldSelector)