- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for updateAlias (0.05 sec)
-
src/main/java/org/codelibs/fess/suggest/Suggester.java
public void switchIndex() { try { final List<String> updateIndices = new ArrayList<>(); final String updateAlias = getUpdateAlias(index); final IndicesExistsResponse updateIndicesResponse = client.admin().indices().prepareExists(updateAlias).execute().actionGet(suggestSettings.getIndicesTimeout()); if (updateIndicesResponse.isExists()) {
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Sat Oct 12 00:10:39 UTC 2024 - 14.6K 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 Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:20:39 UTC 2024 - 14K bytes - Viewed (0)