- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 79 for docid (0.01 sec)
-
src/main/java/org/codelibs/fess/opensearch/log/exentity/FavoriteLog.java
super.addFieldToSource(sourceMap, field, value); } } @Override public String toString() { return "FavoriteLog [createdAt=" + createdAt + ", url=" + url + ", docId=" + docId + ", queryId=" + queryId + ", userInfoId=" + userInfoId + ", docMeta=" + docMeta + "]"; } @Override public String getEventType() { return "favorite"; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 2.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/exentity/ClickLog.java
} } @Override public String toString() { return "ClickLog [queryRequestedAt=" + queryRequestedAt + ", requestedAt=" + requestedAt + ", queryId=" + queryId + ", docId=" + docId + ", userSessionId=" + userSessionId + ", url=" + url + ", order=" + order + ", docMeta=" + docMeta + "]"; } @Override public String getEventType() { return "click"; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 2.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchLogHelper.java
final String docId = DocumentUtil.getValue(doc, fessConfig.getIndexFieldDocId(), String.class); if (id != null && docId != null && clickCountMap.containsKey(docId)) { final Integer count = clickCountMap.get(docId); final Script script = ComponentUtil.getLanguageHelper()
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 26.3K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/searchResults.jsp
data-src="${fe:url('/thumbnail/')}?docId=${f:u(doc.doc_id)}&queryId=${f:u(queryId)}" class="thumbnail" > </a> </div> </c:if> <div class="description">${doc.content_description}</div> </div> <div class="site text-truncate"> <c:if test="${clipboardCopyIcon}"><i class="far fa-copy url-copy d-print-none" data-clipboard-text="${doc.url_link}"></i></c:if> <cite>${f:h(doc.site_path)}</cite>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 05:32:37 UTC 2025 - 9.1K bytes - Viewed (0) -
src/main/resources/fess_indices/fess_log.click_log/click_log.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Feb 24 22:07:26 UTC 2019 - 544 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/UserInfoHelper.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14.9K bytes - Viewed (0) -
src/main/config/es/fess_log_click_log.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 30 05:55:50 UTC 2018 - 1.1K bytes - Viewed (0) -
src/main/config/es/fess_log_favorite_log.json
"aliases" : { }, "mappings" : { "favorite_log" : { "properties" : { "createdAt" : { "type" : "date", "format" : "date_optional_time" }, "docId" : { "type" : "keyword" }, "queryId" : { "type" : "keyword" }, "url" : { "type" : "keyword" }, "userInfoId" : {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Nov 05 07:28:42 UTC 2017 - 855 bytes - Viewed (0) -
src/main/resources/fess_indices/fess_log.favorite_log/favorite_log.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Feb 24 22:07:26 UTC 2019 - 335 bytes - Viewed (0) -
src/main/webapp/WEB-INF/orig/view/searchResults.jsp
data-src="${fe:url('/thumbnail/')}?docId=${f:u(doc.doc_id)}&queryId=${f:u(queryId)}" class="thumbnail" > </a> </div> </c:if> <div class="description">${doc.content_description}</div> </div> <div class="site text-truncate"> <c:if test="${clipboardCopyIcon}"><i class="far fa-copy url-copy d-print-none" data-clipboard-text="${doc.url_link}"></i></c:if> <cite>${f:h(doc.site_path)}</cite>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 05:32:37 UTC 2025 - 9.1K bytes - Viewed (0)