Ask HN: Can you borrow Googles search algorithm?
1–10 of 14 posts
Re: Ask HN: Can you borrow Googles search algorithm?
#2Re: Ask HN: Can you borrow Googles search algorithm?
#3Re: Ask HN: Can you borrow Googles search algorithm?
#4Re: Ask HN: Can you borrow Googles search algorithm?
#5Re: Ask HN: Can you borrow Googles search algorithm?
#6Funny 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?
In general, if folks want to know how Google works, just do some reading on grey hat / black hat SEO. There is an entire (somewhat) underground industry of people that have ranking in Google down to a science - put exactly this on your page, set up exactly these linking domains with exactly this type of content, satisfying all of these metrics, etc. I honestly think the reason competing search engines are so much worse is just because none of them have tried very hard, or maybe because they just lack funding.
AFAIK, the algorithm is still the core of what it always has been (getting PR links to your page) but Google has just added a bunch of layers on top of that which basically check for things to disqualify you completely or make minor adjustments to your position in the rankings.
Re: Ask HN: Can you borrow Googles search algorithm?
#7Mm... 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've had to likewise step up their internal game on ranking. What you're requesting probably comes off as a trade secret, but you could probably get reasonable results using a PageRank inspir…
Re: Ask HN: Can you borrow Googles search algorithm?
#8Re: Ask HN: Can you borrow Googles search algorithm?
#9I would recommend to start with a mature search engine such as Lucene or ElasticSearch.
If I'm implementing search in an application and want to use NLP, do I need to train the search or are these solutions already ready to go? I'm not sure how other people do it/how search works/if you need to tell it what to do.
Re: Ask HN: Can you borrow Googles search algorithm?
#10https://developers.google.com/custom-search