Class ActionForm
java.lang.Object
org.codelibs.fess.app.web.admin.maintenance.ActionForm
The form for maintenance actions.
-
Field Summary
FieldsModifier and TypeFieldDescription@Size(max=10) StringThe auto expand replicas for doc.@Size(max=10) StringThe flag to load bulk data during config index rebuild.@Size(max=10) StringThe number of shards for doc.@Size(max=10) StringThe flag to rebuild fess_config indices.@Size(max=10) StringThe flag to rebuild fess_log indices.@Size(max=10) StringThe flag to rebuild fess_user indices.@Size(max=10) StringThe flag to replace aliases.@Size(max=10) StringThe flag to reset dictionaries. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
replaceAliases
The flag to replace aliases. -
resetDictionaries
The flag to reset dictionaries. -
numberOfShardsForDoc
The number of shards for doc. -
autoExpandReplicasForDoc
The auto expand replicas for doc. -
loadBulkData
The flag to load bulk data during config index rebuild. -
rebuildConfigIndex
The flag to rebuild fess_config indices. -
rebuildUserIndex
The flag to rebuild fess_user indices. -
rebuildLogIndex
The flag to rebuild fess_log indices.
-
-
Constructor Details
-
ActionForm
public ActionForm()Default constructor.
-