Uses of Class
org.apache.lucene.search.highlight.WeightedTerm

Uses of WeightedTerm in org.apache.lucene.search.highlight
 

Methods in org.apache.lucene.search.highlight that return WeightedTerm
static WeightedTerm[] QueryTermExtractor.getIdfWeightedTerms(Query query, IndexReader reader, String fieldName)
          Extracts all terms texts of a given Query into an array of WeightedTerms
static WeightedTerm[] QueryTermExtractor.getTerms(Query query)
          Extracts all terms texts of a given Query into an array of WeightedTerms
static WeightedTerm[] QueryTermExtractor.getTerms(Query query, boolean prohibited)
          Extracts all terms texts of a given Query into an array of WeightedTerms
static WeightedTerm[] QueryTermExtractor.getTerms(Query query, boolean prohibited, String fieldName)
          Extracts all terms texts of a given Query into an array of WeightedTerms
 

Constructors in org.apache.lucene.search.highlight with parameters of type WeightedTerm
QueryScorer(WeightedTerm[] weightedTerms)
           
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.