sandstrom
sandstrom
Is this something that will be similar to 'Function scoring' in ElasticSearch[1]? If not, I think you should consider it. It's a powerful primitive that solves many types of problems...
Thanks @Kerollmops for an extensive answer! To be more specific, the main thing we are missing is some kind of decay functionality (in our case based on time, but could...
@Kerollmops Yes, it would! As long as it isn't too expensive to run (we'd be running it on all docs in an index with ~1M rows and growing), this would...
Sounds interesting! However the docs link shows a login screen. Still locked?
@Kerollmops Looks great! Using Rhai seems like a very good idea. I've only read the docs (not tried it), but this should do the trick. In away on a short...
Awesome to see cleanups and deprecations for Ruby 3.0! 🎉
Awesome that Ruby is cleaning up deprecated and old methods. I love Ruby, but there is a bit of cruft in the stdlib, so nice to see some of it...
Is this an issue with the code itself, or a general question? For general questions [Stackoverflow](https://stackoverflow.com/) or [Github Discussions](https://docs.github.com/en/discussions) (if one is setup for this repo) is better than Github.
> we should add structured json logging on a per-request basis Good initiative! Maybe `logfmt` (https://brandur.org/logfmt) could be supported as an output alternative to JSON? Assuming it's all strings and...
> I thought it was widely known and accepted to not use pods for new apps, and it came to my attention that we haven't officially deprecated them because we...