- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for auto_expand_replicas (0.09 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/resources/fess_indices/fess_config.coordinator.json
{ "settings": { "index": { "refresh_interval": "1s", "number_of_shards": 1, "number_of_replicas": 0, "auto_expand_replicas": "0-1" } }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 173 bytes - Click Count (0) -
src/main/resources/fess_indices/fess_log.notification_queue.json
{ "settings": { "index": { "refresh_interval": "5s", "number_of_shards": 1, "number_of_replicas": 0, "auto_expand_replicas": "0-1" } }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 173 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. 5 */ String INDEX_number_of_shards = "index.number_of_shards"; /** The key of the configuration. e.g. 0-1 */ String INDEX_auto_expand_replicas = "index.auto_expand_replicas"; /** The key of the configuration. e.g. SHA-512 */ String INDEX_ID_DIGEST_ALGORITHM = "index.id.digest.algorithm"; /** The key of the configuration. e.g. admin */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2) -
src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java
* @param autoExpandReplicas the auto expand replicas setting for the new index * @return true if the reindex operation started successfully, false otherwise */ protected boolean startReindex(final boolean replaceAliases, final boolean resetDictionaries, final String numberOfShards, final String autoExpandReplicas) {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/test/java/org/codelibs/fess/opensearch/client/SearchEngineClientRebuildTest.java
} return createIndexResult; } @Override public boolean createIndex(final String index, final String indexName, final String numberOfShards, final String autoExpandReplicas, final boolean uploadConfig) { calledMethods.add("createIndex5"); createdIndices.add(indexName); createIndexCallCount++;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)