Class TermSuggestion.Entry
java.lang.Object
org.elasticsearch.search.suggest.Suggest.Suggestion.Entry<TermSuggestion.Entry.Option>
org.elasticsearch.search.suggest.term.TermSuggestion.Entry
- All Implemented Interfaces:
Iterable<TermSuggestion.Entry.Option>,Writeable,org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentFragment
- Enclosing class:
- TermSuggestion
public static class TermSuggestion.Entry
extends Suggest.Suggestion.Entry<TermSuggestion.Entry.Option>
Represents a part from the suggest text with suggested options.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classContains the suggested text with its document frequency and score.Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields inherited from class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
length, offset, options, OPTIONS, textFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TermSuggestion.EntryfromXContent(org.elasticsearch.common.xcontent.XContentParser parser)protected TermSuggestion.Entry.OptionnewOption(StreamInput in)Methods inherited from class org.elasticsearch.search.suggest.Suggest.Suggestion.Entry
addOption, addOptions, declareCommonFields, equals, getLength, getOffset, getOptions, getText, hashCode, iterator, merge, reduce, sort, toXContent, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentFragment
isFragment
-
Constructor Details
-
Entry
-
Entry
- Throws:
IOException
-
-
Method Details
-
newOption
- Specified by:
newOptionin classSuggest.Suggestion.Entry<TermSuggestion.Entry.Option>- Throws:
IOException
-
fromXContent
public static TermSuggestion.Entry fromXContent(org.elasticsearch.common.xcontent.XContentParser parser)
-