- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 39 for maxAccessCount (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/webapp/WEB-INF/view/admin/wizard/admin_wizard_config.jsp
<label for="maxAccessCount" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.maxAccessCount"/></label> <div class="col-sm-9"> <la:errors property="maxAccessCount"/> <la:text styleId="maxAccessCount" property="maxAccessCount"Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 6.7K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_details.jsp
<tr> <th><la:message key="labels.max_access_count"/></th> <td>${f:h(maxAccessCount)}<la:hidden property="maxAccessCount"/></td> </tr> <tr>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 11.1K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp
<tr> <th><la:message key="labels.max_access_count"/></th> <td>${f:h(maxAccessCount)}<la:hidden property="maxAccessCount"/></td> </tr> <tr> <th><la:message key="labels.user_agent"/></th>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 11.2K bytes - Click Count (0) -
src/main/config/es/fess_config_web_config.json
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 2.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImpl.java
&& StringUtil.isNotBlank(maxAccessCount)) { try { return Long.parseLong(maxAccessCount); } catch (final NumberFormatException e) { if (logger.isDebugEnabled()) { logger.warn("Failed to parse max_access_count: '{}'. Expected: integer value", maxAccessCount, e); } else {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 29.7K bytes - Click Count (3) -
src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_edit.jsp
<label for="maxAccessCount" class="col-sm-3 text-sm-right col-form-label"><la:message key="labels.max_access_count"/></label> <div class="form-inline col-sm-9"> <la:errors property="maxAccessCount"/>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 15.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/WebFsIndexHelperTest.java
long maxAccessCount = 1000L; webFsIndexHelper.setMaxAccessCount(maxAccessCount); assertEquals(maxAccessCount, webFsIndexHelper.maxAccessCount); } @Test public void test_setMaxAccessCount_withMaxValue() { webFsIndexHelper.setMaxAccessCount(Long.MAX_VALUE); assertEquals(Long.MAX_VALUE, webFsIndexHelper.maxAccessCount); } @TestCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 15.6K bytes - Click Count (0) -
src/main/resources/fess_indices/fess_config.file_config/file_config.json
}, "excludedDocPaths": { "type": "keyword" }, "configParameter": { "type": "keyword" }, "depth": { "type": "integer" }, "maxAccessCount": { "type": "long" }, "numOfThread": { "type": "integer" }, "intervalTime": { "type": "integer" }, "timeToLive": { "type": "integer"Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 1.3K bytes - Click Count (0) -
src/main/resources/fess_indices/fess_config.web_config/web_config.json
}, "excludedDocUrls": { "type": "keyword" }, "configParameter": { "type": "keyword" }, "depth": { "type": "integer" }, "maxAccessCount": { "type": "long" }, "userAgent": { "type": "keyword" }, "numOfThread": { "type": "integer" }, "intervalTime": { "type": "integer"Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 1.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/bs/BsFileConfigCB.java
} public void columnIntervalTime() { doColumn("intervalTime"); } public void columnMaxAccessCount() { doColumn("maxAccessCount"); } public void columnName() { doColumn("name"); } public void columnNumOfThread() { doColumn("numOfThread"); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 8.3K bytes - Click Count (0)