Woops, you're right. I just fixed that (made it public). Thanks for
raising this!
Mike
2009/6/8 Koji Sekiguchi :
> CHANGES.txt said that we can use HitCollectorWrapper:
>
> 12. LUCENE-1575: HitCollector is now deprecated in favor of a new
> Collector abstract class. For easy
CHANGES.txt said that we can use HitCollectorWrapper:
12. LUCENE-1575: HitCollector is now deprecated in favor of a new
Collector abstract class. For easy migration, people can use
HitCollectorWrapper which translates (wraps) HitCollector into
Collector.
But it looks package private?
Thank you