Skip to content

Commit 6d2a7e7

Browse files
committed
chore: adjust description of configuration option
1 parent 14d7f71 commit 6d2a7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/search/pkg/config/engine.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ type Engine struct {
99
// EngineBleve configures the bleve engine
1010
type EngineBleve struct {
1111
Datapath string `yaml:"data_path" env:"SEARCH_ENGINE_BLEVE_DATA_PATH" desc:"The directory where the filesystem will store search data. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH/search." introductionVersion:"pre5.0"`
12-
Scale bool `yaml:"scale" env:"SEARCH_ENGINE_BLEVE_SCALE" desc:"Enable scaling of the search index (bleve). If set to 'true', the instance of the search service will no longer have exclusive write access to the index. Note when scaling search, all instances of the search service must be set to true! For 'false', which is the default, the running search service will lock out other processes trying to access the index as long it is running." introductionVersion:"%%NEXT%%"`
12+
Scale bool `yaml:"scale" env:"SEARCH_ENGINE_BLEVE_SCALE" desc:"Enable scaling of the search index (bleve). If set to 'true', the instance of the search service will no longer have exclusive write access to the index. Note when scaling search, all instances of the search service must be set to true! For 'false', which is the default, the running search service has exclusive access to the index as long it is running. This locks out other search processes tying to access the index." introductionVersion:"%%NEXT%%"`
1313
}

0 commit comments

Comments
 (0)