|
@@ -1,4 +1,4 @@
|
|
-curl -XPUT http://127.0.0.1:9800/projectset_v1 -d '{
|
|
|
|
|
|
+curl -XPUT http://192.168.3.206:9800/projectset_v1 -d '{
|
|
"settings": {
|
|
"settings": {
|
|
"index": {
|
|
"index": {
|
|
"analysis": {
|
|
"analysis": {
|
|
@@ -26,8 +26,8 @@ curl -XPUT http://127.0.0.1:9800/projectset_v1 -d '{
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "number_of_shards": "8",
|
|
|
|
- "number_of_replicas": "1"
|
|
|
|
|
|
+ "number_of_shards": "4",
|
|
|
|
+ "number_of_replicas": "0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"mappings": {
|
|
"mappings": {
|
|
@@ -279,6 +279,14 @@ curl -XPUT http://127.0.0.1:9800/projectset_v1 -d '{
|
|
"index": "not_analyzed",
|
|
"index": "not_analyzed",
|
|
"type": "string"
|
|
"type": "string"
|
|
},
|
|
},
|
|
|
|
+ "winnertel": {
|
|
|
|
+ "index": "not_analyzed",
|
|
|
|
+ "type": "string"
|
|
|
|
+ },
|
|
|
|
+ "winnerperson": {
|
|
|
|
+ "index": "not_analyzed",
|
|
|
|
+ "type": "string"
|
|
|
|
+ },
|
|
"bidopentime": {
|
|
"bidopentime": {
|
|
"index": "not_analyzed",
|
|
"index": "not_analyzed",
|
|
"type": "string"
|
|
"type": "string"
|
|
@@ -329,6 +337,14 @@ curl -XPUT http://127.0.0.1:9800/projectset_v1 -d '{
|
|
"index": "not_analyzed",
|
|
"index": "not_analyzed",
|
|
"type": "string"
|
|
"type": "string"
|
|
},
|
|
},
|
|
|
|
+ "winnertel": {
|
|
|
|
+ "index": "not_analyzed",
|
|
|
|
+ "type": "string"
|
|
|
|
+ },
|
|
|
|
+ "winnerperson": {
|
|
|
|
+ "index": "not_analyzed",
|
|
|
|
+ "type": "string"
|
|
|
|
+ },
|
|
"bidopentime": {
|
|
"bidopentime": {
|
|
"type": "long"
|
|
"type": "long"
|
|
},
|
|
},
|