Class TermSuggest
java.lang.Object
co.elastic.clients.elasticsearch.core.search.SuggestBase
co.elastic.clients.elasticsearch.core.search.TermSuggest
- All Implemented Interfaces:
SuggestionVariant,JsonpSerializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch.core.search.SuggestBase
SuggestBase.AbstractBuilder<BuilderT extends SuggestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TermSuggest>Json deserializer forTermSuggest -
Method Summary
Modifier and TypeMethodDescriptionSuggestion variant kind.static TermSuggestfinal List<TermSuggestOption>options()Required - API name:optionsprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidMethods inherited from class co.elastic.clients.elasticsearch.core.search.SuggestBase
length, offset, serialize, setupSuggestBaseDeserializer, text, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch.core.search.SuggestionVariant
_toSuggestion
-
Field Details
-
_DESERIALIZER
Json deserializer forTermSuggest
-
-
Method Details
-
of
-
_suggestionKind
Suggestion variant kind.- Specified by:
_suggestionKindin interfaceSuggestionVariant
-
options
Required - API name:options -
serializeInternal
- Overrides:
serializeInternalin classSuggestBase
-
setupTermSuggestDeserializer
-