Class SuggestCreator.Options

java.lang.Object
org.codelibs.fess.exec.SuggestCreator.Options
Enclosing class:
SuggestCreator

protected static class SuggestCreator.Options extends Object
A nested class for parsing command-line options.
  • Field Details

    • sessionId

      protected String sessionId
      The session ID for the suggest creation process.
    • name

      protected String name
      The name of the suggest creator instance.
    • propertiesPath

      protected String propertiesPath
      The path to the properties file for configuration.
  • Constructor Details

    • Options

      protected Options()
      Constructs a new Options object.
  • Method Details