summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2018-11-22 13:26:45 +0000
committergjoranv <gv@oath.com>2019-01-21 15:09:29 +0100
commitadd4b55096dcbb502c57ea46eab475b2bd7954e1 (patch)
treee9f52e21dcc2a5f5047f7ad09d19582e681a961b /configdefinitions
parent8cac71543fb58d54e7ad0ad30310558f7c217485 (diff)
Remove remains of RISE.
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/indexschema.def4
1 files changed, 1 insertions, 3 deletions
diff --git a/configdefinitions/src/vespa/indexschema.def b/configdefinitions/src/vespa/indexschema.def
index 5352e4d9009..7153164bfab 100644
--- a/configdefinitions/src/vespa/indexschema.def
+++ b/configdefinitions/src/vespa/indexschema.def
@@ -4,10 +4,8 @@ namespace=vespa.config.search
## The name of the index field.
indexfield[].name string
-## This is the type of an index. Currently only rise and vespa are supported
-indexfield[].indextype enum {VESPA, RISE} default=VESPA
## The data type of the index field.
-indexfield[].datatype enum { STRING, INT64, BOOLEANTREE } default=STRING
+indexfield[].datatype enum { STRING, INT64 } default=STRING
## The collection type of the index field.
indexfield[].collectiontype enum { SINGLE, ARRAY, WEIGHTEDSET } default=SINGLE
## Whether the index should support prefix searches.