August 2019
Intermediate to advanced
560 pages
13h 41m
English
The standard analyzer is the default analyzer, which is used if none is specified. A standard analyzer consists of the following:
A standard tokenizer provides a grammar-based tokenization. A lowercase token filter normalizes the token text to lowercase, where a stop token filter removes the stop words from token streams. For a list of English stop words, you can refer to https://www.ranks.nl/stopwords. Let's test the standard analyzer with the input text You'll love Elasticsearch 7.0.
Since it is a POST request, you need to set the Content-Type to application/json:
The URL is http://localhost:9200/_analyze ...
Read now
Unlock full access