Re: [hibernate-dev] Lucene Collector for Hibernate Search

2010-11-27 Thread Sanne Grinovero
Hi Amin, If there are interesting use cases for this I would like to know more about it. Technically it doesn't seem hard to implement, but would you not use the native IndexSearcher anyway to make use of this? I mean, would there be a practical use case to set the collector and then let the search

[hibernate-dev] Lucene Collector for Hibernate Search

2010-11-27 Thread Amin Mohammed-Coleman
Hi All Apologies up front if this isn't the right place for this. Are there any plans to allow Collectors to be used within Hibernate Search? I had an interesting requirement which meant I couldn't use pagination and as result I had to use a custom collector using IndexSearcher. My use case