Uses of Class
org.elasticsearch.search.suggest.completion.context.ContextMapping
-
Packages that use ContextMapping Package Description org.elasticsearch.search.suggest.completion.context -
-
Uses of ContextMapping in org.elasticsearch.search.suggest.completion.context
Classes in org.elasticsearch.search.suggest.completion.context with type parameters of type ContextMapping Modifier and Type Class Description classContextBuilder<E extends ContextMapping<?>>Builder forContextMappingSubclasses of ContextMapping in org.elasticsearch.search.suggest.completion.context Modifier and Type Class Description classCategoryContextMappingAContextMappingthat uses a simple string as a criteria The suggestions are boosted and/or filtered by their associated category (string) value.classGeoContextMappingAContextMappingthat uses a geo location/area as a criteria.Methods in org.elasticsearch.search.suggest.completion.context that return ContextMapping Modifier and Type Method Description ContextMapping<?>ContextMappings. get(String name)Returns a context mapping by its nameMethods in org.elasticsearch.search.suggest.completion.context that return types with arguments of type ContextMapping Modifier and Type Method Description Iterator<ContextMapping<?>>ContextMappings. iterator()Constructor parameters in org.elasticsearch.search.suggest.completion.context with type arguments of type ContextMapping Constructor Description ContextMappings(List<ContextMapping<?>> contextMappings)
-