java.lang.Object
org.apache.struts.action.ActionForm
All Implemented Interfaces:
Serializable

public class LuceneForm extends BaseAdministratorForm
Struts form class corresponding to requests to "/administrator/LuceneForm.do" and "/administrator/LuceneAddAll.do". This form simply initializes its own properties, including the directory where the index is to be found.
Author:
Jason McWilliams
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • log

      static org.apache.commons.logging.Log log
    • regularSuggestionsOrBoth

      private String regularSuggestionsOrBoth
    • indexDir

      String indexDir
  • Constructor Details

    • LuceneForm

      public LuceneForm()
  • Method Details

    • getRegularSuggestionsOrBoth

      public String getRegularSuggestionsOrBoth()
    • setRegularSuggestionsOrBoth

      public void setRegularSuggestionsOrBoth(String regularSuggestionsOrBoth)
    • getIndexDir

      public String getIndexDir()
    • setIndexDir

      public void setIndexDir(String indexDir)
    • validate

      public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
      Overrides:
      validate in class org.apache.struts.action.ActionForm