Uses of Class
org.apache.lucene.index.CheckIndex.Status.SoftDeletsStatus
-
Packages that use CheckIndex.Status.SoftDeletsStatus Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of CheckIndex.Status.SoftDeletsStatus in org.apache.lucene.index
Fields in org.apache.lucene.index declared as CheckIndex.Status.SoftDeletsStatus Modifier and Type Field Description CheckIndex.Status.SoftDeletsStatusCheckIndex.Status.SegmentInfoStatus. softDeletesStatusStatus of soft deletesMethods in org.apache.lucene.index that return CheckIndex.Status.SoftDeletsStatus Modifier and Type Method Description private static CheckIndex.Status.SoftDeletsStatusCheckIndex. checkSoftDeletes(java.lang.String softDeletesField, SegmentCommitInfo info, SegmentReader reader, java.io.PrintStream infoStream, boolean failFast)
-