RE: CLucene and Lucene

2008-05-16 Thread Kevin Daly (kedaly)
From: Kevin Daly (kedaly) Sent: Friday, May 16, 2008 1:34 PM To: 'java-user@lucene.apache.org' Subject: CLucene and Lucene I am have a question concerning interop between CLucene and Lucene. It is possible to have a C++ Application using CLucene

CLucene and Lucene

2008-05-16 Thread Kevin Daly (kedaly)
I am have a question concerning interop between CLucene and Lucene. It is possible to have a C++ Application using CLucene acting as an IndexWriter, and then have a Web Applicaltion using Lucene to query the index. Could there be issues with locking under load for example. I have done some basic