5.9.22.1.2. Keys "CATMETRICS_*"

When the CIP file of the catalog is created, the results of the resolution check (see Section 5.8.2.1.16.26, “ Reverse Search - Resolve check (automatic) ”) are set in the dir.prj of the catalog in the form of the following keys:

  • CATMETRICS_SEARCHABLE_PROJECTS

    Number of projects that should be found (all visible projects and projects with SEARCHINDEX=ON)

  • CATMETRICS_REVERSE_CLASSIFIED

    Number of projects with a classified order number or type code variable

  • CATMETRICS_REVERSE_STATIC

    Number of projects without value ranges

  • CATMETRICS_REVERSE_CONFIG

    Number of projects with manual reverse scripts

  • CATMETRICS_REVERSE_LUCENE

    Number of projects with order numbers and type codes that are indexed via Lucene.

  • CATMETRICS_REVERSE_GRAPH

    Number of projects with automatic backward search calculation

  • CATMETRICS_REVERSE_FAILED

    Number of projects that cannot be found with the reverse search

Background information: To create the information that is written to dir.prj, the configuration files resolvecheck.cfg and *.qacheck are evaluated. In resolvecheck.cfg, for example, the ResolveChecker writes the projects for which an automatic reverse search is possible. However, it is possible that someone has changed a project without running the ResolveChecker. In this case, the information is read from *.qacheck, to which Testmeta writes, and Testmeta must always be called for changed projects, as otherwise they cannot be published.