org.apache.lucene.search.spell
Class SuggestWordScoreComparator
java.lang.Object
org.apache.lucene.search.spell.SuggestWordScoreComparator
- All Implemented Interfaces:
- Comparator<SuggestWord>
public class SuggestWordScoreComparator
- extends Object
- implements Comparator<SuggestWord>
Score first, then frequency
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SuggestWordScoreComparator
public SuggestWordScoreComparator()
compare
public int compare(SuggestWord first,
SuggestWord second)
- Specified by:
compare
in interface Comparator<SuggestWord>
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.