As you suppose, i'm asking if currently solr implements this functionality or there is any related jira issue.
A few days ago, our solr server suffered an unsafe power shutdown. After restoring, we found wrong behaviour (we got NullPointerException when aplying sort criteria in some queries) due to index corruption I think it could be nice if Solr could check if the index is corrupted (fix corrupted indexes too) Found this functionality at : http://lucene.apache.org/java/2_4_0/api/org/apache/lucene/index/CheckIndex.html Thx -- Lici