I've re-written the code to generate separate files. One for adds and one for deletes. And this is working well for us now. Thanks.
Mike Klaas wrote: > > > This would be very complicated from a standpoint of returning errors > to the client. > > Keep in mind the <deletes> can never be batched, regardless. The > only command that supports batching is <update> (and it is 1 <update> > with multiple <doc>s, not multiple <update>s). > > If you keep a persistent connection open to solr, I don't see why one > command per request should be limiting. > > Note also that you can batch on your end. If the deletes are doc > ids, then you can collect a bunch at once and do > <delete><query>id:xxx id:yyy id:zzz id:aaa id:bbb</query></delete> to > perform them all at once. > > -Mike > > -- View this message in context: http://www.nabble.com/start-tag-not-allowed-in-epilog-tf4602869.html#a13145693 Sent from the Solr - User mailing list archive at Nabble.com.