Class UploadForm
java.lang.Object
org.codelibs.fess.app.web.admin.dict.stemmeroverride.UploadForm
Form for uploading stemmer override files to the Fess search engine.
Stemmer override allows custom rules to override the default stemming behavior for specific words.
This form is used in the admin interface to upload custom stemmer override dictionary files.
-
Field Summary
FieldsModifier and TypeFieldDescription@Required StringThe dictionary ID that identifies which stemmer override dictionary configuration to update.@Required org.lastaflute.web.ruts.multipart.MultipartFormFileThe multipart file containing the stemmer override rules to be uploaded. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dictId
The dictionary ID that identifies which stemmer override dictionary configuration to update. This ID corresponds to a specific stemmer override dictionary instance in the system. -
stemmerOverrideFile
@Required public @Required org.lastaflute.web.ruts.multipart.MultipartFormFile stemmerOverrideFileThe multipart file containing the stemmer override rules to be uploaded. This file should contain mappings that override default stemming for specific words.
-
-
Constructor Details
-
UploadForm
public UploadForm()Default constructor for UploadForm. Creates a new instance with default values.
-