Umbraco.Cms.Integrations.Search.Algolia: Pages are to large for index while building index

Hello,

We are building an Umbraco (version 13.6.0) site that has Algolia search functionality. We use the Umbraco.Cms.Integrations.Search.Algolia package (version 2.3.1) to fill the Algolia index.
Every page has a BlockGrid that has some widgets in it. Almost all pages are to large if we include the BlockGrid when building the Algolia index (larger than 10KB).

I have two questions/problems:

  1. The Algolia documentation describes the possibility of splitting long pages into “chunks”. Is there a way to do this with this package?
  2. When the index build process stumbles on a page that is too large, it gives an error and stops building the index. As a result, the rest of the pages are not indexed. Is there a way to skip the pages that are to large and index the other pages?

Thanks in advance!