Hi all,
I've verified a scaring design problem I found in the forum, it
appears that Search and Shards can't be used together:
http://forum.hibernate.org/viewtopic.php?t=986285
The problem is that Search needs to cast the session to an
EventSource, but when using Shards the provided
session is "or
My understanding is that we need to implement a
shardedfulltextsessionimpl delegating to fts. It makes more sense to
for shards to wrap other projets. It probably needs some refactoring
to avoid duplication
On May 11, 2008, at 9:08, "Sanne Grinovero"
<[EMAIL PROTECTED]> wrote:
Hi all,