Hacker News new | ask | show | jobs
by swlkr 2103 days ago
this is impressive, how does it work?
2 comments

In elasticsearch there is a more-like-tis query [0], that returns similar documents for a fulltext, next to a couple of optimizations that they might use.

[0] https://www.elastic.co/guide/en/elasticsearch/reference/curr...

I assume it uses AI/ML stylometry.