public static class CheckIndex.Options
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
dirImpl |
(package private) boolean |
doChecksumsOnly |
(package private) boolean |
doExorcise |
(package private) boolean |
doSlowChecks |
(package private) java.lang.String |
indexPath |
(package private) java.util.List<java.lang.String> |
onlySegments |
(package private) java.io.PrintStream |
out |
(package private) boolean |
verbose |
Constructor and Description |
---|
Options()
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDirImpl()
Get the name of the FSDirectory implementation class to use.
|
java.lang.String |
getIndexPath()
Get the directory containing the index.
|
void |
setOut(java.io.PrintStream out)
Set the PrintStream to use for reporting results.
|
boolean doExorcise
boolean doSlowChecks
boolean verbose
boolean doChecksumsOnly
java.util.List<java.lang.String> onlySegments
java.lang.String indexPath
java.lang.String dirImpl
java.io.PrintStream out
public java.lang.String getDirImpl()
public java.lang.String getIndexPath()
public void setOut(java.io.PrintStream out)