Class TestGeoShapeFieldMapperPlugin

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

@Deprecated public class TestGeoShapeFieldMapperPlugin extends org.elasticsearch.plugins.Plugin implements org.elasticsearch.plugins.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
  • Field Summary

    Fields inherited from interface org.elasticsearch.plugins.MapperPlugin

    NOOP_FIELD_FILTER, NOOP_FIELD_PREDICATE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<String,org.elasticsearch.index.mapper.Mapper.TypeParser>
    Deprecated.
     

    Methods inherited from class org.elasticsearch.plugins.Plugin

    additionalSettings, close, createComponents, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getSettings, getSettingsFilter, getSettingUpgraders, onIndexModule

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.elasticsearch.plugins.MapperPlugin

    getFieldFilter, getMetadataMappers, getRuntimeFields
  • Constructor Details

    • TestGeoShapeFieldMapperPlugin

      public TestGeoShapeFieldMapperPlugin()
      Deprecated.
  • Method Details

    • getMappers

      public Map<String,org.elasticsearch.index.mapper.Mapper.TypeParser> getMappers()
      Deprecated.
      Specified by:
      getMappers in interface org.elasticsearch.plugins.MapperPlugin