Everything is working fine so far except that Lucene creates an 'input string too long' error when I ask for e.g. subject:(term001 ... term800).
I presume you're constructing a String and passing it to QueryParser?
Why not just construct a BooleanQuery with a lot of nested TermQuery's? That would bypass QueryParser and any oddities it may introduce too.
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]