You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Mike Klaas (JIRA)" <ji...@apache.org> on 2007/09/07 04:45:28 UTC

[jira] Commented: (SOLR-348) faceting, highlighting, mlt, should short circut when no matches

    [ https://issues.apache.org/jira/browse/SOLR-348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12525578 ] 

Mike Klaas commented on SOLR-348:
---------------------------------

Note that highlighting already has short circuiting for hl!=true, and does almost no work when the DocList is empty.  

> faceting, highlighting, mlt, should short circut when no matches
> ----------------------------------------------------------------
>
>                 Key: SOLR-348
>                 URL: https://issues.apache.org/jira/browse/SOLR-348
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Hoss Man
>
> all code in the core handlers that operates on the DocSet or DocList produced from a "main" serach should be smart enough to give up immediately when the DocList/DocSet is empty.
> optimizations could be put in the handlers, but the definitely need to be put in the utility classes (so consumer written handlers benefit as well)
> http://www.nabble.com/Slow-response-tf4394686.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.