Uses of Class
org.elasticsearch.search.suggest.completion.context.ContextMapping.Type
-
Packages that use ContextMapping.Type Package Description org.elasticsearch.search.suggest.completion.context -
-
Uses of ContextMapping.Type in org.elasticsearch.search.suggest.completion.context
Fields in org.elasticsearch.search.suggest.completion.context declared as ContextMapping.Type Modifier and Type Field Description protected ContextMapping.TypeContextMapping. typeMethods in org.elasticsearch.search.suggest.completion.context that return ContextMapping.Type Modifier and Type Method Description static ContextMapping.TypeContextMapping.Type. fromString(String type)ContextMapping.TypeContextMapping. type()static ContextMapping.TypeContextMapping.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ContextMapping.Type[]ContextMapping.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.elasticsearch.search.suggest.completion.context with parameters of type ContextMapping.Type Constructor Description ContextMapping(ContextMapping.Type type, String name)Define a new context mapping of a specific type
-