- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for AdminBoostdocAction (0.22 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/boostdoc/AdminBoostdocAction.java
* */ public class AdminBoostdocAction extends FessAdminAction { /** * Default constructor. */ public AdminBoostdocAction() { super(); } /** The role for this action. */ public static final String ROLE = "admin-boostdoc"; private static final Logger logger = LogManager.getLogger(AdminBoostdocAction.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java
AdminLabeltypeAction.ROLE, // AdminLabeltypeAction.ROLE + VIEW, // AdminKeymatchAction.ROLE, // AdminKeymatchAction.ROLE + VIEW, // AdminBoostdocAction.ROLE, // AdminBoostdocAction.ROLE + VIEW, // AdminRelatedcontentAction.ROLE, // AdminRelatedcontentAction.ROLE + VIEW, // AdminRelatedqueryAction.ROLE, //
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/boostdoc/ApiAdminBoostdocAction.java
* governing permissions and limitations under the License. */ package org.codelibs.fess.app.web.api.admin.boostdoc; import static org.codelibs.fess.app.web.admin.boostdoc.AdminBoostdocAction.getBoostDocumentRule; import java.util.List; import java.util.stream.Collectors; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 7.9K bytes - Viewed (0)