Skip to content

Commit 6861c1d

Browse files
committed
Fix gradle check
Signed-off-by: Louis Chu <clingzhi@amazon.com>
1 parent bae0180 commit 6861c1d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

distribution/src/config/opensearch.yml

-6
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,6 @@ ${path.logs}
128128
#opensearch.experimental.feature.extensions.enabled: false
129129
#
130130
#
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-
#
137131
# Gates the concurrent segment search feature. This feature enables concurrent segment search in a separate
138132
# index searcher threadpool.
139133
#

qa/mixed-cluster/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ for (Version bwcVersion : BuildParams.bwcVersions.wireCompatible) {
6565
numberOfNodes = 4
6666

6767
setting 'path.repo', "${buildDir}/cluster/shared/repo/${baseName}"
68+
setting 'opensearch.experimental.feature.search_pipeline.enabled', 'true'
6869
}
6970
}
7071

0 commit comments

Comments
 (0)