mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Merge remote-tracking branch 'upstream-main/main' into merge-main-16-01-25
This commit is contained in:
commit
5a70623d8d
870 changed files with 12069 additions and 7949 deletions
|
@ -427,22 +427,14 @@ module org.elasticsearch.server {
|
|||
|
||||
provides org.elasticsearch.features.FeatureSpecification
|
||||
with
|
||||
org.elasticsearch.action.admin.indices.stats.IndicesStatsFeatures,
|
||||
org.elasticsearch.action.bulk.BulkFeatures,
|
||||
org.elasticsearch.features.FeatureInfrastructureFeatures,
|
||||
org.elasticsearch.health.HealthFeatures,
|
||||
org.elasticsearch.cluster.metadata.MetadataFeatures,
|
||||
org.elasticsearch.rest.RestFeatures,
|
||||
org.elasticsearch.repositories.RepositoriesFeatures,
|
||||
org.elasticsearch.action.admin.cluster.allocation.AllocationStatsFeatures,
|
||||
org.elasticsearch.rest.action.admin.cluster.ClusterRerouteFeatures,
|
||||
org.elasticsearch.index.mapper.MapperFeatures,
|
||||
org.elasticsearch.index.IndexFeatures,
|
||||
org.elasticsearch.ingest.IngestGeoIpFeatures,
|
||||
org.elasticsearch.search.SearchFeatures,
|
||||
org.elasticsearch.script.ScriptFeatures,
|
||||
org.elasticsearch.search.retriever.RetrieversFeatures,
|
||||
org.elasticsearch.reservedstate.service.FileSettingsFeatures,
|
||||
org.elasticsearch.action.admin.cluster.stats.ClusterStatsFeatures;
|
||||
|
||||
uses org.elasticsearch.plugins.internal.SettingsExtension;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue