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.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 WeightedTerm