Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for recovery (0.03 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

        private static final String[] CAT_NAMES =
                { "aliases", "allocation", "count", "fielddata", "health", "indices", "master", "nodeattrs", "nodes", "pending_tasks",
                        "plugins", "recovery", "repositories", "thread_pool", "shards", "segments", "snapshots", "templates" };
    
        // ===================================================================================
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 23K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

                    logger.warn("[Rebuild] Failed to rebuild index: {}", indexName, e);
                    if (existsIndex(backupIndex)) {
                        logger.info("[Rebuild] Backup index {} remains for recovery", backupIndex);
                    }
                    success = false;
                }
            }
            return success;
        }
    
        /**
         * Atomically switches aliases from one index to another.
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 138.6K bytes
    - Click Count (1)
Back to Top