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

This commit is contained in:
Clinton Gormley 2015-04-29 15:12:31 +02:00
parent ab83eb036b
commit 7aa4c7e256
1 changed files with 0 additions and 5 deletions

View File

@ -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).