|
@@ -45,7 +45,7 @@ curl -H 'Content-Type: application/json' -u es_all:TopJkO2E_d1x -XPUT http://127
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "number_of_shards": "24",
|
|
|
+ "number_of_shards": "12",
|
|
|
"number_of_replicas": "1",
|
|
|
"max_result_window": "20000"
|
|
|
}
|
|
@@ -469,6 +469,9 @@ curl -H 'Content-Type: application/json' -u es_all:TopJkO2E_d1x -XPUT http://127
|
|
|
"enterprise_credit": {
|
|
|
"type": "text",
|
|
|
"analyzer": "my_ngram"
|
|
|
+ },
|
|
|
+ "autoid": {
|
|
|
+ "type": "long"
|
|
|
}
|
|
|
}
|
|
|
}
|