[hibernate-dev] Search: how to define hints for batch indexing

2008-06-25 Thread Sanne Grinovero
Hi everyone, I am working on batch indexing for Hibernate Search, I would like to define a new annotation to set the needed "hints" for the process "@BatchIndexingHints"; one of the hint parameters is "which HQL query should I use?" The query is optional and I can fallback to a simple scrolling cr

Re: [hibernate-dev] Work on HHH-3110

2008-06-25 Thread Les Hazlewood
Hey guys, I finally was able to attack this today and created an issue: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3358 The patch was created based on an SVN checkout of trunk and attached to the issue. Comments about the change and exactly what I did are detailed as well. Th