Class CreateForm
java.lang.Object
org.codelibs.fess.app.web.admin.elevateword.CreateForm
- Direct Known Subclasses:
CreateBody,EditForm
Form class for creating new elevate word configuration entries.
This form handles the creation of elevate word rules that boost
specific documents in search results when certain keywords are matched.
-
Field Summary
FieldsModifier and TypeFieldDescription@Required FloatThe boost score multiplier applied to elevated documents@Size(max=1000) StringThe username of who created this elevate word entryThe timestamp when this elevate word entry was createdThe CRUD operation mode for form processingString[]The label type IDs associated with this elevate word entryThe permission settings for accessing this elevate word configurationThe reading/pronunciation of the suggest word for language analysis@Required StringThe word that should trigger document elevation in search resultsThe target label for filtering documents to be elevated -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the form with default values for creating a new elevate word entry.
-
Field Details
-
labelTypeIds
The label type IDs associated with this elevate word entry -
crudMode
The CRUD operation mode for form processing -
suggestWord
The word that should trigger document elevation in search results -
reading
The reading/pronunciation of the suggest word for language analysis -
targetLabel
The target label for filtering documents to be elevated -
permissions
The permission settings for accessing this elevate word configuration -
boost
The boost score multiplier applied to elevated documents -
createdBy
The username of who created this elevate word entry -
createdTime
The timestamp when this elevate word entry was created
-
-
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 elevate word entry.
-