Browse Source

Docs: Removed a reference to index_name from the array mapping page

Clinton Gormley 10 years ago
parent
commit
7aa4c7e256
1 changed files with 0 additions and 5 deletions
  1. 0 5
      docs/reference/mapping/types/array-type.asciidoc

+ 0 - 5
docs/reference/mapping/types/array-type.asciidoc

@@ -67,8 +67,3 @@ the fact that the following JSON document is perfectly fine:
 }
 --------------------------------------------------
 
-Note also, that thanks to the fact that we used the `index_name` to use
-the non plural form (`tag` instead of `tags`), we can actually refer to
-the field using the `index_name` as well. For example, we can execute a
-query using `tweet.tags:wow` or `tweet.tag:wow`. We could, of course,
-name the field as `tag` and skip the `index_name` all together).