[ http://issues.apache.org/jira/browse/LUCENE-422?page=all ]
     
paul.elschot closed LUCENE-422:
-------------------------------

    Resolution: Duplicate
     Assign To:     (was: Lucene Developers)

> Performance improvement in search
> ---------------------------------
>
>          Key: LUCENE-422
>          URL: http://issues.apache.org/jira/browse/LUCENE-422
>      Project: Lucene - Java
>         Type: Improvement
>   Components: Search
>     Versions: CVS Nightly - Specify date in submission
>  Environment: Operating System: other
> Platform: All
>     Reporter: John Wang
>     Priority: Minor

>
> When search with a Filter!=null, the scorer gathers all the hits and then 
> throws
> away the documents not in the filtered set. Seems the work to calculate the
> score for the documents thrown away is wasted.
> It would be nice to pass the filter into the scorer, and filter out the
> documents before scoring is done. 
> Thanks
> -John

-- 
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]

Reply via email to