We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abe9cf commit 4d501d4Copy full SHA for 4d501d4
elasticsearch/_sync/client/__init__.py
@@ -458,9 +458,9 @@ def __init__(
458
self.security = SecurityClient(self)
459
self.slm = SlmClient(self)
460
self.shutdown = ShutdownClient(self)
461
- self.synonyms = SynonymsClient(self)
462
self.sql = SqlClient(self)
463
self.ssl = SslClient(self)
+ self.synonyms = SynonymsClient(self)
464
self.text_structure = TextStructureClient(self)
465
self.transform = TransformClient(self)
466
self.watcher = WatcherClient(self)
0 commit comments