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 , 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 you eventually want to merge all indices into one big index, you will need to use IndexWriter's addIndexes(Directory[]) method. Otis --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]