Uses of Class
org.elasticsearch.common.geo.SpatialStrategy
-
Packages that use SpatialStrategy Package Description org.elasticsearch.common.geo org.elasticsearch.index.mapper org.elasticsearch.index.query -
-
Uses of SpatialStrategy in org.elasticsearch.common.geo
Methods in org.elasticsearch.common.geo that return SpatialStrategy Modifier and Type Method Description static SpatialStrategySpatialStrategy. fromString(String strategyName)static SpatialStrategySpatialStrategy. readFromStream(StreamInput in)static SpatialStrategySpatialStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static SpatialStrategy[]SpatialStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SpatialStrategy in org.elasticsearch.index.mapper
Fields in org.elasticsearch.index.mapper declared as SpatialStrategy Modifier and Type Field Description SpatialStrategyLegacyGeoShapeFieldMapper.DeprecatedParameters. strategyDeprecated.static SpatialStrategyLegacyGeoShapeFieldMapper.DeprecatedParameters.Defaults. STRATEGYMethods in org.elasticsearch.index.mapper that return SpatialStrategy Modifier and Type Method Description SpatialStrategyLegacyGeoShapeFieldMapper.GeoShapeFieldType. strategy()Methods in org.elasticsearch.index.mapper with parameters of type SpatialStrategy Modifier and Type Method Description default QueryAbstractGeometryFieldMapper.QueryProcessor. process(Geometry shape, String fieldName, SpatialStrategy strategy, ShapeRelation relation, QueryShardContext context)Deprecated.PrefixTreeStrategyLegacyGeoShapeFieldMapper.GeoShapeFieldType. resolvePrefixTreeStrategy(SpatialStrategy strategy)voidLegacyGeoShapeFieldMapper.DeprecatedParameters. setSpatialStrategy(SpatialStrategy strategy)Deprecated.voidLegacyGeoShapeFieldMapper.GeoShapeFieldType. setStrategy(SpatialStrategy strategy) -
Uses of SpatialStrategy in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return SpatialStrategy Modifier and Type Method Description SpatialStrategyGeoShapeQueryBuilder. strategy()Methods in org.elasticsearch.index.query with parameters of type SpatialStrategy Modifier and Type Method Description QueryLegacyGeoShapeQueryProcessor. process(Geometry shape, String fieldName, SpatialStrategy strategy, ShapeRelation relation, QueryShardContext context)GeoShapeQueryBuilderGeoShapeQueryBuilder. strategy(SpatialStrategy strategy)Defines which spatial strategy will be used for building the geo shape Query.
-