Re: [hibernate-dev] [infinispan-dev] [HSearch] DSL for Lucene queries (was: Re: Query module new API and configurations)

2009-08-28 Thread Sanne Grinovero
I've nothing against a separate maven module, still Hibernate Search already has lots of "goodies" to work with Lucene which are not necessarily linked to Hibernate (e.g. Analyzer definition helpers, pojo mapping through annotations, enhanced filtering, IndexReader pooling, nice Infinispan Director

Re: [hibernate-dev] [infinispan-dev] [HSearch] DSL for Lucene queries (was: Re: Query module new API and configurations)

2009-08-28 Thread Sanne Grinovero
Sure I like it! I'm in the swamp of old mails, so I give you my first impression only: Even if it's fluent it's not (yet) intuitive to me which methods I should call; Query luceneQuery = qb.must(Occurs.MUST) .add( qb.boolean(Occurs.Should) .add( qb.term("city", "Atlanta").b

[hibernate-dev] Fwd: [Hibernate-JIRA] Updated: (HHH-1803) Allow fetching with criteria when scrolling

2009-08-28 Thread Sanne Grinovero
On Search's forums it appears that many people get hit by this one, I agree it looks like important so I promised to "scale the question up". Kai Hoerder attached a patch recently, could some expert in Core take a look into? It appears to have a serious impact on the "rebuild indexes" time for Hibe