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
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