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

Packages that use WeightedSpanTerm
org.apache.lucene.search.highlight The highlight package contains classes to provide "keyword in context" features typically used to highlight search terms in the text of results pages. 
 

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

Methods in org.apache.lucene.search.highlight that return WeightedSpanTerm
 WeightedSpanTerm QueryScorer.getWeightedSpanTerm(String token)
          Retrieve the WeightedSpanTerm for the specified token.
 

Methods in org.apache.lucene.search.highlight that return types with arguments of type WeightedSpanTerm
 Map<String,WeightedSpanTerm> WeightedSpanTermExtractor.getWeightedSpanTerms(Query query, TokenStream tokenStream)
          Creates a Map of WeightedSpanTerms from the given Query and TokenStream.
 Map<String,WeightedSpanTerm> WeightedSpanTermExtractor.getWeightedSpanTerms(Query query, TokenStream tokenStream, String fieldName)
          Creates a Map of WeightedSpanTerms from the given Query and TokenStream.
 Map<String,WeightedSpanTerm> WeightedSpanTermExtractor.getWeightedSpanTermsWithScores(Query query, TokenStream tokenStream, String fieldName, IndexReader reader)
          Creates a Map of WeightedSpanTerms from the given Query and TokenStream.
 

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



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