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 {
|
||||
description 'Adds advanced field mappers'
|
||||
classname 'org.elasticsearch.index.mapper.MapperExtrasPlugin'
|
||||
hasClientJar = true
|
||||
}
|
Loading…
Reference in New Issue