Re: Distributed indexing

2004-08-06 Thread Byron Miller
You can check out the nutch project to see how the distributed search is implemented and a tool that can merge segments as well. -byron On Fri, 6 Aug 2004 01:48:16 -0700 (PDT), Otis Gospodnetic <[EMAIL PROTECTED]> wrote: > Hello, > > --- Chandan Tamrakar <[EMAIL PROTECTED]> wrote: > > > Dear al

Re: Distributed indexing

2004-08-06 Thread Otis Gospodnetic
Hello, --- Chandan Tamrakar <[EMAIL PROTECTED]> wrote: > Dear all, > I have been using lucene index for a while , currently i have > "indexes" on > a single machine . But the volume of files are increasing and i want > to > seperate > indexes on differnt machines accoding to categories , Do