public static class CompletionSuggestion.Entry extends Suggest.Suggestion.Entry<CompletionSuggestion.Entry.Option>
| Modifier and Type | Class and Description |
|---|---|
static class |
CompletionSuggestion.Entry.Option |
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Paramslength, offset, options, OPTIONS, textEMPTY_PARAMS| Modifier | Constructor and Description |
|---|---|
protected |
Entry() |
|
Entry(Text text,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
protected CompletionSuggestion.Entry.Option |
newOption() |
addOption, addOptions, declareCommonFields, equals, fromXContent, getLength, getOffset, getOptions, getText, hashCode, iterator, merge, readFrom, reduce, sort, toXContent, writeToclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitisFragmentpublic Entry(Text text, int offset, int length)
protected Entry()
protected CompletionSuggestion.Entry.Option newOption()
newOption in class Suggest.Suggestion.Entry<CompletionSuggestion.Entry.Option>