On Tue, Oct 27, 2009 at 3:41 PM, Yonik Seeley <yo...@lucidimagination.com> wrote:
>> is there a reason why StreamingUpdateSolrServer does not accept a >> connection manager argument as CommonsHttpSolrServer does? > > I don't see any reason why it shouldn't... can you open a JIRA issue > and optionally provide a patch? great, will do both later today (GMT+1 lunch time :) ) >> Its buffering feature seems kind of disjoint from the self-management >> of a connection pool > > Does this just refer to the missing constructor allowing for > HttpClient to be passed, or is there another potential improvement you > see? the former, I just meant I did not see any dependency between the two that forbid allowing custom managers.