February 2017
Intermediate to advanced
696 pages
12h 24m
English
In the previous recipes, we have seen how to map different fields and objects in Elasticsearch and we have described how it's easy to change the standard analyzer with the analyzer and search_analyzer properties.
In this recipe, we will see several analyzers and how to use them to improve the indexing and searching quality.
You need an up-and-running Elasticsearch installation as we described in the Downloading and installing Elasticsearch recipe in Chapter 2, Downloading and Setup.
Every core type field allows you to specify custom analyzer for indexing and for searching as field parameters.
For example, if we want that the name field uses a standard analyzer for indexing and a simple analyzer ...
Read now
Unlock full access