- Sort Score
- Result 10 results
- Languages All
Results 21 - 26 of 26 for userSessionId (0.2 sec)
-
src/main/java/org/codelibs/fess/es/log/cbean/bs/BsClickLogCB.java
doColumn("requestedAt"); } public void columnUrl() { doColumn("url"); } public void columnUserSessionId() { doColumn("userSessionId"); } }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 6.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlog/AdminSearchlogAction.java
*/ public class AdminSearchlogAction extends FessAdminAction { public static final String ROLE = "admin-searchlog"; private static final String[] CONDITION_FIELDS = { "logType", "queryId", "userSessionId", "accessType", "requestedTimeRange", "pageSize" }; // ===================================================================================
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 8.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/bsbhv/BsClickLogBhv.java
result.setRequestedAt(toLocalDateTime(source.get("requestedAt"))); result.setUrl(DfTypeUtil.toString(source.get("url"))); result.setUserSessionId(DfTypeUtil.toString(source.get("userSessionId"))); return updateEntity(source, result); } catch (InstantiationException | IllegalAccessException e) { final String msg = "Cannot create a new instance: " + entityType.getName();
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/bsbhv/BsSearchLogBhv.java
result.setUserAgent(DfTypeUtil.toString(source.get("userAgent"))); result.setUserInfoId(DfTypeUtil.toString(source.get("userInfoId"))); result.setUserSessionId(DfTypeUtil.toString(source.get("userSessionId"))); result.setVirtualHost(DfTypeUtil.toString(source.get("virtualHost"))); return updateEntity(source, result); } catch (InstantiationException | IllegalAccessException e) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 10.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp
<div class="col-sm-4"> <la:text styleId="userSessionIdSearch" property="userSessionId" styleClass="form-control"/> </div> </div>
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 16K bytes - Viewed (0) -
src/main/assemblies/extension/kibana/fess_log.ndjson
e\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"userInfoId\",\"type\":\"string\",\"esTypes\":[\"keyword\"],\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"userSessionId\",\"type\":\"string\",\"esTypes\":[\"keyword\"],\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"virtualHost\",\"type\":\"string\",\"esTypes\":[\"keyword\"],\"count\":0,\"scripted...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Aug 12 01:26:21 UTC 2019 - 18.2K bytes - Viewed (0)