The errors “Extractors returned too many records” or “Records extracted are too big” in DocSearch mean that the Crawler found too many records or they are too large on a page it tried to crawl.
There are two ways to approach resolving this error:
1. You can use the aggregateContent option to help you reduce the number of records. Please bear in mind that, the maximum number of records per page is 750, in case you get above the limit you should try to split your page as it becomes unbearable to load and to navigate
2. You can use the recordVersion to reduce the record size (only used with DocSearch v2)
Check out the Record Extractor | DocSearch by Algolia for more information.
Useful links
The free DocSearch plan, doesn't include technical web support from the Support team. For further assistance, you can post your question on the Algolia Community Forum or Discord. For front-end issues, you can raise the issue directly on GitHub. In addition, you can review our DocSearch Documentation and FAQ.