Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for replicas (0.06 sec)

  1. src/main/java/org/codelibs/fess/crawler/util/FessCrawlerConfig.java

        }
    
        /**
         * Gets the number of replicas for the queue index.
         *
         * @return the number of queue replicas
         */
        @Override
        public int getQueueReplicas() {
            return ComponentUtil.getFessConfig().getIndexDocumentCrawlerQueueNumberOfReplicasAsInteger();
        }
    
        /**
         * Gets the number of replicas for the data index.
         *
         * @return the number of data replicas
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 3.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/maintenance/ActionForm.java

        /**
         * The number of shards for doc.
         */
        @Size(max = 10)
        public String numberOfShardsForDoc = ComponentUtil.getFessConfig().getIndexNumberOfShards();
    
        /**
         * The auto expand replicas for doc.
         */
        @Size(max = 10)
        public String autoExpandReplicasForDoc = ComponentUtil.getFessConfig().getIndexAutoExpandReplicas();
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  3. src/main/resources/fess_config.properties

    # Number of primary shards for crawler filter index.
    index.document.crawler.filter.number_of_shards=10
    # Number of replicas for crawler queue index.
    index.document.crawler.queue.number_of_replicas=1
    # Number of replicas for crawler data index.
    index.document.crawler.data.number_of_replicas=1
    # Number of replicas for crawler filter index.
    index.document.crawler.filter.number_of_replicas=1
    # Index name for configuration data.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_en.properties

    labels.searchlog_requestedtime=Time
    labels.searchlog_accesstype=Access Type
    labels.maintenance_title_configuration=Maintenance
    labels.number_of_shards_for_doc=Number of Shards
    labels.auto_expand_replicas_for_doc=Auto-expand Replicas
    labels.clear_crawler_index=Crawler Index
    labels.clear_crawler_index_button=Delete Crawler Index
    labels.diagnostic_logs=Diagnostics
    labels.download_diagnostic_logs_button=Download Logs
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java

         * @param resetDictionaries whether to reset dictionaries during reindexing
         * @param numberOfShards the number of shards for the new index
         * @param autoExpandReplicas the auto expand replicas setting for the new index
         * @return true if the reindex operation started successfully, false otherwise
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 18K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         */
        Integer getIndexNumberOfShardsAsInteger();
    
        /**
         * Get the value for the key 'index.auto_expand_replicas'. <br>
         * The value is, e.g. 0-1 <br>
         * comment: Auto expand replicas setting for the index.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getIndexAutoExpandReplicas();
    
        /**
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  7. src/main/resources/fess_label_es.properties

    labels.searchlog_accesstype=Tipo de acceso
    labels.maintenance_title_configuration=Mantenimiento
    labels.number_of_shards_for_doc=Número de fragmentos
    labels.auto_expand_replicas_for_doc=Número máximo de réplicas
    labels.clear_crawler_index=Índice del rastreador
    labels.clear_crawler_index_button=Eliminar índice de rastreo
    labels.diagnostic_logs=Diagnóstico
    labels.download_diagnostic_logs_button=Descargar registros
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  8. src/main/resources/fess_label.properties

    labels.searchlog_requestedtime=Time
    labels.searchlog_accesstype=Access Type
    labels.maintenance_title_configuration=Maintenance
    labels.number_of_shards_for_doc=Number of Shards
    labels.auto_expand_replicas_for_doc=Auto-expand Replicas
    labels.clear_crawler_index=Crawler Index
    labels.clear_crawler_index_button=Delete Crawler Index
    labels.diagnostic_logs=Diagnostics
    labels.download_diagnostic_logs_button=Download Logs
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jun 28 08:40:50 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

         * @param indexName          the actual index name to create
         * @param numberOfShards     the number of primary shards
         * @param autoExpandReplicas the auto expand replicas setting
         * @param uploadConfig       whether to upload configuration files
         * @return true if the index was created successfully, false otherwise
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
  10. src/main/resources/fess_label_pt_BR.properties

    labels.searchlog_requestedtime=Hora
    labels.searchlog_accesstype=Tipo de acesso
    labels.maintenance_title_configuration=Manutenção
    labels.number_of_shards_for_doc=Número de shards
    labels.auto_expand_replicas_for_doc=Número máximo de réplicas
    labels.clear_crawler_index=Índice do rastreador
    labels.clear_crawler_index_button=Excluir índice de rastreamento
    labels.diagnostic_logs=Diagnóstico
    labels.download_diagnostic_logs_button=Baixar logs
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.1K bytes
    - Viewed (0)
Back to top