mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Adding mapping validation to the simulate ingest API (#110606)
This commit is contained in:
parent
2dc50a24bc
commit
a2814e816b
7 changed files with 405 additions and 4 deletions
|
@ -421,6 +421,7 @@ module org.elasticsearch.server {
|
|||
|
||||
provides org.elasticsearch.features.FeatureSpecification
|
||||
with
|
||||
org.elasticsearch.action.bulk.BulkFeatures,
|
||||
org.elasticsearch.features.FeatureInfrastructureFeatures,
|
||||
org.elasticsearch.health.HealthFeatures,
|
||||
org.elasticsearch.cluster.service.TransportFeatures,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue