Class TermSuggestion.Score
java.lang.Object
org.elasticsearch.search.suggest.term.TermSuggestion.Score
- All Implemented Interfaces:
Comparator<Suggest.Suggestion.Entry.Option>
- Enclosing class:
- TermSuggestion
public static class TermSuggestion.Score
extends Object
implements Comparator<Suggest.Suggestion.Entry.Option>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
Score
public Score()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<Suggest.Suggestion.Entry.Option>
-