Class GeoShapeIndexer

java.lang.Object
org.elasticsearch.index.mapper.GeoShapeIndexer

public class GeoShapeIndexer extends Object
Utility class that converts geometries into Lucene-compatible form for indexing in a geo_shape field.
  • Constructor Details

  • Method Details

    • indexShape

      public List<org.apache.lucene.index.IndexableField> indexShape(org.elasticsearch.geometry.Geometry geometry)