Hi,

Well I've managed to fix the issue, sort of, so thought I should summarise
here for any others who stumble across this issue.

The reason maven was not able to build the project is that an empty
constructor for StandardAnalyzer does not exist, even though both Eclipse
and jadclipse showed that it did exist when referencing the 4.0.0 library.
Using the constructor that took the Version as a param fixed this issue and
allowed Maven to build the project.

The Eclipse package explorer now shows no errors, however the Eclipse code
viewer is littered with them. I tried referencing the 3 Lucene jars (shown
above) directly in the classpath and this fixed the errors Eclipse showed
with regards to Lucene, however it introduced a load of new errors with the
rest of the project <- can't win! 

Anyhow, I can live without intelli-sense for this project, as long as maven
builds, that's the main thing.

Thanks to everyone for their replies to this post.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/looking-for-package-org-apache-lucene-analysis-standard-tp4028789p4033195.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]

Reply via email to