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

Jason Rutherglen updated SOLR-1477:
-----------------------------------

    Attachment: SOLR-1477.patch

Includes a test case showing the proxy -> proxies -> multi cores bug.  I'll 
work on a fix for the issue.

The main test case is MultiLocalCoresJettyTest which yields:
{code}
SEVERE: java.lang.NullPointerException
        at 
org.apache.solr.handler.component.ShardFieldSortedHitQueue$1.compare(ShardDoc.java:210)
        at 
org.apache.solr.handler.component.ShardFieldSortedHitQueue.lessThan(ShardDoc.java:134)
        at org.apache.lucene.util.PriorityQueue.upHeap(PriorityQueue.java:255)
        at org.apache.lucene.util.PriorityQueue.put(PriorityQueue.java:114)
        at 
org.apache.lucene.util.PriorityQueue.insertWithOverflow(PriorityQueue.java:156)
        at org.apache.lucene.util.PriorityQueue.insert(PriorityQueue.java:141)
        at 
org.apache.solr.handler.component.QueryComponent.mergeIds(QueryComponent.java:445)
        at 
org.apache.solr.handler.component.QueryComponent.handleResponses(QueryComponent.java:298)
        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:290)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:131)
        at 
org.apache.solr.handler.LocalSearchHandler.handleRequest(LocalSearchHandler.java:67)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:1320)
{code}

> Search on local cores
> ---------------------
>
>                 Key: SOLR-1477
>                 URL: https://issues.apache.org/jira/browse/SOLR-1477
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 1.4
>            Reporter: Jason Rutherglen
>            Priority: Trivial
>             Fix For: 1.5
>
>         Attachments: SOLR-1477.patch, SOLR-1477.patch, SOLR-1477.patch, 
> SOLR-1477.patch
>
>
> Search on cores in the container, using distributed search.

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

Reply via email to