Uses of Class
org.elasticsearch.search.suggest.completion.context.ContextMapping.InternalQueryContext
-
Packages that use ContextMapping.InternalQueryContext Package Description org.elasticsearch.search.suggest.completion org.elasticsearch.search.suggest.completion.context -
-
Uses of ContextMapping.InternalQueryContext in org.elasticsearch.search.suggest.completion
Methods in org.elasticsearch.search.suggest.completion that return types with arguments of type ContextMapping.InternalQueryContext Modifier and Type Method Description Map<String,List<ContextMapping.InternalQueryContext>>CompletionSuggestionContext. getQueryContexts() -
Uses of ContextMapping.InternalQueryContext in org.elasticsearch.search.suggest.completion.context
Methods in org.elasticsearch.search.suggest.completion.context that return types with arguments of type ContextMapping.InternalQueryContext Modifier and Type Method Description List<ContextMapping.InternalQueryContext>ContextMapping. parseQueryContext(XContentParser parser)Parses query contexts for this mapperList<ContextMapping.InternalQueryContext>CategoryContextMapping. toInternalQueryContexts(List<CategoryQueryContext> queryContexts)Parse a list ofCategoryQueryContextusingparser.protected abstract List<ContextMapping.InternalQueryContext>ContextMapping. toInternalQueryContexts(List<T> queryContexts)Convert query contexts to common representationList<ContextMapping.InternalQueryContext>GeoContextMapping. toInternalQueryContexts(List<GeoQueryContext> queryContexts)Parse a list ofGeoQueryContextusingparser.Method parameters in org.elasticsearch.search.suggest.completion.context with type arguments of type ContextMapping.InternalQueryContext Modifier and Type Method Description ContextQueryContextMappings. toContextQuery(CompletionQuery query, Map<String,List<ContextMapping.InternalQueryContext>> queryContexts)Wraps aCompletionQuerywith context queries
-