From 2293c0d8c881bd6f7df46f4b8df333c333ec4c42 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Fri, 20 Nov 2015 19:00:04 +0100 Subject: [PATCH] Update token-count.asciidoc Fix typo --- docs/reference/mapping/types/token-count.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/mapping/types/token-count.asciidoc b/docs/reference/mapping/types/token-count.asciidoc index 03d2308a4ca..ec02a647a6f 100644 --- a/docs/reference/mapping/types/token-count.asciidoc +++ b/docs/reference/mapping/types/token-count.asciidoc @@ -1,7 +1,7 @@ [[token-count]] === Token count datatype -A field of type `token_count` is really an <> field which +A field of type `token_count` is really an <> field which accepts string values, analyzes them, then indexes the number of tokens in the string.