Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this article you will find:

...

  1. Open the backend of your Sitefinity instance

  2. Navigate to Administartion → Settings and click Advanced (your-site-domain/Sitefinity/Administration/Settings/Advanced)

  3. Open the Hawksearch configuration

  4. Under document size limit enter 4000KB

  5. Save the changes

...

Info

Setup search service

In 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:

empty the content field or OR take the first 500 words in it.

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.

...