mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 12:56:53 +00:00
Update getting-started.asciidoc
Fixed "Jone Done" to "Jone Doe"
This commit is contained in:
parent
7fd5f18539
commit
80d7bc3423
@ -486,7 +486,7 @@ Note above that the URI has changed to `/_query` to signify a delete-by-query AP
|
||||
|
||||
In addition to being able to index, update, and delete individual documents, Elasticsearch also provides the ability to perform any of the above operations in batches using the http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-bulk.html[`_bulk` API]. This functionality is important in that it provides a very efficient mechanism to do multiple operations as fast as possible with as little network roundtrips as possible.
|
||||
|
||||
As a quick example, the following call indexes two documents (ID 1 - John Done and ID 2 - Jane Doe) in one bulk operation:
|
||||
As a quick example, the following call indexes two documents (ID 1 - John Doe and ID 2 - Jane Doe) in one bulk operation:
|
||||
|
||||
[source,sh]
|
||||
--------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user