- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Indicators (0.04 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/searchlog/EditForm.java
/** * The edit form for Search Log. * This form handles the editing of search log entries in the administration interface. */ public class EditForm { /** CRUD operation mode indicator */ @ValidateTypeFailure public int crudMode; /** Type of the search log entry */ @Required @Size(max = 10) public String logType;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.6K bytes - Viewed (0)