jekyll-algolia/lib/errors/record_too_big.txt

23 lines
1.0 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

E:[✗ Error] Record is too big
E:
E:The jekyll-algolia plugin could not push one of your records as it exceeds the {size_limit} size limit.
W:
W:The plugin will create one record for each element matching your `nodes_to_index` value (currently set to "{nodes_to_index}").
W:Each record should not weight more than {size_limit}.
W:One of your records weights {size} and has been rejected.
W:
W:objectID: {object_id}
W:title:    {object_title}
W:url:      {object_url}
W:
W:Most probable keys causing the issue:
W:   {probable_wrong_keys}
W:
W:Complete log of the record has been extracted to:
W:   {record_log_path}
W:
I:This issue can be caused by malformed HTML preventing the parser to correctly grab the content of the nodes. Double check that the page actually renders correctly with a regular `jekyll build`.
I:
I:If you're having trouble solving this issue, feel free to file a bug on GitHub, ideally with a link to a repository where we can reproduce the issue.
I:  https://github.com/algolia/jekyll-algolia/issues