Re: [hibernate-dev] Hibernate Search on Heroku / MongoDB
Hello, Sure I can help, let me know if you need anything. Guillaume 2013/1/11 Sanne Grinovero > It seems it might be desirable for Heroku users to have a MongoDB > Directory for Lucene: > > > http://stackoverflow.com/questions/14271617/implementing-a-directory-provider-for-hibernate-search-using-mongodb > > We're not far off from having a solution by using Guillaume's > contribution to Infinispan to a MongoDB enabled CacheStore: we use > Infinispan's Lucene Directory implementation, so that it benefit from > in-VM caching, and have it persist to a MongoDB backend for the slow > and long term. > > What we should do is to make it trivial to setup: I don't expect the > average Heroku user to want to dive into the Infinispan manuals. > > Any takers? I can help with the Infinispan configuration, and hope > Guillaume can as well as author of the CacheStore, but we likely need > a Heroku user to try it all out. > > Sanne > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev > ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
Re: [hibernate-dev] Hibernate Search on Heroku / MongoDB
Hello, I am the author of the stack over flow question and can help out with testing. To be honest I am very new to Mongo DB and NoSQL db's in general but I am willing to learn and help code if necessary. Here is another recent question about this implementation with a comment, so I know there is a need for it out there. http://stackoverflow.com/questions/13882325/hibernate-search-on-heroku Let me know how I can help. Thanks, Jimmy ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
[hibernate-dev] [OGM] Collection flush event
Hi guys, Can someone tell to which events belong all the collection operation ? Because for the moment I'm using this: public class OgmEventListener extends DefaultFlushEventListener implements FlushEventListener, AutoFlushEventListener And obviously any collection operations is called during the flush time frame. Should I implement other event listener and to which event type should it (they) be associated to ? Thanks Guillaume ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev