SearchCacheSoftLimit

Defines the maximum number of results that will be included in the search cache when a search request includes the soft limit.

  • If the end row of the search is less than or equal to SearchCacheSoftLimit, the search cache contains the rows from 1 to SearchCacheSoftLimit.

  • If the end row is larger than SearchCacheSoftLimit but less than or equal to the SearchCacheHardLimit, the search cache contains all rows from 1 to SearchCacheHardLimit.

  • If the end row is larger than SearchCacheHardLimit, nothing is cached for the search.

Typically, this setting should match the default number of search results displayed per page.

Default is 25.

Type and Usage

Location

IntradocDir/config/config.cfg

Example

As a configuration setting:

SearchCacheSoftLimit=50

See Also