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. segmentInfos
List ofCheckIndex.Status.SegmentInfoStatus
instances, detailing status of each segment.Methods in org.apache.lucene.index that return CheckIndex.Status.SegmentInfoStatus Modifier and Type Method Description private CheckIndex.Status.SegmentInfoStatus
CheckIndex. 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 void
CheckIndex. processSegmentInfoStatusResult(CheckIndex.Status result, SegmentCommitInfo info, CheckIndex.Status.SegmentInfoStatus segmentInfoStatus)
-