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 "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2009/04/16 12:10:14 UTC

[jira] Resolved: (SOLR-1117) QueryElevationComponent calls core.getNewestSearcher(true)

     [ https://issues.apache.org/jira/browse/SOLR-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar resolved SOLR-1117.
-----------------------------------------

    Resolution: Fixed

Committed revision 765557..

> QueryElevationComponent calls core.getNewestSearcher(true)
> ----------------------------------------------------------
>
>                 Key: SOLR-1117
>                 URL: https://issues.apache.org/jira/browse/SOLR-1117
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 1.3
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>            Priority: Trivial
>             Fix For: 1.4
>
>         Attachments: SOLR-1117.patch
>
>
> QueryElevationComponent calls core.getNewestSearcher(true) which is not implemented if searchers list is empty. It should call getNewestSearcher(false) instead.

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