IDOL AgentBoolean IDX

IDOL AgentBoolean provides another way of finding pieces of information in text. In this case, you index the entities that you want to find into an IDOL Agentstore component.

The IDOL Agentstore component is a specially configured IDOL Content component. It uses IDOL AgentBoolean queries for entity matching.

When you use AgentBoolean for entity matching, each entity becomes a document in Agentstore. You then send a piece of text as a query to Agentstore, and it returns the entity documents that match the text.

The IDOL PHI Package contains IDX documents that describe entities for professions and occupations. You can use these IDX documents as another tool to find data that is protected by PHI regulations.

The package also contains an example Agentstore configuration file to allow you to set up your Agentstore component more easily.

NOTE: This example file does not contain all the required settings, such as license details, for your Agentstore. You might also want to add authorization roles and SSL settings for your system.

After you configure and set up your Agentstore, you can index the IDX documents and use Agentstore for entity matching. The following example index action indexes one of these IDX files:

http://localhost:5502/DREADD?C:\MicroFocus\PHIPackage\agentstore\idx\professions.idx

NOTE: The provided IDX files include a database field, so that Agentstore automatically indexes them into the correct database.

If you do not use the provided Agentstore configuration file, you must ensure that the professions database exists in your Agentstore. You must also configure the appropriate DatabaseType fields, or supply the DREDbName parameter in your DREADD index action.

For more information about how to set up and use IDOL querying, refer to the IDOL Server Administration Guide and the IDOL Content Component Reference.