Re: Using lucene in a clustered app server

2009-06-15 Thread Tarandeep Singh
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. > > > > &

Re: Using lucene in a clustered app server

2009-06-11 Thread Tarandeep Singh
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,

Query:Adding all docs at once or creating smaller indexes and merge

2009-06-04 Thread Tarandeep Singh
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

Re: Distributed Lucene Questions

2009-06-02 Thread Tarandeep Singh
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

Distributed Lucene Questions

2009-06-01 Thread Tarandeep Singh
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