[hibernate-dev] Hibernate Search and Elasticsearch 5 support

2016-11-02 Thread Yoann Rodiere
Hello, I just finished assessing the required changes for supporting Elasticsearch 5.0. I put the details in this ticket: https://hibernate.atlassian.net/browse/HSEARCH-2434 Here is a quick summary: - Some (non-breaking) changes are required in Jest [1] - We'll have to update the way we do

Re: [hibernate-dev] Hibernate Search and Elasticsearch 5 support

2016-11-02 Thread Guillaume Smet
Hi! On Wed, Nov 2, 2016 at 12:38 PM, Yoann Rodiere wrote: >- And, perhaps most importantly, support for defining analyzers in >elasticsearch.yml has been dropped. This means users have to resort to > the >index settings API to define their analyzers. So this breaks our > automatic >

Re: [hibernate-dev] HHH-11155 : problems updating lazy properties in lazy groups

2016-11-02 Thread Steve Ebersole
It looks like I only adjusted the reading of values (SELECT) for fetch-groups. Updates should only consider initialized attributes. I had assumed that was already the case. The same is probably true for property-based optimistic locking as well. We should verify that feature as well On Wed, Oc

Re: [hibernate-dev] Hibernate Search and Elasticsearch 5 support

2016-11-02 Thread Yoann Rodiere
On 2 November 2016 at 12:59, Guillaume Smet wrote: > The other important point (mentioned in the issue but I think it's > important to outline it here) concerning the analyzers is that they are now > defined per index: there are no global analyzers, you have to define them > for every index using