Hi, I was wondering why there is no search method in lucene Indexsearcher to search after last reference by passing collector. Say a method with signature like searchAfter(Query query, ScoreDoc after, Collector results). For normal search there are two ways to search; one by passing the collector and one by passing the number of hits. But searchAfter method only supports number of hits. Is this done deliberately because of some architectural reasons?
Thanking you. Best, -- Kailash Budhathoki