From 662f8e64279541cfc1685f9d44d5b04de7d13401 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 14 Jul 2013 20:56:52 -0700 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b795923..232b7ff 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Thanks to Jaroslav Kalistsuk for the [original implementation](https://gist.gith ### Mappings -When changing the mapping in a model, you must create a new index for the changes to take place. Elasticsearch does not support updates to the mapping. For zero downtime, use the `reindex` method above which creates a new index and swaps it in once built. To see the current mapping, use: +When changing the mapping in a model, you must create a new index for the changes to take place. Elasticsearch does not support updates to mappings. For zero downtime, use the `reindex` method above, which creates a new index and swaps it in after it's built. To view the current mapping, use: ```sh curl "http://localhost:9200/books/_mapping?pretty=1" -- libgit2 0.21.0