- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for reindexConfigIndices (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/test/java/org/codelibs/fess/opensearch/client/SearchEngineClientRebuildTest.java
// reindexConfigIndices - full rebuild flow // ========================================================================== @Test public void test_reindexConfigIndices_skipsDocIndex() { testClient.existsIndexResult = true; testClient.documentCount = 10; testClient.aliasCount = 2; testClient.reindexConfigIndices(false, allTargetPrefixes());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 28.6K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/maintenance/admin_maintenance.jsp
</button> <button type="submit" class="btn btn-outline-dark" name="reindexConfigIndices" value="<la:message key="labels.rebuild_config_index_button"/>"> <i class="fa fa-sync" aria-hidden="true"></i>Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 17.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java
* @return HTML response redirecting to the maintenance page */ @Execute @Secured({ ROLE }) public HtmlResponse reindexConfigIndices(final ActionForm form) { validate(form, messages -> {}, this::asIndexHtml); verifyToken(this::asIndexHtml); final boolean loadBulkData = isCheckboxEnabled(form.loadBulkData);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 23K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
* @return true if all targeted indices were rebuilt successfully, false if any index rebuild failed */ public boolean reindexConfigIndices(final boolean loadBulkData, final Set<String> targetPrefixes) { final FessConfig fessConfig = ComponentUtil.getFessConfig();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)