Browse Source

Update keyword.asciidoc

`ignore_above` doesn't apply to analyzed `text` fields
Clinton Gormley 9 years ago
parent
commit
7c8397d99b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/types/keyword.asciidoc

+ 1 - 1
docs/reference/mapping/types/keyword.asciidoc

@@ -62,7 +62,7 @@ The following parameters are accepted by `keyword` fields:
 
 <<ignore-above,`ignore_above`>>::
 
-    Do not index or analyze any string longer than this value.  Defaults to
+    Do not index any string longer than this value.  Defaults to
     `2147483647` so that all values would be accepted.
 
 <<include-in-all,`include_in_all`>>::