index list

The index list command returns a list of all Advanced Matching Module search indexes in a tabular format. The details include index name, index type, and the number of records. Indexes can be of two types: Legacy or Clustered. You can back up and restore clustered indexes. You can export both legacy and clustered indexes to *.txt files using the export utility.

You can also write the index list to a .csv file at any specified location.

Usage

index list --f filePath
RequiredArgumentDescription
No--f filePath
File path to write index list.
Note: The output is a comma delimited text file.

Example 1

This example writes the search index list to the file listOutput.csv at the location: c:/exportLocation.

index list --f c:/exportLocation/listOutput.csv

Example 2

This example lists all search indexes.

index list