The analysis of document fields is what enables search. Text fields use analyzers to analyze / index the input text to enable full-text search.
This chapter contains the following sections
- Useful APIs that list a few useful API endpoints
- Mapping to explain index mapping
- Anatomy of An Analyzer to decribe how an analyzer is build
- Analyzer Examples with a few exercises