|
@@ -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": {
|