Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 58 for _shards (0.23 sec)

  1. src/main/java/org/codelibs/fess/entity/PingResponse.java

        private static final String DELAYED_UNASSIGNED_SHARDS = "delayed_unassigned_shards";
        private static final String TASK_MAX_WAIT_TIME_IN_QUEUE_IN_MILLIS = "task_max_waiting_in_queue_millis";
        private static final String ACTIVE_SHARDS_PERCENT_AS_NUMBER = "active_shards_percent_as_number";
        private static final String ACTIVE_PRIMARY_SHARDS = "active_primary_shards";
        private static final String ACTIVE_SHARDS = "active_shards";
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 5.9K bytes
    - Viewed (0)
  2. src/main/resources/fess_config.properties

    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
    index.document.crawler.data.number_of_replicas=1
    index.document.crawler.filter.number_of_replicas=1
    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)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String INDEX_DOCUMENT_CRAWLER_QUEUE_number_of_shards = "index.document.crawler.queue.number_of_shards";
    
        /** The key of the configuration. e.g. 10 */
        String INDEX_DOCUMENT_CRAWLER_DATA_number_of_shards = "index.document.crawler.data.number_of_shards";
    
        /** The key of the configuration. e.g. 10 */
        String INDEX_DOCUMENT_CRAWLER_FILTER_number_of_shards = "index.document.crawler.filter.number_of_shards";
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (4)
  4. src/main/resources/fess_label.properties

    labels.searchlog_usersessionid=User ID
    labels.searchlog_requestedtime=Time
    labels.searchlog_accesstype=Access Type
    labels.maintenance_title_configuration=Maintenance
    labels.number_of_shards_for_doc=The number of shards
    labels.auto_expand_replicas_for_doc=Auto expand replicas
    labels.clear_crawler_index=Crawler Indices
    labels.clear_crawler_index_button=Clear Crawler Indices
    labels.diagnostic_logs=Diagnostic
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
  5. src/main/resources/fess_label_en.properties

    labels.searchlog_usersessionid=User ID
    labels.searchlog_requestedtime=Time
    labels.searchlog_accesstype=Access Type
    labels.maintenance_title_configuration=Maintenance
    labels.number_of_shards_for_doc=The number of shards
    labels.auto_expand_replicas_for_doc=Auto expand replicas
    labels.clear_crawler_index=Crawler Indices
    labels.clear_crawler_index_button=Clear Crawler Indices
    labels.diagnostic_logs=Diagnostic
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (0)
  6. src/main/resources/fess_label_ru.properties

    labels.searchlog_usersessionid=User ID
    labels.searchlog_requestedtime=Time
    labels.searchlog_accesstype=Access Type
    labels.maintenance_title_configuration=Maintenance
    labels.number_of_shards_for_doc=The number of shards
    labels.auto_expand_replicas_for_doc=Auto expand replicas
    labels.clear_crawler_index=Crawler Indices
    labels.clear_crawler_index_button=Clear Crawler Indices
    labels.diagnostic_logs=Diagnostic
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 45.6K bytes
    - Viewed (0)
  7. src/main/resources/fess_label_de.properties

    labels.searchlog_usersessionid=Benutzer-ID
    labels.searchlog_requestedtime=Zeitpunkt
    labels.searchlog_accesstype=Zugriffsart
    labels.maintenance_title_configuration=Wartung
    labels.number_of_shards_for_doc=Anzahl der Shards
    labels.auto_expand_replicas_for_doc=Replicas automatisch erweitern
    labels.clear_crawler_index=Crawler-Indizes
    labels.clear_crawler_index_button=Crawler-Indizes leeren
    labels.diagnostic_logs=Diagnose
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 42.8K bytes
    - Viewed (0)
  8. src/main/resources/fess_label_ko.properties

    labels.searchlog_usersessionid=User ID
    labels.searchlog_requestedtime=Time
    labels.searchlog_accesstype=Access Type
    labels.maintenance_title_configuration=Maintenance
    labels.number_of_shards_for_doc=The number of shards
    labels.auto_expand_replicas_for_doc=Auto expand replicas
    labels.clear_crawler_index=Crawler Indices
    labels.clear_crawler_index_button=Clear Crawler Indices
    labels.diagnostic_logs=Diagnostic
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

                    .replaceAll(Pattern.quote("${fess.index.codec}"), fessConfig.getIndexCodec())//
                    .replaceAll(Pattern.quote("${fess.index.number_of_shards}"), numberOfShards)//
                    .replaceAll(Pattern.quote("${fess.index.auto_expand_replicas}"), autoExpandReplicas);
            for (final UnaryOperator<String> rule : docSettingRewriteRuleList) {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 84.1K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_ja.properties

    labels.searchlog_queryid=Query ID
    labels.searchlog_usersessionid=User ID
    labels.searchlog_requestedtime=時刻
    labels.searchlog_accesstype=アクセスタイプ
    labels.maintenance_title_configuration=メンテナンス
    labels.number_of_shards_for_doc=シャード数
    labels.auto_expand_replicas_for_doc=最大レプリカ数
    labels.clear_crawler_index=Crawlerインデックス
    labels.clear_crawler_index_button=クロール用インデックスの削除
    labels.diagnostic_logs=診断
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
Back to top