Class ActionForm
- java.lang.Object
-
- org.codelibs.fess.app.web.admin.maintenance.ActionForm
-
public class ActionForm extends Object
-
-
Field Summary
Fields Modifier and Type Field Description @Size(max=10) StringautoExpandReplicasForDoc@Size(max=10) StringnumberOfShardsForDoc@Size(max=10) StringreplaceAliases@Size(max=10) StringresetDictionaries
-
Constructor Summary
Constructors Constructor Description ActionForm()
-
-
-
Field Detail
-
replaceAliases
@Size(max=10) public @Size(max=10) String replaceAliases
-
resetDictionaries
@Size(max=10) public @Size(max=10) String resetDictionaries
-
numberOfShardsForDoc
@Size(max=10) public @Size(max=10) String numberOfShardsForDoc
-
autoExpandReplicasForDoc
@Size(max=10) public @Size(max=10) String autoExpandReplicasForDoc
-
-