Hi,
I'd like to know if there is backward compatibility from Hibernate core 3.6.3 with Hibernate Search 3.4 (Seam 3.0.1) to Hibernate core 3.3.1 with Hibernate search 3.1.1 (Seam 2.2.2)?
I'm sharing an indexed entity with leucene between some WARs, so I'd like to now if I can use the new Seam 3 -> accessing and updating the same shared index from Seam 2 projects and Seam 3 new project?
Maybe I have to use in all projects(WARs) reference to same version of Lucene (probably the last version)? Is this possible?
|