Package org.apache.lucene.index
Class CheckIndex.Options
java.lang.Object
org.apache.lucene.index.CheckIndex.Options
- Enclosing class:
- CheckIndex
Run-time configuration options for CheckIndex commands.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) String
(package private) boolean
(package private) boolean
(package private) boolean
(package private) String
(package private) PrintStream
(package private) int
(package private) boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the FSDirectory implementation class to use.Get the directory containing the index.void
setOut
(PrintStream out) Set the PrintStream to use for reporting results.
-
Field Details
-
doExorcise
boolean doExorcise -
doSlowChecks
boolean doSlowChecks -
verbose
boolean verbose -
doChecksumsOnly
boolean doChecksumsOnly -
threadCount
int threadCount -
onlySegments
-
indexPath
String indexPath -
dirImpl
String dirImpl -
out
PrintStream out
-
-
Constructor Details
-
Options
public Options()Sole constructor.
-
-
Method Details
-
getDirImpl
Get the name of the FSDirectory implementation class to use. -
getIndexPath
Get the directory containing the index. -
setOut
Set the PrintStream to use for reporting results.
-