Skip to content
Snippets Groups Projects
Commit 34f58c02 authored by Zhibin Mai's avatar Zhibin Mai
Browse files

Change the default setting of trackTotalCount to false in SearchRequest

parent d91e4572
No related branches found
No related tags found
1 merge request!630Change the default setting of trackTotalCount to false in SearchRequest
Pipeline #216768 failed
......@@ -33,5 +33,5 @@ public class SearchRequest {
private String cursor;
private List<String> returnedFields;
private SortQuery sort;
private boolean trackTotalCount = true;
private boolean trackTotalCount;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment