Uses of Class
org.codelibs.fess.app.web.admin.maintenance.ActionForm
Packages that use ActionForm
-
Uses of ActionForm in org.codelibs.fess.app.web.admin.maintenance
Methods in org.codelibs.fess.app.web.admin.maintenance with parameters of type ActionFormModifier and TypeMethodDescriptionorg.lastaflute.web.response.HtmlResponseAdminMaintenanceAction.clearCrawlerIndex(ActionForm form) Clears all crawler indices including queue, data, and filter indices.org.lastaflute.web.response.ActionResponseAdminMaintenanceAction.downloadLogs(ActionForm form) Downloads diagnostic logs and system information as a ZIP file.org.lastaflute.web.response.HtmlResponseAdminMaintenanceAction.reindexConfigIndices(ActionForm form) Rebuilds selected configuration indices with the latest mappings.org.lastaflute.web.response.HtmlResponseAdminMaintenanceAction.reindexOnly(ActionForm form) Starts a reindex operation based on the provided form parameters.org.lastaflute.web.response.HtmlResponseAdminMaintenanceAction.reloadDocIndex(ActionForm form) Reloads the document index by closing and reopening it.