Yes, there are incompatible versions. Hibernate ORM and Lucene change their APIs from time to time, thus a single version of Hibernate Search cannot be compatible with all versions of ORM and Lucene. You should look at the version of Hibernate ORM you're using, then pick a compatible version of Hibernate Search, then make sure to use the required version of Lucene. |