Re: Two strange things in Lucene

2006-01-26 Thread Daniel Pfeifer
>> Since I didn't find anything in the log from log4j I did a "kill >> -3" on >> > the process and found two very interesting things: >> >> Almost all multisearcher threads were in this state: >> >> "MultiSearcher thread #1" daemon prio=10 tid=0x01900960 >> nid=0x81442c waiting for moni

Re: Two strange things in Lucene

2006-01-24 Thread Paul . Illingworth
The TooManyClauses exception is due to the prefix query being rewritten to a boolean query that exceeds the boolean queries maximum number of clauses. Its an unchecked exception from the search method that you should probably explicitly catch and then return a helpful message to the user maybe

Re: Two strange things in Lucene

2006-01-24 Thread Erik Hatcher
On Jan 24, 2006, at 8:52 AM, Daniel Pfeifer wrote: Today I've been alerted by one of my collegues that our Lucene-based indexing solution no longer refreshes the searchers and thus we never get any new indexed documents. Since I didn't find anything in the log from log4j I did a "kill -3" on