OpenSearch/docs/reference/docs
Nik Everett c0b2ef55b8 Docs: Explain _bulk?refresh shard targeting
Only the shards that receive the bulk request will be affected by
`refresh`. Imagine a `_bulk?refresh=wait_for` request with three
documents in it that happen to be routed to different shards in an index
with five shards. The request will only wait for those three shards to
refresh. The other two shards of that make up the index do not
participate in the `_bulk` request at all.

Relates to #31819
2018-07-05 16:24:03 -04:00
..
bulk.asciidoc Docs: Explain _bulk?refresh shard targeting 2018-07-05 16:24:03 -04:00
data-replication.asciidoc Add a high level description of ES's data replication model (#22327) 2017-01-10 13:17:48 +01:00
delete-by-query.asciidoc Docs: Use task_id in examples of tasks (#30436) 2018-05-08 14:23:32 -04:00
delete.asciidoc Reinstate missing documentation (#28781) 2018-04-26 11:42:23 +01:00
get.asciidoc Update get.asciidoc (#31084) 2018-06-04 15:44:00 -07:00
index_.asciidoc Fix auto-generated ID example format (#29461) 2018-04-12 22:33:38 -04:00
multi-get.asciidoc Add note to docs regarding multi-get ordering 2018-01-26 09:07:12 -05:00
multi-termvectors.asciidoc Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00
refresh.asciidoc [Docs]Corrected spelling errors. (#28976) 2018-03-19 10:22:40 -07:00
reindex.asciidoc Update reindex.asciidoc (#31626) 2018-06-27 12:46:29 -07:00
termvectors.asciidoc Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00
update-by-query.asciidoc Docs: Use task_id in examples of tasks (#30436) 2018-05-08 14:23:32 -04:00
update.asciidoc [DOCS] Refer back to index API for full-document updates in _update API section (#28677) 2018-04-03 13:53:15 +02:00