Doc has store "false" not store "true"
Came from 3465e69e83
due to changing "yes" to "false".
Closes #9075
This commit is contained in:
parent
2ccfde76f1
commit
582d5e8d3c
|
@ -8,7 +8,7 @@ data and explicit routing control is required.
|
|||
==== store / index
|
||||
|
||||
The first thing the `_routing` mapping does is to store the routing
|
||||
value provided (`store` set to `false`) and index it (`index` set to
|
||||
value provided (`store` set to `true`) and index it (`index` set to
|
||||
`not_analyzed`). The reason why the routing is stored by default is so
|
||||
reindexing data will be possible if the routing value is completely
|
||||
external and not part of the docs.
|
||||
|
|
Loading…
Reference in New Issue