Package org.elasticsearch.search.suggest.completion.context
Support for limiting the completion suggesters results to within a "context" like a geographic location or a category.
-
Class Summary Class Description CategoryContextMapping AContextMappingthat uses a simple string as a criteria The suggestions are boosted and/or filtered by their associated category (string) value.CategoryContextMapping.Builder Builder forCategoryContextMappingCategoryQueryContext Defines the query context forCategoryContextMappingCategoryQueryContext.Builder ContextBuilder<E extends ContextMapping> Builder forContextMappingContextMapping<T extends ToXContent> AContextMappingdefines criteria that can be used to filter and/or boost suggestions at query time forCompletionFieldMapper.ContextMapping.InternalQueryContext ContextMappings ContextMappings indexes context-enabled suggestion fields and creates context queries for definedContextMappings for aCompletionFieldMapperGeoContextMapping AContextMappingthat uses a geo location/area as a criteria.GeoContextMapping.Builder GeoQueryContext Defines the query context forGeoContextMappingGeoQueryContext.Builder -
Enum Summary Enum Description ContextMapping.Type