this post was submitted on 26 Dec 2024
93 points (86.6% liked)

Technology

60251 readers
5238 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] rottingleaf 0 points 1 week ago

Is a distributed search engine possible?

There are multiple things here - scraped data (reduced to plain text, which what we search, and maybe images, I dunno) caches, aggregation (at least word frequency per object) caches, index (word to aggregation caches?) caches, and the thing that takes a request, retrieves index caches, finds objects, and retrieves them. Things in that tree may be, ahem, again, cached.

So - everything called "cache" here can be put onto something like NOSTR relays or Usenet servers, and given credibility by trusted entity signing it, some kind of web of trust may work, or maybe inherited scores, and what not. What is called "thing" may be local, but its local caches might be exchanged with new peers.

OK, I lack the mathematical apparatus. And I don't know how search engines work.