Indexing existing data by using the ARSDOC program

The ARSDOC program has two options specifically related to FTS.

The first option is fti_add. Parameters for this option control whether the resulting documents are queried through SQL (the -i parameter) or if an entire load will be full text indexed (the -X parameter).

The second ARSDOC program option is fti_release. This option takes the same parameters as fti_add to determine the documents that need their indexes removed from the full text index.

Both of these options result in work items that are created in the ARSFTIWORK table.

The following shows an example command that is used with an application group and folder named Bank1:
arsdoc fti_add -f "Bank1" -h localhost -i "where 1=1" -u admin -v -G Bank1