public static class TermSuggestion.Entry extends Suggest.Suggestion.Entry<TermSuggestion.Entry.Option>
| Modifier and Type | Class and Description |
|---|---|
static class |
TermSuggestion.Entry.Option
Contains the suggested text with its document frequency and score.
|
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Paramslength, offset, options, OPTIONS, textEMPTY_PARAMS| Constructor and Description |
|---|
Entry(Text text,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
static TermSuggestion.Entry |
fromXContent(XContentParser parser) |
protected TermSuggestion.Entry.Option |
newOption() |
addOption, addOptions, declareCommonFields, equals, 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 TermSuggestion.Entry.Option newOption()
newOption in class Suggest.Suggestion.Entry<TermSuggestion.Entry.Option>public static TermSuggestion.Entry fromXContent(XContentParser parser)