mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 06:16:40 +00:00
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
|
||||
`AnalysisPlugin` and remove their `onModule(AnalysisModule)` implementation.
|
||||
|
||||
==== MapperPlugin
|
||||
|
||||
Plugins that register custom mappers should implement
|
||||
`MapperPlugin` and remove their `onModule(IndicesModule)` implementation.
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user