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

Uses in package org.apache.lucene.search.highlight

Constructors with parameter type org.apache.lucene.search.highlight.WeightedTerm

Methods with return type org.apache.lucene.search.highlight.WeightedTerm

WeightedTerm[]
QueryTermExtractor.getIdfWeightedTerms(Query query, IndexReader reader, String fieldName)
Extracts all terms texts of a given Query into an array of WeightedTerms
WeightedTerm[]
Extracts all terms texts of a given Query into an array of WeightedTerms
WeightedTerm[]
QueryTermExtractor.getTerms(Query query, boolean prohibited)
Extracts all terms texts of a given Query into an array of WeightedTerms
WeightedTerm[]
QueryTermExtractor.getTerms(Query query, boolean prohibited, String fieldName)
Extracts all terms texts of a given Query into an array of WeightedTerms

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