We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55532cf commit d90693aCopy full SHA for d90693a
docs/api.asciidoc
@@ -71,7 +71,7 @@ client = Elasticsearch::Client.new
71
@status=200>>
72
73
> response['result']
74
-=> "created"
+=> "updated"
75
76
client.search(index: 'myindex', body: { query: { match: { title: 'test' } } })
77
# => => #<Elasticsearch::API::Response:0x00007fc95674a550
0 commit comments