[Docs] Clarify mapping `index` option default (#27104)

This commit is contained in:
markwalkom 2017-10-25 21:38:50 +11:00 committed by Christoph Büscher
parent 8caf7d4ff8
commit 2b864156ca
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
=== `index`
The `index` option controls whether field values are indexed. It accepts `true`
or `false`. Fields that are not indexed are not queryable.
or `false` and defaults to `true`. Fields that are not indexed are not queryable.