- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for documentExpires (0.1 sec)
-
src/main/java/org/codelibs/fess/job/CrawlJob.java
protected String[] dataConfigIds; protected int documentExpires = -2; protected int hotThreadInterval = -1; public CrawlJob namespace(final String namespace) { this.namespace = namespace; return this; } public CrawlJob documentExpires(final int documentExpires) { this.documentExpires = documentExpires; return this; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Jun 23 04:13:47 UTC 2024 - 15.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/AbstractFessFileTransformer.java
if (configId != null) { putResultDataBody(dataMap, fessConfig.getIndexFieldConfigId(), configId); } // expires if (documentExpires != null) { putResultDataBody(dataMap, fessConfig.getIndexFieldExpires(), documentExpires); } // segment putResultDataBody(dataMap, fessConfig.getIndexFieldSegment(), sessionId); // content
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 23.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java
if (configId != null) { putResultDataBody(dataMap, fessConfig.getIndexFieldConfigId(), configId); } // expires if (documentExpires != null) { putResultDataBody(dataMap, fessConfig.getIndexFieldExpires(), documentExpires); } // lang final String lang = systemHelper.normalizeHtmlLang(
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Oct 24 13:01:38 UTC 2024 - 42.9K bytes - Viewed (0)