Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 13 of 13 for fessCrawler (0.16 seconds)

  1. src/main/resources/crawler/interval.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN"
    	"http://dbflute.org/meta/lastadi10.dtd">
    <components namespace="fessCrawler">
    	<include path="crawler/container.xml" />
    
    	<component name="intervalController"
    		class="org.codelibs.fess.crawler.interval.FessIntervalController"
    		instance="prototype">
    	</component>
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Oct 11 06:51:14 GMT 2015
    - 381 bytes
    - Click Count (0)
  2. src/main/resources/fess_config.properties

    # Index name for update documents.
    index.document.update.index=fess.update
    # Index name for suggest documents.
    index.document.suggest.index=fess
    # Index name for crawler documents.
    index.document.crawler.index=fess_crawler
    # Number of primary shards for crawler queue index.
    index.document.crawler.queue.number_of_shards=10
    # Number of primary shards for crawler data index.
    index.document.crawler.data.number_of_shards=10
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 59.3K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. fess */
        String INDEX_DOCUMENT_SUGGEST_INDEX = "index.document.suggest.index";
    
        /** The key of the configuration. e.g. fess_crawler */
        String INDEX_DOCUMENT_CRAWLER_INDEX = "index.document.crawler.index";
    
        /** The key of the configuration. e.g. 10 */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 576.9K bytes
    - Click Count (2)
Back to Top