OpenSearch/docs/reference
Adrien Grand a72eaa8e0f Identify documents by their `_id`. (#24460)
Now that indices have a single type by default, we can move to the next step
and identify documents using their `_id` rather than the `_uid`.

One notable change in this commit is that I made deletions implicitly create
types. This helps with the live version map in the case that documents are
deleted before the first type is introduced. Otherwise there would be no way
to differenciate `DELETE index/foo/1` followed by `PUT index/foo/1` from
`DELETE index/bar/1` followed by `PUT index/foo/1`, even though those are
different if versioning is involved.
2017-05-09 16:33:52 +02:00
..
aggregations CONSOLEify Stats Aggregation docs (#24373) 2017-05-01 13:33:24 -04:00
analysis Add missing link for the WordDelimiterGraphFilter 2017-04-28 17:12:38 +02:00
cat CONSOLEify remaining _cat docs 2017-05-03 20:59:27 -04:00
cluster Add cross-cluster search remote cluster info API (#23969) 2017-04-11 09:24:40 +02:00
docs Docs: remove experimental tag from update-by-query 2017-04-27 10:36:28 -04:00
how-to Add note and link to 'tune for disk usage' (#23252) 2017-02-20 20:31:19 +01:00
images Docs: clarify calculation of sigma and lambda in function_score (#20267) 2016-09-02 14:41:07 +02:00
index-modules Enable index-time sorting (#24055) 2017-04-19 14:36:11 +02:00
indices documentation of preserve existing settings 2017-05-08 12:05:01 +02:00
ingest CONSOLEify a few more docs 2017-05-04 21:01:14 -04:00
mapping Identify documents by their `_id`. (#24460) 2017-05-09 16:33:52 +02:00
migration Identify documents by their `_id`. (#24460) 2017-05-09 16:33:52 +02:00
modules Fixed docs syntax for for-in loop in painless 2017-05-05 16:07:20 +02:00
painless-api-reference Expose multi-valued dates to scripts and document painless's date functions (#22875) 2017-02-01 21:57:07 -05:00
query-dsl Only allow one type on 7.0 indices (#24317) 2017-04-27 08:43:20 +02:00
release-notes Updated release notes for 6.0.0-alpha1 2017-05-09 14:01:32 +02:00
search Identify documents by their `_id`. (#24460) 2017-05-09 16:33:52 +02:00
setup Docs: Update production notes for Docker 2017-05-03 14:27:31 +03:00
testing Docs: Replace deprecated pluginList with Arrays.asList (#24270) 2017-04-24 13:30:37 +02:00
aggregations.asciidoc Update aggregation.asciidoc (#24042) 2017-04-11 09:02:38 -04:00
analysis.asciidoc Add the ability to set an analyzer on keyword fields. (#21919) 2016-12-30 09:36:10 +01:00
api-conventions.asciidoc Docs: Specify that byte units use powers of 1024 (#23574) 2017-03-16 12:39:45 -04:00
cat.asciidoc [DOCS] Fixed various typos in the 'cat APIs' section (#23216) 2017-02-16 20:41:42 +01:00
cluster.asciidoc Convert more docs to CONSOLE 2016-09-21 09:36:21 -04:00
docs.asciidoc Inclusion of link to Multi Delete (#22619) 2017-01-16 12:58:59 +01:00
getting-started.asciidoc Add primary term to doc write response 2017-04-19 14:44:22 -04:00
glossary.asciidoc Improve glossary to not refer to types as "like a table" (#17704) 2016-04-13 14:29:47 +02:00
how-to.asciidoc Correct grammar in list in how-to docs 2017-01-17 20:57:22 -05:00
index-modules.asciidoc Update docs to include index sorting link 2017-04-23 20:40:24 +02:00
index.asciidoc Added release notes for 6.0.0-alpha1 2017-05-05 12:39:50 +02:00
indices.asciidoc Remove shadow replicas 2017-04-11 11:26:26 -06:00
ingest.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
mapping.asciidoc Only allow one type on 7.0 indices (#24317) 2017-04-27 08:43:20 +02:00
modules.asciidoc Docs: Cross-cluster search doc wasn't being included 2017-01-18 10:02:51 +01:00
painless-api-reference.asciidoc Generate reference links for painless API (#22775) 2017-01-26 10:39:19 -05:00
query-dsl.asciidoc Fixed broken xrefs to query-dsl-not-query, which has been removed. 2015-10-20 13:01:37 -07:00
redirects.asciidoc Update redirects.asciidoc (#23148) 2017-02-13 16:23:25 +01:00
release-notes.asciidoc Added release notes for 6.0.0-alpha1 2017-05-05 12:39:50 +02:00
search.asciidoc Include missing field-caps docs in search 2017-04-18 10:31:35 +02:00
setup.asciidoc Docs: Add setup section for the keystore tool and secure settings (#22838) 2017-01-30 14:56:45 -08:00
testing.asciidoc