Classification: For internal use only Thanks for the quick response, but the QueryParser class doesn't appear to be in the jar: http://search.maven.org/#browse%7C-1713056141
Regards, Jim Alderman Lead Application Developer GT Application Services - Funding Market Clearing - Stock Loan I.T. Tel: +44 (0) 207 547 2817 From: Uwe Schindler [via Lucene] [mailto:[email protected]] Sent: 11 January 2013 16:25 To: Jim Alderman Subject: RE: looking for package org.apache.lucene.analysis.standard Hi, with Lucene 4.0 the structure of artifacts changed and the core was reduced to only absolutely necessary components. The query parser is no longer part of lucene-core.jar. You have to add lucene-queryparser.jar, too. ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [hidden email]</user/SendEmail.jtp?type=node&node=4032556&i=0> > -----Original Message----- > From: JimAld [mailto:[hidden > email]</user/SendEmail.jtp?type=node&node=4032556&i=1>] > Sent: Friday, January 11, 2013 5:06 PM > To: [hidden email]</user/SendEmail.jtp?type=node&node=4032556&i=2> > Subject: Re: looking for package org.apache.lucene.analysis.standard > > Hi, > > I see this error and also one more, I am using Maven to build and source the > libraries, below is the extract for lucene. > > Errors: > package org.apache.lucene.analysis.standard does not exist package > org.apache.lucene.queryParser does not exist > > > Pom extract: > <dependency> > <groupId>org.apache.lucene</groupId> > <artifactId>lucene-core</artifactId> > <version>4.0.0</version> > <scope>provided</scope> > </dependency> > > > > -- > View this message in context: http://lucene.472066.n3.nabble.com/looking- > for-package-org-apache-lucene-analysis-standard-tp4028789p4032550.html > Sent from the Lucene - Java Developer mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [hidden > email]</user/SendEmail.jtp?type=node&node=4032556&i=3> For additional > commands, e-mail: [hidden > email]</user/SendEmail.jtp?type=node&node=4032556&i=4> --------------------------------------------------------------------- To unsubscribe, e-mail: [hidden email]</user/SendEmail.jtp?type=node&node=4032556&i=5> For additional commands, e-mail: [hidden email]</user/SendEmail.jtp?type=node&node=4032556&i=6> ________________________________ If you reply to this email, your message will be added to the discussion below: http://lucene.472066.n3.nabble.com/looking-for-package-org-apache-lucene-analysis-standard-tp4028789p4032556.html To unsubscribe from looking for package org.apache.lucene.analysis.standard, click here<http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4028789&code=amltLmFsZGVybWFuQGRiLmNvbXw0MDI4Nzg5fDE0NjM2NTA1NTk=>. NAML<http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. Please refer to http://www.db.com/en/content/eu_disclosures.htm for additional EU corporate and regulatory disclosures. -- View this message in context: http://lucene.472066.n3.nabble.com/RE-looking-for-package-org-apache-lucene-analysis-standard-I-tp4032562.html Sent from the Lucene - Java Developer mailing list archive at Nabble.com.
