on the plan. I am doing the initial investigation and
> > technology frameworks. I would be very interested to get an idea of how
> you
> > are designing your cluster indexing. I have been doing a documentation
> > which I would be happy to show you.
> >
> >
&
Hi Amin,
I am also working on similar implementation. But right now I am working on
building Lucene Index in parallel using Hadoop.
How are you building your Lucene index (or indexes) ? Have you tried Hadoop?
If yes, we can share some design issues.
Also, for serving Lucene indexes over cluster,
Hi,
>From efficiency point of view, what will be more efficient-
Creating a single big index (big enough for one machine) by adding all
documents in it at once
or
Creating smaller indexes and then merge them to make one bigger index?
And if there is a performance penalty, then any rough estima
ng and consulting
> http://www.scaleunlimited.com
> http://www.101tec.com
>
>
>
>
> On Jun 1, 2009, at 9:54 AM, Tarandeep Singh wrote:
>
> Hi All,
>>
>> I am trying to build a distributed system to build and serve lucene
>> indexes.
>> I came across the Distributed
Hi All,
I am trying to build a distributed system to build and serve lucene indexes.
I came across the Distributed Lucene project-
http://wiki.apache.org/hadoop/DistributedLucene
https://issues.apache.org/jira/browse/HADOOP-3394
and have a couple of questions. It will be really helpful if someone