Class UploadForm

java.lang.Object
org.codelibs.fess.app.web.admin.badword.UploadForm

public class UploadForm extends Object
Form for uploading bad word files to the Fess search engine. This form is used in the admin interface to upload bad word dictionary files that contain words to be filtered from search results.
  • Field Details

    • badWordFile

      @Required public @Required org.lastaflute.web.ruts.multipart.MultipartFormFile badWordFile
      The multipart file containing bad words to be uploaded. This file should contain a list of words that will be filtered from search results.
  • Constructor Details

    • UploadForm

      public UploadForm()
      Default constructor for UploadForm. Creates a new instance with default values.