Uses of Class
org.elasticsearch.search.suggest.completion.context.GeoQueryContext.Builder
-
Packages that use GeoQueryContext.Builder Package Description org.elasticsearch.search.suggest.completion.context -
-
Uses of GeoQueryContext.Builder in org.elasticsearch.search.suggest.completion.context
Methods in org.elasticsearch.search.suggest.completion.context that return GeoQueryContext.Builder Modifier and Type Method Description static GeoQueryContext.BuilderGeoQueryContext. builder()GeoQueryContext.BuilderGeoQueryContext.Builder. setBoost(int boost)Sets the query-time boost for the context Defaults to 1GeoQueryContext.BuilderGeoQueryContext.Builder. setGeoPoint(GeoPoint geoPoint)Sets the geo point of the context.GeoQueryContext.BuilderGeoQueryContext.Builder. setNeighbours(List<Integer> neighbours)Sets the precision levels at which geohash cells neighbours are considered.GeoQueryContext.BuilderGeoQueryContext.Builder. setPrecision(int precision)Sets the precision level for computing the geohash from the context geo point.
-