- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for favorite_log (0.28 sec)
-
src/main/resources/esclient.xml
</postConstruct> <!-- fess_log index --> <postConstruct name="addIndexConfig"> <arg>"fess_log.click_log/click_log"</arg> </postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_log.favorite_log/favorite_log"</arg> </postConstruct> <postConstruct name="addIndexConfig"> <arg>"fess_log.search_log/search_log"</arg> </postConstruct> <postConstruct name="addIndexConfig">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Oct 21 12:20:52 UTC 2024 - 16K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/backup/ApiAdminBackupAction.java
} if ("click_log".equals(name)) { return writeNdjsonResponse(id, getClickLogNdjsonWriteCall()); } if ("favorite_log".equals(name)) { return writeNdjsonResponse(id, getFavoriteLogNdjsonWriteCall()); } }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:15 UTC 2024 - 6.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java
bhv.selectCursor(cb -> { cb.query().matchAll(); cb.query().addOrderBy_CreatedAt_Asc(); }, new LogEntityRowHandler<FavoriteLog>() { @Override public void handle(final FavoriteLog entity) { final StringBuilder buf = new StringBuilder(); buf.append('{');
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:46 UTC 2024 - 28.5K bytes - Viewed (0) -
src/main/resources/fess_config.properties
file.role.from.file=true ftp.role.from.file=true # backup index.backup.targets=fess_basic_config.bulk,fess_config.bulk,fess_user.bulk,system.properties,fess.json,doc.json index.backup.log.targets=click_log.ndjson,favorite_log.ndjson,search_log.ndjson,user_info.ndjson index.backup.log.load.timeout=60000 # logging logging.search.docs.enabled=true
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 468.5K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
if (!favoriteLogService.addUrl(userCode, (userInfo, favoriteLog) -> { favoriteLog.setUserInfoId(userInfo.getId()); favoriteLog.setUrl(favoriteUrl); favoriteLog.setDocId(docId); favoriteLog.setQueryId(queryId); favoriteLog.setCreatedAt(systemHelper.getCurrentTimeAsLocalDateTime());
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:46 UTC 2024 - 50.3K bytes - Viewed (0)