Re: WildCardQuery: TooManyClauses Exception

2013-04-18 Thread Arun Kumar K
gt; - > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > > -Original Message- > > From: Arun Kumar K [mailto:arunk...@gmail.com] > > Sent: Thursday, April 18, 2013 12:41 PM > > To: java-

RE: WildCardQuery: TooManyClauses Exception

2013-04-18 Thread Uwe Schindler
> -Original Message- > From: Arun Kumar K [mailto:arunk...@gmail.com] > Sent: Thursday, April 18, 2013 12:41 PM > To: java-user > Subject: WildCardQuery: TooManyClauses Exception > > Hi Guys, > > I am using following queries: > 1>WildCardQuery > 2>BooleanQue

WildCardQuery: TooManyClauses Exception

2013-04-18 Thread Arun Kumar K
Hi Guys, I am using following queries: 1>WildCardQuery 2>BooleanQuery having a WildCardQuery and TermQuery. WildCardQuery is field:* or say field:ab* >From Lucene FAQs and earlier discussions about TooManyClausesException i see that WildCardQuery gets expanded before doing search. For that i was