Tool to validate Solr index

1.6k Views Asked by At

Is there a tool to validate Solr index and can tell if its corrupted? I have googled but could not find any tool. Basically what I need is a software kind of thing that can walk through the index and find discrepancies

1

There are 1 best solutions below

0
On

CheckIndex

CheckIndex is a tool available in the Lucene library, which allows you to check the files and create new segments that do not contain problematic entries.

Command

java -ea:org.apache.lucene... org.apache.lucene.index.CheckIndex INDEX_PATH -fix