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