2013-08-29 07:24:34 +08:00
|
|
|
[[analysis-keyword-analyzer]]
|
|
|
|
=== Keyword Analyzer
|
|
|
|
|
|
|
|
An analyzer of type `keyword` that "tokenizes" an entire stream as a
|
|
|
|
single token. This is useful for data like zip codes, ids and so on.
|
|
|
|
Note, when using mapping definitions, it might make more sense to simply
|
2016-03-19 00:01:27 +08:00
|
|
|
map the field as a <<keyword,`keyword`>>.
|