使用api调用,返回的结果只能300以内,修改limit超过300,不起作用
GetResult
curl –location ‘127.0.0.1:9920’
–header ‘Accept: application/json’
–header ‘Content-Type: application/json’
–data ‘{
“id”: 123,
“jsonrpc”: “2.0”,
“method”: “ATRpcServer.Searcher.V1.GetResult”,
“params”: {
“input”: {
“pattern”: “Hello”,
“filterDir”: “C:\\”,
“filterExt”: “*”,
“lastModifyBegin”: 0,
“lastModifyEnd”: 2147483647,
“limit”: “300”,
“offset”: 0,
“order”: 0 /* 0: Default. 1:lastModify ASC. 2:lastModify DESC. 3: filterDir ASC. 3: filterDir DESC. */
}
}
}’