1
0
Fork 0
mirror of https://github.com/requarks/wiki.git synced 2026-03-02 22:06:55 -05:00

Algolia prevents indexing on big documents #1702

Closed
opened 2026-02-20 18:17:34 -05:00 by deekerman · 1 comment
Owner

Originally created by @jayzalowitz on GitHub (Jun 19, 2020).

Originally assigned to: @NGPixel on GitHub.

Describe the bug
When you have a large document this gets thrown and no documents get indexed:
https://github.com/Requarks/wiki/blob/master/server/modules/search/algolia/engine.js#L142

To Reproduce
Make a very large document

Expected behavior
At least some documents would get through

Additional context
https://www.algolia.com/doc/guides/sending-and-managing-data/prepare-your-data/how-to/indexing-long-documents/ splitting by line would work just as well for these documents. At the very least telling what document was causing the problem would be great while trying to rebuild index.

Originally created by @jayzalowitz on GitHub (Jun 19, 2020). Originally assigned to: @NGPixel on GitHub. **Describe the bug** When you have a large document this gets thrown and no documents get indexed: https://github.com/Requarks/wiki/blob/master/server/modules/search/algolia/engine.js#L142 **To Reproduce** Make a very large document **Expected behavior** At least some documents would get through **Additional context** https://www.algolia.com/doc/guides/sending-and-managing-data/prepare-your-data/how-to/indexing-long-documents/ splitting by line would work just as well for these documents. At the very least telling what document was causing the problem would be great while trying to rebuild index.
deekerman 2026-02-20 18:17:34 -05:00
  • closed this issue
  • added the
    duplicate
    label
Author
Owner

@NGPixel commented on GitHub (Jun 26, 2020):

Duplicate of #1833

@NGPixel commented on GitHub (Jun 26, 2020): Duplicate of #1833
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wiki-requarks#1702
No description provided.