Re: Solr Multi-thread Update Transaction Control

2010-12-03 Thread Erick Erickson
>From Solr's perspective, the fact that multiple threads are sending data to be indexed is invisible, Solr is just reading http requests. So I don't think what you're asking for is possible. Could you outline the reason you want to do this? Perhaps there's another way to accomplish it. Best Erick

Solr Multi-thread Update Transaction Control

2010-12-02 Thread wangjb
Hi, Now we are using solr1.4.1, and encounter a problem. When multi-threads update solr data at the same time, can every thread have its separate transaction? If this is possible, how can we realize this. Is there any suggestion here? Waiting online. Thank you for any useful reply.