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.
-
Constructor Summary
-
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.
-
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.
-