Re: [hibernate-dev] Spellchecker in HSearch

2008-09-16 Thread Emmanuel Bernard
Alright so John showed interest in the are. Go open a JIRA issue and let's keep the ball rolling, -- Emmanuel Bernard http://in.relation.to/Bloggers/Emmanuel | http://blog.emmanuelbernard.com | http://twitter.com/emmanuelbernard Hibernate Search in Action (http://is.gd/Dl1) On Sep 13, 2008,

[hibernate-dev] Mutable natural key caching?

2008-09-16 Thread Elias Ross
I've been looking to optimize the caching of an application which uses a mutable natural key, an account phone number. Hibernate does not yet support optimized caching of @NaturalId(mutable=false), because of how the current natural ID relies on immutable IDs. The caching associates a QueryKey ->