elasticsearch/docs/reference
Andy Bristol 48696ab544 expose simple pattern tokenizers (#25159)
Expose the experimental simplepattern and 
simplepatternsplit tokenizers in the common 
analysis plugin. They provide tokenization based 
on regular expressions, using Lucene's 
deterministic regex implementation that is usually 
faster than Java's and has protections against 
creating too-deep stacks during matching.

Both have a not-very-useful default pattern of the 
empty string because all tokenizer factories must 
be able to be instantiated at index creation time. 
They should always be configured by the user 
in practice.
2017-06-13 12:46:59 -07:00
..
aggregations Scripting: Change keys for inline/stored scripts to source/id (#25127) 2017-06-09 08:29:25 -07:00
analysis expose simple pattern tokenizers (#25159) 2017-06-13 12:46:59 -07:00
cat Fix typo in shards.asciidoc (#25143) 2017-06-09 12:45:43 +02:00
cluster Adds nodes usage API to monitor usages of actions (#24169) 2017-06-02 08:46:38 +01:00
docs Scripting: Change keys for inline/stored scripts to source/id (#25127) 2017-06-09 08:29:25 -07:00
how-to Docs: More search speed advices. (#24802) 2017-06-01 17:23:22 +02:00
images Docs: clarify calculation of sigma and lambda in function_score (#20267) 2016-09-02 14:41:07 +02:00
index-modules [DOCS] Fixed callout reference error. 2017-06-08 16:47:13 -07:00
indices Fix get mappings HEAD requests 2017-06-11 14:58:56 -04:00
ingest Add target_field parameter to gsub, join, lowercase, sort, split, trim, uppercase (#24133) 2017-06-13 09:40:44 -07:00
mapping Add half_float and scaled float (#22988) 2017-06-13 09:54:44 +10:00
migration Remove the postings highlighter and make unified the default highlighter choice (#25028) 2017-06-09 14:09:57 +02:00
modules Scripting: Change keys for inline/stored scripts to source/id (#25127) 2017-06-09 08:29:25 -07:00
query-dsl Scripting: Change keys for inline/stored scripts to source/id (#25127) 2017-06-09 08:29:25 -07:00
release-notes Added release notes for 6.0.0-alpha2 2017-06-06 11:52:18 +02:00
search Scripting: Change keys for inline/stored scripts to source/id (#25127) 2017-06-09 08:29:25 -07:00
setup [DOC] Add X-Pack links to Elasticsearch Reference (#25164) 2017-06-12 13:43:06 -07:00
testing Docs: Replace deprecated pluginList with Arrays.asList (#24270) 2017-04-24 13:30:37 +02:00
aggregations.asciidoc Update aggregation.asciidoc (#24042) 2017-04-11 09:02:38 -04: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 Docs: Specify that byte units use powers of 1024 (#23574) 2017-03-16 12:39:45 -04:00
cat.asciidoc [DOCS] Fixed various typos in the 'cat APIs' section (#23216) 2017-02-16 20:41:42 +01:00
cluster.asciidoc [docs] include two cluster doc pages missing from index (#25180) 2017-06-12 12:33:56 -07:00
docs.asciidoc Inclusion of link to Multi Delete (#22619) 2017-01-16 12:58:59 +01:00
getting-started.asciidoc Add primary term to doc write response 2017-04-19 14:44:22 -04:00
glossary.asciidoc Improve glossary to not refer to types as "like a table" (#17704) 2016-04-13 14:29:47 +02:00
how-to.asciidoc Correct grammar in list in how-to docs 2017-01-17 20:57:22 -05:00
index-all.asciidoc [DOC] Add X-Pack links to Elasticsearch Reference (#25164) 2017-06-12 13:43:06 -07:00
index-modules.asciidoc Add a cluster block that allows to delete indices that are read-only (#24678) 2017-05-16 17:34:37 +02:00
index-shared.asciidoc [DOC] Add X-Pack links to Elasticsearch Reference (#25164) 2017-06-12 13:43:06 -07:00
index.asciidoc [DOC] Add X-Pack links to Elasticsearch Reference (#25164) 2017-06-12 13:43:06 -07:00
indices.asciidoc Remove shadow replicas 2017-04-11 11:26:26 -06:00
ingest.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
mapping.asciidoc Only allow one type on 7.0 indices (#24317) 2017-04-27 08:43:20 +02:00
modules.asciidoc Docs: Cross-cluster search doc wasn't being included 2017-01-18 10:02:51 +01:00
query-dsl.asciidoc Fixed broken xrefs to query-dsl-not-query, which has been removed. 2015-10-20 13:01:37 -07:00
redirects.asciidoc [DOCS] Added Painless Language Spec content 2017-05-16 12:46:56 -07:00
release-notes.asciidoc Added release notes for 6.0.0-alpha2 2017-06-06 11:52:18 +02:00
search.asciidoc Include missing field-caps docs in search 2017-04-18 10:31:35 +02:00
setup.asciidoc Docs: Add setup section for the keystore tool and secure settings (#22838) 2017-01-30 14:56:45 -08:00
testing.asciidoc [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00