In this article you will find:
...
Open the backend of your Sitefinity instance
Navigate to Administartion → Settings and click Advanced (your-site-domain/Sitefinity/Administration/Settings/Advanced)
Open the Hawksearch configuration
Under document size limit enter 4000KB
Save the changes
...
Info |
---|
Setup search serviceIn order to index documents above the document size limit you need to inherit the HawksearchService class and override the AdaptDocuments. Here we will demonstrate how to:
|
Info |
---|
The following code snippet demonstrates how to strip the document from it’s Content field in order to pass the document size limit check. |
...