Browse Source

fix #1613 change num of shards

Shinsuke Sugaya 7 years ago
parent
commit
562b320c00
38 changed files with 38 additions and 38 deletions
  1. 1 1
      src/main/resources/fess_indices/.fess_config.access_token.json
  2. 1 1
      src/main/resources/fess_indices/.fess_config.bad_word.json
  3. 1 1
      src/main/resources/fess_indices/.fess_config.boost_document_rule.json
  4. 1 1
      src/main/resources/fess_indices/.fess_config.crawling_info.json
  5. 1 1
      src/main/resources/fess_indices/.fess_config.crawling_info_param.json
  6. 1 1
      src/main/resources/fess_indices/.fess_config.data_config.json
  7. 1 1
      src/main/resources/fess_indices/.fess_config.data_config_to_label.json
  8. 1 1
      src/main/resources/fess_indices/.fess_config.data_config_to_role.json
  9. 1 1
      src/main/resources/fess_indices/.fess_config.duplicate_host.json
  10. 1 1
      src/main/resources/fess_indices/.fess_config.elevate_word.json
  11. 1 1
      src/main/resources/fess_indices/.fess_config.elevate_word_to_label.json
  12. 1 1
      src/main/resources/fess_indices/.fess_config.failure_url.json
  13. 1 1
      src/main/resources/fess_indices/.fess_config.file_authentication.json
  14. 1 1
      src/main/resources/fess_indices/.fess_config.file_config.json
  15. 1 1
      src/main/resources/fess_indices/.fess_config.file_config_to_label.json
  16. 1 1
      src/main/resources/fess_indices/.fess_config.file_config_to_role.json
  17. 1 1
      src/main/resources/fess_indices/.fess_config.job_log.json
  18. 1 1
      src/main/resources/fess_indices/.fess_config.key_match.json
  19. 1 1
      src/main/resources/fess_indices/.fess_config.label_to_role.json
  20. 1 1
      src/main/resources/fess_indices/.fess_config.label_type.json
  21. 1 1
      src/main/resources/fess_indices/.fess_config.path_mapping.json
  22. 1 1
      src/main/resources/fess_indices/.fess_config.related_content.json
  23. 1 1
      src/main/resources/fess_indices/.fess_config.related_query.json
  24. 1 1
      src/main/resources/fess_indices/.fess_config.request_header.json
  25. 1 1
      src/main/resources/fess_indices/.fess_config.role_type.json
  26. 1 1
      src/main/resources/fess_indices/.fess_config.scheduled_job.json
  27. 1 1
      src/main/resources/fess_indices/.fess_config.thumbnail_queue.json
  28. 1 1
      src/main/resources/fess_indices/.fess_config.web_authentication.json
  29. 1 1
      src/main/resources/fess_indices/.fess_config.web_config.json
  30. 1 1
      src/main/resources/fess_indices/.fess_config.web_config_to_label.json
  31. 1 1
      src/main/resources/fess_indices/.fess_config.web_config_to_role.json
  32. 1 1
      src/main/resources/fess_indices/.fess_user.group.json
  33. 1 1
      src/main/resources/fess_indices/.fess_user.role.json
  34. 1 1
      src/main/resources/fess_indices/.fess_user.user.json
  35. 1 1
      src/main/resources/fess_indices/fess_log.click_log.json
  36. 1 1
      src/main/resources/fess_indices/fess_log.favorite_log.json
  37. 1 1
      src/main/resources/fess_indices/fess_log.search_log.json
  38. 1 1
      src/main/resources/fess_indices/fess_log.user_info.json

+ 1 - 1
src/main/resources/fess_indices/.fess_config.access_token.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.bad_word.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.boost_document_rule.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.crawling_info.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.crawling_info_param.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.data_config.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.data_config_to_label.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.data_config_to_role.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.duplicate_host.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.elevate_word.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.elevate_word_to_label.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.failure_url.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.file_authentication.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.file_config.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.file_config_to_label.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.file_config_to_role.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.job_log.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.key_match.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.label_to_role.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.label_type.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.path_mapping.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.related_content.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.related_query.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.request_header.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.role_type.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.scheduled_job.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.thumbnail_queue.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.web_authentication.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.web_config.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.web_config_to_label.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_config.web_config_to_role.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 2,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_user.group.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 5,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_user.role.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 5,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/.fess_user.user.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 5,
+      "number_of_shards": 1,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/fess_log.click_log.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 10,
+      "number_of_shards": 5,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/fess_log.favorite_log.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 10,
+      "number_of_shards": 5,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/fess_log.search_log.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 10,
+      "number_of_shards": 5,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }

+ 1 - 1
src/main/resources/fess_indices/fess_log.user_info.json

@@ -2,7 +2,7 @@
   "settings": {
     "index": {
       "refresh_interval": "1s",
-      "number_of_shards": 10,
+      "number_of_shards": 5,
       "number_of_replicas": 0,
       "auto_expand_replicas": "0-1"
     }