|
@@ -46,7 +46,8 @@ curl -H 'Content-Type: application/json' -u es_all:TopJkO2E_d1x -XPUT http://127
|
|
|
}
|
|
|
},
|
|
|
"number_of_shards": "24",
|
|
|
- "number_of_replicas": "1"
|
|
|
+ "number_of_replicas": "1",
|
|
|
+ "max_result_window": "20000"
|
|
|
}
|
|
|
},
|
|
|
"mappings": {
|
|
@@ -301,6 +302,9 @@ curl -H 'Content-Type: application/json' -u es_all:TopJkO2E_d1x -XPUT http://127
|
|
|
},
|
|
|
"totalprice": {
|
|
|
"type": "double"
|
|
|
+ },
|
|
|
+ "remark": {
|
|
|
+ "type": "keyword"
|
|
|
},
|
|
|
"expurasingtime": {
|
|
|
"type": "long"
|