OpenSearch/plugins/mapper-annotated-text/src
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
..
main/java/org/elasticsearch Simplify handling of keyword field normalizers (#42002) 2019-05-10 14:38:46 +01:00
test Bug fix for AnnotatedTextHighlighter - port of 39525 (#39749) 2019-03-06 19:02:04 +00:00