Module org.apache.lucene.core
Package org.apache.lucene.index
Class CheckIndex.Status.SoftDeletsStatus
- java.lang.Object
-
- org.apache.lucene.index.CheckIndex.Status.SoftDeletsStatus
-
- Enclosing class:
- CheckIndex.Status
public static final class CheckIndex.Status.SoftDeletsStatus extends java.lang.Object
Status from testing soft deletes
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Throwable
error
Exception thrown during soft deletes test (null on success)
-
Constructor Summary
Constructors Constructor Description SoftDeletsStatus()
-