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

public class UploadForm extends Object
Form for uploading elevate word files to the Fess search engine. Elevate words are terms that should be promoted or given higher ranking in search results. This form is used in the admin interface to upload elevate word configuration files.
  • Field Details

    • elevateWordFile

      @Required public @Required org.lastaflute.web.ruts.multipart.MultipartFormFile elevateWordFile
      The multipart file containing the elevate word configurations to be uploaded. This file should contain definitions for words or documents that should be elevated in search results.
  • Constructor Details

    • UploadForm

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