Browse Source

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

markwalkom 8 years ago
parent
commit
2b864156ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/params/index.asciidoc

+ 1 - 1
docs/reference/mapping/params/index.asciidoc

@@ -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.