Kentico / xperience-by-kentico-algolia

Enables the creation of Algolia search indexes and the indexing of Xperience content tree pages using a code-first approach.
https://www.kentico.com/
MIT License
4 stars 1 forks source link

Data splitting #3

Closed kentico-ericd closed 1 year ago

kentico-ericd commented 2 years ago

Motivation

We recieved feedback from Algolia (and our MVP) that large data records should be split into multiple records: https://www.algolia.com/doc/guides/sending-and-managing-data/prepare-your-data/how-to/indexing-long-documents/

Checklist

How to test

Follow the instructions in https://github.com/Kentico/kentico-xperience-algolia/tree/data-split#scissors-splitting-large-content to set up data splitting. When a page is created or updated, the correct number of fragments should appear in Algolia. When a page is deleted, all fragments should be deleted.