Class CheckIndex.Options

java.lang.Object
org.apache.lucene.index.CheckIndex.Options
Enclosing class:
CheckIndex

public static class CheckIndex.Options extends Object
Run-time configuration options for CheckIndex commands.
  • Constructor Details

    • Options

      public Options()
      Sole constructor.
  • Method Details

    • getDirImpl

      public String getDirImpl()
      Get the name of the FSDirectory implementation class to use.
    • getIndexPath

      public String getIndexPath()
      Get the directory containing the index.
    • setOut

      public void setOut(PrintStream out)
      Set the PrintStream to use for reporting results.