Re: [CLucene-dev] Multi-process access

2014-04-30 Thread Kostka BoĊ™ivoj
can use isCurrent method to check if index was changed. Hope this help Borek From: Max . [mailto:yama...@live.com] Sent: Wednesday, April 23, 2014 10:55 PM To: clucene-developers@lists.sourceforge.net Subject: [CLucene-dev] Multi-process access Hi, I am setting up a search engine based on

[CLucene-dev] Multi-process access

2014-04-23 Thread Max .
Hi, I am setting up a search engine based on CLucene which saved my life so thank you guys :) ! The idea is to have multiple servers do the indexing and other servers handle searching, I use a conventional round robin broker for that. Each one of my client will have its own index, say bob connec