RE: Setting the COMMIT lock timeout.

2006-03-15 Thread Jim Bedford-roberts
: Setting the COMMIT lock timeout. On Dienstag 14 März 2006 10:52, Jim Bedford-roberts wrote: > Admittedly we could have developed a single central search component, > but given the way the code has evolved our current approach is simplest > for us. With separate application instances shari

Re: Setting the COMMIT lock timeout.

2006-03-14 Thread Daniel Naber
On Dienstag 14 März 2006 10:52, Jim Bedford-roberts wrote: > Admittedly we could have developed a single central search component, > but given the way the code has evolved our current approach is simplest > for us. With separate application instances sharing access to the same > index we are getti

RE: Setting the COMMIT lock timeout.

2006-03-14 Thread Jim Bedford-roberts
while using singleton IndexSearchers in each application. -Original Message- From: Daniel Naber [mailto:[EMAIL PROTECTED] Sent: 13 March 2006 23:23 To: java-user@lucene.apache.org Subject: Re: Setting the COMMIT lock timeout. On Montag 13 März 2006 22:24, Bill Janssen wrote: >

Re: Setting the COMMIT lock timeout.

2006-03-13 Thread Daniel Naber
On Montag 13 März 2006 22:24, Bill Janssen wrote: > The default value isn't magic.  The appropriate value is > context-specific.  I've got some people using Lucene on machines with > slow disks, and we need to be able to increase the WRITE_LOCK_TIMEOUT > to prevent entirely random lossage. Here's

Re: Setting the COMMIT lock timeout.

2006-03-13 Thread Bill Janssen
Daniel Naber ponders: > Seems these have been forgotten. They can easily be added, but I still > wonder what the use case is to set these values? The default value isn't magic. The appropriate value is context-specific. I've got some people using Lucene on machines with slow disks, and we need

Re: Setting the COMMIT lock timeout.

2006-03-13 Thread Daniel Naber
On Montag 13 März 2006 15:50, Jim Bedford-roberts wrote: > I note that this can't be set from system properties anymore > (CHANGES.txt, changes in run time behaviour 7), but am unable to find > the replacement setter method promised for IndexWriter. Seems these have been forgotten. They can easil