Class LegacyGeoShapeQueryProcessor

java.lang.Object
org.elasticsearch.index.query.LegacyGeoShapeQueryProcessor

public class LegacyGeoShapeQueryProcessor extends Object
  • Constructor Details

  • Method Details

    • geoShapeQuery

      public org.apache.lucene.search.Query geoShapeQuery(org.elasticsearch.geometry.Geometry shape, String fieldName, SpatialStrategy strategy, ShapeRelation relation, SearchExecutionContext context)
    • getArgs

      public static org.apache.lucene.spatial.query.SpatialArgs getArgs(org.elasticsearch.geometry.Geometry shape, ShapeRelation relation)
    • geometryToShapeBuilder

      public static ShapeBuilder<?,​?,​?> geometryToShapeBuilder(org.elasticsearch.geometry.Geometry geometry)