Commit c42b13fa authored by duanruiming's avatar duanruiming

[update] 车道快照查询500条

parent 7a60d023
...@@ -58,7 +58,8 @@ public class LaneSnapshotDataQueryService implements LaneSnapshotService { ...@@ -58,7 +58,8 @@ public class LaneSnapshotDataQueryService implements LaneSnapshotService {
searchSourceBuilder searchSourceBuilder
.query(boolQuery) .query(boolQuery)
.size(5000000); //.from(0)
.size(500);
searchRequest.source(searchSourceBuilder); searchRequest.source(searchSourceBuilder);
SearchResponse response = client.search(searchRequest, RequestOptions.DEFAULT); SearchResponse response = client.search(searchRequest, RequestOptions.DEFAULT);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment