Re: Lucene Error List

2005-11-29 Thread Daniel . Clark
Be sure to error trap the exception Boolean.TooManyClauses specifically and the core RuntimeException as the secondary trap. For the Boolean.TooManyClauses exception, I give the user a message like, "Too broad of a search. Try again". Searches like "f*" will produce this exception. Also, the wi

Re: Lucene Error List

2005-11-28 Thread Otis Gospodnetic
Nope, in this case documentation is the code. Otis --- "Aigner, Thomas" <[EMAIL PROTECTED]> wrote: > > Is there an error list for lucene errors? I am creating a project > that > will do something specific for certain lucene errors that occur (Lock > file out there, etc). > > Thanks, > Tom >