Command line utility |
Top Previous Next |
Indexes can be created, updated, or recreated via the console application:
flpidx.exe -name [index name] | -path [path to index store] | -recreate | -update | -create | -cf | -d [locations] | -ds | -f [file types] | -fd | -fm | -fma | -fnc | -verbose | -help
Examples:
To update the 'Emails' index the command line would be:
flpidx.exe -name "Emails" -update
To recreate the index stored in 'C:\Indexes\Shared' the command line would be:
flpidx.exe -path "C:\Indexes\Shared" -recreate
To create a new index stored in 'C:\Indexes\New' the command line would be:
flpidx.exe -create -name "New Index" -path "C:\Indexes\New" -ds -fd -i |