Fix asciidoc in stored fields

This commit is contained in:
Clinton Gormley 2017-02-03 10:18:01 +01:00
parent 4876448e39
commit 8ace37e214
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ things like `_source.obj1.field1` can be used, though not recommended, as
==== Disable stored fields entirely
To disable the stored fields (and metadata fields) entirely use: `\_none_`:
To disable the stored fields (and metadata fields) entirely use: `_none_`:
[source,js]
--------------------------------------------------