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.
  • Field Details

    • doExorcise

      boolean doExorcise
    • verbose

      boolean verbose
    • level

      int level
    • threadCount

      int threadCount
    • onlySegments

      List<String> onlySegments
    • indexPath

      String indexPath
    • dirImpl

      String dirImpl
    • out

  • 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.