Hi, no that's not possible, by the design of Lucene only one VM can write at the index at the same time; that's why we propose the queue based architecture.
Generally, you can't even share a Lucene index on a shared disk: performance will be worse and you'll face many issues with locking.
To cluster the index, you either have to use the master/slave directory providers which will periodically sync remote directories, or use the clustered index via Infinispan to provide quick realtime updates to each node.
_________________ Sanne http://in.relation.to/
|