Skip to content

Commit

Permalink
Change feature flag name for hybryd search
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Gaievski <[email protected]>
  • Loading branch information
martin-gaievski committed Aug 9, 2023
1 parent 5819df6 commit 0229db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ testClusters.integTest {

// enable features for testing
// hybrid search
systemProperty('plugins.ml_commons.hybrid_search_enabled', 'true')
systemProperty('plugins.neural_search.hybrid_search_enabled', 'true')
}

// Remote Integration Tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public final class NeuralSearchSettings {
* Once that problem is resolved this feature flag can be removed.
*/
public static final Setting<Boolean> NEURAL_SEARCH_HYBRID_SEARCH_ENABLED = Setting.boolSetting(
"plugins.ml_commons.hybrid_search_enabled",
"plugins.neural_search.hybrid_search_enabled",
false,
Setting.Property.NodeScope
);
Expand Down

0 comments on commit 0229db2

Please sign in to comment.