this post was submitted on 07 Jul 2026
12 points (100.0% liked)
Fediverse
43063 readers
444 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, Mbin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It seems to be a non-common word comparison score, which is often mistaken.
Basically, when a post is submitted, the system creates a word list for the post, strips the common words out of it, then creates an association between the post ID and each remaining word. When a search occurs, each word of the search phrase is checked against the db holding the associations and the post with the most matching associations will be considered the most relevant.
It can be seen how this system could be incredibly incorrect when matching posts to a search phrase but it's really the one that's most often used in software, due to it's ease of implementation and low overhead, resource-wise.