Manual indexing
To create a manual index, execute the following command. There are two options “FULL” and “INCREMENTAL”. It is required that a FULL be run the first time. Subsequent runs may use “INCREMENTAL”
To manually create a FULL index execute the following command.
The following assumes installation is located at “/opt/agilexplorer-xx/”
>cd /opt/agilexplorer-xx/bin
>run-etl.sh
To manually create an INCREMENTAL index execute the following command.
The following assumes installation is located at “/opt/agilexplorer-xx/”
>cd /opt/agilexplorer-xx/bin
>run-incremental.sh
The process may be run while AX is operating. However to realize the new index the App must be restarted – see Starting and Stopping AX Manually.
0 Comments