Browse Source

Add migration docs for MapperPlugin

Ryan Ernst 9 years ago
parent
commit
a07a3a9333
1 changed files with 7 additions and 0 deletions
  1. 7 0
      docs/reference/migration/migrate_5_0/plugins.asciidoc

+ 7 - 0
docs/reference/migration/migrate_5_0/plugins.asciidoc

@@ -127,3 +127,10 @@ their `onModule(ScriptModule)` implementation.
 
 Plugins that register custom analysis components should implement
 `AnalysisPlugin` and remove their `onModule(AnalysisModule)` implementation.
+
+==== MapperPlugin
+
+Plugins that register custom mappers should implement
+`MapperPlugin` and remove their `onModule(IndicesModule)` implementation.
+
+