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

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

Subclasses of WeightedTerm in org.apache.lucene.search.highlight
 class WeightedSpanTerm
          Lightweight class to hold term, weight, and positions used for scoring this term.
 

Methods in org.apache.lucene.search.highlight that return WeightedTerm
static WeightedTerm[] QueryTermExtractor.getIdfWeightedTerms(org.apache.lucene.search.Query query, org.apache.lucene.index.IndexReader reader, String fieldName)
          Extracts all terms texts of a given Query into an array of WeightedTerms
static WeightedTerm[] QueryTermExtractor.getTerms(org.apache.lucene.search.Query query)
          Extracts all terms texts of a given Query into an array of WeightedTerms
static WeightedTerm[] QueryTermExtractor.getTerms(org.apache.lucene.search.Query query, boolean prohibited)
          Extracts all terms texts of a given Query into an array of WeightedTerms
static WeightedTerm[] QueryTermExtractor.getTerms(org.apache.lucene.search.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
QueryTermScorer(WeightedTerm[] weightedTerms)
           
 



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