[[standard-analyzer]]
=== standard Analyzer
The standard
analyzer is used by default for any full-text analyzed
string
field. (((“standard analyzer”))) If we were to reimplement the standard
analyzer as a
<
[role=”pagebreak-before”]
[source,js]
{
“type”: “custom”,
“tokenizer”: “standard”,
“filter”: [ “lowercase”, “stop” ]
}
In <lowercase
, and stop
token filters, but for the moment, let’s focus on
the standard
tokenizer.