Skip to content

v5.0.0

Choose a tag to compare

@simonwoerpel simonwoerpel released this 01 Sep 14:42
· 138 commits to main since this release
56af46d

This is the first production release for OpenAleph 5 versions.

openaleph-search is the new standalone-package for indexing and search FollowTheMoney entities for OpenAleph and similar applications and takes this application logic out of the main OpenAleph app.

Summary

  • Upgrade codebase to use FollowTheMoney 4.x.x
  • Handle names using rigour, remove fingerprints (Read more about names)
  • Use a routing key (the collection_id) to ensure that all entities in a certain collection are assigned to the same shard, to speed up searching within a collection
  • Use ElasticSearch 9, change index structure, improve search and highlighting (see future blog post)
  • Expose CLI commands

Breaking changes from OpenAleph 3 / Aleph 4

  • New index structure with rewritten mappings. This requires re-building the indices. While you are on it, just upgrade to Elasticsearch 9. Contact us or open an issue for any upgrade related topics.

Full Changelog: v0.0.8...v5.0.0