BaseResponseWriter neglects to add SolrDocument in DocList isStreamingDocs=false
--------------------------------------------------------------------------------

                 Key: SOLR-1935
                 URL: https://issues.apache.org/jira/browse/SOLR-1935
             Project: Solr
          Issue Type: Bug
          Components: Response Writers
    Affects Versions: 1.5
         Environment: working on SOLR-1925, i noticed this
            Reporter: Chris A. Mattmann


There is a bug near line 126/127 in BaseResponseWriter.java in the 
isStreamingDocs() == false section for the DocList case. The SorlDocuments 
aren't being added back to the list object for return. I noticed this while I 
was working on SOLR-1925. Simple patch to fix, attached.

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