February 2017
Intermediate to advanced
696 pages
12h 24m
English
Index settings are more important because they allow you to control several important Elasticsearch functionalities such as sharding/replica, caching, term management, routing, and analysis.
You need an up-and-running Elasticsearch installation, as used in the Downloading and installing Elasticsearch recipe in Chapter 2, Downloading and Setup.
To execute curl via the command line, you need to install curl for your operative system.
To correctly execute the following commands, use the index created in the Creating an index recipe.
For managing the index settings, we will perform the following steps:
http://<server>/<index_name>/_settings ...Read now
Unlock full access