Hi Chris , the {{Loader}} interface is not an extension point. To run some experiments you would need to change the source code; I can help you with that if you need any pointers.
The code you want to look at is likely {code}org.hibernate.search.query.hibernate.impl.FullTextQueryImpl.getLoader(){code}
The source code is at {{https://github.com/hibernate/hibernate-search}} and the {{READ.me}} file should have the needed pointers to get you started.
Please let me know how it goes, or otherwise please provide a test case that I can run myself.
|