Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for getDocumentExpires (0.21 seconds)

  1. src/test/java/org/codelibs/fess/helper/CrawlingInfoHelperTest.java

            }
        }
    
        @Test
        public void test_getDocumentExpires() {
            // Test with null config
            assertNull(crawlingInfoHelper.getDocumentExpires(null));
    
            // Test with documentExpires field set (fallback behavior)
            final long currentTime = 1704067200000L; // 2024-01-01 00:00:00 UTC
            ComponentUtil.register(new SystemHelper() {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 12 01:46:45 GMT 2026
    - 28.7K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java

            final PathMappingHelper pathMappingHelper = ComponentUtil.getPathMappingHelper();
            final CrawlingConfig crawlingConfig = getCrawlingConfig(responseData);
            final Date documentExpires = crawlingInfoHelper.getDocumentExpires(crawlingConfig);
            final SystemHelper systemHelper = ComponentUtil.getSystemHelper();
            final FileTypeHelper fileTypeHelper = ComponentUtil.getFileTypeHelper();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 12 01:46:45 GMT 2026
    - 55.3K bytes
    - Click Count (0)
Back to Top