Uses of Class
org.elasticsearch.search.suggest.completion.context.CategoryQueryContext
-
Packages that use CategoryQueryContext Package Description org.elasticsearch.search.suggest.completion.context -
-
Uses of CategoryQueryContext in org.elasticsearch.search.suggest.completion.context
Methods in org.elasticsearch.search.suggest.completion.context that return CategoryQueryContext Modifier and Type Method Description CategoryQueryContextCategoryQueryContext.Builder. build()protected CategoryQueryContextCategoryContextMapping. fromXContent(XContentParser parser)static CategoryQueryContextCategoryQueryContext. fromXContent(XContentParser parser)Method parameters in org.elasticsearch.search.suggest.completion.context with type arguments of type CategoryQueryContext Modifier and Type Method Description List<ContextMapping.InternalQueryContext>CategoryContextMapping. toInternalQueryContexts(List<CategoryQueryContext> queryContexts)Parse a list ofCategoryQueryContextusingparser.
-