Uses of Class
org.apache.lucene.index.CheckIndex.Status
-
Packages that use CheckIndex.Status Package Description org.apache.lucene.index org.elasticsearch.index.store -
-
Uses of CheckIndex.Status in org.apache.lucene.index
Methods in org.apache.lucene.index that return CheckIndex.Status Modifier and Type Method Description CheckIndex.StatusCheckIndex. checkIndex()Returns aCheckIndex.Statusinstance detailing the state of the index.CheckIndex.StatusCheckIndex. checkIndex(List<String> onlySegments)Returns aCheckIndex.Statusinstance detailing the state of the index.Methods in org.apache.lucene.index with parameters of type CheckIndex.Status Modifier and Type Method Description voidCheckIndex. exorciseIndex(CheckIndex.Status result)Repairs the index using previously returned result fromCheckIndex.checkIndex(). -
Uses of CheckIndex.Status in org.elasticsearch.index.store
Methods in org.elasticsearch.index.store that return CheckIndex.Status Modifier and Type Method Description CheckIndex.StatusStore. checkIndex(PrintStream out)Checks and returns the status of the existing index in this store.
-