Skip to content

Instantly share code, notes, and snippets.

@emmanuelbernard
emmanuelbernard / hsearch4beta2.md
Created September 29, 2011 09:10 — forked from hferentschik/hsearch4beta2.md
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.

We also have upgraded to Lucene 3.4 which contains performance improvement and important bug fixes.

@emmanuelbernard
emmanuelbernard / gist:1153877
Created August 18, 2011 11:26
Blog for HSearch 4 Alpha 1
The release cycle of Hibernate Search 4 has begun. Alpha 1 is out. We already have many
things implemented so it's more an Alpha3 than anything else ;)
Hibernate Search 4 goals are two folds:
= Be compatible with the new Hibernate Core 4 releases.
= Make the necessary architecture change to reach the future goals of Hibernate Search.
In particular, making Hibernate Search independent from Hibernate Core and allowing more
scalable "cloud-tainted" backends.
Place 1:
Queen: Aslak+Wife
Queen: Lincoln III
Twin, Cot1, Cot2 - To be decided by Dan, ALR, (open slot...Wesley Hayles?)
Place 2:
Queen: Emmanuel
Queen:
@emmanuelbernard
emmanuelbernard / gist:943902
Created April 27, 2011 08:16 — forked from gbadner/gist:943347
Process for building SessionFactory
Build ServiceRegistry
---------------------
Map config = ...;
A)
ServiceRegistry serviceRegistry =
new ServiceRegistryBuilder( config )
...