aboutsummaryrefslogtreecommitdiffstats
path: root/vespaclient-java/src/main/java/com/yahoo
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahooinc.com>2022-05-31 15:26:04 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:22 +0200
commit506cc95a1a6964b57e348be704357a72773aed60 (patch)
tree6fa992da69e52a5e32be53b0b8d1401acce67edf /vespaclient-java/src/main/java/com/yahoo
parentc0b8b728ff8104b8f1e8c4445c08adf22f53c892 (diff)
Use DocumentOnly-fieldset by default
Also remove deprecated and unsupported header-only visitor parameter
Diffstat (limited to 'vespaclient-java/src/main/java/com/yahoo')
-rw-r--r--vespaclient-java/src/main/java/com/yahoo/vespaget/ClientParameters.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespaclient-java/src/main/java/com/yahoo/vespaget/ClientParameters.java b/vespaclient-java/src/main/java/com/yahoo/vespaget/ClientParameters.java
index 3ea641fc642..6102f3da77f 100644
--- a/vespaclient-java/src/main/java/com/yahoo/vespaget/ClientParameters.java
+++ b/vespaclient-java/src/main/java/com/yahoo/vespaget/ClientParameters.java
@@ -17,7 +17,7 @@ public class ClientParameters {
public final Iterator<String> documentIds;
// Print only the id for retrieved documents
public final boolean printIdsOnly;
- // Determines which document fields to retrieve. Default is '[all]'.
+ // Determines which document fields to retrieve. Default is '[document]'.
public final String fieldSet;
// The Vespa route
public final String route;