Add migration docs for MapperPlugin
This commit is contained in:
parent
33ccc5aead
commit
a07a3a9333
|
@ -127,3 +127,10 @@ their `onModule(ScriptModule)` implementation.
|
||||||
|
|
||||||
Plugins that register custom analysis components should implement
|
Plugins that register custom analysis components should implement
|
||||||
`AnalysisPlugin` and remove their `onModule(AnalysisModule)` implementation.
|
`AnalysisPlugin` and remove their `onModule(AnalysisModule)` implementation.
|
||||||
|
|
||||||
|
==== MapperPlugin
|
||||||
|
|
||||||
|
Plugins that register custom mappers should implement
|
||||||
|
`MapperPlugin` and remove their `onModule(IndicesModule)` implementation.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue