OpenSearch/plugins/mapper-annotated-text
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
..
src Simplify handling of keyword field normalizers (#42002) 2019-05-10 14:38:46 +01:00
build.gradle New plugin - Annotated_text field type (#30364) 2018-09-18 10:25:27 +01:00