默认前1W条数据,但是在一些场景下不满足,通过设置index.max_result_window来突破搜索量
GET /shop/_settings
PUT /shop/_settings
{
"index.max_result_window": "20000"
}
默认前1W条数据,但是在一些场景下不满足,通过设置index.max_result_window来突破搜索量
GET /shop/_settings
PUT /shop/_settings
{
"index.max_result_window": "20000"
}