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:06:15 UTC

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

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


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.


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

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar updated SOLR-1117:
----------------------------------------

    Attachment: SOLR-1117.patch

Patch with the fix. I'll commit shortly.

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


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

Posted by "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org>.
     [ 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.