Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Re-instate Lucene version property.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos A. Munoz committed Sep 3, 2014
1 parent 31dff6d commit 7978e1d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -91,7 +91,7 @@
<!-- to use an existing cache manager (Good for external configuration) -->
<property name="hibernate.search.infinispan.cachemanager_jndiname"
value="java:jboss/infinispan/container/hibernate-search"/>
<!--<property name="hibernate.search.lucene_version" value="LUCENE_36" />-->
<property name="hibernate.search.lucene_version" value="LUCENE_36" />
<property name="hibernate.search.worker.batch_size" value="50" />

<!-- Run the Hibernate bytecode instrumentation at deployment time, for lazy loading of @ToOne and byte[] properties -->
Expand Down

0 comments on commit 7978e1d

Please sign in to comment.