Synonym Mgmnt API: PUT request (#95895)

This commit is contained in:
Carlos Delgado 2023-05-31 10:48:56 +02:00 committed by GitHub
parent e5768d9335
commit 39b7b5eb56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 855 additions and 133 deletions

View file

@ -358,6 +358,7 @@ module org.elasticsearch.server {
exports org.elasticsearch.search.vectors;
exports org.elasticsearch.shutdown;
exports org.elasticsearch.snapshots;
exports org.elasticsearch.synonyms;
exports org.elasticsearch.tasks;
exports org.elasticsearch.threadpool;
exports org.elasticsearch.tracing;