- Sort Score
- Num 10 results
- Language All
Results 191 - 200 of 511 for longp (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/resources/fess_indices/fess_config.boost_document_rule/boost_document_rule.json
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 417 bytes - Click Count (0) -
src/main/resources/fess_indices/fess_config.key_match/key_match.json
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 516 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsCrawlingInfoParam.java
registerModifiedProperty("crawlingInfoId"); this.crawlingInfoId = value; } public Long getCreatedTime() { checkSpecifiedProperty("createdTime"); return createdTime; } public void setCreatedTime(Long value) { registerModifiedProperty("createdTime"); this.createdTime = value; } public String getKey() {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 5.3K bytes - Click Count (0) -
src/main/config/es/fess_config_crawling_info_param.json
"aliases" : { }, "mappings" : { "crawling_info_param" : { "properties" : { "crawlingInfoId" : { "type" : "keyword" }, "createdTime" : { "type" : "long" }, "key" : { "type" : "keyword" }, "value" : { "type" : "keyword" } } } }, "settings" : {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 775 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/JobLogService.java
* Used for cleaning up old log entries. * * @param days the number of days to look back from the current time */ public void deleteBefore(final int days) { final long oneday = 24 * 60 * 60 * 1000L; final long targetTime = ComponentUtil.getSystemHelper().getCurrentTimeAsLong() - days * oneday; jobLogBhv.queryDelete(cb -> { cb.query().setEndTime_LessThan(targetTime); }); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.6K bytes - Click Count (0) -
src/main/config/es/fess_user_group.json
{ "fess_user.group" : { "aliases" : { }, "mappings" : { "group" : { "properties" : { "gidNumber" : { "type" : "long" }, "name" : { "type" : "keyword" } } } }, "settings" : { "index" : { "creation_date" : "1509021058796", "number_of_shards" : "5", "number_of_replicas" : "1",Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 587 bytes - Click Count (0) -
src/main/config/es/fess_config_crawling_info.json
{ "fess_config.crawling_info" : { "aliases" : { }, "mappings" : { "crawling_info" : { "properties" : { "createdTime" : { "type" : "long" }, "expiredTime" : { "type" : "long" }, "name" : { "type" : "keyword" }, "sessionId" : { "type" : "keyword" } } } },Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 756 bytes - Click Count (0) -
src/test/java/org/codelibs/fess/exception/JobNotFoundExceptionTest.java
assertNull(exception.getCause()); } @Test public void test_constructorWithString_longMessage() { // Test with a long message String message = "This is a very long error message that describes in detail why the job was not found. " + "The job with identifier XYZ123 was expected to be in the system but could not be located "
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 11 08:43:05 GMT 2026 - 9.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/config/exentity/CrawlingInfo.java
public String getId() { return asDocMeta().id(); } public void setId(final String id) { asDocMeta().id(id); } public Long getVersionNo() { return asDocMeta().version(); } public void setVersionNo(final Long version) { asDocMeta().version(version); } public void setCrawlingInfoInfoList(final List<CrawlingInfoParam> crawlingInfoParamList) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 1.9K bytes - Click Count (0) -
src/main/resources/fess_indices/fess_config.scheduled_job/scheduled_job.json
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 02 13:14:56 GMT 2021 - 753 bytes - Click Count (0)