Lucky J Verma wrote:
I need to write a repository adapter for a search engine website.
So that my website can talk to that repository(like CVS or any open source) and pick and index information from there.But this is the beginning and i am
looking over internet about the concepts and how can i start ? Does anyone have any clue on this?
I don't think that there is a standard API to get to search data -- like Google or Yahoo or any other site. There may be one for the site, so maybe you can go through support for the site to see if there is one specific for it. Of course, assuming that it even exist, then you have to code specific to each search engine.
As an alternative, you could scrape the sites themselves. Use the URL class, or the http client clients, and get the data directly from the search page.
Henry