Re: How to use "point-in-time" feature

2007-07-10 Thread Michael McCandless
In your application, can more than one machine be the writer? If so, there is at least one known active issue (http://issues.apache.org/jira/browse/LUCENE-948) in Lucene 2.2 that prevents this from working. If instead the writer is always on a single machine, then it should work, though please no

How to use "point-in-time" feature

2007-07-10 Thread anson
Hi, I saw the new feature "point-in-time" on Lucene2.2. If I upgrade my web-app from Lucene2.0 to Lucene2.2, I want to do that my web-app can access the INDEX over NFS , so what should I do to change my old web-app. Could anyone show me some samples or your opinions. (i.e. what difference on m