Re: Batching requests using SolrCell with SolrJ

2009-09-22 Thread Grant Ingersoll
On Sep 19, 2009, at 1:22 PM, Jay Hill wrote: When working with SolrJ I have typically batched a Collection of SolrInputDocument objects before sending them to the Solr server. I'm working with the latest nightly build and using the ExtractingRequestHandler to index documents, and everything

Batching requests using SolrCell with SolrJ

2009-09-19 Thread Jay Hill
When working with SolrJ I have typically batched a Collection of SolrInputDocument objects before sending them to the Solr server. I'm working with the latest nightly build and using the ExtractingRequestHandler to index documents, and everything is working fine. Except I haven't been able to