Skip to content

Instantly share code, notes, and snippets.

@hferentschik
Forked from emmanuelbernard/hsearch4beta2.md
Created September 29, 2011 07:50
Show Gist options
  • Save hferentschik/1250222 to your computer and use it in GitHub Desktop.
Save hferentschik/1250222 to your computer and use it in GitHub Desktop.
Hibernate Search 4.0 Beta 2: no more Core mandatory dependency

Continuing our journey towards Hibernate Search 4, we have decided to add a Beta2 to the schedule.

The main feature is the full abstraction of Hibernate Search from Hibernate Core. This is especially good news for Infinispan Query users who won't have to drag Hibernate Core and its dependencies anymore. It is now also possible to write an integration between Hibernate Search and another datastore: all the contracts have been fleshed out.

If we have done our job right, you will have nothing to change in your Maven dependency declaration. 'hibernate-search' is still the main artifact to include, but it is now just a shell depending on the new 'hibernate-search-orm' module.

On a completely different note we moved the Hibernate Search documentation to [Zanata=>https://translate.jboss.org] which is a web-based system for translators to translate documentation using a web-browser. So far it was quite hard for translators to just contribute with translations. They had to checkout the source code, install the [publican toolchain=>http://fedoraproject.org/wiki/DocBook] and run multiple maven commands. With Zanata a translator can just contribute translations without installing anything. All you have to do is to join the JBoss community of translators by following the steps described in the [Zanata Getting Started Guide=>http://community.jboss.org/docs/DOC-16540?uniqueTitle=false] and start translating. Hopefully this will encourage some more people to contribute. It never has been easier :-)

And of course, Hibernate search 4 comes with new features like near real time search, new per-index backend architecture, Hibernate Core 4 support, new portable and efficient binary format between nodes. You can read more in our [previous=>http://in.relation.to/Bloggers/HibernateSearch4IsComing] [blog=>http://in.relation.to/Bloggers/HibernateSearch400Alpha2IsOut] [posts=>http://in.relation.to/Bloggers/HibernateSearch400Beta1].

++ Get the release

[Check out the release=>http://hibernate.org/subprojects/search/download] and as usual, make sure you read the [Migration guide=>http://community.jboss.org/wiki/HibernateSearchMigrationGuide] when you upgrade from a previous version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment