v2.1.0
REQUIRES REINDEXING
Using the MappingFactory to generate the mappings in Elasticsearch will cause some mappings to change. You will need to recreate the mappings and reindex your data when you upgrade to this version.
- Update mapping such that
texttypes using pbj_keywordanalyzerare nowkeywordtypes using pbj_keywordnormalizer. - Add
getCustomNormalizersmethod toGdbots\Pbj\Marshaler\Elastica\MappingFactorywhich by default provides the pbj_keyword normalizer.