Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made hybrid search active by default #274

Conversation

martin-gaievski
Copy link
Member

@martin-gaievski martin-gaievski commented Sep 1, 2023

Description

Enabling Hybrid Search by default by changing feature flag default to "true". We have tested that with "concurrent search" feature enabled, currently hybrid search takes priority over core feature.

New flag will be plugins.neural_search.hybrid_search_disabled and it's false by default.

Check List

  • All tests pass
  • Commits are signed as per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@martin-gaievski martin-gaievski added the backport 2.10 backport to 2.10 branch label Sep 1, 2023
@martin-gaievski martin-gaievski changed the title Made hybrid search active by default by flipping feature flag default Made hybrid search active by default Sep 1, 2023
@martin-gaievski martin-gaievski force-pushed the flip_default_feature_flag_for_hybrid_to_true branch from 924f69a to f9106fe Compare September 1, 2023 19:59
@martin-gaievski martin-gaievski added the Enhancements Increases software capabilities beyond original client specifications label Sep 1, 2023
@martin-gaievski martin-gaievski force-pushed the flip_default_feature_flag_for_hybrid_to_true branch from f9106fe to d603a39 Compare September 2, 2023 00:05
@martin-gaievski martin-gaievski force-pushed the flip_default_feature_flag_for_hybrid_to_true branch from d603a39 to 174f2c9 Compare September 2, 2023 00:23
@codecov
Copy link

codecov bot commented Sep 2, 2023

Codecov Report

Merging #274 (174f2c9) into 2.x (40479e9) will not change coverage.
The diff coverage is 87.50%.

@@            Coverage Diff            @@
##                2.x     #274   +/-   ##
=========================================
  Coverage     85.77%   85.77%           
  Complexity      376      376           
=========================================
  Files            30       30           
  Lines          1104     1104           
  Branches        168      168           
=========================================
  Hits            947      947           
  Misses           83       83           
  Partials         74       74           
Files Changed Coverage Δ
...g/opensearch/neuralsearch/plugin/NeuralSearch.java 77.77% <85.71%> (ø)
...ch/neuralsearch/settings/NeuralSearchSettings.java 100.00% <100.00%> (ø)

@martin-gaievski martin-gaievski merged commit d0ed52e into opensearch-project:2.x Sep 2, 2023
29 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 2, 2023
martin-gaievski added a commit that referenced this pull request Sep 2, 2023
…#274) (#275)

Signed-off-by: Martin Gaievski <[email protected]>
(cherry picked from commit d0ed52e)

Co-authored-by: Martin Gaievski <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.10 backport to 2.10 branch Enhancements Increases software capabilities beyond original client specifications
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants