Re: Transactions behaviour on Batch insert / update

2016-10-24 Thread Mikhail Khludnev
Hello Ganesh, By default the half of batch fails. https://lucene.apache.org/solr/6_2_1/solr-core/org/apache/solr/update/processor/TolerantUpdateProcessorFactory.html can fail only certain problematic rows. FWIW, you can send delete for uncommitted documents, it wipes them from ram buffer, that's ho

Transactions behaviour on Batch insert / update

2016-10-24 Thread Ganesh M
Hi all, We are planning to make use of batch update / insert of solr documents, with batch size of around 100 documents per batch. Bit curious on how transactions are maintained per batch. I do knew SOLR is not meant for transaction based, but want to know whether SOLR is designed to throw err