Re: Help with using MultiFieldQueryParser

2010-07-10 Thread Soby Thomas
Thanks Aric...it worked. On Fri, Jul 9, 2010 at 7:32 PM, Aric Coady wrote: > On Jul 9, 2010, at 9:53 AM, Soby Thomas wrote: > > Hi , > > > > I'm trying to use MultiFieldQueryParser. But it is giving me an error. > This > > is the code which I wrote for it. > > > > * query = lucene.MultiField

Re: Help with using MultiFieldQueryParser

2010-07-09 Thread Aric Coady
On Jul 9, 2010, at 9:53 AM, Soby Thomas wrote: > Hi , > > I'm trying to use MultiFieldQueryParser. But it is giving me an error. This > is the code which I wrote for it. > > * query = lucene.MultiFieldQueryParser(lucene.Version.LUCENE_CURRENT, > ["payload","subject"], analyzer).parse(command) I