RE: TooManyClauses with MultiTermQueries

2006-11-03 Thread Silvy Mathews
Hi All, I also need to resolve this issue. What is the best way to catch this exception? Thanks Mathews -Original Message- From: Eric Louvard [mailto:[EMAIL PROTECTED] Sent: Friday, November 03, 2006 8:36 AM To: java-user@lucene.apache.org Subject: TooManyClauses with MultiTermQueries

TooManyClauses with MultiTermQueries

2006-11-03 Thread Eric Louvard
Hello, in working with Lucene since several years. One of my biggest problem was the unability of lucene to search with wildcard. Also I have develop my own MultiTermQueries. Now there's a standard class for this, but you'll allways become an exception if your search is to generic, 'a*' for ex