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