RE: cannot find org.apache.lucene.search.TermsFilter

2011-03-29 Thread Uwe Schindler
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

Re: cannot find org.apache.lucene.search.TermsFilter

2011-03-29 Thread Patrick Diviacco
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-

Re: cannot find org.apache.lucene.search.TermsFilter

2011-03-29 Thread Patrick Diviacco
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

RE: cannot find org.apache.lucene.search.TermsFilter

2011-03-29 Thread Uwe Schindler
; 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;

Re: cannot find org.apache.lucene.search.TermsFilter

2011-03-29 Thread Patrick Diviacco
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

Re: cannot find org.apache.lucene.search.TermsFilter

2011-03-29 Thread Erick Erickson
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

cannot find org.apache.lucene.search.TermsFilter

2011-03-29 Thread Patrick Diviacco
I've downloaded the nightly build of Lucene (TRUNK) and I'm referring to the following documentation: https://hudson.apache.org/hudson/view/G-L/view/Lucene/job/Lucene-trunk/javadoc/all/index.html But I get: cannot find symbol symbol : class TermsFilter location: package org.apache.lucene.search