elasticsearch/docs/reference
Adrien Grand 3f805d68cb Add the ability to set an analyzer on keyword fields. (#21919)
This adds a new `normalizer` property to `keyword` fields that pre-processes the
field value prior to indexing, but without altering the `_source`. Note that
only the normalization components that work on a per-character basis are
applied, so for instance stemming filters will be ignored while lowercasing or
ascii folding will be applied.

Closes #18064
2016-12-30 09:36:10 +01:00
..
aggregations Update bucket-script-aggregation.asciidoc (#22219) 2016-12-16 12:39:22 +01:00
analysis Add the ability to set an analyzer on keyword fields. (#21919) 2016-12-30 09:36:10 +01:00
cat Remove lang-python and lang-javascript (#20734) 2016-11-21 22:13:25 -05:00
cluster Fix doc bug for cgroup cpuacct usage metric 2016-12-15 23:22:54 -05:00
docs Correct typo in "detect_noop" documentation (#22039) 2016-12-09 15:24:08 -05:00
how-to Add a recommendation against large documents to the docs. (#21652) 2016-11-21 15:01:36 +01:00
images
index-modules Restores the original default format of search slow log 2016-12-09 12:38:28 -05:00
indices Use reader for doc stats 2016-12-23 09:44:56 -05:00
ingest Link directly to the attachments in arrays section 2016-12-22 20:52:08 +08:00
mapping Add the ability to set an analyzer on keyword fields. (#21919) 2016-12-30 09:36:10 +01:00
migration Enable strict duplicate checks for all XContent types (#22225) 2016-12-19 09:29:47 +01:00
modules Docs fix native script usage in 5.x (#22362) 2016-12-29 09:41:26 -08:00
query-dsl Docs: Added link from bool and constant score query to filter context 2016-12-29 11:05:28 +01:00
search Merge pull request #21393 from masaruh/alias_boost 2016-12-16 15:07:51 +09:00
setup Fixing a second "second" reference in docs (#22345) 2016-12-28 18:50:10 +01:00
testing
aggregations.asciidoc `value_type` is useful regardless of scripting. (#22160) 2016-12-22 14:35:12 +01:00
analysis.asciidoc Add the ability to set an analyzer on keyword fields. (#21919) 2016-12-30 09:36:10 +01:00
api-conventions.asciidoc Send error_trace by default when testing (#22195) 2016-12-15 13:35:14 -05:00
cat.asciidoc
cluster.asciidoc
docs.asciidoc
getting-started.asciidoc Clarify first search API explanation of parameters (#21958) 2016-12-12 15:00:53 +01:00
glossary.asciidoc
how-to.asciidoc
index-modules.asciidoc
index.asciidoc [docs] Document Docker installation method 2016-11-17 15:06:32 +02:00
indices.asciidoc
ingest.asciidoc
mapping.asciidoc
modules.asciidoc Remove lang-python and lang-javascript (#20734) 2016-11-21 22:13:25 -05:00
query-dsl.asciidoc
redirects.asciidoc Remove indices query (#21837) 2016-11-30 19:37:01 +01:00
release-notes.asciidoc
search.asciidoc
setup.asciidoc Improve the out-of-the-box experience 2016-12-01 17:26:29 -05:00
testing.asciidoc