- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for logFile (1.14 sec)
-
src/main/webapp/WEB-INF/view/admin/log/admin_log.jsp
<c:forEach var="logFile" varStatus="s" items="${logFileItems}"> <tr data-href="${contextPath}/admin/log/download/${f:u(logFile.id)}/"> <td>${f:h(logFile.name)}</td>Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 4.1K bytes - Viewed (0) -
src/main/resources/fess_config.properties
logging.search.docs.fields=filetype,created,click_count,title,doc_id,url,score,site,filename,host,digest,boost,mimetype,favorite_count,_id,lang,last_modified,content_length,timestamp # Whether to use a log file for search logging. logging.search.use.logfile=true # Maximum queue size for search logging. logging.search.max.queue.size=10000 # Maximum queue size for click logging. logging.click.max.queue.size=10000
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* Get the value for the key 'logging.search.use.logfile'. <br> * The value is, e.g. true <br> * comment: Whether to use a log file for search logging. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getLoggingSearchUseLogfile(); /** * Is the property for the key 'logging.search.use.logfile' true? <br> * The value is, e.g. true <br>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2)