Class CheckIndex.Options

  • Enclosing class:
    CheckIndex

    public static class CheckIndex.Options
    extends java.lang.Object
    Run-time configuration options for CheckIndex commands.
    • Field Summary

      Fields 
      Modifier and Type Field 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 Summary

      Constructors 
      Constructor Description
      Options()
      Sole constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • doExorcise

        boolean doExorcise
      • doSlowChecks

        boolean doSlowChecks
      • verbose

        boolean verbose
      • doChecksumsOnly

        boolean doChecksumsOnly
      • onlySegments

        java.util.List<java.lang.String> onlySegments
      • indexPath

        java.lang.String indexPath
      • dirImpl

        java.lang.String dirImpl
      • out

        java.io.PrintStream out
    • Constructor Detail

      • Options

        public Options()
        Sole constructor.
    • Method Detail

      • getDirImpl

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

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

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