- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for deleteIndex (0.36 sec)
-
src/main/java/org/codelibs/fess/util/UpgradeUtil.java
return response.isExists(); } catch (final Exception e) { // ignore } return false; } public static void deleteIndex(final IndicesAdminClient indicesClient, final String index, final Consumer<AcknowledgedResponse> comsumer) { indicesClient.prepareDelete(index).execute(new ActionListener<AcknowledgedResponse>() {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/upgrade/AdminUpgradeAction.java
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:46 UTC 2024 - 54K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java
} } catch (final Exception e) { logger.warn("{} is not found.", indexConfigFile, e); } return false; } public boolean deleteIndex(final String indexName) { final FessConfig fessConfig = ComponentUtil.getFessConfig(); try { final AcknowledgedResponse response =
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Oct 20 02:08:03 UTC 2024 - 86.1K bytes - Viewed (0)