Re: [hibernate-dev] HSEARCH: Coexisting of Lucene and Elasticsearch backends vs polymorphism & co

2016-04-21 Thread Sanne Grinovero
On 21 April 2016 at 09:09, Gunnar Morling wrote: > Hey, > > +1 for the concept of index families in the long run. As you say, I don't > think there is an immediate need for action as of 5.6. Cool. Right, no immediate changes but it should allow us to better understand which

Re: [hibernate-dev] HSEARCH: Coexisting of Lucene and Elasticsearch backends vs polymorphism & co

2016-04-21 Thread Gunnar Morling
Hey, +1 for the concept of index families in the long run. As you say, I don't think there is an immediate need for action as of 5.6. When you say > know that the Search instance is fully using ES exclusively, or > Lucene exclusively do you mean "Hibernate Search" instance, or just a specific

[hibernate-dev] HSEARCH: Coexisting of Lucene and Elasticsearch backends vs polymorphism & co

2016-04-20 Thread Sanne Grinovero
In the context of implementing Elasticsearch support for Hibernate Search, there's a recurring need to transform the domain model to the "Document" representation using a strategy which depends on the storage choice, i.e. Lucene vs Elasticsearch. For example Guillaume working on HSEARCH-2067