Hi,

Why not write a custom UpdateRequestProcessor .... if it's a special case
from the norm then place it in it's own chain and do update like http://
.../update/json?....&update.chain=<name>

Cheers,
Dan

On 18 May 2017 at 09:05, Aman Deep Singh <amandeep.coo...@gmail.com> wrote:

> Hi ,
> Is their any way to do the SOLR atomic update based on some condition
> Suppose in my SOLR schema i have some fields
>
>    1. field1
>    2. field2
>    3. field1_timestamp
>    4. field2_timestamp
>
> Now i have to update value of field1 only if field1_timestamp is less then
> the provided timestamp
> I found a SOLR thread for same question
> http://lucene.472066.n3.nabble.com/Conditional-atomic-
> update-td4277224.html
> but it doesn't contains any solution
>
>
> Thanks,
> Aman Deep Singh
>

Reply via email to