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: [email protected]


> -----Original Message-----
> From: JimAld [mailto:[email protected]]
> Sent: Friday, January 11, 2013 5:06 PM
> To: [email protected]
> 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: [email protected] For additional
> commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to