You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Amadeous <so...@yahoo.com> on 2007/07/08 09:09:46 UTC

Deleting from distributed index

Dear All
I want to use Lucene in a multi-server architecture. The built-in rmi
implementation of Lucene helped me to search in my servers concurrently: I
have a gateway machine, and queries are handed to this machine. Then it asks
the query from server machines and returns the aggregative results to the
requester.
Now for something like "deleting from indexes" I want to design a similar
distributed mechanism, with a center gateway. For example I want to delete
all documents returned by a special query, from all the indexing machines.
As I know, Lucene do not offer any special api for this purpose. Do you have
any idea? Is there any pattern or common approach for these needs? If there
is a relative post on this forum(I didn't find), please let me know.
Thanks in advance and best regards
-- 
View this message in context: http://www.nabble.com/Deleting-from-distributed-index-tf4043814.html#a11486721
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org