Skip to content

Commit

Permalink
Add hybrid search enable param support to neuralsearch integTest (ope…
Browse files Browse the repository at this point in the history
…nsearch-project#3927)

Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Aug 28, 2023
1 parent d4d8161 commit 63f8d63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ components:
opensearch.experimental.feature.concurrent_segment_search.enabled: true
search.concurrent_segment_search.enabled: true
search.concurrent.max_slice_count: 2
plugins.neural_search.hybrid_search_enabled: true

- name: opensearch-reports
integ-test:
Expand Down
2 changes: 2 additions & 0 deletions manifests/2.10.0/opensearch-2.10.0-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ components:
test-configs:
- with-security
- without-security
additional-cluster-configs:
plugins.neural_search.hybrid_search_enabled: true

- name: notifications
working-directory: notifications
Expand Down

0 comments on commit 63f8d63

Please sign in to comment.