- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 626 for createdAt (0.05 sec)
-
src/main/java/org/codelibs/fess/opensearch/log/exentity/FavoriteLog.java
} else { 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() {
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/config/es/fess_log_favorite_log.json
{ "fess_log.favorite_log" : { "aliases" : { }, "mappings" : { "favorite_log" : { "properties" : { "createdAt" : { "type" : "date", "format" : "date_optional_time" }, "docId" : { "type" : "keyword" }, "queryId" : { "type" : "keyword" }, "url" : { "type" : "keyword" },
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/config/es/fess_log_user_info.json
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Nov 05 07:28:42 UTC 2017 - 689 bytes - Viewed (0) -
src/main/resources/fess_indices/fess_log.user_info/user_info.json
{ "properties": { "createdAt": { "type": "date", "format": "date_optional_time" }, "updatedAt": { "type": "date", "format": "date_optional_time" } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Feb 24 22:07:26 UTC 2019 - 215 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/cbean/bs/BsFavoriteLogCB.java
columnList.add(name); } public void columnId() { doColumn("_id"); } public void columnCreatedAt() { doColumn("createdAt"); } public void columnDocId() { doColumn("docId"); } public void columnQueryId() { doColumn("queryId"); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 6.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/bsbhv/BsFavoriteLogBhv.java
try { final RESULT result = entityType.newInstance(); result.setCreatedAt(toLocalDateTime(source.get("createdAt"))); result.setDocId(DfTypeUtil.toString(source.get("docId"))); result.setQueryId(DfTypeUtil.toString(source.get("queryId"))); result.setUrl(DfTypeUtil.toString(source.get("url")));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/cbean/bs/BsUserInfoCB.java
columnList.add(name); } public void columnId() { doColumn("_id"); } public void columnCreatedAt() { doColumn("createdAt"); } public void columnUpdatedAt() { doColumn("updatedAt"); } }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 6.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/bsbhv/BsUserInfoBhv.java
try { final RESULT result = entityType.newInstance(); result.setCreatedAt(toLocalDateTime(source.get("createdAt"))); result.setUpdatedAt(toLocalDateTime(source.get("updatedAt"))); return updateEntity(source, result); } catch (InstantiationException | IllegalAccessException e) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.1K bytes - Viewed (0) -
src/main/assemblies/extension/kibana/fess_log.ndjson
hable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"clientIp\",\"type\":\"string\",\"esTypes\":[\"keyword\"],\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"createdAt\",\"type\":\"date\",\"esTypes\":[\"date\"],\"count\":0,\"scripted\":false,\"searchable\":true,\"aggregatable\":true,\"readFromDocValues\":true},{\"name\":\"docId\",\"type\":\"string\",\"esTypes\":[\"keyword\"],\"count\":0,\"scripted\":false,\"se...
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Mon Aug 12 01:26:21 UTC 2019 - 18.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/badword/CreateForm.java
*/ @Required @Pattern(regexp = "[^\\s]+") public String suggestWord; /** * The username of the user who created this bad word entry. */ @Size(max = 1000) public String createdBy; /** * The timestamp when this bad word entry was created. */ @ValidateTypeFailure public Long createdTime; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.9K bytes - Viewed (0)