You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add kNN Query (#198)
kNN search was added to Elasticsearch in v8.0
Co-authored-by: kennylindahl <haxxblaster@gmail.com>
Co-authored-by: Andreas Franzon <andreas.franzon@schibsted.com>
fix: runtime field class methods return types (#200)
There was a mismatch between the return types as defined in the JSDoc
comments and the implicit return types inferred by TypeScript.