File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -128,12 +128,6 @@ ${path.logs}
128
128
# opensearch.experimental.feature.extensions.enabled: false
129
129
#
130
130
#
131
- # Gates the search pipeline feature. This feature enables configurable processors
132
- # for search requests and search responses, similar to ingest pipelines.
133
- #
134
- # opensearch.experimental.feature.search_pipeline.enabled: false
135
- #
136
- #
137
131
# Gates the concurrent segment search feature. This feature enables concurrent segment search in a separate
138
132
# index searcher threadpool.
139
133
#
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ for (Version bwcVersion : BuildParams.bwcVersions.wireCompatible) {
65
65
numberOfNodes = 4
66
66
67
67
setting ' path.repo' , " ${ buildDir} /cluster/shared/repo/${ baseName} "
68
+ setting ' opensearch.experimental.feature.search_pipeline.enabled' , ' true'
68
69
}
69
70
}
70
71
You can’t perform that action at this time.
0 commit comments