Add migration docs for MapperPlugin

This commit is contained in:
Ryan Ernst 2016-06-27 11:22:07 -07:00
parent 33ccc5aead
commit a07a3a9333
1 changed files with 7 additions and 0 deletions

View File

@ -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.