elastic-enterprise-search 7.17.0 → 8.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (163) hide show
  1. checksums.yaml +4 -4
  2. data/.ci/jobs/elastic+enterprise-search-ruby+7.13.yml +12 -0
  3. data/.ci/jobs/elastic+enterprise-search-ruby+7.14.yml +12 -0
  4. data/.ci/jobs/elastic+enterprise-search-ruby+7.15.yml +12 -0
  5. data/.ci/jobs/elastic+enterprise-search-ruby+7.16.yml +12 -0
  6. data/.ci/test-matrix.yml +1 -2
  7. data/.github/workflows/testing.yml +3 -3
  8. data/.rubocop.yml +1 -1
  9. data/CHANGELOG +1 -0
  10. data/CODE_OF_CONDUCT +1 -0
  11. data/CONTRIBUTING.md +37 -0
  12. data/NOTICE +2 -0
  13. data/README.md +25 -29
  14. data/docs/guide/app-search-api.asciidoc +52 -18
  15. data/docs/guide/connecting.asciidoc +0 -1
  16. data/docs/guide/overview.asciidoc +27 -4
  17. data/docs/guide/release_notes/712.asciidoc +10 -0
  18. data/docs/guide/release_notes/714.asciidoc +0 -12
  19. data/docs/guide/release_notes/715.asciidoc +0 -12
  20. data/docs/guide/release_notes/80.asciidoc +128 -0
  21. data/docs/guide/release_notes/index.asciidoc +4 -0
  22. data/docs/guide/workplace-search-api.asciidoc +38 -11
  23. data/elastic-enterprise-search.gemspec +3 -3
  24. data/lib/elastic/api/response.rb +52 -0
  25. data/lib/elastic/{workplace-search/api/user_permissions.rb → app-search/api/adaptive_relevance_settings.rb} +10 -15
  26. data/lib/elastic/{workplace-search/api/add_user_permissions.rb → app-search/api/adaptive_relevance_suggestions.rb} +20 -14
  27. data/lib/elastic/app-search/api/add_meta_engine_source.rb +4 -5
  28. data/lib/elastic/app-search/api/api_key.rb +4 -6
  29. data/lib/elastic/app-search/api/api_logs.rb +8 -15
  30. data/lib/elastic/app-search/api/count_analytics.rb +5 -5
  31. data/lib/elastic/app-search/api/crawler_active_crawl_request.rb +4 -7
  32. data/lib/elastic/app-search/api/crawler_crawl_request.rb +6 -8
  33. data/lib/elastic/app-search/api/crawler_crawl_schedule.rb +4 -7
  34. data/lib/elastic/app-search/api/crawler_domain.rb +6 -8
  35. data/lib/elastic/app-search/api/crawler_domain_validation_result.rb +6 -5
  36. data/lib/elastic/app-search/api/crawler_metrics.rb +3 -6
  37. data/lib/elastic/app-search/api/crawler_overview.rb +4 -7
  38. data/lib/elastic/app-search/api/crawler_process_crawl.rb +6 -8
  39. data/lib/elastic/app-search/api/crawler_process_crawl_denied_urls.rb +6 -8
  40. data/lib/elastic/app-search/api/crawler_url_extraction_result.rb +6 -6
  41. data/lib/elastic/app-search/api/crawler_url_tracing_result.rb +7 -7
  42. data/lib/elastic/app-search/api/crawler_url_validation_result.rb +7 -7
  43. data/lib/elastic/app-search/api/crawler_user_agent.rb +3 -6
  44. data/lib/elastic/app-search/api/create_api_key.rb +10 -10
  45. data/lib/elastic/app-search/api/create_crawler_crawl_request.rb +9 -5
  46. data/lib/elastic/app-search/api/create_crawler_crawl_rule.rb +13 -11
  47. data/lib/elastic/app-search/api/create_crawler_domain.rb +8 -8
  48. data/lib/elastic/app-search/api/create_crawler_entry_point.rb +10 -8
  49. data/lib/elastic/app-search/api/create_crawler_process_crawl.rb +6 -6
  50. data/lib/elastic/app-search/api/create_crawler_sitemap.rb +10 -8
  51. data/lib/elastic/app-search/api/create_curation.rb +10 -8
  52. data/lib/elastic/app-search/api/create_engine.rb +8 -7
  53. data/lib/elastic/app-search/api/create_synonym_set.rb +6 -6
  54. data/lib/elastic/app-search/api/curation.rb +5 -7
  55. data/lib/elastic/app-search/api/delete_api_key.rb +4 -6
  56. data/lib/elastic/app-search/api/delete_crawler_active_crawl_request.rb +4 -7
  57. data/lib/elastic/app-search/api/delete_crawler_crawl_rule.rb +7 -9
  58. data/lib/elastic/app-search/api/delete_crawler_crawl_schedule.rb +4 -7
  59. data/lib/elastic/app-search/api/delete_crawler_domain.rb +6 -8
  60. data/lib/elastic/app-search/api/delete_crawler_entry_point.rb +7 -9
  61. data/lib/elastic/app-search/api/delete_crawler_sitemap.rb +7 -9
  62. data/lib/elastic/app-search/api/delete_curation.rb +5 -7
  63. data/lib/elastic/app-search/api/delete_documents.rb +4 -5
  64. data/lib/elastic/app-search/api/delete_engine.rb +3 -6
  65. data/lib/elastic/app-search/api/delete_meta_engine_source.rb +4 -4
  66. data/lib/elastic/app-search/api/delete_synonym_set.rb +5 -7
  67. data/lib/elastic/app-search/api/documents.rb +5 -5
  68. data/lib/elastic/app-search/api/engine.rb +3 -6
  69. data/lib/elastic/app-search/api/index_documents.rb +4 -5
  70. data/lib/elastic/{workplace-search/api/remove_user_permissions.rb → app-search/api/list_adaptive_relevance_suggestions.rb} +13 -14
  71. data/lib/elastic/app-search/api/list_api_keys.rb +2 -5
  72. data/lib/elastic/app-search/api/list_crawler_crawl_requests.rb +6 -8
  73. data/lib/elastic/{workplace-search/api/list_permissions.rb → app-search/api/list_crawler_domains.rb} +12 -13
  74. data/lib/elastic/app-search/api/list_crawler_process_crawls.rb +6 -7
  75. data/lib/elastic/app-search/api/list_curations.rb +3 -6
  76. data/lib/elastic/app-search/api/list_documents.rb +3 -6
  77. data/lib/elastic/app-search/api/list_engines.rb +2 -5
  78. data/lib/elastic/app-search/api/list_synonym_sets.rb +3 -6
  79. data/lib/elastic/app-search/api/log_clickthrough.rb +9 -8
  80. data/lib/elastic/{workplace-search/api/put_user_permissions.rb → app-search/api/put_adaptive_relevance_settings.rb} +13 -14
  81. data/lib/elastic/app-search/api/put_adaptive_relevance_suggestions.rb +51 -0
  82. data/lib/elastic/app-search/api/put_api_key.rb +11 -10
  83. data/lib/elastic/app-search/api/put_crawler_crawl_rule.rb +14 -12
  84. data/lib/elastic/app-search/api/put_crawler_crawl_schedule.rb +8 -7
  85. data/lib/elastic/app-search/api/put_crawler_domain.rb +9 -9
  86. data/lib/elastic/app-search/api/put_crawler_entry_point.rb +11 -9
  87. data/lib/elastic/app-search/api/put_crawler_sitemap.rb +11 -9
  88. data/lib/elastic/app-search/api/put_curation.rb +11 -9
  89. data/lib/elastic/app-search/api/put_documents.rb +4 -4
  90. data/lib/elastic/app-search/api/put_schema.rb +4 -4
  91. data/lib/elastic/app-search/api/put_search_settings.rb +6 -6
  92. data/lib/elastic/app-search/api/put_synonym_set.rb +8 -8
  93. data/lib/elastic/app-search/api/query_suggestion.rb +5 -5
  94. data/lib/elastic/app-search/api/refresh_adaptive_relevance_update_process.rb +56 -0
  95. data/lib/elastic/app-search/api/reset_search_settings.rb +3 -6
  96. data/lib/elastic/app-search/api/schema.rb +3 -6
  97. data/lib/elastic/app-search/api/search.rb +6 -5
  98. data/lib/elastic/app-search/api/search_settings.rb +3 -6
  99. data/lib/elastic/app-search/api/synonym_set.rb +5 -7
  100. data/lib/elastic/app-search/api/top_clicks_analytics.rb +5 -5
  101. data/lib/elastic/app-search/api/top_queries_analytics.rb +4 -4
  102. data/lib/elastic/enterprise-search/api/health.rb +2 -3
  103. data/lib/elastic/enterprise-search/api/put_read_only.rb +6 -4
  104. data/lib/elastic/enterprise-search/api/read_only.rb +2 -3
  105. data/lib/elastic/enterprise-search/api/stats.rb +2 -3
  106. data/lib/elastic/enterprise-search/api/version.rb +2 -3
  107. data/lib/elastic/enterprise-search/client.rb +21 -14
  108. data/lib/elastic/enterprise-search/request.rb +5 -3
  109. data/lib/elastic/enterprise-search/version.rb +1 -1
  110. data/lib/elastic/workplace-search/api/auto_query_refinement_details.rb +3 -4
  111. data/lib/elastic/workplace-search/api/command_sync_jobs.rb +4 -5
  112. data/lib/elastic/workplace-search/api/content_source.rb +3 -4
  113. data/lib/elastic/workplace-search/api/create_analytics_event.rb +16 -12
  114. data/lib/elastic/workplace-search/api/create_batch_synonym_sets.rb +4 -3
  115. data/lib/elastic/workplace-search/api/create_content_source.rb +6 -5
  116. data/lib/elastic/workplace-search/api/create_external_identity.rb +11 -6
  117. data/lib/elastic/workplace-search/api/current_user.rb +3 -5
  118. data/lib/elastic/workplace-search/api/delete_content_source.rb +3 -4
  119. data/lib/elastic/workplace-search/api/delete_documents.rb +4 -4
  120. data/lib/elastic/workplace-search/api/delete_documents_by_query.rb +4 -3
  121. data/lib/elastic/workplace-search/api/delete_external_identity.rb +7 -9
  122. data/lib/elastic/workplace-search/api/delete_synonym_set.rb +3 -5
  123. data/lib/elastic/workplace-search/api/document.rb +4 -6
  124. data/lib/elastic/workplace-search/api/external_identity.rb +7 -9
  125. data/lib/elastic/workplace-search/api/index_documents.rb +3 -4
  126. data/lib/elastic/workplace-search/api/list_content_sources.rb +2 -3
  127. data/lib/elastic/workplace-search/api/list_documents.rb +4 -5
  128. data/lib/elastic/workplace-search/api/list_external_identities.rb +3 -4
  129. data/lib/elastic/workplace-search/api/list_synonym_sets.rb +1 -2
  130. data/lib/elastic/workplace-search/api/put_content_source.rb +6 -6
  131. data/lib/elastic/workplace-search/api/put_content_source_icons.rb +6 -6
  132. data/lib/elastic/workplace-search/api/put_external_identity.rb +11 -10
  133. data/lib/elastic/workplace-search/api/put_synonym_set.rb +4 -4
  134. data/lib/elastic/workplace-search/api/put_triggers_blocklist.rb +3 -5
  135. data/lib/elastic/workplace-search/api/search.rb +13 -13
  136. data/lib/elastic/workplace-search/api/synonym_set.rb +3 -5
  137. data/lib/elastic/workplace-search/api/triggers_blocklist.rb +3 -3
  138. data/lib/elastic/workplace-search/workplace_search.rb +9 -2
  139. data/spec/app-search/client_spec.rb +29 -0
  140. data/spec/enterprise-search/client_spec.rb +29 -0
  141. data/spec/enterprise-search/request_spec.rb +1 -1
  142. data/spec/integration/app-search/adaptive_relevance_settings_spec.rb +60 -0
  143. data/spec/integration/app-search/adaptive_relevance_suggestions_spec.rb +54 -0
  144. data/spec/integration/app-search/api_logs_spec.rb +11 -3
  145. data/spec/integration/app-search/app_search_helper.rb +2 -2
  146. data/spec/integration/app-search/count_analytics_spec.rb +3 -2
  147. data/spec/integration/app-search/crawler_domain_spec.rb +16 -0
  148. data/spec/integration/app-search/curations_spec.rb +15 -9
  149. data/spec/integration/app-search/engines_spec.rb +24 -26
  150. data/spec/integration/app-search/log_clickthrough_spec.rb +1 -1
  151. data/spec/integration/app-search/meta_engines_spec.rb +5 -5
  152. data/spec/integration/app-search/search_and_multiple_search_spec.rb +1 -1
  153. data/spec/integration/workplace-search/content_sources_spec.rb +6 -6
  154. data/spec/integration/workplace-search/documents_spec.rb +20 -10
  155. data/spec/integration/workplace-search/external_identities_spec.rb +26 -16
  156. data/spec/integration/workplace-search/triggers_spec.rb +2 -2
  157. data/spec/integration/workplace-search/users_spec.rb +0 -6
  158. data/spec/workplace-search/client_spec.rb +39 -2
  159. metadata +29 -20
  160. data/.ci/jobs/elastic+enterprise-search-ruby+7.10.0.beta.1.yml +0 -12
  161. data/.github/compatibility/Gemfile +0 -23
  162. data/.github/workflows/compatibility.yml +0 -20
  163. data/spec/integration/workplace-search/permissions_spec.rb +0 -77
@@ -21,21 +21,21 @@ module Elastic
21
21
  module EnterpriseSearch
22
22
  module WorkplaceSearch
23
23
  module Actions
24
+ # getTriggersBlocklist - Get current triggers blocklist
24
25
  # Get current triggers blocklist
25
26
  #
26
- # @param arguments [Hash] endpoint arguments
27
+ # @param [Hash] arguments endpoint arguments
27
28
  # @option arguments [Hash] :headers optional HTTP headers to send with the request
28
29
  #
29
30
  # @see https://www.elastic.co/guide/en/workplace-search/current/automatic-query-refinement-blocklist.html
30
31
  #
31
32
  def triggers_blocklist(arguments = {})
32
33
  headers = arguments.delete(:headers) || {}
33
-
34
34
  request(
35
35
  :get,
36
36
  'api/ws/v1/automatic_query_refinement/',
37
37
  arguments,
38
- {},
38
+ nil,
39
39
  headers
40
40
  )
41
41
  end
@@ -27,12 +27,17 @@ module Elastic
27
27
  include Elastic::EnterpriseSearch::WorkplaceSearch::Actions
28
28
  include Elastic::EnterpriseSearch::Utils
29
29
 
30
+ attr_accessor :kibana_url
31
+
30
32
  # Create a new Elastic::EnterpriseSearch::WorkplaceSearch::Client client
31
33
  #
32
34
  # @param options [Hash] a hash of configuration options
33
35
  # @option options [String] :access_token the access token for workplace search
34
36
  # @option options [String] :endpoint the endpoint Workplace Search
37
+ # @option options [String] :kibana_url The base URL of your Kibana instance
38
+ #
35
39
  def initialize(options = {})
40
+ @kibana_url = options[:kibana_url]
36
41
  super(options)
37
42
  end
38
43
 
@@ -45,9 +50,11 @@ module Elastic
45
50
  end
46
51
 
47
52
  def authorization_url(client_id, redirect_uri)
53
+ raise ArgumentError, 'kibana_url The base URL of your Kibana instance must be set in the client' unless kibana_url
54
+
48
55
  [
49
- host,
50
- '/ws/oauth/authorize?',
56
+ kibana_url,
57
+ '/app/enterprise_search/workplace_search/p/oauth/authorize?',
51
58
  'response_type=code&',
52
59
  "client_id=#{client_id}&",
53
60
  "redirect_uri=#{CGI.escape(redirect_uri)}"
@@ -85,4 +85,33 @@ describe Elastic::EnterpriseSearch::AppSearch::Client do
85
85
  expect(decoded_token[0]['query']).to(eq('cat'))
86
86
  end
87
87
  end
88
+
89
+ context 'adapters' do
90
+ let(:client) { described_class.new }
91
+ let(:adapter) { client.transport.transport.connections.all.first.connection.builder.adapter }
92
+
93
+ context 'when no adapter is specified' do
94
+ it 'uses Faraday NetHttp' do
95
+ expect(adapter).to eq Faraday::Adapter::NetHttp
96
+ end
97
+ end
98
+
99
+ context 'when the adapter is patron' do
100
+ let(:client) { described_class.new(adapter: :patron) }
101
+
102
+ it 'uses Faraday with the adapter' do
103
+ expect(adapter).to eq Faraday::Adapter::Patron
104
+ end
105
+ end
106
+
107
+ unless defined?(JRUBY_VERSION)
108
+ context 'when the adapter is typhoeus' do
109
+ let(:client) { described_class.new(adapter: :patron) }
110
+
111
+ it 'uses Faraday with the adapter' do
112
+ expect(adapter).to eq Faraday::Adapter::Patron
113
+ end
114
+ end
115
+ end
116
+ end
88
117
  end
@@ -103,4 +103,33 @@ describe Elastic::EnterpriseSearch::Client do
103
103
  expect(subject['x-elastic-client-meta']).to match(/^ent=[0-9]+\.[0-9]+\.[0-9]+(p)?,/)
104
104
  end
105
105
  end
106
+
107
+ context 'adapters' do
108
+ let(:client) { described_class.new }
109
+ let(:adapter) { client.transport.transport.connections.all.first.connection.builder.adapter }
110
+
111
+ context 'when no adapter is specified' do
112
+ it 'uses Faraday NetHttp' do
113
+ expect(adapter).to eq Faraday::Adapter::NetHttp
114
+ end
115
+ end
116
+
117
+ context 'when the adapter is patron' do
118
+ let(:client) { described_class.new(adapter: :patron) }
119
+
120
+ it 'uses Faraday with the adapter' do
121
+ expect(adapter).to eq Faraday::Adapter::Patron
122
+ end
123
+ end
124
+
125
+ unless defined?(JRUBY_VERSION)
126
+ context 'when the adapter is typhoeus' do
127
+ let(:client) { described_class.new(adapter: :patron) }
128
+
129
+ it 'uses Faraday with the adapter' do
130
+ expect(adapter).to eq Faraday::Adapter::Patron
131
+ end
132
+ end
133
+ end
134
+ end
106
135
  end
@@ -32,7 +32,7 @@ describe Elastic::EnterpriseSearch::Client do
32
32
  "(RUBY_VERSION: #{RUBY_VERSION}; ",
33
33
  "#{RbConfig::CONFIG['host_os'].split('_').first[/[a-z]+/i].downcase} ",
34
34
  "#{RbConfig::CONFIG['target_cpu']}; ",
35
- "elasticsearch-transport: #{Elasticsearch::Transport::VERSION})"
35
+ "elastic-transport: #{Elastic::Transport::VERSION})"
36
36
  ].join
37
37
  end
38
38
 
@@ -0,0 +1,60 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+
18
+ # frozen_string_literal: true
19
+
20
+ require_relative "#{__dir__}/app_search_helper.rb"
21
+
22
+ describe Elastic::EnterpriseSearch::AppSearch::Client do
23
+ context 'Adaptive Relevance Settings' do
24
+ let(:engine_name) { 'relevance-settings' }
25
+
26
+ before do
27
+ create_engine(engine_name)
28
+ client.put_adaptive_relevance_settings(engine_name, body: { curation: { enabled: true } })
29
+ end
30
+
31
+ after do
32
+ delete_engines
33
+ end
34
+
35
+ it 'Shows the settings for an engine' do
36
+ response = client.adaptive_relevance_settings(engine_name)
37
+
38
+ expect(response.status).to eq 200
39
+ expect(response.body['curation'])
40
+ end
41
+
42
+ it 'Updates relevance settings' do
43
+ body = {
44
+ curation: { enabled: true }
45
+ }
46
+ response = client.put_adaptive_relevance_settings(engine_name, body: body)
47
+ expect(response.status).to eq 200
48
+ expect(response.body['curation']['enabled'])
49
+ end
50
+
51
+ it 'Refreshes adaptive relevance update process' do
52
+ response = client.refresh_adaptive_relevance_update_process(
53
+ engine_name,
54
+ adaptive_relevance_suggestion_type: 'curation'
55
+ )
56
+ expect(response.status).to eq 200
57
+ expect(response.body['process']['type']).to eq 'curation'
58
+ end
59
+ end
60
+ end
@@ -0,0 +1,54 @@
1
+ # Licensed to Elasticsearch B.V. under one or more contributor
2
+ # license agreements. See the NOTICE file distributed with
3
+ # this work for additional information regarding copyright
4
+ # ownership. Elasticsearch B.V. licenses this file to you under
5
+ # the Apache License, Version 2.0 (the "License"); you may
6
+ # not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+
18
+ # frozen_string_literal: true
19
+
20
+ require_relative "#{__dir__}/app_search_helper.rb"
21
+
22
+ describe Elastic::EnterpriseSearch::AppSearch::Client do
23
+ context 'Adaptive Relevance Suggestions' do
24
+ let(:engine_name) { 'relevance-suggestions' }
25
+
26
+ before do
27
+ create_engine(engine_name)
28
+ client.put_adaptive_relevance_settings(engine_name, body: { curation: { enabled: true } })
29
+ end
30
+
31
+ after do
32
+ delete_engines
33
+ end
34
+
35
+ it 'Updates an adaptive relevance suggestion' do
36
+ body = [{ query: 'forest', type: 'curation', status: 'applied' }]
37
+ response = client.put_adaptive_relevance_suggestions(engine_name, body: body)
38
+ expect(response.status).to eq 200
39
+ expect(response.body['results'].first.keys).to include('query', 'type', 'status')
40
+ end
41
+
42
+ it 'Retrieves an adaptive relevance suggestion' do
43
+ expect do
44
+ client.adaptive_relevance_suggestions(engine_name, search_suggestion_query: 'test')
45
+ end.to raise_error(Elastic::Transport::Transport::Errors::NotFound)
46
+ end
47
+
48
+ it 'Lists adaptive relevance suggestions' do
49
+ response = client.list_adaptive_relevance_suggestions(engine_name)
50
+ expect(response.status).to eq 200
51
+ expect(response.body)
52
+ end
53
+ end
54
+ end
@@ -21,7 +21,7 @@ require_relative "#{__dir__}/app_search_helper.rb"
21
21
 
22
22
  describe Elastic::EnterpriseSearch::AppSearch::Client do
23
23
  context 'API logs' do
24
- let(:engine_name) { 'videogames' }
24
+ let(:engine_name) { 'api-logs' }
25
25
  let(:api_key_name) { 'logs-api-key' }
26
26
 
27
27
  before do
@@ -44,14 +44,22 @@ describe Elastic::EnterpriseSearch::AppSearch::Client do
44
44
  end
45
45
 
46
46
  it 'returns api logs' do
47
- response = client.api_logs(engine_name, from_date: Date.today - 1, to_date: Date.today + 1)
47
+ body = {
48
+ filters: {
49
+ date: {
50
+ from: client.date_to_rfc3339(Date.today - 1),
51
+ to: client.date_to_rfc3339(Date.today + 1)
52
+ }
53
+ }
54
+ }
55
+ response = client.api_logs(engine_name, body: body)
48
56
  expect(response.status).to eq 200
49
57
 
50
58
  attempts = 0
51
59
  while response.body['results'].count < 1 && attempts < 20
52
60
  sleep 1
53
61
  attempts += 1
54
- response = client.api_logs(engine_name, from_date: Date.today - 1, to_date: Date.today + 1)
62
+ response = client.api_logs(engine_name, body: body)
55
63
  end
56
64
  expect(response.body['results'].count).to be >= 1
57
65
  end
@@ -41,8 +41,8 @@ def delete_engines
41
41
  end
42
42
 
43
43
  def create_engine(name)
44
- client.create_engine(name: name)
45
- rescue Elasticsearch::Transport::Transport::Errors::BadRequest => e
44
+ client.create_engine({ body: { name: name } })
45
+ rescue Elastic::Transport::Transport::Errors::BadRequest => e
46
46
  raise e unless e.message.match(/Name is already taken/)
47
47
 
48
48
  Logger.new($stdout).info("Engine '#{name}' had already been created, giving time for the server to sync.")
@@ -35,13 +35,14 @@ describe Elastic::EnterpriseSearch::AppSearch::Client do
35
35
  response = client.count_analytics(engine_name)
36
36
 
37
37
  expect(response.status).to eq 200
38
- expect(response.body['results'].count).to be > 1
38
+
39
+ expect(response.body['results'])
39
40
  end
40
41
 
41
42
  it 'returns count analytics with filters' do
42
43
  response = client.count_analytics(engine_name, body: { filters: { tag: 'web' } })
43
44
  expect(response.status).to eq 200
44
- expect(response.body['results'].count).to be > 1
45
+ expect(response.body['results'])
45
46
  end
46
47
  end
47
48
  end
@@ -68,6 +68,22 @@ describe Elastic::EnterpriseSearch::AppSearch::Client do
68
68
  expect(response.body).to include('name' => new_name)
69
69
  end
70
70
 
71
+ it 'creates and lists crawler domains' do
72
+ body = { name: name }
73
+ response = client.create_crawler_domain(engine_name, body: body)
74
+ @domain = response.body
75
+
76
+ expect(response.status).to eq 200
77
+ expect(response.body['id']).to eq @domain['id']
78
+ expect(response.body).to include('name' => name)
79
+
80
+ response = client.list_crawler_domains(engine_name)
81
+ expect(response.status).to eq 200
82
+
83
+ expect(response.body['results'].count).to eq 1
84
+ expect(response.body['results'].first['name']).to eq name
85
+ end
86
+
71
87
  it 'validates a domain' do
72
88
  body = { name: name }
73
89
  @domain = client.create_crawler_domain(engine_name, body: body).body
@@ -44,7 +44,7 @@ describe Elastic::EnterpriseSearch::AppSearch::Client do
44
44
  expect(response.status).to eq 200
45
45
  expect(response.body['id']).to match(/cur-[0-9a-f]+/)
46
46
 
47
- response = client.search(engine_name, query: 'jungle')
47
+ response = client.search(engine_name, body: { query: 'jungle' })
48
48
  expect(response.status).to eq 200
49
49
  expect(response.body['results'].count).to eq 1
50
50
  expect(response.body['results'].first['title']['raw']).to eq 'Jungle Tales'
@@ -65,9 +65,11 @@ describe Elastic::EnterpriseSearch::AppSearch::Client do
65
65
  def create_curation(name, query, promoted_id, hidden_id)
66
66
  response = client.create_curation(
67
67
  name,
68
- queries: [query],
69
- promoted: [promoted_id],
70
- hidden: [hidden_id]
68
+ body: {
69
+ queries: [query],
70
+ promoted: [promoted_id],
71
+ hidden: [hidden_id]
72
+ }
71
73
  )
72
74
  # Give the server a second
73
75
  sleep 1
@@ -79,16 +81,20 @@ describe Elastic::EnterpriseSearch::AppSearch::Client do
79
81
 
80
82
  response = client.put_curation(
81
83
  engine_name,
82
- curation_id: id,
83
- queries: ['jungle'],
84
- promoted: [@hidden['id']],
85
- hidden: [@promoted['id']]
84
+ {
85
+ curation_id: id,
86
+ body: {
87
+ queries: ['jungle'],
88
+ promoted: [@hidden['id']],
89
+ hidden: [@promoted['id']]
90
+ }
91
+ }
86
92
  )
87
93
 
88
94
  expect(response.status).to eq 200
89
95
  expect(response.body['id']).to match(/cur-[0-9a-f]+/)
90
96
 
91
- response = @client.search(engine_name, query: 'jungle')
97
+ response = @client.search(engine_name, body: { query: 'jungle' })
92
98
  expect(response.status).to eq 200
93
99
  expect(response.body['results'].count).to eq 1
94
100
  expect(response.body['results'].first['title']['raw']).to eq 'The Jungle Book'
@@ -22,54 +22,52 @@ require_relative "#{__dir__}/app_search_helper.rb"
22
22
  describe Elastic::EnterpriseSearch::AppSearch::Client do
23
23
  context 'Engines' do
24
24
  let(:engine_name) { 'test-create-engines' }
25
+ let(:engine_response) do
26
+ {
27
+ 'type' => 'default',
28
+ 'language' => nil,
29
+ 'document_count' => 0,
30
+ 'index_create_settings_override' => {}
31
+ }
32
+ end
25
33
 
26
34
  after do
27
35
  delete_engines
28
36
  end
29
37
 
30
38
  it 'creates a new engine' do
31
- response = client.create_engine(name: engine_name)
39
+ response = client.create_engine({ body: { name: engine_name } })
32
40
 
33
41
  expect(response.status).to eq 200
34
- expect(response.body).to eq(
35
- {
36
- 'name' => engine_name,
37
- 'type' => 'default',
38
- 'language' => nil,
39
- 'document_count' => 0
40
- }
41
- )
42
+ expect(response.body).to eq(engine_response.merge({ 'name' => engine_name }))
42
43
  end
43
44
 
44
45
  it 'lists engines' do
45
- client.create_engine(name: 'engine1')
46
- client.create_engine(name: 'engine2')
46
+ client.create_engine({ body: { name: 'engine1' } })
47
+ client.create_engine({ body: { name: 'engine2' } })
47
48
 
48
49
  response = client.list_engines
49
50
  expect(response.status).to eq 200
50
51
 
51
52
  expect(response.body.dig('meta', 'page', 'total_results')).to eq 2
52
- expect(response.body['results']).to include(
53
- { 'name' => 'engine1', 'type' => 'default', 'language' => nil, 'document_count' => 0 }
54
- )
55
- expect(response.body['results']).to include(
56
- { 'name' => 'engine2', 'type' => 'default', 'language' => nil, 'document_count' => 0 }
57
- )
53
+ expect(response.body['results']).to include(engine_response.merge({ 'name' => 'engine1' }))
54
+ expect(response.body['results']).to include(engine_response.merge({ 'name' => 'engine2' }))
58
55
  end
59
56
 
60
- it 'retrieves an engine by name' do
61
- engine_name = 'retrieve-engine'
62
- client.create_engine(name: engine_name)
63
- response = client.engine(engine_name)
64
- expect(response.status).to eq 200
65
- expect(response.body).to eq(
66
- { 'name' => engine_name, 'type' => 'default', 'language' => nil, 'document_count' => 0 }
67
- )
57
+ context 'get engines' do
58
+ let(:engine_name) { 'retrieve-engine' }
59
+ it 'retrieves an engine by name' do
60
+ engine_name = 'retrieve-engine'
61
+ client.create_engine({ body: { name: engine_name } })
62
+ response = client.engine(engine_name)
63
+ expect(response.status).to eq 200
64
+ expect(response.body).to eq(engine_response.merge({ 'name' => engine_name }))
65
+ end
68
66
  end
69
67
 
70
68
  it 'deletes an engine' do
71
69
  engine_name = 'delete-engine'
72
- client.create_engine(name: engine_name)
70
+ client.create_engine({ body: { name: engine_name } })
73
71
  response = client.delete_engine(engine_name)
74
72
  expect(response.status).to eq 200
75
73
  expect(response.body).to eq({ 'deleted' => true })
@@ -21,7 +21,7 @@ require_relative "#{__dir__}/app_search_helper.rb"
21
21
 
22
22
  describe Elastic::EnterpriseSearch::AppSearch::Client do
23
23
  context 'Log Click through' do
24
- let(:engine_name) { 'videogames' }
24
+ let(:engine_name) { 'log-click-through' }
25
25
 
26
26
  before do
27
27
  create_engine(engine_name)
@@ -28,12 +28,12 @@ describe Elastic::EnterpriseSearch::AppSearch::Client do
28
28
  type: 'meta',
29
29
  source_engines: ['books', 'videogames']
30
30
  }
31
- client.create_engine(name: engine_name, body: body)
31
+ client.create_engine(body: body)
32
32
  end
33
33
 
34
34
  before do
35
- client.create_engine(name: 'books')
36
- client.create_engine(name: 'videogames')
35
+ client.create_engine({ body: { name: 'books' } })
36
+ client.create_engine({ body: { name: 'videogames' } })
37
37
  end
38
38
 
39
39
  after do
@@ -51,7 +51,7 @@ describe Elastic::EnterpriseSearch::AppSearch::Client do
51
51
  it 'adds a new source engine to a meta engine' do
52
52
  create_meta_engine
53
53
  # Create new source engine to add:
54
- client.create_engine(name: 'add-source')
54
+ client.create_engine({ body: { name: 'add-source' } })
55
55
  response = client.add_meta_engine_source(engine_name, source_engines: ['add-source'])
56
56
 
57
57
  expect(response.status).to eq 200
@@ -62,7 +62,7 @@ describe Elastic::EnterpriseSearch::AppSearch::Client do
62
62
 
63
63
  it 'removes a source engine from a meta engine' do
64
64
  create_meta_engine
65
- client.create_engine(name: 'remove-source')
65
+ client.create_engine({ body: { name: 'remove-source' } })
66
66
  client.add_meta_engine_source(engine_name, source_engines: ['remove-source'])
67
67
  response = client.delete_meta_engine_source(engine_name, source_engines: ['remove-source'])
68
68
 
@@ -44,7 +44,7 @@ describe Elastic::EnterpriseSearch::AppSearch::Client do
44
44
 
45
45
  context 'search' do
46
46
  it 'performs a single query search' do
47
- response = client.search(engine_name, query: 'Ibarbourou')
47
+ response = client.search(engine_name, body: { query: 'Ibarbourou' })
48
48
  expect(response.status).to eq 200
49
49
  expect(response.body).not_to be nil
50
50
  expect(response.body['results'].count).to be 1
@@ -27,7 +27,7 @@ describe Elastic::EnterpriseSearch::WorkplaceSearch::Client do
27
27
 
28
28
  it 'creates, retrieves and deletes authenticated with basic auth' do
29
29
  # Create a content source and get its id
30
- response = client.create_content_source(name: 'test')
30
+ response = client.create_content_source(body: { name: 'test' })
31
31
  expect(response.status).to eq 200
32
32
  expect(response.body['id'])
33
33
  id = response.body['id']
@@ -47,7 +47,7 @@ describe Elastic::EnterpriseSearch::WorkplaceSearch::Client do
47
47
  end
48
48
 
49
49
  it 'creates and updates' do
50
- response = client.create_content_source(name: 'ruby_client_app')
50
+ response = client.create_content_source(body: { name: 'ruby_client_app' })
51
51
  expect(response.status).to eq 200
52
52
  id = response.body['id']
53
53
 
@@ -71,7 +71,7 @@ describe Elastic::EnterpriseSearch::WorkplaceSearch::Client do
71
71
  end
72
72
 
73
73
  it 'syncs jobs' do
74
- response = client.create_content_source(name: 'sync_jobs_test')
74
+ response = client.create_content_source(body: { name: 'sync_jobs_test' })
75
75
  expect(response.status).to eq 200
76
76
  id = response.body['id']
77
77
 
@@ -81,19 +81,19 @@ describe Elastic::EnterpriseSearch::WorkplaceSearch::Client do
81
81
  end
82
82
 
83
83
  context 'icons' do
84
- let(:content_source_id) { client.create_content_source(name: 'with-icon').body['id'] }
84
+ let(:content_source_id) { client.create_content_source(body: { name: 'with-icon' }).body['id'] }
85
85
 
86
86
  it 'puts an icon' do
87
87
  path = File.expand_path("#{File.dirname(__FILE__)}/icon.png")
88
88
  icon = Base64.strict_encode64(File.read(path))
89
- response = client.put_content_source_icons(content_source_id, main_icon: icon, alt_icon: icon)
89
+ response = client.put_content_source_icons(content_source_id, body: { main_icon: icon, alt_icon: icon })
90
90
  expect(response.status).to eq 200
91
91
  expect(response.body['results']).to eq({ 'main_icon' => 'success', 'alt_icon' => 'success' })
92
92
  end
93
93
  end
94
94
 
95
95
  context 'auto query refinements details' do
96
- let(:content_source_id) { client.create_content_source(name: 'refinements').body['id'] }
96
+ let(:content_source_id) { client.create_content_source(body: { name: 'refinements' }).body['id'] }
97
97
 
98
98
  it 'retrieves details' do
99
99
  response = client.auto_query_refinement_details(content_source_id)
@@ -43,7 +43,7 @@ describe Elastic::EnterpriseSearch::WorkplaceSearch::Client do
43
43
 
44
44
  context 'Documents' do
45
45
  let(:content_source_id) do
46
- client.create_content_source(name: 'test').body['id']
46
+ client.create_content_source(body: { name: 'test' }).body['id']
47
47
  end
48
48
 
49
49
  it 'indexes' do
@@ -58,7 +58,7 @@ describe Elastic::EnterpriseSearch::WorkplaceSearch::Client do
58
58
  end
59
59
 
60
60
  context 'Documents in Content Sources' do
61
- let(:content_source_id) { client.create_content_source(name: 'books').body['id'] }
61
+ let(:content_source_id) { client.create_content_source(body: { name: 'books' }).body['id'] }
62
62
  let(:document_id) { client.index_documents(content_source_id, documents: documents).body['results'].first['id'] }
63
63
 
64
64
  it 'Gets a document in a content source' do
@@ -67,20 +67,13 @@ describe Elastic::EnterpriseSearch::WorkplaceSearch::Client do
67
67
  expect(response.body['id']).to eq document_id
68
68
  end
69
69
 
70
- it 'Lists documents in a content source' do
71
- response = client.list_documents(content_source_id)
72
- expect(response.status).to eq 200
73
- expect(response.body['results'])
74
- expect(response.body['meta'])
75
- end
76
-
77
70
  it 'Deletes all documents in a content source' do
78
71
  response = client.delete_all_documents(content_source_id)
79
72
  expect(response.status).to eq 200
80
73
  end
81
74
 
82
75
  it 'Deletes documents by query' do
83
- content_source_id = client.create_content_source(name: 'asimov').body['id']
76
+ content_source_id = client.create_content_source(body: { name: 'asimov' }).body['id']
84
77
  documents = [
85
78
  { title: 'Foundation', year: 1951 },
86
79
  { title: 'Foundation and Empire', year: 1952 },
@@ -98,5 +91,22 @@ describe Elastic::EnterpriseSearch::WorkplaceSearch::Client do
98
91
  expect(response.status).to eq 200
99
92
  expect(response.body).to eq({ 'total' => 3, 'deleted' => 3, 'failures' => [] })
100
93
  end
94
+
95
+ it 'Lists documents' do
96
+ content_source_id = client.create_content_source(body: { name: 'quiroga' }).body['id']
97
+ documents = [
98
+ { title: 'Stories of Love, Madness and Death', year: 1917 },
99
+ { title: 'Drifting', year: 1937 },
100
+ { title: 'The Beheaded Hen', year: 1925 }
101
+ ]
102
+ client.index_documents(content_source_id, documents: documents)
103
+ # Give time to index the documents
104
+ sleep 2
105
+
106
+ response = client.list_documents(content_source_id)
107
+ expect(response.status).to eq 200
108
+ expect(response.body['results'].count).to eq 3
109
+ expect(response.body['results'].map { |a| a['year'] }).to eq ['1917', '1937', '1925']
110
+ end
101
111
  end
102
112
  end