elasticsearch-api 9.4.0 → 9.4.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5213fe6dababe7d5e3b122e040725bdbfc4b1c5bd70f4408fe0410c28b89eab9
4
- data.tar.gz: 3a9416fc1e09863feab47c95439b68581a4ad46a36e461d71ae70f6ef1a5f46b
3
+ metadata.gz: 16eb5b0dab0bd85e4fecafabbaeb23d146350700f62b8c1a6351b91a828fdfef
4
+ data.tar.gz: acade17882a6e349d1f943c06c74e6802370961046d0927d5309ecdd29876602
5
5
  SHA512:
6
- metadata.gz: 8c4161f03dcc5efc3cd1e1bbfcd3d3e40b7588c785b908230bea8e4bd58e2c1b4d7367c41127f12451e47bd7d0a2b60b50878b5ed3331bd607aaadb52c551645
7
- data.tar.gz: b9c989b42a8b89b02666df87e2fd751ec32931ac419bf711d15ebcad18e4f9d4048f46c2f524527eca26846aa1f0c4c2f0c4cc05c85e1c595004e350b7f0007a
6
+ metadata.gz: d4640554a276276c51eea5c10b42f5e55e7718f665051512bca79bba547a4394832e683679e038b8dff8c26b672ccc94f4329bf6723941ca92fc0be668f41c30
7
+ data.tar.gz: 42e14b135d3daa4c3a5b604b3c6bf6c9e7652cfb23729b7a6e2d5afa58482875537f31521633ff03d914d1dd3243e7ed676c85247de379c4a3e77d7750e69c32
@@ -31,7 +31,7 @@ module Elasticsearch
31
31
  # release. Elastic will apply best effort to fix any issues, but features in technical
32
32
  # preview are not subject to the support SLA of official GA features.
33
33
  #
34
- # @option arguments [String] :name The view name to remove. (*Required*)
34
+ # @option arguments [String, Array] :name The view name to remove. (*Required*)
35
35
  # @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
36
36
  # when they occur.
37
37
  # @option arguments [String, Array<String>] :filter_path Comma-separated list of filters in dot notation which reduce the response
@@ -47,6 +47,7 @@ module Elasticsearch
47
47
  # * The target index must not exist.
48
48
  # * The source index must have fewer primary shards than the target index.
49
49
  # * The number of primary shards in the target index must be a multiple of the number of primary shards in the source index.
50
+ # * The number of primary shards in the target index must be a divisor of the source index's `index.number_of_routing_shards`.
50
51
  # * The node handling the split process must have sufficient free disk space to accommodate a second copy of the existing index.
51
52
  #
52
53
  # @option arguments [String] :index Name of the source index to split. (*Required*)
@@ -44,7 +44,7 @@ module Elasticsearch
44
44
  # @option arguments [Hash] :headers Custom HTTP headers
45
45
  # @option arguments [Hash] :body request body
46
46
  #
47
- # @see https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation-inference-stream-inference
47
+ # @see https://www.elastic.co/docs/api/doc/elasticsearch/v9/operation/operation-inference-stream-completion
48
48
  #
49
49
  def stream_completion(arguments = {})
50
50
  request_opts = { endpoint: arguments[:endpoint] || 'inference.stream_completion' }
@@ -17,7 +17,7 @@
17
17
 
18
18
  module Elasticsearch
19
19
  module API
20
- VERSION = '9.4.0'.freeze
21
- ES_SPECIFICATION_COMMIT = '7ada49949544b577bc7c9ab5420771204a12cdd2'.freeze
20
+ VERSION = '9.4.1'.freeze
21
+ ES_SPECIFICATION_COMMIT = '1bc1d4e5017f64e4e9b81202acf1641ed07709aa'.freeze
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticsearch-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 9.4.0
4
+ version: 9.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic Client Library Maintainers
@@ -873,7 +873,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
873
873
  - !ruby/object:Gem::Version
874
874
  version: '0'
875
875
  requirements: []
876
- rubygems_version: 4.0.6
876
+ rubygems_version: 4.0.12
877
877
  specification_version: 4
878
878
  summary: Ruby API for Elasticsearch.
879
879
  test_files: []