Commit 662f8e64279541cfc1685f9d44d5b04de7d13401

Authored by Andrew Kane
1 parent 54822e6f

Updated readme

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -49,7 +49,7 @@ Thanks to Jaroslav Kalistsuk for the [original implementation](https://gist.gith @@ -49,7 +49,7 @@ Thanks to Jaroslav Kalistsuk for the [original implementation](https://gist.gith
49 49
50 ### Mappings 50 ### Mappings
51 51
52 -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: 52 +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:
53 53
54 ```sh 54 ```sh
55 curl "http://localhost:9200/books/_mapping?pretty=1" 55 curl "http://localhost:9200/books/_mapping?pretty=1"