[hibernate-dev] Hibernate Search : missing solr dependency in maven POM file ?

Hardy Ferentschik hibernate at ferentschik.de
Mon Aug 25 12:42:50 EDT 2008


Hi,

there was a bug in the code -  
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-247.
It should have been optional. The bug is fixed in the next release it  
should be ok not to include the
solr dependecy.

--Hardy

On Mon, 25 Aug 2008 17:56:53 +0200, Marc Schneider  
<marc.schneider73 at gmail.com> wrote:

> Hello,
>
> As one told me hibernate-search maven support should be considered as an
> Alpha version.
> So as I am using maven and hibernate-search 3.1.0Beta1 and trying to
> make it work I'd like to point out that this dependency is apparently
> missing (for me) :
>
> <dependency><!-- Is missing in hibernate-search 3.1.0.Beta1's pom -->
> <groupId>org.hibernate.apache.lucene.solr</groupId>
> <artifactId>apache-solr-analyzer</artifactId>
> <version>1.2.0</version>
> </dependency>
>
> If I don't include this dependency in my Maven POM I get the following
> error :
>
> java.lang.NoClassDefFoundError: org/apache/solr/analysis/TokenizerChain
>
> So if it can help...



More information about the hibernate-dev mailing list