mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-26 08:07:27 -04:00
6 lines
194 B
Text
6 lines
194 B
Text
[[mapping-index]]
|
|
=== `index`
|
|
|
|
The `index` option controls whether field values are indexed. It accepts `true`
|
|
or `false` and defaults to `true`. Fields that are not indexed are not queryable.
|
|
|