problem with last patch (obtain write.lock while deleting documents)

2002-02-09 Thread Daniel Calvo
Hi, I've just updated to the latest version (to get the fix for the NullPointerException with some phrase queries) and now I'm having problems with document deletion. I'm trying to delete a document using delete(Term) and I'm getting an IOException: java.io.IOException: Index locked for write:

Re: New to Lucene

2002-02-09 Thread Andrew C. Oliver
Why not just have the DBA add an index to those fields and do it with SQL? -Andy On Fri, 2002-02-08 at 18:08, Sean LeBlanc wrote: > Hi, > > I was reading over the docs and reading up in general on Lucene. I want to > know if I can do the following: > > 1. Select one column from a subset of t

Re: Web demo example: Errors from Tomcat startup

2002-02-09 Thread Andrew C. Oliver
Hey Don, My earlier correction was only half right. I read it over again, walked through it and corrected it. The error you got below was because you left off the directory at the end (in the instructions it was "..").. I've clarified the instructions and corrected them... Thanks for reporting

Re: New to Lucene

2002-02-09 Thread Kelvin Tan
- Original Message - From: Ype Kingma <[EMAIL PROTECTED]> To: Lucene Users List <[EMAIL PROTECTED]> Sent: Saturday, February 09, 2002 4:48 PM Subject: Re: New to Lucene [snip] > >Is this possible? I see that Lucene *can* index database data, but something > >needs to be coded to handle

Re: New to Lucene

2002-02-09 Thread Ype Kingma
Sean, >Hi, > >I was reading over the docs and reading up in general on Lucene. I want to >know if I can do the following: > >1. Select one column from a subset of tables in a MS SQL Server database I >have, and index those...with some mechanism to keep the index in sync with >data as rows are add