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