Strategies for Indexing Large Documents
In case you have to index lengthy documents that exceed the size limit, you have to divide them into smaller chunks. Currently, HoppySearch supports datasets with a maximum size of 6MB. However, we are soon planning to enhance the size limit through our user interface. Until then, you can use the following steps to index significant data.
- Split your JSON data into valid smaller JSONs.
- Upload each fragment separately, one at a time.
By splitting your long documents into smaller fragments, you can easily index your data without worrying about exceeding the size limit. You can also ensure the accuracy and efficiency of your search results.