[ http://issues.apache.org/jira/browse/LUCENE-520?page=comments#action_12370717 ]
Yonik Seeley commented on LUCENE-520: ------------------------------------- If you have a reference to the scorer, you don't need a HitCollector at all... you can pull the hits instead of having them pushed to you. > Ability to abort hit collection > ------------------------------- > > Key: LUCENE-520 > URL: http://issues.apache.org/jira/browse/LUCENE-520 > Project: Lucene - Java > Type: Improvement > Components: Search > Versions: 1.9 > Reporter: Eric Jain > Priority: Minor > > If the HitCollector.collect method returned a boolean value rather than void, > this value could be used to determine whether any further hits should be > reported. This would speed up things a bit when all you need is a > confirmation that a query produces some hits (e.g. for generating > suggestions). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]