OpenSearch/modules
Christoph Büscher 4ffa050735 Allow custom characters in token_chars of ngram tokenizers (#49250)
Currently the `token_chars` setting in both `edgeNGram` and `ngram` tokenizers
only allows for a list of predefined character classes, which might not fit
every use case. For example, including underscore "_" in a token would currently
require the `punctuation` class which comes with a lot of other characters.
This change adds an additional "custom" option to the `token_chars` setting,
which requires an additional `custom_token_chars` setting to be present and
which will be interpreted as a set of characters to inlcude into a token.

Closes #25894
2019-11-20 10:37:12 +01:00
..
aggs-matrix-stats (refactor) Extract Empty/Script/Missing ValuesSource behavior to an interface (#48320) (#49330) 2019-11-19 16:44:29 -05:00
analysis-common Allow custom characters in token_chars of ngram tokenizers (#49250) 2019-11-20 10:37:12 +01:00
ingest-common Introduce dedicated ingest processor exception (#48810) 2019-11-14 11:04:53 -05:00
ingest-geoip Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
ingest-user-agent update ingest-user-agent regexes.yml (#47807) 2019-10-18 16:26:48 +02:00
lang-expression upgrade to Lucene-8.3.0-snapshot-25968e3b75e (#48227) 2019-10-21 08:21:09 +02:00
lang-mustache Update mustache dependency to 0.9.6 (#46243) 2019-09-09 13:42:03 +02:00
lang-painless Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
mapper-extras Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
parent-join (refactor) Extract Empty/Script/Missing ValuesSource behavior to an interface (#48320) (#49330) 2019-11-19 16:44:29 -05:00
percolator Refactor percolator's QueryAnalyzer to use QueryVisitors 2019-11-20 09:21:01 +00:00
rank-eval Support `search_type` in Rank Evaluation API (#48542) (#48631) 2019-10-29 14:54:33 +01:00
reindex Fix java home validation usage by tasks (#49204) 2019-11-19 10:30:19 -08:00
repository-url Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
systemd Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
transport-netty4 Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
build.gradle Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00