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)
Number of projects with a classified order number or type code variable
Number of projects with order numbers and type codes that are indexed via Lucene.
Number of projects with automatic backward search calculation
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.