distributed highlighting using q.alt=*:* causes NPE in finishStages
-------------------------------------------------------------------

                 Key: SOLR-2121
                 URL: https://issues.apache.org/jira/browse/SOLR-2121
             Project: Solr
          Issue Type: Bug
            Reporter: Hoss Man


As noted on the mailing list by Ron Mayer,  using the example configs and 
example data on trunk, this query works...

http://localhost:8983/solr/select?q.alt=*:*&hl=on&defType=edismax

...but this query causes and NullPointerException...

http://localhost:8983/solr/select?q.alt=*:*&hl=on&defType=edismax&shards=localhost:8983/solr

Stack Trace...

{noformat}
java.lang.NullPointerException
        at 
org.apache.solr.handler.component.HighlightComponent.finishStage(HighlightComponent.java:158)
        at 
org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:310)
        at 
org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:131)
        at org.apache.solr.core.SolrCore.execute(SolrCore.java:1324)
        at 
org.apache.solr.servlet.SolrDispatchFilter.execute(SolrDispatchFilter.java:337)
        at 
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:240)
        at 
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)

{noformat}

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to