Re: WildCardQuery and TooManyClauses

2008-04-18 Thread Joe K
bits.set(termDocs.doc()); >} >} else { >break; >} >} while (enumerator.next()); >} finally { > termDocs.close(); >enumerator.close(); >

Re: WildCardQuery and TooManyClauses

2008-04-10 Thread Joe K
Watson Research Center > (914) 945-2472 > http://www.research.ibm.com/people/g/donnagresh > [EMAIL PROTECTED] > > > "Joe K" <[EMAIL PROTECTED]> wrote on 04/10/2008 08:53:06 AM: > > > Hello everybody, > > I know there was written a tons of words about

Re: WildCardQuery and TooManyClauses

2008-04-10 Thread Joe K
arch, Mathematical Sciences Department > IBM T.J. Watson Research Center > (914) 945-2472 > http://www.research.ibm.com/people/g/donnagresh > [EMAIL PROTECTED] > > > "Joe K" <[EMAIL PROTECTED]> wrote on 04/10/2008 08:53:06 AM: > > > Hello everybody, > >

WildCardQuery and TooManyClauses

2008-04-10 Thread Joe K
Hello everybody, I know there was written a tons of words about this issue, but I'm just not clear enough about it. I have these facts: 1. my query is always 1 letter and *, eg. M* 2. i always want to get max 200 results, no more! 3. i don't want to fix this issue by setting maxClauseCount I jus