diff --git a/api-ref/clients/opensearch_client.html b/api-ref/clients/opensearch_client.html index 8a57cc44..aafcc043 100644 --- a/api-ref/clients/opensearch_client.html +++ b/api-ref/clients/opensearch_client.html @@ -106,7 +106,7 @@
Bases: object
Bases: object
OpenSearch client. Provides a straightforward mapping from Python to OpenSearch REST endpoints.
The instance has attributes cat
, cluster
, indices
, ingest
,
diff --git a/api-ref/connection.html b/api-ref/connection.html
index 46f35eae..5b38e7a6 100644
--- a/api-ref/connection.html
+++ b/api-ref/connection.html
@@ -120,7 +120,7 @@
Bases: object
Bases: object
Class responsible for maintaining a connection to an OpenSearch node. It holds persistent connection pool to it and it’s main interface (perform_request) is thread-safe.
diff --git a/api-ref/connection_pool.html b/api-ref/connection_pool.html index 4af53f61..45f8a7a6 100644 --- a/api-ref/connection_pool.html +++ b/api-ref/connection_pool.html @@ -117,7 +117,7 @@Bases: object
Bases: object
Container holding the Connection
instances,
managing the selection process (via a
ConnectionSelector
) and dead connections.
Bases: object
Bases: object
Simple class used to select a connection from a list of currently live connection instances. In init time it is passed a dictionary containing all the connections’ options which it can then use during the selection diff --git a/api-ref/exceptions.html b/api-ref/exceptions.html index 6f644f96..955f7dec 100644 --- a/api-ref/exceptions.html +++ b/api-ref/exceptions.html @@ -179,7 +179,7 @@
Bases: Exception
Bases: Exception
Exception raised when the config passed to the client is inconsistent or invalid.
Bases: Exception
Bases: Exception
Base class for all exceptions raised by this package’s operations (doesn’t
apply to ImproperlyConfigured
).
Bases: Warning
Bases: Warning
Warning that is raised when a deprecated option or incorrect usage is flagged via the ‘Warning’ HTTP header.
Bases: Exception
Bases: Exception
Base class for all OpenSearchDsl exceptions
Bases: ValueError
, OpenSearchDslException
Bases: ValueError
, OpenSearchDslException
Exception representing Validation Error
Bases: object
Bases: object
Abstraction for creating faceted navigation searches that takes care of composing the queries, aggregations and filters as needed as well as presenting the results in an easy-to-consume fashion:
diff --git a/api-ref/helpers/field.html b/api-ref/helpers/field.html index 06f9e48e..520c2422 100644 --- a/api-ref/helpers/field.html +++ b/api-ref/helpers/field.html @@ -120,8 +120,8 @@Bases: object
Bases: object
Bases: object
Bases: object
Bases: object
Bases: object
Encapsulation of transport-related to logic. Handles instantiation of the individual connections as well as creating a connection pool to hold them.
Main interface is the perform_request method.