summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@oath.com>2018-04-27 15:59:07 +0200
committerJon Bratseth <bratseth@oath.com>2018-04-27 15:59:07 +0200
commit482b085d278875ec99b2c7442a4255ed86f78d21 (patch)
tree886d6d8b414426025fa3b9c46c374075fb9a6396 /container-core
parent2486046a9b78200462f22f932c6a6ebd7cce0ae4 (diff)
Remove row+column support
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/main/resources/configdefinitions/qr-searchers.def4
1 files changed, 1 insertions, 3 deletions
diff --git a/container-core/src/main/resources/configdefinitions/qr-searchers.def b/container-core/src/main/resources/configdefinitions/qr-searchers.def
index a688749da6d..1f2906f45ff 100644
--- a/container-core/src/main/resources/configdefinitions/qr-searchers.def
+++ b/container-core/src/main/resources/configdefinitions/qr-searchers.def
@@ -80,9 +80,7 @@ searchcluster[].storagecluster.routespec string default=""
searchcluster[].dispatcher[].host string
searchcluster[].dispatcher[].port int
-## The number of least significant bits of the part id used to specify the
-## row number (the rest of the bits specifies the column). Don't touch
-## this unless you know why you are doing it.
+## Not used. TODO: Remove on Vespa 7
searchcluster[].rowbits int default=0
# Per dispatcher config-id might be nice to have, remove it until needed.