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
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