OpenSearch/plugins
Alan Woodward 44c3418531 Simplify handling of keyword field normalizers (#42002)
We have a number of places in analysis-handling code where we check
if a field type is a keyword field, and if so then extract the normalizer rather
than pulling the index-time analyzer. However, a keyword normalizer is
really just a special case of an analyzer, so we should be able to simplify this
by setting the normalizer as the index-time analyzer at construction time.
2019-05-10 14:38:46 +01:00
..
analysis-icu Add ignore_above in ICUCollationKeywordFieldMapper (#40414) 2019-04-19 14:19:35 -07:00
analysis-kuromoji Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-nori Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-phonetic Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-smartcn Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-stempel Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
analysis-ukrainian Upgrade to Lucene release 8.0.0 (#39998) 2019-03-13 18:11:50 +01:00
discovery-azure-classic Reject port ranges in `discovery.seed_hosts` (#41905) 2019-05-08 08:34:32 +01:00
discovery-ec2 Upgrade SDK and test discovery-ec2 credential providers (#41732) 2019-05-08 09:38:36 +02:00
discovery-gce Reject port ranges in `discovery.seed_hosts` (#41905) 2019-05-08 08:34:32 +01:00
examples Testclusters: support for security and convert example plugins (#41864) 2019-05-08 14:04:00 +03:00
ingest-attachment Remove -Xlint exclusions in all plugins. (#40721) 2019-04-04 08:30:34 +02:00
mapper-annotated-text Simplify handling of keyword field normalizers (#42002) 2019-05-10 14:38:46 +01:00
mapper-murmur3 Small refactorings to analysis components (#40745) 2019-04-03 14:22:16 +02:00
mapper-size Remove -Xlint exclusions in all plugins. (#40721) 2019-04-04 08:30:34 +02:00
repository-azure Testclsuters: convert plugins qa projects (#41496) 2019-04-26 08:57:52 -07:00
repository-gcs Implement Bulk Deletes for GCS Repository (#41368) (#41681) 2019-04-30 17:03:57 +02:00
repository-hdfs Async Snapshot Repository Deletes (#40144) (#41571) 2019-04-26 15:36:09 +02:00
repository-s3 Async Snapshot Repository Deletes (#40144) (#41571) 2019-04-26 15:36:09 +02:00
store-smb Store Pending Deletions Fix (#40345) 2019-03-26 15:30:44 +01:00
transport-nio Correct spelling of MockLogAppender.PatternSeenEventExpectation (#41893) 2019-05-07 17:28:51 +01:00
build.gradle Testclsuters: convert plugins qa projects (#41496) 2019-04-26 08:57:52 -07:00