----- Original Message ----- From: "Saifi Khan" <[email protected]> To: <[email protected]> Sent: Tuesday, June 23, 2009 10:30 AM Subject: Re: [twincling] Installing Nutch
> On Mon, 15 Jun 2009, Kartik Nayak wrote: > >> hi, >> I have been trying to install nutch-1.0 on Linux(Ubuntu). The crawler >> works fine, i suppose. However, when i try to search using Apache Tomcat, >> i always get 0-0 hits even if the keyword was on the website. >> >> Regards, >> Kartik Nayak >> > > How does the search module in nutch compare with that of Drupal > ? > > > thanks > Saifi. > > > ------------------------------------ > > http://twincling.org/ > http://twitter.com/twincling > ---------------------------------------- > Yahoo! Groups Links > > > Search module in Drupal Core Modules is used for searching our site for users and particular key words. Nutch is a search engine which can be used for intranet searching and also searching the web. Its a Web Crawler which uses Lucene as its core. We can specify the urls to be crawled by the crawler in a text file. The results can be viewed by using a Web Server like Apache Tomcat. It seems, nutch can be configured to crawl and store the results in a database (although i havent done this yet). Regards, Kartik Nayak.

