Skip to content

v2.1.0

Choose a tag to compare

@gdbrown gdbrown released this 27 Oct 01:42
· 33 commits to master since this release

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 text types using pbj_keyword analyzer are now keyword types using pbj_keyword normalizer.
  • Add getCustomNormalizers method to Gdbots\Pbj\Marshaler\Elastica\MappingFactory which by default provides the pbj_keyword normalizer.