- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 18 for accessType (0.12 sec)
-
src/main/java/org/codelibs/fess/es/log/bsentity/BsSearchLog.java
public String getAccessType() { checkSpecifiedProperty("accessType"); return convertEmptyToNull(accessType); } public void setAccessType(String value) { registerModifiedProperty("accessType"); this.accessType = value; } public String getClientIp() { checkSpecifiedProperty("clientIp");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 12.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/cbean/cq/bs/BsSearchLogCQ.java
} public void setAccessType_Equal(String accessType) { setAccessType_Term(accessType, null); } public void setAccessType_Equal(String accessType, ConditionOptionCall<TermQueryBuilder> opLambda) { setAccessType_Term(accessType, opLambda); } public void setAccessType_Term(String accessType) { setAccessType_Term(accessType, null); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 145.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java
private int currentPageNumber; public String logType = LOG_TYPE_SEARCH; public String queryId; public String userSessionId; public String requestedTimeRange; public String accessType; public void clear() { allRecordCount = 0; allPageCount = 0; existPrePage = false; existNextPage = false; pageSize = getDefaultPageSize();
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 4.6K bytes - Viewed (0) -
src/main/config/es/fess_log_search_log.json
{ "fess_log.search_log" : { "aliases" : { }, "mappings" : { "search_log" : { "properties" : { "accessType" : { "type" : "keyword" }, "clientIp" : { "type" : "keyword" }, "hitCount" : { "type" : "long" }, "hitCountRelation" : { "type" : "keyword" }, "languages" : {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Apr 12 15:00:27 UTC 2019 - 2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/exentity/SearchLog.java
@Override public String toString() { return "SearchLog [searchFieldLogList=" + searchFieldLogList + ", headerList=" + headerList + ", userInfo=" + userInfo + ", fields=" + fields + ", accessType=" + accessType + ", clientIp=" + clientIp + ", hitCount=" + hitCount + ", languages=" + languages + ", queryId=" + queryId + ", queryOffset=" + queryOffset + ", queryPageSize=" + queryPageSize + ", queryTime=" + queryTime
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 6K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog_details.jsp
href="/admin/searchlog/search?logType=search&queryId=${f:u(info.value)}&userSessionId=&requestedTimeRange=&accessType=">${f:h(info.value)}</la:link></td> </c:when> <c:when test="${info.key == 'User Info ID'}">
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 9.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchLogHelper.java
final Object accessType = req.getAttribute(Constants.SEARCH_LOG_ACCESS_TYPE); if (Constants.SEARCH_LOG_ACCESS_TYPE_JSON.equals(accessType)) { searchLog.setAccessType(Constants.SEARCH_LOG_ACCESS_TYPE_JSON); } else if (Constants.SEARCH_LOG_ACCESS_TYPE_GSA.equals(accessType)) { searchLog.setAccessType(Constants.SEARCH_LOG_ACCESS_TYPE_GSA);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Mon Jul 22 02:07:37 UTC 2024 - 21.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/bsentity/dbmeta/SearchLogDbm.java
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 16.3K bytes - Viewed (0) -
src/main/resources/fess_indices/fess_log.search_log/search_log.json
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Feb 25 13:38:21 UTC 2022 - 1.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/cbean/ca/bs/BsSearchLogCA.java
public void setAccessType_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) { setAccessType_Terms("accessType", opLambda, null); } public void setAccessType_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsSearchLogCA> aggsLambda) { setAccessType_Terms("accessType", opLambda, aggsLambda); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 115.2K bytes - Viewed (0)