Re: [hibernate-dev] Hibernate Search next version will target the latest Hibernate Core

2009-03-22 Thread Sanne Grinovero
It shouldn't be hard, I was missing only some JPA tests before you reminded me I have to manage also "auto-flush"; so now I have to re-think it a bit (the context has to be shared in the two listeners) but I don't foresee a complex patch. Regarding a 3.1.1 release more work has been done, like the

Re: [hibernate-dev] Hibernate Search next version will target the latest Hibernate Core

2009-03-22 Thread Emmanuel Bernard
So those where the only two changes we will push to the .1 release right? I will review it, do you ahve the JIRA number? On Mar 22, 2009, at 14:39, Sanne Grinovero wrote: It shouldn't be hard, I was missing only some JPA tests before you reminded me I have to manage also "auto-flush"; so now

[hibernate-dev] HSearch programmatic mapping API

2009-03-22 Thread Emmanuel Bernard
I have started working on that in the plane back home. It's available upstream and requires the upstream commons-annotations and annotations projects. SearchMapping mapping = new SearchMapping(); mapping.analyzerDef( "stem", StandardTokenizerFactory.class ) .tokenize