mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Add client jar for mapper-extras (#47430)
The rest high level client has a dependency on mapper-extras but the jar is not published so this commit adds a client jar for this module. Closes #47413
This commit is contained in:
parent
44fdf2020a
commit
5a3fa4a479
@ -20,4 +20,5 @@
|
|||||||
esplugin {
|
esplugin {
|
||||||
description 'Adds advanced field mappers'
|
description 'Adds advanced field mappers'
|
||||||
classname 'org.elasticsearch.index.mapper.MapperExtrasPlugin'
|
classname 'org.elasticsearch.index.mapper.MapperExtrasPlugin'
|
||||||
|
hasClientJar = true
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user