Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for number_of_replicas (0.2 sec)

  1. src/main/resources/fess_config.properties

    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
    index.document.crawler.data.number_of_replicas=1
    index.document.crawler.filter.number_of_replicas=1
    index.config.index=fess_config
    index.user.index=fess_user
    index.log.index=fess_log
    
    # doc management
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  2. src/main/resources/fess_indices/fess.json

    {
      "settings": {
        "index": {
          "codec": "${fess.index.codec}",
          "refresh_interval": "1s",
          "number_of_shards": "${fess.index.number_of_shards}",
          "number_of_replicas": 0,
          "auto_expand_replicas": "${fess.index.auto_expand_replicas}"
        },
        "analysis": {
          "char_filter": {
            "mapping_fa_filter": {
              "type": "mapping",
              "mappings_path": "${fess.dictionary.path}fa/mapping.txt"
            },
    Json
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Aug 11 01:26:55 GMT 2022
    - 39.9K bytes
    - Viewed (2)
Back to top