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: Building Apache PyLucene 2.9.3 / 3.0.2 on Windows

2010-07-10 Thread Thomas Koch
Thanks for the speedy response - that solved this problem: in PyLucene 2.9.3 / Makefile JCCFLAGS?=--no-generics --reserved IGNORE in PyLucene 3.0.2 / Makefile JCCFLAGS?=--reserved IGNORE regards Thomas -- Am 10.07.2010, 00:24 Uhr, schrieb Andi Vajda : It is most likely that IGNORE is being de