Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getIndexAutoExpandReplicas (0.08 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/maintenance/ActionForm.java

        /**
         * 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)
  2. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

            final FessConfig fessConfig = ComponentUtil.getFessConfig();
            return createIndex(index, indexName, fessConfig.getIndexNumberOfShards(), fessConfig.getIndexAutoExpandReplicas(), true);
        }
    
        /**
         * Creates a new index with specified settings.
         *
         * @param index              the index configuration name
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * 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();
    
        /**
         * Get the value for the key 'index.id.digest.algorithm'. <br>
         * The value is, e.g. SHA-512 <br>
         * comment: Digest algorithm for index IDs.
    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