Re: SolrJ: BinaryRequestWriter with StreamingUpdateSolrServer

2010-07-01 Thread Yonik Seeley
There's an issue open for this: https://issues.apache.org/jira/browse/SOLR-1565 I'm not sure off the top of my head how much is involved in making it happen though. -Yonik http://www.lucidimagination.com On Thu, Jul 1, 2010 at 9:25 AM, Jan Høydahl / Cominvent wrote: > Hi, > > I had the impressio

Re: SolrJ: BinaryRequestWriter with StreamingUpdateSolrServer

2010-07-01 Thread Thijs
The streaming won't use the 'set' Requestwriter. It uses a custom xml requestwriter embedded in the StreamingUpdateSolrServer. I was also hoping it would use a BinaryRequestWriter but after digging it turned-out not to. On 1-7-2010 15:25, Jan Høydahl / Cominvent wrote: Hi, I had the impre