mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 15:47:23 -04:00
Directly download commercial ip geolocation databases from providers (#110844)
Co-authored-by: Keith Massey <keith.massey@elastic.co>
This commit is contained in:
parent
cfbda244b8
commit
27e7601698
52 changed files with 4429 additions and 54 deletions
|
@ -429,6 +429,7 @@ module org.elasticsearch.server {
|
|||
org.elasticsearch.indices.IndicesFeatures,
|
||||
org.elasticsearch.action.admin.cluster.allocation.AllocationStatsFeatures,
|
||||
org.elasticsearch.index.mapper.MapperFeatures,
|
||||
org.elasticsearch.ingest.IngestGeoIpFeatures,
|
||||
org.elasticsearch.search.SearchFeatures,
|
||||
org.elasticsearch.script.ScriptFeatures,
|
||||
org.elasticsearch.search.retriever.RetrieversFeatures,
|
||||
|
@ -462,4 +463,5 @@ module org.elasticsearch.server {
|
|||
org.elasticsearch.serverless.shardhealth,
|
||||
org.elasticsearch.serverless.apifiltering;
|
||||
exports org.elasticsearch.lucene.spatial;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue