Class WeightedWord
Object
com.liferay.portal.kernel.search.suggest.WeightedWord
- All Implemented Interfaces:
Comparable<WeightedWord>
- Author:
- Michael C. Han
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WeightedWord
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<WeightedWord>
-
getWeight
public float getWeight() -
getWord
-
setWeight
public void setWeight(float weight)
-