summaryrefslogtreecommitdiffstats
path: root/container-search/src
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-03-20 11:43:14 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2024-03-20 11:45:53 +0100
commit473ef63d27db0e260df3f0fa93bb239c5f0f061d (patch)
tree7e8bb10020323d9eca86e2f8d15e611a9bc20ed7 /container-search/src
parent7938460dd3b3d72ec1900febe29c1a94db964648 (diff)
- Document types with mode store-only are not searchable.
Diffstat (limited to 'container-search/src')
-rw-r--r--container-search/src/main/resources/configdefinitions/prelude.fastsearch.documentdb-info.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-search/src/main/resources/configdefinitions/prelude.fastsearch.documentdb-info.def b/container-search/src/main/resources/configdefinitions/prelude.fastsearch.documentdb-info.def
index 71c88b79ecd..8310afc3503 100644
--- a/container-search/src/main/resources/configdefinitions/prelude.fastsearch.documentdb-info.def
+++ b/container-search/src/main/resources/configdefinitions/prelude.fastsearch.documentdb-info.def
@@ -6,4 +6,4 @@ namespace=prelude.fastsearch
## The name of the schema/document database
documentdb[].name string
-documentdb[].mode enum {INDEX, STREAMING, STORE_ONLY} default=INDEX
+documentdb[].mode enum {INDEX, STREAMING, STORE_ONLY} default=STORE_ONLY