|
@@ -1,4 +1,4 @@
|
|
|
-curl -H 'Content-Type: application/json' -XPUT http://192.168.3.149:9200/buyer_v2 -d '{
|
|
|
+curl -H 'Content-Type: application/json' -u es_all:TopJkO2E_d1x -XPUT http://127.0.0.1:19805/buyer_v1 -d '{
|
|
|
"settings": {
|
|
|
"index": {
|
|
|
"analysis": {
|
|
@@ -15,7 +15,7 @@ curl -H 'Content-Type: application/json' -XPUT http://192.168.3.149:9200/buyer_v
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "number_of_shards": "2",
|
|
|
+ "number_of_shards": "12",
|
|
|
"number_of_replicas": "0"
|
|
|
}
|
|
|
},
|
|
@@ -35,6 +35,9 @@ curl -H 'Content-Type: application/json' -XPUT http://192.168.3.149:9200/buyer_v
|
|
|
"buyerclass": {
|
|
|
"type": "keyword"
|
|
|
},
|
|
|
+ "id": {
|
|
|
+ "type": "keyword"
|
|
|
+ },
|
|
|
"fixedphone": {
|
|
|
"type": "keyword"
|
|
|
},
|