elasticsearch 9.0.4__tar.gz → 9.0.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/PKG-INFO +1 -1
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/logstash.py +3 -1
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/logstash.py +3 -1
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_version.py +1 -1
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/__init__.py +28 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/aggs.py +97 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/field.py +5 -1
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/response/__init__.py +3 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/types.py +183 -5
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/esql/esql.py +1 -1
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/.gitignore +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/CHANGELOG.md +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/CONTRIBUTING.md +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/LICENSE +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/NOTICE +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/README.md +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/Makefile +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/_static/css/custom.css +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/_static/images/create-api-key.png +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/async-search.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/autoscaling.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/cat.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/ccr.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/cluster.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/connector.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/dangling-indices.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/elasticsearch.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/enrich-policies.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/eql.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/esql.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/fleet.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/graph-explore.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/index-lifecycle-management.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/indices.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/inference.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/ingest-pipelines.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/license.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/logstash.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/migration.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/ml.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/monitoring.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/nodes.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/query-rules.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/rollup-indices.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/search-application.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/searchable-snapshots.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/security.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/shutdown.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/simulate.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/snapshot-lifecycle-management.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/snapshots.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/snapshottable-features.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/sql.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/synonyms.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/tasks.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/text-structure.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/tls-ssl.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/transforms.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/watcher.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api/x-pack.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/api_helpers.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/async_api_helpers.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/async_dsl.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/async_es_api.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/conf.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/dsl.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/es_api.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/esql.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/exceptions.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/docs/sphinx/index.rst +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/__init__.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/__init__.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/__init__.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/_base.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/async_search.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/autoscaling.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/cat.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/ccr.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/cluster.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/connector.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/dangling_indices.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/enrich.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/eql.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/esql.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/features.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/fleet.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/graph.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/ilm.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/indices.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/inference.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/ingest.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/license.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/migration.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/ml.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/monitoring.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/nodes.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/query_rules.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/rollup.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/search_application.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/searchable_snapshots.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/security.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/shutdown.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/simulate.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/slm.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/snapshot.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/sql.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/ssl.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/synonyms.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/tasks.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/text_structure.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/transform.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/utils.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/watcher.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/client/xpack.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_async/helpers.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_otel.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/__init__.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/__init__.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/_base.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/async_search.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/autoscaling.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/cat.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/ccr.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/cluster.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/connector.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/dangling_indices.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/enrich.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/eql.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/esql.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/features.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/fleet.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/graph.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/ilm.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/indices.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/inference.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/ingest.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/license.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/migration.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/ml.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/monitoring.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/nodes.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/query_rules.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/rollup.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/search_application.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/searchable_snapshots.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/security.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/shutdown.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/simulate.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/slm.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/snapshot.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/sql.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/ssl.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/synonyms.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/tasks.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/text_structure.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/transform.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/utils.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/watcher.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_sync/client/xpack.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/_utils.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/client.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/compat.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/_async/__init__.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/_async/document.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/_async/faceted_search.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/_async/index.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/_async/mapping.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/_async/search.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/_async/update_by_query.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/_sync/__init__.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/_sync/document.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/_sync/faceted_search.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/_sync/index.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/_sync/mapping.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/_sync/search.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/_sync/update_by_query.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/analysis.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/async_connections.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/connections.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/document.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/document_base.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/exceptions.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/faceted_search.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/faceted_search_base.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/function.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/index.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/index_base.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/mapping.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/mapping_base.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/query.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/response/aggs.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/response/hit.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/search.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/search_base.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/serializer.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/update_by_query.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/update_by_query_base.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/utils.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/dsl/wrappers.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/esql/__init__.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/esql/functions.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/exceptions.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/helpers/__init__.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/helpers/actions.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/helpers/errors.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/helpers/vectorstore/__init__.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/helpers/vectorstore/_async/__init__.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/helpers/vectorstore/_async/_utils.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/helpers/vectorstore/_async/embedding_service.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/helpers/vectorstore/_async/strategies.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/helpers/vectorstore/_async/vectorstore.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/helpers/vectorstore/_sync/__init__.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/helpers/vectorstore/_sync/_utils.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/helpers/vectorstore/_sync/embedding_service.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/helpers/vectorstore/_sync/strategies.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/helpers/vectorstore/_sync/vectorstore.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/helpers/vectorstore/_utils.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/py.typed +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/elasticsearch/serializer.py +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/pyproject.toml +0 -0
- {elasticsearch-9.0.4 → elasticsearch-9.0.5}/setup.cfg +0 -0
|
@@ -141,7 +141,9 @@ class LogstashClient(NamespacedClient):
|
|
|
141
141
|
|
|
142
142
|
`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-logstash-put-pipeline>`_
|
|
143
143
|
|
|
144
|
-
:param id: An identifier for the pipeline.
|
|
144
|
+
:param id: An identifier for the pipeline. Pipeline IDs must begin with a letter
|
|
145
|
+
or underscore and contain only letters, underscores, dashes, hyphens and
|
|
146
|
+
numbers.
|
|
145
147
|
:param pipeline:
|
|
146
148
|
"""
|
|
147
149
|
if id in SKIP_IN_PATH:
|
|
@@ -141,7 +141,9 @@ class LogstashClient(NamespacedClient):
|
|
|
141
141
|
|
|
142
142
|
`<https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-logstash-put-pipeline>`_
|
|
143
143
|
|
|
144
|
-
:param id: An identifier for the pipeline.
|
|
144
|
+
:param id: An identifier for the pipeline. Pipeline IDs must begin with a letter
|
|
145
|
+
or underscore and contain only letters, underscores, dashes, hyphens and
|
|
146
|
+
numbers.
|
|
145
147
|
:param pipeline:
|
|
146
148
|
"""
|
|
147
149
|
if id in SKIP_IN_PATH:
|
|
@@ -38,23 +38,30 @@ from .faceted_search import (
|
|
|
38
38
|
TermsFacet,
|
|
39
39
|
)
|
|
40
40
|
from .field import (
|
|
41
|
+
AggregateMetricDouble,
|
|
42
|
+
Alias,
|
|
41
43
|
Binary,
|
|
42
44
|
Boolean,
|
|
43
45
|
Byte,
|
|
44
46
|
Completion,
|
|
45
47
|
ConstantKeyword,
|
|
48
|
+
CountedKeyword,
|
|
46
49
|
CustomField,
|
|
47
50
|
Date,
|
|
51
|
+
DateNanos,
|
|
48
52
|
DateRange,
|
|
49
53
|
DenseVector,
|
|
50
54
|
Double,
|
|
51
55
|
DoubleRange,
|
|
52
56
|
Field,
|
|
57
|
+
Flattened,
|
|
53
58
|
Float,
|
|
54
59
|
FloatRange,
|
|
55
60
|
GeoPoint,
|
|
56
61
|
GeoShape,
|
|
57
62
|
HalfFloat,
|
|
63
|
+
Histogram,
|
|
64
|
+
IcuCollationKeyword,
|
|
58
65
|
Integer,
|
|
59
66
|
IntegerRange,
|
|
60
67
|
Ip,
|
|
@@ -63,21 +70,28 @@ from .field import (
|
|
|
63
70
|
Keyword,
|
|
64
71
|
Long,
|
|
65
72
|
LongRange,
|
|
73
|
+
MatchOnlyText,
|
|
66
74
|
Murmur3,
|
|
67
75
|
Nested,
|
|
68
76
|
Object,
|
|
77
|
+
Passthrough,
|
|
69
78
|
Percolator,
|
|
70
79
|
Point,
|
|
71
80
|
RangeField,
|
|
72
81
|
RankFeature,
|
|
73
82
|
RankFeatures,
|
|
83
|
+
RankVectors,
|
|
74
84
|
ScaledFloat,
|
|
75
85
|
SearchAsYouType,
|
|
86
|
+
SemanticText,
|
|
76
87
|
Shape,
|
|
77
88
|
Short,
|
|
78
89
|
SparseVector,
|
|
79
90
|
Text,
|
|
80
91
|
TokenCount,
|
|
92
|
+
UnsignedLong,
|
|
93
|
+
Version,
|
|
94
|
+
Wildcard,
|
|
81
95
|
construct_field,
|
|
82
96
|
)
|
|
83
97
|
from .function import SF
|
|
@@ -108,6 +122,8 @@ __all__ = [
|
|
|
108
122
|
"A",
|
|
109
123
|
"Agg",
|
|
110
124
|
"AggResponse",
|
|
125
|
+
"AggregateMetricDouble",
|
|
126
|
+
"Alias",
|
|
111
127
|
"AsyncComposableIndexTemplate",
|
|
112
128
|
"AsyncDocument",
|
|
113
129
|
"AsyncEmptySearch",
|
|
@@ -126,9 +142,11 @@ __all__ = [
|
|
|
126
142
|
"Completion",
|
|
127
143
|
"ComposableIndexTemplate",
|
|
128
144
|
"ConstantKeyword",
|
|
145
|
+
"CountedKeyword",
|
|
129
146
|
"CustomField",
|
|
130
147
|
"Date",
|
|
131
148
|
"DateHistogramFacet",
|
|
149
|
+
"DateNanos",
|
|
132
150
|
"DateRange",
|
|
133
151
|
"DenseVector",
|
|
134
152
|
"Document",
|
|
@@ -142,12 +160,15 @@ __all__ = [
|
|
|
142
160
|
"FacetedResponse",
|
|
143
161
|
"FacetedSearch",
|
|
144
162
|
"Field",
|
|
163
|
+
"Flattened",
|
|
145
164
|
"Float",
|
|
146
165
|
"FloatRange",
|
|
147
166
|
"GeoPoint",
|
|
148
167
|
"GeoShape",
|
|
149
168
|
"HalfFloat",
|
|
169
|
+
"Histogram",
|
|
150
170
|
"HistogramFacet",
|
|
171
|
+
"IcuCollationKeyword",
|
|
151
172
|
"IllegalOperation",
|
|
152
173
|
"Index",
|
|
153
174
|
"IndexTemplate",
|
|
@@ -162,12 +183,14 @@ __all__ = [
|
|
|
162
183
|
"LongRange",
|
|
163
184
|
"M",
|
|
164
185
|
"Mapping",
|
|
186
|
+
"MatchOnlyText",
|
|
165
187
|
"MetaField",
|
|
166
188
|
"MultiSearch",
|
|
167
189
|
"Murmur3",
|
|
168
190
|
"Nested",
|
|
169
191
|
"NestedFacet",
|
|
170
192
|
"Object",
|
|
193
|
+
"Passthrough",
|
|
171
194
|
"Percolator",
|
|
172
195
|
"Point",
|
|
173
196
|
"Q",
|
|
@@ -177,11 +200,13 @@ __all__ = [
|
|
|
177
200
|
"RangeField",
|
|
178
201
|
"RankFeature",
|
|
179
202
|
"RankFeatures",
|
|
203
|
+
"RankVectors",
|
|
180
204
|
"Response",
|
|
181
205
|
"SF",
|
|
182
206
|
"ScaledFloat",
|
|
183
207
|
"Search",
|
|
184
208
|
"SearchAsYouType",
|
|
209
|
+
"SemanticText",
|
|
185
210
|
"Shape",
|
|
186
211
|
"Short",
|
|
187
212
|
"SparseVector",
|
|
@@ -189,9 +214,12 @@ __all__ = [
|
|
|
189
214
|
"Text",
|
|
190
215
|
"TokenCount",
|
|
191
216
|
"UnknownDslObject",
|
|
217
|
+
"UnsignedLong",
|
|
192
218
|
"UpdateByQuery",
|
|
193
219
|
"UpdateByQueryResponse",
|
|
194
220
|
"ValidationException",
|
|
221
|
+
"Version",
|
|
222
|
+
"Wildcard",
|
|
195
223
|
"analyzer",
|
|
196
224
|
"async_connections",
|
|
197
225
|
"char_filter",
|
|
@@ -643,6 +643,54 @@ class Cardinality(Agg[_R]):
|
|
|
643
643
|
)
|
|
644
644
|
|
|
645
645
|
|
|
646
|
+
class CartesianBounds(Agg[_R]):
|
|
647
|
+
"""
|
|
648
|
+
A metric aggregation that computes the spatial bounding box containing
|
|
649
|
+
all values for a Point or Shape field.
|
|
650
|
+
|
|
651
|
+
:arg field: The field on which to run the aggregation.
|
|
652
|
+
:arg missing: The value to apply to documents that do not have a
|
|
653
|
+
value. By default, documents without a value are ignored.
|
|
654
|
+
:arg script:
|
|
655
|
+
"""
|
|
656
|
+
|
|
657
|
+
name = "cartesian_bounds"
|
|
658
|
+
|
|
659
|
+
def __init__(
|
|
660
|
+
self,
|
|
661
|
+
*,
|
|
662
|
+
field: Union[str, "InstrumentedField", "DefaultType"] = DEFAULT,
|
|
663
|
+
missing: Union[str, int, float, bool, "DefaultType"] = DEFAULT,
|
|
664
|
+
script: Union["types.Script", Dict[str, Any], "DefaultType"] = DEFAULT,
|
|
665
|
+
**kwargs: Any,
|
|
666
|
+
):
|
|
667
|
+
super().__init__(field=field, missing=missing, script=script, **kwargs)
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
class CartesianCentroid(Agg[_R]):
|
|
671
|
+
"""
|
|
672
|
+
A metric aggregation that computes the weighted centroid from all
|
|
673
|
+
coordinate values for point and shape fields.
|
|
674
|
+
|
|
675
|
+
:arg field: The field on which to run the aggregation.
|
|
676
|
+
:arg missing: The value to apply to documents that do not have a
|
|
677
|
+
value. By default, documents without a value are ignored.
|
|
678
|
+
:arg script:
|
|
679
|
+
"""
|
|
680
|
+
|
|
681
|
+
name = "cartesian_centroid"
|
|
682
|
+
|
|
683
|
+
def __init__(
|
|
684
|
+
self,
|
|
685
|
+
*,
|
|
686
|
+
field: Union[str, "InstrumentedField", "DefaultType"] = DEFAULT,
|
|
687
|
+
missing: Union[str, int, float, bool, "DefaultType"] = DEFAULT,
|
|
688
|
+
script: Union["types.Script", Dict[str, Any], "DefaultType"] = DEFAULT,
|
|
689
|
+
**kwargs: Any,
|
|
690
|
+
):
|
|
691
|
+
super().__init__(field=field, missing=missing, script=script, **kwargs)
|
|
692
|
+
|
|
693
|
+
|
|
646
694
|
class CategorizeText(Bucket[_R]):
|
|
647
695
|
"""
|
|
648
696
|
A multi-bucket aggregation that groups semi-structured text into
|
|
@@ -725,6 +773,43 @@ class CategorizeText(Bucket[_R]):
|
|
|
725
773
|
)
|
|
726
774
|
|
|
727
775
|
|
|
776
|
+
class ChangePoint(Pipeline[_R]):
|
|
777
|
+
"""
|
|
778
|
+
A sibling pipeline that detects, spikes, dips, and change points in a
|
|
779
|
+
metric. Given a distribution of values provided by the sibling multi-
|
|
780
|
+
bucket aggregation, this aggregation indicates the bucket of any spike
|
|
781
|
+
or dip and/or the bucket at which the largest change in the
|
|
782
|
+
distribution of values, if they are statistically significant. There
|
|
783
|
+
must be at least 22 bucketed values. Fewer than 1,000 is preferred.
|
|
784
|
+
|
|
785
|
+
:arg format: `DecimalFormat` pattern for the output value. If
|
|
786
|
+
specified, the formatted value is returned in the aggregation’s
|
|
787
|
+
`value_as_string` property.
|
|
788
|
+
:arg gap_policy: Policy to apply when gaps are found in the data.
|
|
789
|
+
Defaults to `skip` if omitted.
|
|
790
|
+
:arg buckets_path: Path to the buckets that contain one set of values
|
|
791
|
+
to correlate.
|
|
792
|
+
"""
|
|
793
|
+
|
|
794
|
+
name = "change_point"
|
|
795
|
+
|
|
796
|
+
def __init__(
|
|
797
|
+
self,
|
|
798
|
+
*,
|
|
799
|
+
format: Union[str, "DefaultType"] = DEFAULT,
|
|
800
|
+
gap_policy: Union[
|
|
801
|
+
Literal["skip", "insert_zeros", "keep_values"], "DefaultType"
|
|
802
|
+
] = DEFAULT,
|
|
803
|
+
buckets_path: Union[
|
|
804
|
+
str, Sequence[str], Mapping[str, str], "DefaultType"
|
|
805
|
+
] = DEFAULT,
|
|
806
|
+
**kwargs: Any,
|
|
807
|
+
):
|
|
808
|
+
super().__init__(
|
|
809
|
+
format=format, gap_policy=gap_policy, buckets_path=buckets_path, **kwargs
|
|
810
|
+
)
|
|
811
|
+
|
|
812
|
+
|
|
728
813
|
class Children(Bucket[_R]):
|
|
729
814
|
"""
|
|
730
815
|
A single bucket aggregation that selects child documents that have the
|
|
@@ -2960,6 +3045,14 @@ class SignificantTerms(Bucket[_R]):
|
|
|
2960
3045
|
the foreground sample with a term divided by the number of
|
|
2961
3046
|
documents in the background with the term.
|
|
2962
3047
|
:arg script_heuristic: Customized score, implemented via a script.
|
|
3048
|
+
:arg p_value: Significant terms heuristic that calculates the p-value
|
|
3049
|
+
between the term existing in foreground and background sets. The
|
|
3050
|
+
p-value is the probability of obtaining test results at least as
|
|
3051
|
+
extreme as the results actually observed, under the assumption
|
|
3052
|
+
that the null hypothesis is correct. The p-value is calculated
|
|
3053
|
+
assuming that the foreground set and the background set are
|
|
3054
|
+
independent https://en.wikipedia.org/wiki/Bernoulli_trial, with
|
|
3055
|
+
the null hypothesis that the probabilities are the same.
|
|
2963
3056
|
:arg shard_min_doc_count: Regulates the certainty a shard has if the
|
|
2964
3057
|
term should actually be added to the candidate list or not with
|
|
2965
3058
|
respect to the `min_doc_count`. Terms will only be considered if
|
|
@@ -3013,6 +3106,9 @@ class SignificantTerms(Bucket[_R]):
|
|
|
3013
3106
|
script_heuristic: Union[
|
|
3014
3107
|
"types.ScriptedHeuristic", Dict[str, Any], "DefaultType"
|
|
3015
3108
|
] = DEFAULT,
|
|
3109
|
+
p_value: Union[
|
|
3110
|
+
"types.PValueHeuristic", Dict[str, Any], "DefaultType"
|
|
3111
|
+
] = DEFAULT,
|
|
3016
3112
|
shard_min_doc_count: Union[int, "DefaultType"] = DEFAULT,
|
|
3017
3113
|
shard_size: Union[int, "DefaultType"] = DEFAULT,
|
|
3018
3114
|
size: Union[int, "DefaultType"] = DEFAULT,
|
|
@@ -3031,6 +3127,7 @@ class SignificantTerms(Bucket[_R]):
|
|
|
3031
3127
|
mutual_information=mutual_information,
|
|
3032
3128
|
percentage=percentage,
|
|
3033
3129
|
script_heuristic=script_heuristic,
|
|
3130
|
+
p_value=p_value,
|
|
3034
3131
|
shard_min_doc_count=shard_min_doc_count,
|
|
3035
3132
|
shard_size=shard_size,
|
|
3036
3133
|
size=size,
|
|
@@ -572,7 +572,11 @@ class Object(Field):
|
|
|
572
572
|
if isinstance(data, collections.abc.Mapping):
|
|
573
573
|
return data
|
|
574
574
|
|
|
575
|
-
|
|
575
|
+
try:
|
|
576
|
+
return data.to_dict(skip_empty=skip_empty)
|
|
577
|
+
except TypeError:
|
|
578
|
+
# this would only happen if an AttrDict was given instead of an InnerDoc
|
|
579
|
+
return data.to_dict()
|
|
576
580
|
|
|
577
581
|
def clean(self, data: Any) -> Any:
|
|
578
582
|
data = super().clean(data)
|
|
@@ -233,10 +233,13 @@ AggregateResponseType = Union[
|
|
|
233
233
|
"types.SimpleValueAggregate",
|
|
234
234
|
"types.DerivativeAggregate",
|
|
235
235
|
"types.BucketMetricValueAggregate",
|
|
236
|
+
"types.ChangePointAggregate",
|
|
236
237
|
"types.StatsAggregate",
|
|
237
238
|
"types.StatsBucketAggregate",
|
|
238
239
|
"types.ExtendedStatsAggregate",
|
|
239
240
|
"types.ExtendedStatsBucketAggregate",
|
|
241
|
+
"types.CartesianBoundsAggregate",
|
|
242
|
+
"types.CartesianCentroidAggregate",
|
|
240
243
|
"types.GeoBoundsAggregate",
|
|
241
244
|
"types.GeoCentroidAggregate",
|
|
242
245
|
"types.HistogramAggregate",
|
|
@@ -2673,6 +2673,31 @@ class NumericFielddata(AttrDict[Any]):
|
|
|
2673
2673
|
super().__init__(kwargs)
|
|
2674
2674
|
|
|
2675
2675
|
|
|
2676
|
+
class PValueHeuristic(AttrDict[Any]):
|
|
2677
|
+
"""
|
|
2678
|
+
:arg background_is_superset:
|
|
2679
|
+
:arg normalize_above: Should the results be normalized when above the
|
|
2680
|
+
given value. Allows for consistent significance results at various
|
|
2681
|
+
scales. Note: `0` is a special value which means no normalization
|
|
2682
|
+
"""
|
|
2683
|
+
|
|
2684
|
+
background_is_superset: Union[bool, DefaultType]
|
|
2685
|
+
normalize_above: Union[int, DefaultType]
|
|
2686
|
+
|
|
2687
|
+
def __init__(
|
|
2688
|
+
self,
|
|
2689
|
+
*,
|
|
2690
|
+
background_is_superset: Union[bool, DefaultType] = DEFAULT,
|
|
2691
|
+
normalize_above: Union[int, DefaultType] = DEFAULT,
|
|
2692
|
+
**kwargs: Any,
|
|
2693
|
+
):
|
|
2694
|
+
if background_is_superset is not DEFAULT:
|
|
2695
|
+
kwargs["background_is_superset"] = background_is_superset
|
|
2696
|
+
if normalize_above is not DEFAULT:
|
|
2697
|
+
kwargs["normalize_above"] = normalize_above
|
|
2698
|
+
super().__init__(kwargs)
|
|
2699
|
+
|
|
2700
|
+
|
|
2676
2701
|
class PercentageScoreHeuristic(AttrDict[Any]):
|
|
2677
2702
|
pass
|
|
2678
2703
|
|
|
@@ -3853,24 +3878,25 @@ class TestPopulation(AttrDict[Any]):
|
|
|
3853
3878
|
|
|
3854
3879
|
class TextEmbedding(AttrDict[Any]):
|
|
3855
3880
|
"""
|
|
3856
|
-
:arg model_id: (required)
|
|
3857
3881
|
:arg model_text: (required)
|
|
3882
|
+
:arg model_id: Model ID is required for all dense_vector fields but
|
|
3883
|
+
may be inferred for semantic_text fields
|
|
3858
3884
|
"""
|
|
3859
3885
|
|
|
3860
|
-
model_id: Union[str, DefaultType]
|
|
3861
3886
|
model_text: Union[str, DefaultType]
|
|
3887
|
+
model_id: Union[str, DefaultType]
|
|
3862
3888
|
|
|
3863
3889
|
def __init__(
|
|
3864
3890
|
self,
|
|
3865
3891
|
*,
|
|
3866
|
-
model_id: Union[str, DefaultType] = DEFAULT,
|
|
3867
3892
|
model_text: Union[str, DefaultType] = DEFAULT,
|
|
3893
|
+
model_id: Union[str, DefaultType] = DEFAULT,
|
|
3868
3894
|
**kwargs: Any,
|
|
3869
3895
|
):
|
|
3870
|
-
if model_id is not DEFAULT:
|
|
3871
|
-
kwargs["model_id"] = model_id
|
|
3872
3896
|
if model_text is not DEFAULT:
|
|
3873
3897
|
kwargs["model_text"] = model_text
|
|
3898
|
+
if model_id is not DEFAULT:
|
|
3899
|
+
kwargs["model_id"] = model_id
|
|
3874
3900
|
super().__init__(kwargs)
|
|
3875
3901
|
|
|
3876
3902
|
|
|
@@ -4501,6 +4527,82 @@ class CardinalityAggregate(AttrDict[Any]):
|
|
|
4501
4527
|
meta: Mapping[str, Any]
|
|
4502
4528
|
|
|
4503
4529
|
|
|
4530
|
+
class CartesianBoundsAggregate(AttrDict[Any]):
|
|
4531
|
+
"""
|
|
4532
|
+
:arg bounds:
|
|
4533
|
+
:arg meta:
|
|
4534
|
+
"""
|
|
4535
|
+
|
|
4536
|
+
bounds: "TopLeftBottomRightGeoBounds"
|
|
4537
|
+
meta: Mapping[str, Any]
|
|
4538
|
+
|
|
4539
|
+
|
|
4540
|
+
class CartesianCentroidAggregate(AttrDict[Any]):
|
|
4541
|
+
"""
|
|
4542
|
+
:arg count: (required)
|
|
4543
|
+
:arg location:
|
|
4544
|
+
:arg meta:
|
|
4545
|
+
"""
|
|
4546
|
+
|
|
4547
|
+
count: int
|
|
4548
|
+
location: "CartesianPoint"
|
|
4549
|
+
meta: Mapping[str, Any]
|
|
4550
|
+
|
|
4551
|
+
|
|
4552
|
+
class CartesianPoint(AttrDict[Any]):
|
|
4553
|
+
"""
|
|
4554
|
+
:arg x: (required)
|
|
4555
|
+
:arg y: (required)
|
|
4556
|
+
"""
|
|
4557
|
+
|
|
4558
|
+
x: float
|
|
4559
|
+
y: float
|
|
4560
|
+
|
|
4561
|
+
|
|
4562
|
+
class ChangePointAggregate(AttrDict[Any]):
|
|
4563
|
+
"""
|
|
4564
|
+
:arg type: (required)
|
|
4565
|
+
:arg bucket:
|
|
4566
|
+
:arg meta:
|
|
4567
|
+
"""
|
|
4568
|
+
|
|
4569
|
+
type: "ChangeType"
|
|
4570
|
+
bucket: "ChangePointBucket"
|
|
4571
|
+
meta: Mapping[str, Any]
|
|
4572
|
+
|
|
4573
|
+
|
|
4574
|
+
class ChangePointBucket(AttrDict[Any]):
|
|
4575
|
+
"""
|
|
4576
|
+
:arg key: (required)
|
|
4577
|
+
:arg doc_count: (required)
|
|
4578
|
+
"""
|
|
4579
|
+
|
|
4580
|
+
key: Union[int, float, str, bool, None]
|
|
4581
|
+
doc_count: int
|
|
4582
|
+
|
|
4583
|
+
|
|
4584
|
+
class ChangeType(AttrDict[Any]):
|
|
4585
|
+
"""
|
|
4586
|
+
:arg dip:
|
|
4587
|
+
:arg distribution_change:
|
|
4588
|
+
:arg indeterminable:
|
|
4589
|
+
:arg non_stationary:
|
|
4590
|
+
:arg spike:
|
|
4591
|
+
:arg stationary:
|
|
4592
|
+
:arg step_change:
|
|
4593
|
+
:arg trend_change:
|
|
4594
|
+
"""
|
|
4595
|
+
|
|
4596
|
+
dip: "Dip"
|
|
4597
|
+
distribution_change: "DistributionChange"
|
|
4598
|
+
indeterminable: "Indeterminable"
|
|
4599
|
+
non_stationary: "NonStationary"
|
|
4600
|
+
spike: "Spike"
|
|
4601
|
+
stationary: "Stationary"
|
|
4602
|
+
step_change: "StepChange"
|
|
4603
|
+
trend_change: "TrendChange"
|
|
4604
|
+
|
|
4605
|
+
|
|
4504
4606
|
class ChildrenAggregate(AttrDict[Any]):
|
|
4505
4607
|
"""
|
|
4506
4608
|
:arg doc_count: (required)
|
|
@@ -4778,6 +4880,26 @@ class DfsStatisticsProfile(AttrDict[Any]):
|
|
|
4778
4880
|
children: Sequence["DfsStatisticsProfile"]
|
|
4779
4881
|
|
|
4780
4882
|
|
|
4883
|
+
class Dip(AttrDict[Any]):
|
|
4884
|
+
"""
|
|
4885
|
+
:arg p_value: (required)
|
|
4886
|
+
:arg change_point: (required)
|
|
4887
|
+
"""
|
|
4888
|
+
|
|
4889
|
+
p_value: float
|
|
4890
|
+
change_point: int
|
|
4891
|
+
|
|
4892
|
+
|
|
4893
|
+
class DistributionChange(AttrDict[Any]):
|
|
4894
|
+
"""
|
|
4895
|
+
:arg p_value: (required)
|
|
4896
|
+
:arg change_point: (required)
|
|
4897
|
+
"""
|
|
4898
|
+
|
|
4899
|
+
p_value: float
|
|
4900
|
+
change_point: int
|
|
4901
|
+
|
|
4902
|
+
|
|
4781
4903
|
class DoubleTermsAggregate(AttrDict[Any]):
|
|
4782
4904
|
"""
|
|
4783
4905
|
Result of a `terms` aggregation when the field is some kind of decimal
|
|
@@ -5339,6 +5461,14 @@ class HitsMetadata(AttrDict[Any]):
|
|
|
5339
5461
|
max_score: Union[float, None]
|
|
5340
5462
|
|
|
5341
5463
|
|
|
5464
|
+
class Indeterminable(AttrDict[Any]):
|
|
5465
|
+
"""
|
|
5466
|
+
:arg reason: (required)
|
|
5467
|
+
"""
|
|
5468
|
+
|
|
5469
|
+
reason: str
|
|
5470
|
+
|
|
5471
|
+
|
|
5342
5472
|
class InferenceAggregate(AttrDict[Any]):
|
|
5343
5473
|
"""
|
|
5344
5474
|
:arg value:
|
|
@@ -5741,6 +5871,18 @@ class NestedIdentity(AttrDict[Any]):
|
|
|
5741
5871
|
_nested: "NestedIdentity"
|
|
5742
5872
|
|
|
5743
5873
|
|
|
5874
|
+
class NonStationary(AttrDict[Any]):
|
|
5875
|
+
"""
|
|
5876
|
+
:arg p_value: (required)
|
|
5877
|
+
:arg r_value: (required)
|
|
5878
|
+
:arg trend: (required)
|
|
5879
|
+
"""
|
|
5880
|
+
|
|
5881
|
+
p_value: float
|
|
5882
|
+
r_value: float
|
|
5883
|
+
trend: str
|
|
5884
|
+
|
|
5885
|
+
|
|
5744
5886
|
class ParentAggregate(AttrDict[Any]):
|
|
5745
5887
|
"""
|
|
5746
5888
|
:arg doc_count: (required)
|
|
@@ -6098,6 +6240,16 @@ class SimpleValueAggregate(AttrDict[Any]):
|
|
|
6098
6240
|
meta: Mapping[str, Any]
|
|
6099
6241
|
|
|
6100
6242
|
|
|
6243
|
+
class Spike(AttrDict[Any]):
|
|
6244
|
+
"""
|
|
6245
|
+
:arg p_value: (required)
|
|
6246
|
+
:arg change_point: (required)
|
|
6247
|
+
"""
|
|
6248
|
+
|
|
6249
|
+
p_value: float
|
|
6250
|
+
change_point: int
|
|
6251
|
+
|
|
6252
|
+
|
|
6101
6253
|
class StandardDeviationBounds(AttrDict[Any]):
|
|
6102
6254
|
"""
|
|
6103
6255
|
:arg upper: (required)
|
|
@@ -6134,6 +6286,10 @@ class StandardDeviationBoundsAsString(AttrDict[Any]):
|
|
|
6134
6286
|
lower_sampling: str
|
|
6135
6287
|
|
|
6136
6288
|
|
|
6289
|
+
class Stationary(AttrDict[Any]):
|
|
6290
|
+
pass
|
|
6291
|
+
|
|
6292
|
+
|
|
6137
6293
|
class StatsAggregate(AttrDict[Any]):
|
|
6138
6294
|
"""
|
|
6139
6295
|
Statistics aggregation result. `min`, `max` and `avg` are missing if
|
|
@@ -6189,6 +6345,16 @@ class StatsBucketAggregate(AttrDict[Any]):
|
|
|
6189
6345
|
meta: Mapping[str, Any]
|
|
6190
6346
|
|
|
6191
6347
|
|
|
6348
|
+
class StepChange(AttrDict[Any]):
|
|
6349
|
+
"""
|
|
6350
|
+
:arg p_value: (required)
|
|
6351
|
+
:arg change_point: (required)
|
|
6352
|
+
"""
|
|
6353
|
+
|
|
6354
|
+
p_value: float
|
|
6355
|
+
change_point: int
|
|
6356
|
+
|
|
6357
|
+
|
|
6192
6358
|
class StringRareTermsAggregate(AttrDict[Any]):
|
|
6193
6359
|
"""
|
|
6194
6360
|
Result of the `rare_terms` aggregation when the field is a string.
|
|
@@ -6420,6 +6586,18 @@ class TotalHits(AttrDict[Any]):
|
|
|
6420
6586
|
value: int
|
|
6421
6587
|
|
|
6422
6588
|
|
|
6589
|
+
class TrendChange(AttrDict[Any]):
|
|
6590
|
+
"""
|
|
6591
|
+
:arg p_value: (required)
|
|
6592
|
+
:arg r_value: (required)
|
|
6593
|
+
:arg change_point: (required)
|
|
6594
|
+
"""
|
|
6595
|
+
|
|
6596
|
+
p_value: float
|
|
6597
|
+
r_value: float
|
|
6598
|
+
change_point: int
|
|
6599
|
+
|
|
6600
|
+
|
|
6423
6601
|
class UnmappedRareTermsAggregate(AttrDict[Any]):
|
|
6424
6602
|
"""
|
|
6425
6603
|
Result of a `rare_terms` aggregation when the field is unmapped.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|