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

Merge branch 'augmenter_search_request' into 'master'

Change the default setting of trackTotalCount to false in SearchRequest

See merge request !630
parents d91e4572 c494236a
No related branches found
No related tags found
1 merge request!630Change the default setting of trackTotalCount to false in SearchRequest
Pipeline #217047 failed
...@@ -421,10 +421,10 @@ The following software have components provided under the terms of this license: ...@@ -421,10 +421,10 @@ The following software have components provided under the terms of this license:
- JBoss Marshalling River (from https://repo1.maven.org/maven2/org/jboss/marshalling/jboss-marshalling-river) - JBoss Marshalling River (from https://repo1.maven.org/maven2/org/jboss/marshalling/jboss-marshalling-river)
- JCIP Annotations under Apache License (from http://stephenc.github.com/jcip-annotations) - JCIP Annotations under Apache License (from http://stephenc.github.com/jcip-annotations)
- JDOM - JDOM
- JJWT :: Legacy Transitive Dependency Jar (from https://repo1.maven.org/maven2/io/jsonwebtoken/jjwt)
- JMES Path Query library (from https://aws.amazon.com/sdkforjava) - JMES Path Query library (from https://aws.amazon.com/sdkforjava)
- JOpt Simple (from http://jopt-simple.github.io/jopt-simple, http://pholser.github.io/jopt-simple) - JOpt Simple (from http://jopt-simple.github.io/jopt-simple, http://pholser.github.io/jopt-simple)
- JSON Small and Fast Parser (from https://repo1.maven.org/maven2/net/minidev/json-smart, https://urielch.github.io/) - JSON Small and Fast Parser (from https://repo1.maven.org/maven2/net/minidev/json-smart, https://urielch.github.io/)
- JSON Web Token support for the JVM (from https://github.com/jwtk/jjwt)
- JSON library from Android SDK (from http://developer.android.com/sdk) - JSON library from Android SDK (from http://developer.android.com/sdk)
- JSON.simple (from http://code.google.com/p/json-simple/) - JSON.simple (from http://code.google.com/p/json-simple/)
- JSONassert (from http://github.com/skyscreamer/yoga, https://github.com/skyscreamer/JSONassert) - JSONassert (from http://github.com/skyscreamer/yoga, https://github.com/skyscreamer/JSONassert)
......
...@@ -33,5 +33,5 @@ public class SearchRequest { ...@@ -33,5 +33,5 @@ public class SearchRequest {
private String cursor; private String cursor;
private List<String> returnedFields; private List<String> returnedFields;
private SortQuery sort; 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