Class UploadForm
java.lang.Object
org.codelibs.fess.app.web.admin.elevateword.UploadForm
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 Summary
FieldsModifier and TypeFieldDescription@Required org.lastaflute.web.ruts.multipart.MultipartFormFileThe multipart file containing the elevate word configurations to be uploaded. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
elevateWordFile
@Required public @Required org.lastaflute.web.ruts.multipart.MultipartFormFile elevateWordFileThe 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.
-