- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for number_of_replicas (0.08 sec)
-
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/AbstractCrawlerService.java
final String source; if (numberOfReplicas > 0) { source = "{\"settings\":{\"index\":{\"number_of_shards\":" + numberOfShards + ",\"number_of_replicas\":0,\"auto_expand_replicas\":\"0-" + numberOfReplicas + "\"}}}"; } else {
Registered: Sun Nov 10 03:50:12 UTC 2024 - Last Modified: Thu Nov 07 04:44:10 UTC 2024 - 23.6K bytes - Viewed (0) -
src/main/resources/fess_config.properties
index.document.crawler.queue.number_of_shards=10 index.document.crawler.data.number_of_shards=10 index.document.crawler.filter.number_of_shards=10 index.document.crawler.queue.number_of_replicas=1 index.document.crawler.data.number_of_replicas=1 index.document.crawler.filter.number_of_replicas=1 index.config.index=fess_config index.user.index=fess_user index.log.index=fess_log index.dictionary.prefix= # doc management
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Tue Oct 01 14:13:38 UTC 2024 - 30.9K bytes - Viewed (0) -
src/main/resources/fess_indices/fess.json
{ "settings": { "index": { "codec": "${fess.index.codec}", "refresh_interval": "1s", "number_of_shards": "${fess.index.number_of_shards}", "number_of_replicas": 0, "auto_expand_replicas": "${fess.index.auto_expand_replicas}" }, "analysis": { "char_filter": { "mapping_fa_filter": { "type": "mapping", "mappings_path": "${fess.dictionary.path}fa/mapping.txt" },
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Aug 11 01:26:55 UTC 2022 - 39.9K bytes - Viewed (0)