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 WhitespaceAnalyzer(org.apache.lucene.util.Version.LUCENE_40)).parse(phrase[i]), BooleanClause.Occur.SHOULD); So, I assume I'm using the nightly build. Thanks On 29 March 2011 14:26, Erick Erickson <erickerick...@gmail.com> wrote: > 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 > <patrick.divia...@gmail.com> wrote: > > 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 > > import org.apache.lucene.search.TermsFilter; > > > > thanks > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > >