Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for FessCrawlerThread (0.11 seconds)

  1. src/test/java/org/codelibs/fess/crawler/FessCrawlerThreadTest.java

            assertTrue(resultUrls.contains("http://example.com/valid3"));
        }
    
        /**
         * Test that FessCrawlerThread can be instantiated
         */
        @Test
        public void test_constructor() {
            FessCrawlerThread crawlerThread = new FessCrawlerThread();
            assertNotNull(crawlerThread, "FessCrawlerThread should be instantiable");
        }
    
        /**
         * Test URL deduplication in getAnchorSet
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 11 08:43:05 GMT 2026
    - 9.3K bytes
    - Click Count (0)
  2. src/main/resources/crawler_opensearch+crawlerThread.xml

    <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" 
    	"http://dbflute.org/meta/lastadi10.dtd">
    <components namespace="fessCrawler">
    	<!-- Crawler Thread -->
    	<component name="crawlerThread" class="org.codelibs.fess.crawler.FessCrawlerThread" instance="prototype" >
    	</component>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Oct 30 05:29:49 GMT 2025
    - 342 bytes
    - Click Count (0)
Back to Top