Browse Source

Merge pull request #16878 from peschlowp/patch-8

Update index-options.asciidoc
Clinton Gormley 9 years ago
parent
commit
05e3cd6b97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/params/index-options.asciidoc

+ 1 - 1
docs/reference/mapping/params/index-options.asciidoc

@@ -29,7 +29,7 @@ following settings:
     Offsets are used by the <<postings-highlighter,postings highlighter>>.
 
 <<mapping-index,Analyzed>> string fields use `positions` as the default, and
-<<all other fields use `docs` as the default.
+all other fields use `docs` as the default.
 
 [source,js]
 --------------------------------------------------