Class UploadForm
java.lang.Object
org.codelibs.fess.app.web.admin.dict.synonym.UploadForm
Form for uploading synonym files to the Fess search engine.
Synonyms are words or phrases that should be treated as equivalent during search operations.
This form is used in the admin interface to upload custom synonym dictionary files.
-
Field Summary
FieldsModifier and TypeFieldDescription@Required StringThe dictionary ID that identifies which synonym dictionary configuration to update.@Required org.lastaflute.web.ruts.multipart.MultipartFormFileThe multipart file containing the synonym mappings to be uploaded. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dictId
The dictionary ID that identifies which synonym dictionary configuration to update. This ID corresponds to a specific synonym dictionary instance in the system. -
synonymFile
@Required public @Required org.lastaflute.web.ruts.multipart.MultipartFormFile synonymFileThe multipart file containing the synonym mappings to be uploaded. This file should contain synonym definitions in the appropriate format.
-
-
Constructor Details
-
UploadForm
public UploadForm()Default constructor for UploadForm. Creates a new instance with default values.
-