index compare

The index compare command compares the search index fields of repository and Elasticsearch.

Usage

index compare --i indexName --f filePath
RequiredArgumentDescription
Yes--i indexName

Index name to compare between repository and Elasticsearch configuration.

Yes--f filePath

File path to write fields of index.

Example 1

This example compares an index named "CustomerIndex" and writes the search index fields to the file listOutput.csv at the location: c:/exportLocation.

index compare --i CustomerIndex --f c:/exportLocation/listOutput.csv