Correct docs for binary fields and their default for doc values (#27680)

closes #27240
This commit is contained in:
Ryan Ernst 2017-12-05 15:10:18 -08:00 committed by GitHub
parent e584c52017
commit c51e48bec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ The following parameters are accepted by `binary` fields:
Should the field be stored on disk in a column-stride fashion, so that it Should the field be stored on disk in a column-stride fashion, so that it
can later be used for sorting, aggregations, or scripting? Accepts `true` can later be used for sorting, aggregations, or scripting? Accepts `true`
(default) or `false`. or `false` (default).
<<mapping-store,`store`>>:: <<mapping-store,`store`>>::