Re: [hibernate-dev] Question regarding the JPA 1.0 decision of making ToOne associations as EAGER

2016-02-29 Thread Emmanuel Bernard
Well, it was more something like: the co-spec lead rules over the majority :) Historically, very few implementations used proxies like Hibernate and bytecode enhancement had (still has) its quirks. A pretty bad and impactful decision unfortunately. On Sun 2016-02-28 18:05, Steve Ebersole wrote: >

[hibernate-dev] [Search] Elasticsearch - Translating exceptions?

2016-02-29 Thread Guillaume Smet
Hi, I have a question regarding the Elasticsearch backend: should we try to translate the Elasticsearch exceptions to Hibernate Search exceptions (the ones from the loggers) when possible? Good examples of it are in SpatialIndexingTest#testNonGeoDistanceSortOnNonSpatialField and #testNonGeoDistan

Re: [hibernate-dev] [Search] Elasticsearch TermQuery translation

2016-02-29 Thread Gunnar Morling
Hey Sanne, Any news on the release? --Gunnar 2016-02-29 7:48 GMT+01:00 Gunnar Morling : > Awesome! The docs look great, thanks a lot! > > +100 for pushing this out, I think it's ready for that. > > Cheers guys, > > --Gunnar > > > > 2016-02-29 1:59 GMT+01:00 Sanne Grinovero : >> On 25 February 2

Re: [hibernate-dev] [Search] Elasticsearch TermQuery translation

2016-02-29 Thread Sanne Grinovero
I'm almost ready with the blog, having some issues getting it built on staging. Feel free to announce it on stage when you need? On 29 February 2016 at 16:08, Gunnar Morling wrote: > Hey Sanne, > > Any news on the release? > > --Gunnar > > > 2016-02-29 7:48 GMT+01:00 Gunnar Morling : >> Awesome!

Re: [hibernate-dev] [Search] Elasticsearch TermQuery translation

2016-02-29 Thread Gunnar Morling
Already happened this morning; Hence I was asking ;) ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] [Search] Elasticsearch - Translating exceptions?

2016-02-29 Thread Emmanuel Bernard
Yes that's a pretty significant body of work that I would move as an idea for 6.x along the API cleaning. On Mon 2016-02-29 16:08, Guillaume Smet wrote: > Hi, > > I have a question regarding the Elasticsearch backend: should we try to > translate the Elasticsearch exceptions to Hibernate Search e

[hibernate-dev] [HSEARCH] Projection into POJO

2016-02-29 Thread Gunnar Morling
Hi, I got an interesting question during my talk today which I couldn't answer right away: Is it possible to select a projection resulting from a full-text query into a POJO/DTO? After checking on the API of FullTextQuery again, I now realize that a ResultTransformer could be used to instantiate

[hibernate-dev] Release: Hibernate Search 5.6.0.Alpha2 introduces Elasticsearch integration

2016-02-29 Thread Sanne Grinovero
Hello all, we released Hibernate Search 5.6.0.Alpha2 today, which introduces a preview of Elasticsearch integration. Read more about it on the blog: - http://in.relation.to/2016/02/29/HibernateSearchAlpha-Elasticsearch/ Regards, Sanne ___ hibernate-dev

Re: [hibernate-dev] [Search] Elasticsearch - Translating exceptions?

2016-02-29 Thread Sanne Grinovero
I'd agree it's a non essential nice-to-have, but I'd not want to push things for 6.x if they can be done before that (6.x is large enough). You can mark such issues for 5.7 - a version which we might do or maybe skip - and then we can decide if we want to implement it before 6.x depending on if we