summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-09-29 13:22:13 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2022-09-29 13:22:13 +0200
commit7302ce45688748474129c0f0a50778818c1784eb (patch)
treea6aa733b648d2c2c02004c339eb185568881f7f4 /configdefinitions
parent606796ed3b3bce9953e419effa9365103ca4032d (diff)
Warn if enable-bit-vectors is used. It is default and has no effect any longer.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/attributes.def2
1 files changed, 0 insertions, 2 deletions
diff --git a/configdefinitions/src/vespa/attributes.def b/configdefinitions/src/vespa/attributes.def
index 38cc763704c..31f2bfc281d 100644
--- a/configdefinitions/src/vespa/attributes.def
+++ b/configdefinitions/src/vespa/attributes.def
@@ -17,8 +17,6 @@ attribute[].sortascending bool default=true
attribute[].sortfunction enum { RAW, LOWERCASE, UCA } default=UCA
attribute[].sortstrength enum { PRIMARY, SECONDARY, TERTIARY, QUATERNARY, IDENTICAL } default=PRIMARY
attribute[].sortlocale string default=""
-# Allow bitvector postings in addition to btree postings ?
-attribute[].enablebitvectors bool default=false
# Allow only bitvector postings, i.e. drop btree postings to save memory.?
attribute[].enableonlybitvector bool default=false
# Allow fast access to this attribute at all times.