Re: [hibernate-dev] Required improvements for Infinispan's query engine

2013-09-10 Thread Adrian Nistor
Hi Gunnar, I'm using a single generic entity to represent multiple domain entities in the context of a single SearchFactory. So it seems we fall into the more complex case of "more abstract representation of types than class objects". Is this still doable in hsearch? I'm keeping my fingers cro

Re: [hibernate-dev] Required improvements for Infinispan's query engine

2013-09-10 Thread Gunnar Morling
2013/9/9 Adrian Nistor > Hi Gunnar, > > I currently use a single generic indexed entity which represents the > multitude of protobuf defined domain types. This approach is not > necessarily ideal but was forced to adopt it because of the way hsearch > currently works. Other projects do the same