Skip to content

Refactor API to use Elasticsearch 7.9

Compare
Choose a tag to compare
@higs4281 higs4281 released this 03 Aug 20:19
· 47 commits to main since this release
92a4c78

This change should have little effect on search users, but it is a significant code update. Among the changes:

  • Implements a new pagination method based on Elasticsearch's "search_after" values.
  • Preserve accurate counts when searches return more than 10,000 hits, adapting to an Elasticsearch API change.
  • Handles breaking changes to aggregation sizes.