Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Patrick Diviacco [mailto:patrick.divia...@gmail.com]
> Sent: Tuesday, March 29, 2011 5:41 PM
> To: java-user@lucene.apache.org
> Subject: Re: cannot find org.apache.lucen
Meier-Allee 63, D-28213 Bremen
>> http://www.thetaphi.de
>> eMail: u...@thetaphi.de
>>
>>
>> > -Original Message-
>> > From: Patrick Diviacco [mailto:patrick.divia...@gmail.com]
>> > Sent: Tuesday, March 29, 2011 2:35 PM
>> > To: java-
via...@gmail.com]
> > Sent: Tuesday, March 29, 2011 2:35 PM
> > To: java-user@lucene.apache.org
> > Subject: Re: cannot find org.apache.lucene.search.TermsFilter
> >
> > I get that in response to this:
> > import org.apache.lucene.search.TermsFilter;
> >
&g
; From: Patrick Diviacco [mailto:patrick.divia...@gmail.com]
> Sent: Tuesday, March 29, 2011 2:35 PM
> To: java-user@lucene.apache.org
> Subject: Re: cannot find org.apache.lucene.search.TermsFilter
>
> I get that in response to this:
> import org.apache.lucene.search.TermsFilter;
I get that in response to this:
import org.apache.lucene.search.TermsFilter;
well I'm only using this jar: lucene-core-4.0-20110304.141738-1.jar
and for example this line of my code compiles correctly:
booleanQuery.add(new QueryParser(org.apache.lucene.util.Version.LUCENE_40,
"tags", new
Whitesp
You get this in response to doing what? Are you sure you've unpackaged
the nightly build and aren't inadvertently getting older jars?
Best
Erick
On Tue, Mar 29, 2011 at 7:21 AM, Patrick Diviacco
wrote:
> I've downloaded the nightly build of Lucene (TRUNK) and I'm referring to the
> following doc