Re: Solr 4.x : how to implement an update processor chain working for partial updates

2013-11-28 Thread paule_lecuyer
Hi Alexandre, Reading comments on SOLR-5395, I don't fully understand how the whole update processing is performed (what exactly happens on which data). if you have some time to explain that would be very nice. Thanks Paule -- View this message in context: http://lucene.472066.n3.nabble.com/So

Re: Solr 4.x : how to implement an update processor chain working for partial updates

2013-11-28 Thread paule_lecuyer
It works just as I wanted, thanks !! Paule -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-x-how-to-implement-an-update-processor-chain-working-for-partial-updates-tp4103071p4103738.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr 4.x : how to implement an update processor chain working for partial updates

2013-11-25 Thread paule_lecuyer
In my solr schema I have the following fields defined : ... To fill in the language specific fields, I use a custom update processor chain, with a custom ConditionalCopyProcessor that copies "content" field into appropriate language field, depend