aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions/src/vespa/indexschema.def
diff options
context:
space:
mode:
Diffstat (limited to 'configdefinitions/src/vespa/indexschema.def')
-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.