Any ORM integration in the near future?

You mention a possible OSEM and ORM integration for Elastic Search on
compass-project.org. Is that still in the pipeline?

Yes, nothing advanced there yet. Though, since json is used, using something
like jackson to convert your domain model to json and back should make
things simple. Then, the code needed for something like Hibernate is
registering event listeners with it. One last aspect is the fact that if
custom mappings are required, they will have to be predefined.

Of course, it would be great to have annotations that describe both the
mappings and the serialization/deserializtion (@Searchable...), as well as
automatically integrating with ORM event mechanisms... . It can easily be
done on top of elasticsearch, maybe someone out there is willing to pick it
up?

On Mon, Nov 29, 2010 at 10:03 PM, steen_laursen@yahoo.com <
steen_laursen@yahoo.com> wrote:

You mention a possible OSEM and ORM integration for Elastic Search on
compass-project.org. Is that still in the pipeline?