OpenSearch/plugins/mapper-annotated-text/src/main/java/org/elasticsearch
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
..
index/mapper/annotatedtext search as you type fieldmapper (#35600) 2019-03-27 13:29:13 -07:00
plugin/mapper New plugin - Annotated_text field type (#30364) 2018-09-18 10:25:27 +01:00
search/fetch/subphase/highlight Simplify handling of keyword field normalizers (#42002) 2019-05-10 14:38:46 +01:00