Class TestGeoShapeFieldMapperPlugin

java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.test.TestGeoShapeFieldMapperPlugin
All Implemented Interfaces:
Closeable, AutoCloseable, MapperPlugin

@Deprecated public class TestGeoShapeFieldMapperPlugin extends Plugin implements MapperPlugin
Deprecated.
Some tests depend on the GeoShapeFieldMapper. This mapper is registered in the spatial-extras module, but used in many integration tests in server code. The goal is to migrate all of the spatial/geo pieces to the spatial-extras module such that no tests in server depend on this test plugin
  • Constructor Details

    • TestGeoShapeFieldMapperPlugin

      public TestGeoShapeFieldMapperPlugin()
      Deprecated.
  • Method Details