Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for fessCrawler (0.05 sec)

  1. src/main/resources/fess_config.properties

    response.inline.mimetypes=application/pdf,text/plain
    
    # document index
    index.document.search.index=fess.search
    index.document.update.index=fess.update
    index.document.suggest.index=fess
    index.document.crawler.index=fess_crawler
    index.document.crawler.queue.number_of_shards=10
    index.document.crawler.data.number_of_shards=10
    index.document.crawler.filter.number_of_shards=10
    index.document.crawler.queue.number_of_replicas=1
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Tue Oct 01 14:13:38 UTC 2024
    - 30.9K 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 Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:11:58 UTC 2024
    - 468.5K bytes
    - Viewed (1)
Back to top