[
http://issues.apache.org/jira/browse/LUCENE-520?page=comments#action_12370713 ]
Jeremy Meyer commented on LUCENE-520:
-------------------------------------
If you can keep a reference to the scorer you can use
scorer.skipTo(Integer.MAX_VALUE);
to just skip past all the rest of the records. And if you are writing your own
hit collector, keeping a reference to the appropriate scorer should be fairly
trivial.
> 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]