Hi
I catch the TooManyClauses Exception in my application, and when I show the exception message get null value. This behavior is bad I think, don't help to found cause of errors. Now I use e.getClass() + ": " + e.getMessage() in my catch statement.
result: org.apache.lucene.search.BooleanQuery$TooManyClauses: null
Now I fix the TooManyClauses issue in my application. The e.getMessage() == null is a lucene bug?
Bye Ernesto.
-- Ernesto De Santis - Colaborativa.net La Plata, Argentina. http://www.colaborativa.net/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]