Package org.nuxeo.elasticsearch.hint
Class GeoShapeESHintQueryBuilder
java.lang.Object
org.nuxeo.elasticsearch.hint.AbstractGeoESHintQueryBuilder
org.nuxeo.elasticsearch.hint.GeoShapeESHintQueryBuilder
- All Implemented Interfaces:
ESHintQueryBuilder
The implementation of
ESHintQueryBuilder
for the "geo_shape" Elasticsearch hint operator.- Since:
- 11.1
-
Constructor Summary
-
Method Summary
Methods inherited from class org.nuxeo.elasticsearch.hint.AbstractGeoESHintQueryBuilder
parseGeoPointString, validate
-
Constructor Details
-
GeoShapeESHintQueryBuilder
public GeoShapeESHintQueryBuilder()
-
-
Method Details
-
make
Builds the ElasticsearchQueryBuilder
.- Parameters:
hint
- the elasticsearch hintfieldName
- the elasticsearch field namevalue
- the value that we are looking for- Returns:
GeoShapeQueryBuilder
-