Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fess_crawler (0.04 sec)

  1. 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
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  2. 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 */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
Back to top