Interface ShapeIndexer

All Known Implementing Classes:
CartesianShapeIndexer, GeoShapeIndexer

public interface ShapeIndexer
Utility that converts geometries into Lucene-compatible form for indexing in a shape or geo_shape field. Implementing classes handle the specifics for converting either geo_shape into LatLon lucene index format or shape into XY lucene format.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.apache.lucene.index.IndexableField>
    indexShape(Geometry geometry)
     
  • Method Details

    • indexShape

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