Class TestGeoShapeFieldMapperPlugin

java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.test.TestGeoShapeFieldMapperPlugin
All Implemented Interfaces:
java.io.Closeable, java.lang.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
    TestGeoShapeFieldMapperPlugin()
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<java.lang.String,​org.elasticsearch.index.mapper.Mapper.TypeParser> getMappers()
    Deprecated.
     

    Methods inherited from class org.elasticsearch.plugins.Plugin

    additionalSettings, close, createComponents, createGuiceModules, getBootstrapChecks, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getRoles, 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
  • Constructor Details

  • Method Details

    • getMappers

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