Help > Reference > Perceptive Enterprise Search Catalog

Perceptive Enterprise Search Catalog

ISYS Catalogs allows Perceptive Enterprise Search - Local Administration Console users to switch between indexes without having to navigate through the drive and folder structure. The Catalog lets you register each index in a file called ISYSCAT.XML.

The ISYSCAT.XML is an XML format and must be strictly formatted, the catalog file has the following format:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<ISYSCatalog>

      <ISYSIndex Path="C:\Documents and Settings\UserName\Application Data\ISYS Search Software\ISYS Indexes\My Documents Index">

            <Name>My Documents Index</Name>

            <Description>Index of My Documents folder only</Description>

      </ISYSIndex>

      </ISYSIndex>

      <ISYSIndex Path="C:\Documents and Settings\UserName\Application Data\ISYS Search Software\ISYS Indexes\Public Folders">

            <Name>Index of Public Folders</Name>

            <Description></Description>

            <IconPath></IconPath>

      </ISYSIndex>

</ISYSCatalog>