f959d39ac3
Doc values currently default to `true` if the field is indexed and not analyzed. So setting `index:no` automatically disables doc values, which is not explicit in the documentation. This commit makes doc values default to true for numerics, booleans regardless of whether they are indexed. Not indexed strings still don't have doc values, since we can't know whether it is rather a text or keyword field. This potential source of confusion should go away when we split `string` into `text` and `keyword`. |
||
---|---|---|
.. | ||
community-clients | ||
groovy-api | ||
java-api | ||
perl | ||
plugins | ||
python | ||
reference | ||
resiliency | ||
ruby | ||
README.asciidoc |
README.asciidoc
The Elasticsearch docs are in AsciiDoc format and can be built using the Elasticsearch documentation build process See: https://github.com/elastic/docs