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