Re: API for setting lock directory

2006-03-28 Thread Daniel Noll
Otis Gospodnetic wrote: This was the old behaviour in Lucene. You may want to check the ML archives to see why the lock was moved to temp dir by default, I remember there being some discussion around that. This might have been2 years ago? To answer my own question, I've just discovered

Re: API for setting lock directory

2006-03-28 Thread Otis Gospodnetic
TED]> To: java-user@lucene.apache.org Sent: Tuesday, March 28, 2006 5:46:41 PM Subject: Re: API for setting lock directory Gopikrishnan Subramani wrote: > With Lucene 1.4.3 I used to use a different lock directory from the default > by setting org.apache.lucene.lockdir system property. But a

Re: API for setting lock directory

2006-03-28 Thread Daniel Noll
Gopikrishnan Subramani wrote: With Lucene 1.4.3 I used to use a different lock directory from the default by setting org.apache.lucene.lockdir system property. But as per http://lucene.apache.org/java/docs/systemproperties.html this is not supported in Lucene 1.9 and above. I don't see any equiva

Re: API for setting lock directory

2006-03-28 Thread Daniel Naber
On Dienstag 28 März 2006 13:24, Gopikrishnan Subramani wrote: > With Lucene 1.4.3 I used to use a different lock directory from the > default by setting org.apache.lucene.lockdir system property. But as per > http://lucene.apache.org/java/docs/systemproperties.html this is not > supported in Lucen

RE: API for setting lock directory

2006-03-28 Thread Koji Sekiguchi
ani [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 28, 2006 9:02 PM > To: java-user@lucene.apache.org > Subject: Re: API for setting lock directory > > > Thanks, Koji. I tried org.apache.lucene.lockDir and found that to be > working. But my only concern is if this is the sugges

Re: API for setting lock directory

2006-03-28 Thread Gopikrishnan Subramani
L PROTECTED] > > Sent: Tuesday, March 28, 2006 8:24 PM > > To: java-user@lucene.apache.org > > Subject: API for setting lock directory > > > > > > Hello, > > > > With Lucene 1.4.3 I used to use a different lock directory from > > the default &g

RE: API for setting lock directory

2006-03-28 Thread Koji Sekiguchi
o: java-user@lucene.apache.org > Subject: API for setting lock directory > > > Hello, > > With Lucene 1.4.3 I used to use a different lock directory from > the default > by setting org.apache.lucene.lockdir system property. But as per > http://lucene.apache.org/java/docs/systempro

API for setting lock directory

2006-03-28 Thread Gopikrishnan Subramani
Hello, With Lucene 1.4.3 I used to use a different lock directory from the default by setting org.apache.lucene.lockdir system property. But as per http://lucene.apache.org/java/docs/systemproperties.html this is not supported in Lucene 1.9 and above. I don't see any equivalent API for lockDir pro