Uses of Class
org.elasticsearch.common.geo.ShapeRelation
-
Packages that use ShapeRelation Package Description org.elasticsearch.common.geo org.elasticsearch.index.mapper org.elasticsearch.index.query -
-
Uses of ShapeRelation in org.elasticsearch.common.geo
Methods in org.elasticsearch.common.geo that return ShapeRelation Modifier and Type Method Description static ShapeRelationShapeRelation. getRelationByName(String name)static ShapeRelationShapeRelation. readFromStream(StreamInput in)static ShapeRelationShapeRelation. valueOf(String name)Returns the enum constant of this type with the specified name.static ShapeRelation[]ShapeRelation. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ShapeRelation in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper with parameters of type ShapeRelation Modifier and Type Method Description QueryAbstractGeometryFieldMapper.QueryProcessor. process(Geometry shape, String fieldName, ShapeRelation relation, QueryShardContext context)default QueryAbstractGeometryFieldMapper.QueryProcessor. process(Geometry shape, String fieldName, SpatialStrategy strategy, ShapeRelation relation, QueryShardContext context)Deprecated.QueryDateFieldMapper.DateFieldType. rangeQuery(Object lowerTerm, Object upperTerm, boolean includeLower, boolean includeUpper, ShapeRelation relation, ZoneId timeZone, DateMathParser forcedDateParser, QueryShardContext context)QueryMappedFieldType. rangeQuery(Object lowerTerm, Object upperTerm, boolean includeLower, boolean includeUpper, ShapeRelation relation, ZoneId timeZone, DateMathParser parser, QueryShardContext context)Factory method for range queries.QueryRangeFieldMapper.RangeFieldType. rangeQuery(Object lowerTerm, Object upperTerm, boolean includeLower, boolean includeUpper, ShapeRelation relation, ZoneId timeZone, DateMathParser parser, QueryShardContext context)QueryRangeType. rangeQuery(String field, boolean hasDocValues, Object from, Object to, boolean includeFrom, boolean includeTo, ShapeRelation relation, ZoneId timeZone, DateMathParser dateMathParser, QueryShardContext context)QuerySimpleMappedFieldType. rangeQuery(Object lowerTerm, Object upperTerm, boolean includeLower, boolean includeUpper, ShapeRelation relation, ZoneId timeZone, DateMathParser parser, QueryShardContext context) -
Uses of ShapeRelation in org.elasticsearch.index.query
Fields in org.elasticsearch.index.query declared as ShapeRelation Modifier and Type Field Description static ShapeRelationAbstractGeometryQueryBuilder. DEFAULT_SHAPE_RELATIONShapeRelationAbstractGeometryQueryBuilder.ParsedGeometryQueryParams. relationprotected ShapeRelationAbstractGeometryQueryBuilder. relationMethods in org.elasticsearch.index.query that return ShapeRelation Modifier and Type Method Description ShapeRelationAbstractGeometryQueryBuilder. relation()ShapeRelationRangeQueryBuilder. relation()Methods in org.elasticsearch.index.query with parameters of type ShapeRelation Modifier and Type Method Description static SpatialArgsLegacyGeoShapeQueryProcessor. getArgs(Geometry shape, ShapeRelation relation)protected QueryVectorGeoShapeQueryProcessor. getVectorQueryFromShape(Geometry queryShape, String fieldName, ShapeRelation relation, QueryShardContext context)QueryLegacyGeoShapeQueryProcessor. process(Geometry shape, String fieldName, ShapeRelation relation, QueryShardContext context)QueryLegacyGeoShapeQueryProcessor. process(Geometry shape, String fieldName, SpatialStrategy strategy, ShapeRelation relation, QueryShardContext context)QueryVectorGeoShapeQueryProcessor. process(Geometry shape, String fieldName, ShapeRelation relation, QueryShardContext context)QBAbstractGeometryQueryBuilder. relation(ShapeRelation relation)Sets the relation of query shape and indexed shape.GeoShapeQueryBuilderGeoShapeQueryBuilder. relation(ShapeRelation relation)Sets the relation of query shape and indexed shape.
-