瀏覽代碼

Add migration docs for MapperPlugin

Ryan Ernst 9 年之前
父節點
當前提交
a07a3a9333
共有 1 個文件被更改,包括 7 次插入0 次删除
  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.
+
+