Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for number_of_shards (0.08 sec)

  1. src/main/java/org/codelibs/fess/opensearch/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) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java

         * @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
         */
        protected boolean startReindex(final boolean replaceAliases, final boolean resetDictionaries, final String numberOfShards,
                final String autoExpandReplicas) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 18K bytes
    - Viewed (0)
Back to top