I would like to build a statistical search engine.

I've chosen to build a meta-search engine and, since this is a domain-specific search engine, I will have to add a classifier for it. From what I've learned and surfed on the Internet I haven't found any clear explanation how classifier works in meta-search engines. In addition, I need to know where it works and in which step it categorizes the search result from the other search engines.

Does it work in the search engine result page (SERP) by classifying the links provided, or the content preview on the SERP, or does it go to every single page of the results then classifies them?

Similar questions and discussions