Class CreateForm
java.lang.Object
org.codelibs.fess.app.web.admin.keymatch.CreateForm
- Direct Known Subclasses:
CreateBody,EditForm
The create form for Key Match.
-
Field Summary
FieldsModifier and TypeFieldDescription@Required FloatThe boost score for matched results.@Size(max=255) StringThe user who created this key match.The timestamp when this key match was created.The CRUD mode for the form.@Required @Min(0L) @Max(2147483647L) IntegerThe maximum number of results to return.@Required StringThe query to execute when the term matches.@Required @Size(max=100) StringThe search term that triggers the key match.@Size(max=1000) StringThe virtual host for the key match. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
crudMode
The CRUD mode for the form. -
term
The search term that triggers the key match. -
query
The query to execute when the term matches. -
maxSize
@Required @Min(0L) @Max(2147483647L) @ValidateTypeFailure public @Required @Min(0L) @Max(2147483647L) Integer maxSizeThe maximum number of results to return. -
boost
The boost score for matched results. -
virtualHost
The virtual host for the key match. -
createdBy
The user who created this key match. -
createdTime
The timestamp when this key match was created.
-
-
Constructor Details
-
CreateForm
public CreateForm()Creates a new CreateForm instance.
-
-
Method Details
-
initialize
public void initialize()Initializes the form with default values.
-