Re: Nutch and Distributed Lucene

2008-04-02 Thread Naama Kraus
Hi Ning, Thanks a lot ! Naama On Tue, Apr 1, 2008 at 7:06 PM, Ning Li <[EMAIL PROTECTED]> wrote: > Hi, > > Nutch builds Lucene indexes. But Nutch is much more than that. It is a > web search application software that crawls the web, inverts links and > builds indexes. Each step is one or more M

Re: Nutch and Distributed Lucene

2008-04-01 Thread Ning Li
Hi, Nutch builds Lucene indexes. But Nutch is much more than that. It is a web search application software that crawls the web, inverts links and builds indexes. Each step is one or more Map/Reduce jobs. You can find more information at http://lucene.apache.org/nutch/ The Map/Reduce job to build

Nutch and Distributed Lucene

2008-04-01 Thread Naama Kraus
Hi, I'd like to know if Nutch is running on top of Lucene, or is it non related to Lucene. I.e. indexing, parsing, crawling, internal data structures ... - all written from scratch using MapReduce (my impression) ? What is the relation between Nutch and the distributed Lucene patch that was inser