Class TermSuggestion.Frequency
java.lang.Object
org.elasticsearch.search.suggest.term.TermSuggestion.Frequency
- All Implemented Interfaces:
Comparator<Suggest.Suggestion.Entry.Option>
- Enclosing class:
- TermSuggestion
public static class TermSuggestion.Frequency
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
-
Frequency
public Frequency()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<Suggest.Suggestion.Entry.Option>
-