Uses of Class
org.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
-
Packages that use CheckIndex.Status.SegmentInfoStatus Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of CheckIndex.Status.SegmentInfoStatus in org.apache.lucene.index
Fields in org.apache.lucene.index with type parameters of type CheckIndex.Status.SegmentInfoStatus Modifier and Type Field Description java.util.List<CheckIndex.Status.SegmentInfoStatus>CheckIndex.Status. segmentInfosList ofCheckIndex.Status.SegmentInfoStatusinstances, detailing status of each segment.Methods in org.apache.lucene.index that return CheckIndex.Status.SegmentInfoStatus Modifier and Type Method Description private CheckIndex.Status.SegmentInfoStatusCheckIndex. testSegment(SegmentInfos sis, SegmentCommitInfo info, java.io.PrintStream infoStream)Methods in org.apache.lucene.index with parameters of type CheckIndex.Status.SegmentInfoStatus Modifier and Type Method Description private voidCheckIndex. processSegmentInfoStatusResult(CheckIndex.Status result, SegmentCommitInfo info, CheckIndex.Status.SegmentInfoStatus segmentInfoStatus)
-