Re: URL search causes BooleanQuery TooManyClauses Excp

2005-05-23 Thread Stefan Groschupf
Andrew, the solution for RangeQueries will work for WildcardQueries as well. see: http://wiki.apache.org/jakarta-lucene/ LuceneFAQ#head-06fafb5d19e786a50fb3dfb8821a6af9f37aa831 HTH Stefan Am 23.05.2005 um 21:26 schrieb Andrew Boyd: Hi All, I have an index with 4811 documents each of which

URL search causes BooleanQuery TooManyClauses Excp

2005-05-23 Thread Andrew Boyd
Hi All, I have an index with 4811 documents each of which have a field called url. When I try to search such as: url:http*C02MS00800* I get a BooleanQuery$TooManyClauses. I've seen other posting with this exception but they normally are caused by doing a range query. Any Ideas? I would ulti