I found this Perl wrapper example: http://opensearch.a9.com/docs/openSearchPerlWrapper.txt
Can anyone tell me if something like this would work with Nutch? -----Original Message----- From: Ngoc Giang Nguyen [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 1:31 PM To: [email protected] Subject: Re: New Nutch User I think Nutch 0.7 supports OpenSearch protocol, so that you don't need to digest much on Java code. Just treat Nutch as a web service, and you can write wrapper on any scripting language that you love to handle HTTP requests/responses. On 10/13/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I am new to Nutch. I love it, but am not sure if I can handle putting this > together by myself. I run Red Hat Linux boxes with apache. I have > knowledge of HTML, some Java, MYSQL, PHP and Linux. > > > > Will I be able to get Nutch up and running to crawl multiple sites on the > internet the way a basic search engine does? What skills am I missing or > need to learn? > > > > My main problem, is that I am pretty confident that I can get Nutch > installed on my machines, but I'm not too sure how to integrate it into > the > front end of my site. Is it just a simple POST or GET form, or is it very > JAVA intensive? > > > > Any suggestions would be greatly appreciated. > > > > Thanks > > >
