Re: Distributed indexing

2004-08-06 Thread Byron Miller
t; 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 accod

Re: Distributed indexing

2004-08-06 Thread Otis Gospodnetic
fernt machines accoding to categories , Does lucene > support > distributed indexing ? I am confused what will be the best > approach ? Not out of the box. To distribute your indexing process over multiple networked computers, you will have to write your own application that does this. If

Distributed indexing

2004-08-06 Thread Chandan Tamrakar
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 , Does lucene support distributed indexing ? I am confused wh

Distributed Indexing

2003-09-22 Thread Albert Vila Puig
Hi, I have to develop a distributed search engine for my company. I’m very interested with the Lucene index format, and I want to use it. The main problem is how to distribute the index in the different machines. The solution is not just copy the index, because I have to manage 50Gb of data. I