Open missinglink opened 4 years ago
This PR is based on https://github.com/pelias/schema/pull/415. view diff
A nice-to-have but not a biggie, this PR ensures that normalized keyword fields are whitespace trimmed.
AFAIK to the trim filter not being supported in a normalizer from Lucene 7.3 (Elastic v6.4) so I suspect the tests will fail for ES5
trim
I think Travis agrees :smile:
This PR is based on https://github.com/pelias/schema/pull/415. view diff
A nice-to-have but not a biggie, this PR ensures that normalized keyword fields are whitespace trimmed.
AFAIK to the
trim
filter not being supported in a normalizer from Lucene 7.3 (Elastic v6.4) so I suspect the tests will fail for ES5