- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for updateAlias (0.06 sec)
-
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
* @param newIndex the new index to point aliases to * @return true if the alias update was successful, false otherwise */ public boolean updateAlias(final String newIndex) { final FessConfig fessConfig = ComponentUtil.getFessConfig(); final String updateAlias = fessConfig.getIndexDocumentUpdateIndex(); final String searchAlias = fessConfig.getIndexDocumentSearchIndex(); final GetIndexResponse response1 =
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java
searchEngineClient.addMapping(docIndex, "doc", toIndex); if (searchEngineClient.copyDocIndex(fromIndex, toIndex, replaceAliases) && replaceAliases && !searchEngineClient.updateAlias(toIndex)) { logger.warn("Failed to update aliases for {} and {}", fromIndex, toIndex); } }, e -> logger.warn("Failed to reindex from {} to {}", fromIndex, toIndex, e)));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18K bytes - Viewed (0)