Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia committed Aug 12, 2024
1 parent e6feb78 commit 62cd5e0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ private Task<CreateIndexResponse> CreatePercolatorIndexAsync() => Client.Indices
.Settings(s => s
.AutoExpandReplicas("0-all")
.Analysis(ProjectAnalysisSettings)
.Setting("index.knn", true)
.Setting("index.knn.algo_param.ef_search", 100)
)
.Map<ProjectPercolation>(m => m
.AutoMap()
Expand Down

0 comments on commit 62cd5e0

Please sign in to comment.