Yes. Could you give me a hint on how to delegate?

On Thu, Mar 11, 2010 at 2:50 PM, Michael McCandless <
luc...@mikemccandless.com> wrote:

> Can you make your own collector and then just delegate internally to TFC?
>
> Mike
>
> On Thu, Mar 11, 2010 at 2:30 PM, Peter Keegan <peterlkee...@gmail.com>
> wrote:
> > Is it possible to issue a single search that combines a TopFieldCollector
> > (MultiComparatorScoringMaxScoreCollector) with a custom Collector? The
> > custom Collector just collects the doc IDs into a BitSet (or DocIdSet).
> The
> > collect() methods of the various TopFieldCollectors cannot be overridden.
> >
> > Thanks,
> > Peter
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-user-h...@lucene.apache.org
>
>

Reply via email to