Re: MapReduce usage with Lucene Indexing

2008-01-25 Thread roger dimitri
Lucene Indexing On Jan 25, 2008 6:30 AM, roger dimitri <[EMAIL PROTECTED]> wrote: > Hi, > I am very new to Hadoop, and I have a project where I need to use Lucene > to index some input given either as a a huge collection of Java objects or > one huge java object. > I re

MapReduce usage with Lucene Indexing

2008-01-24 Thread roger dimitri
Hi, I am very new to Hadoop, and I have a project where I need to use Lucene to index some input given either as a a huge collection of Java objects or one huge java object. I read about Hadoop's MapReduce utilities and I want to leverage that feature in my case described above. Can som