Start IR Asynchronous mode

Applies to User Roles:

System Administrator

Asynchronous IR means that instead of every session directly updating IR indexes as data is updated, the IR index changes are logged to an internal table (irqueue), and a background process performs all the IR index updates separately.

To start asynchronous IR:

  1. Stop all Service Manager servers running a horizontal scaling or classic load manager implementation.
  2. Open the Service Manager initialization file (sm.ini) on each system and add the following line.
    ir_asynchronous:1

    Note: You must add this parameter to each system running in a horizontally scaled implementation so that each server knows that the IR process is running asynchronously.

  3. Save the initialization file.
  4. Open the Service Manager configuration file (sm.cfg) on the system running the load balancer process and add the following line.
    sm -que:ir
  5. Save the configuration file.
  6. Restart the Service Manager servers.

Related topics

IR Expert
Special considerations for using IR Expert
IR Expert scirexpert file
Updates to IR files
Customizing IR Expert
Database dictionary and IR Expert
IR keys and non-IR keys
Multiple files containing IR keys
Find Solution
How IR Expert evaluates documents for relevance
Creating an IR file

Access IR Expert
Edit queries for Find Solution
Implement IR searches
Load data files with IR Expert keys
Implement IR searches

Information Retrieval (IR) expert parameters