org.apache.lucene.search.highlight
public class WeightedTerm extends java.lang.Object
| Constructor and Description |
|---|
WeightedTerm(float weight,
java.lang.String term) |
public java.lang.String getTerm()
public float getWeight()
public void setTerm(java.lang.String term)
term - the term value (stemmed)public void setWeight(float weight)
weight - the weight associated with this termCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.