Uses of Class
org.apache.lucene.index.CheckIndex.Status
Packages that use CheckIndex.Status
-
Uses of CheckIndex.Status in org.apache.lucene.index
Methods in org.apache.lucene.index that return CheckIndex.StatusModifier and TypeMethodDescriptionCheckIndex.checkIndex()
Returns aCheckIndex.Status
instance detailing the state of the index.CheckIndex.checkIndex
(List<String> onlySegments) Returns aCheckIndex.Status
instance detailing the state of the index.CheckIndex.checkIndex
(List<String> onlySegments, ExecutorService executorService) Returns aCheckIndex.Status
instance detailing the state of the index.Methods in org.apache.lucene.index with parameters of type CheckIndex.StatusModifier and TypeMethodDescriptionvoid
CheckIndex.exorciseIndex
(CheckIndex.Status result) Repairs the index using previously returned result fromCheckIndex.checkIndex()
.private void
CheckIndex.processSegmentInfoStatusResult
(CheckIndex.Status result, SegmentCommitInfo info, CheckIndex.Status.SegmentInfoStatus segmentInfoStatus) private void
CheckIndex.updateMaxSegmentName
(CheckIndex.Status result, SegmentCommitInfo info)