5.12.7.8. Limit resolving of value ranges (yellow fields) via config key

The possible combinations that arise when resolving value ranges can be huge and cause the index to grow extremely. For this reason, the maximum number of permitted variants per catalog and per project is limited by configuration file.

[Note]Note

Normally the settings should not be changed.

The setting is made using the configuration file partsol.cfg and applies to all catalogs.

  • MaxProjectResolveRange means that no more than the specified number of variants may be created per project by resolving the value ranges.

    INDEX:LUCENE
    MaxProjectResolveRange=25000 (default)

  • MaxCatalogResolveRange means that no more than the specified number of variants may be created per catalog by resolving the value ranges.

    INDEX:LUCENE
    MaxCatalogResolveRange=50000 (default)

If one of the two limits is exceeded, no variants are indexed for the entire catalog. If a search for value range values is still to be successful, a reverse search must be used.