Class CreateForm
java.lang.Object
org.codelibs.fess.app.web.admin.dict.stemmeroverride.CreateForm
- Direct Known Subclasses:
CreateBody,EditForm
Form class for creating new stemmer override dictionary entries.
This form handles the creation of stemmer override rules that modify
the stemming behavior for specific words.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe CRUD operation mode for form processing@Required StringThe dictionary ID to which this stemmer override entry belongs@Required @Size(max=1000) StringThe input word that should be stemmed differently@Required @Size(max=1000) StringThe desired stem output for the input word -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the form with default values for creating a new stemmer override entry.
-
Field Details
-
dictId
The dictionary ID to which this stemmer override entry belongs -
crudMode
The CRUD operation mode for form processing -
input
The input word that should be stemmed differently -
output
The desired stem output for the input word
-
-
Constructor Details
-
CreateForm
public CreateForm()Creates a new CreateForm instance.
-
-
Method Details
-
initialize
public void initialize()Initializes the form with default values for creating a new stemmer override entry.
-