Sponsor of the Day:
Jerkmate
https://www.elastic.co/docs/reference/text-analysis/analysis-standard-analyzer
Standard analyzer | Elasticsearch Reference
The standard analyzer is the default analyzer which is used if none is specified. It provides grammar based tokenization (based on the Unicode Text...
analyzer elasticsearchstandardreference
https://www.elastic.co/docs/reference/elasticsearch/plugins/_reimplementing_and_extending_the_analyzers
Reimplementing and extending the smartcn analyzer | Elasticsearch Reference
The smartcn analyzer could be reimplemented as a custom analyzer that can then be extended and configured as follows:
analyzer elasticsearchextendingreference
https://www.elastic.co/docs/reference/text-analysis/analysis-pattern-analyzer
Pattern analyzer | Elasticsearch Reference
The pattern analyzer uses a regular expression to split the text into terms. The regular expression should match the token separators not the tokens...
analyzer elasticsearchpatternreference
https://www.elastic.co/docs/reference/text-analysis/analysis-keyword-analyzer
Keyword analyzer | Elasticsearch Reference
The keyword analyzer is a noop analyzer which returns the entire input string as a single token. The above sentence would produce the following single...
analyzer elasticsearchkeywordreference
https://www.elastic.co/docs/reference/text-analysis/analyzer-reference
Analyzer reference | Elasticsearch Reference
Elasticsearch ships with a wide range of built-in analyzers, which can be used in any index without further configuration: If you do not find an analyzer...
reference elasticsearchanalyzer