wcc 2 gadi atpakaļ
vecāks
revīzija
c6150d00b0
3 mainītis faili ar 10 papildinājumiem un 7 dzēšanām
  1. 3 3
      mapping/biddingmapping2.txt
  2. 2 2
      mapping/projectset2.txt
  3. 5 2
      mapping/qyxy2.txt

+ 3 - 3
mapping/biddingmapping2.txt

@@ -1,4 +1,4 @@
-curl -H 'Content-Type: application/json' -XPUT http://192.168.3.149:9200/bidding_v2 -d '{
+curl -H 'Content-Type: application/json' -u es_all:TopJkO2E_d1x -XPUT http://127.0.0.1:19805/bidding_v2 -d '{
   "settings": {
     "index": {
       "analysis": {
@@ -45,8 +45,8 @@ curl -H 'Content-Type: application/json' -XPUT http://192.168.3.149:9200/bidding
           }
         }
       },
-      "number_of_shards": "2",
-      "number_of_replicas": "0"
+      "number_of_shards": "12",
+      "number_of_replicas": "1"
     }
   },
   "mappings": {

+ 2 - 2
mapping/projectset2.txt

@@ -1,4 +1,4 @@
-curl -H 'Content-Type: application/json' -XPUT http://192.168.3.149:9200/projectset_v2 -d '{
+curl -H 'Content-Type: application/json' -u es_all:TopJkO2E_d1x -XPUT http://127.0.0.1:19805/projectset_v1 -d '{
   "settings": {
     "index": {
       "analysis": {
@@ -43,7 +43,7 @@ curl -H 'Content-Type: application/json' -XPUT http://192.168.3.149:9200/project
           }
         }
       },
-      "number_of_shards": "2",
+      "number_of_shards": "12",
       "number_of_replicas": "0"
     }
   },

+ 5 - 2
mapping/qyxy2.txt

@@ -1,4 +1,4 @@
-curl -H 'Content-Type: application/json' -XPUT http://192.168.3.149:9200/qyxy_v2 -d '{
+curl -H 'Content-Type: application/json' -u es_all:TopJkO2E_d1x -XPUT http://127.0.0.1:19805/qyxy_v1 -d '{
 "settings": {
   "index": {
     "analysis": {
@@ -55,7 +55,7 @@ curl -H 'Content-Type: application/json' -XPUT http://192.168.3.149:9200/qyxy_v2
         }
       }
     },
-    "number_of_shards": "2",
+    "number_of_shards": "12",
     "number_of_replicas": "0"
   }
 },
@@ -169,6 +169,9 @@ curl -H 'Content-Type: application/json' -XPUT http://192.168.3.149:9200/qyxy_v2
         "analyzer": "douhao",
         "type": "text"
       },
+     "id": {
+          "type": "keyword"
+      },
       "partners": {
         "properties": {
           "identify_no": {