File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ arguments are required for all
17
17
Elasticsearch
18
18
-------------
19
19
20
- .. py :module :: elasticsearch
20
+ .. py :module :: elasticsearch_serverless
21
21
22
22
.. autoclass :: Elasticsearch
23
23
:members:
24
24
25
- .. py :module :: elasticsearch .client
25
+ .. py :module :: elasticsearch_serverless .client
26
26
27
27
Async Search
28
28
------------
@@ -150,6 +150,12 @@ Rollup Indices
150
150
.. autoclass :: RollupClient
151
151
:members:
152
152
153
+ Search Applications
154
+ -------------------
155
+
156
+ .. autoclass :: SearchApplicationClient
157
+ :members:
158
+
153
159
Searchable Snapshots
154
160
--------------------
155
161
Original file line number Diff line number Diff line change 35
35
master_doc = "index"
36
36
37
37
# General information about the project.
38
- project = "Python Elasticsearch client"
38
+ project = "Python Elasticsearch serverless client"
39
39
copyright = "%d, Elasticsearch B.V" % datetime .date .today ().year
40
40
41
41
version = elasticsearch_serverless .__versionstr__
Original file line number Diff line number Diff line change 3
3
Exceptions & Warnings
4
4
=====================
5
5
6
- .. py :module :: elasticsearch
6
+ .. py :module :: elasticsearch_serverless
7
7
8
8
API Errors
9
9
----------
Original file line number Diff line number Diff line change 1
- Python Elasticsearch Client
2
- ===========================
1
+ Python Elasticsearch Serverless Client
2
+ ======================================
3
3
4
- Official low-level client for Elasticsearch. Its goal is to provide common
4
+ Official low-level client for Elasticsearch serverless . Its goal is to provide common
5
5
ground for all Elasticsearch-related code in Python; because of this it tries
6
6
to be opinion-free and very extendable.
7
7
You can’t perform that action at this time.
0 commit comments