[Docs] Clarify mapping `index` option default (#27104)
This commit is contained in:
parent
8caf7d4ff8
commit
2b864156ca
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue