Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for numberOfShardsForDoc (0.09 seconds)

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

  1. src/main/webapp/WEB-INF/view/admin/maintenance/admin_maintenance.jsp

                                        <label for="numberOfShardsForDoc" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.number_of_shards_for_doc"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="numberOfShardsForDoc"/>
    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)
  2. src/test/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceActionTest.java

            final ActionForm form = new ActionForm();
            assertNull(form.replaceAliases);
            assertNull(form.resetDictionaries);
            // numberOfShardsForDoc and autoExpandReplicasForDoc have defaults from FessConfig
            assertNotNull(form.numberOfShardsForDoc);
            assertNotNull(form.autoExpandReplicasForDoc);
            assertNull(form.loadBulkData);
            // rebuildConfigIndex defaults to Constants.ON
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 5.3K bytes
    - Click Count (0)
Back to Top