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 TypeClassDescriptionclassLightweight 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.termsprivate HashMap<String, WeightedTerm> QueryTermScorer.termsToFindMethods 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 WeightedTermModifierConstructorDescriptionprivateBoostedTermExtractor(float boost, Set<WeightedTerm> terms, boolean includeProhibited, Predicate<String> fieldSelector)