Re[2]: WRITE_LOCK_TIMEOUT

2006-12-19 Thread Maxim Patramanskij
Hello Guido, Wednesday, April 5, 2006, 5:23:37 PM, you wrote: GN> On 05.04.2006, at 17:15 Uhr, Bill Janssen wrote: >> Or, as I suggested a couple of days ago, a 1.9.2 release could be >> offered. GN> Would be a good idea, because the current nightly builds have a lot GN> of deprecated metho

Re: WRITE_LOCK_TIMEOUT

2006-04-05 Thread Guido Neitzer
On 05.04.2006, at 17:15 Uhr, Bill Janssen wrote: Or, as I suggested a couple of days ago, a 1.9.2 release could be offered. Would be a good idea, because the current nightly builds have a lot of deprecated methods removed which where available in 1.9.1. Lot of work just for this ... :-(

Re: WRITE_LOCK_TIMEOUT

2006-04-05 Thread Bill Janssen
> Hi. > > Is it correct that in Release 1.9.1 a WRITE_LOCK_TIMEOUT is hardcoded > and there is no way to set it from outside? > > I've seen a check-in in the CVS from a few days ago which added > getters/setters for this, but ... there is no release containing

WRITE_LOCK_TIMEOUT

2006-04-05 Thread Guido Neitzer
Hi. Is it correct that in Release 1.9.1 a WRITE_LOCK_TIMEOUT is hardcoded and there is no way to set it from outside? I've seen a check-in in the CVS from a few days ago which added getters/setters for this, but ... there is no release containing this, right? So, my question is:

Adjusting WRITE_LOCK_TIMEOUT in 1.9.1

2006-03-09 Thread Bill Janssen
I don't see how to adjust the value of IndexWriter's WRITE_LOCK_TIMEOUT in 1.9. Since the property org.apache.lucene.writeLockTimeout is no longer consulted, the value of IndexWriter.WRITE_LOCK_TIMEOUT is final, and there's no setter, what&#x