TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Can you borrow Googles search algorithm?

10 pointsby brittpart_over 4 years ago
Or do I have to start from scratch? Maybe relating to NLP.

6 comments

quickthrower2over 4 years ago
More prosaic but if you have a blog etc. you can add a Google programmable search engine: <a href="https:&#x2F;&#x2F;programmablesearchengine.google.com&#x2F;about&#x2F;" rel="nofollow">https:&#x2F;&#x2F;programmablesearchengine.google.com&#x2F;about&#x2F;</a>
评论 #25440244 未加载
HakeHayashiover 4 years ago
Mm... PageRank is the basis, but then recent publications suggest they use a multitude of factors (probably 7-10+?) to evaluate sites. PageRank is still more-or-less the biggest chunk, but since people learned how to game it, they&#x27;ve had to likewise step up their internal game on ranking. What you&#x27;re requesting probably comes off as a trade secret, but you could probably get reasonable results using a PageRank inspired hybrid
评论 #25415658 未加载
softwaredougover 4 years ago
What are you trying to achieve? Search your website&#x27;s blog posts? Create an e-commerce search engine? Job search engine? Web search engine? Just learn about how search tech works?<p>All of these are radically different domains, some of which requiring intensive NLP, others requiring other domains...
logicslaveover 4 years ago
Funny thing I was thinking about recently...why not reverse engineer it? Run the top million most common queries, or maybe top billion, snapshot the top 100 results, use that to train your model. With cheap enough compute, can google be reverse engineered?
评论 #25414685 未加载
throwaway888abcover 4 years ago
<a href="https:&#x2F;&#x2F;developers.google.com&#x2F;custom-search" rel="nofollow">https:&#x2F;&#x2F;developers.google.com&#x2F;custom-search</a>
评论 #25418626 未加载
ktpsnsover 4 years ago
I would recommend to start with a mature search engine such as Lucene or ElasticSearch.
评论 #25418621 未加载