Well I am not authorized to give you the entire trace, but here is the iimportant part...
org.apache.lucene.search.BooleanQuery.add(BooleanQuery.java:79) org.apache.lucene.search.BooleanQuery.add(BooleanQuery.java:71) org.apache.lucene.search.PrefixQuery.rewrite(PrefixQuery.java:50) org.apache.lucene.search.IndexSearcher.rewrite(IndexSearcher.java:166) org.apache.lucene.search.Query.weight(Query.java:84) org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:85) org.apache.lucene.search.Hits.getMoreDocs(Hits.java:64) org.apache.lucene.search.Hits.<init>(Hits.java:43) org.apache.lucene.search.Searcher.search(Searcher.java:33) org.apache.lucene.search.Searcher.search(Searcher.java:27) .... Also, I forgot to mention, but the error is throwing a message implying it cannot search on null. Hope that helps. Thank you for the speedy responce. Doron Cohen wrote: > > What is the exception stack trace? > > djd0383 <[EMAIL PROTECTED]> wrote on 22/09/2006 16:07:53: >> >> I am managing a few Lucene searches in the application that I am > building. >> We have noticed that when a user searches with the string "1", this will >> throw an exception. The search works fine until Lucene tries to build > its >> Hits. Is there any reason why this would be true? Also, what is a > common >> solution to this issue, so my users can search with "1"? >> >> Thanks. >> -- >> View this message in context: http://www.nabble.com/Searching-with-% >> 221%22-tf2320552.html#a6456507 >> Sent from the Lucene - Java Developer mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Searching-with-%221%22-tf2320552.html#a6456825 Sent from the Lucene - Java Developer mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]