IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Analysis is the process of converting text, like the body of any email, into tokens or terms which are added to
the inverted index for searching. Analysis is performed by an analyzer which can be either a built-in
analyzer or a custom analyzer defined per index.