Class CreateForm
java.lang.Object
org.codelibs.fess.app.web.admin.dict.synonym.CreateForm
- Direct Known Subclasses:
CreateBody,EditForm
Form class for creating new synonym dictionary entries.
This form handles the creation of synonym mappings that expand
search queries to include related terms.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe CRUD operation mode for form processing@Required StringThe dictionary ID to which this synonym entry belongs@Required @Size(max=1000) StringThe input terms that should be considered synonymous@Required @Size(max=1000) StringThe output synonyms that should be matched for the input terms -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the form with default values for creating a new synonym entry.
-
Field Details
-
dictId
The dictionary ID to which this synonym entry belongs -
crudMode
The CRUD operation mode for form processing -
inputs
The input terms that should be considered synonymous -
outputs
The output synonyms that should be matched for the input terms
-
-
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 synonym entry.
-