Versions Compared

Key

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

Valid up to 3.x

The documentation below is valid up to Datafari v3.x

...

You can set a value for the limit of the number of characters stored in the index. This requires a full reindex of the data to be taken into account. For standard scenarios, this value can be equal to the number of analyzed characters for highlighting (Highlighting configuration). Using a low value can save disk space. Limiting stored field won't have an impact on the search results but can lead to uncorrect highlighting.To set the size limitation, you have to be the search administrator. Go in the admin UI:Image Removed

...

And set the value in the following tab:Image Removed

...

Set a number of token limit for fields:

You can set a value to limit the number of tokens that are indexed in the inverted index for each field of each document. This requires a full reindex of the data to be taken into account. Using a low value can save disk space. Be carefull, limiting the number of indexed tokens can have an impact on search results as inverted index is used to find the documents during a standard search query. To set the size limitation, you have to be the search administrator. Go in the admin UI:Image Removed

...

And set the value in the following tab:Image Removed

...

You can find more information on the search index in the dedicated section Search Index.