RE: Update handler and atomic update

2019-03-19 Thread Martin Frank Hansen (MHQ)
Hi Thierry, Thanks for your help. I think I will try to make my own handler instead. Best regards Martin Internal - KMD A/S -Original Message- From: THIERRY BOUCHENY Sent: 19. marts 2019 10:38 To: solr-user@lucene.apache.org Subject: Re: Update handler and atomic update Hi Martin

Re: Update handler and atomic update

2019-03-19 Thread THIERRY BOUCHENY
> > Internal - KMD A/S > > -Original Message----- > From: THIERRY BOUCHENY > Sent: 19. marts 2019 09:51 > To: solr-user@lucene.apache.org > Subject: Re: Update handler and atomic update > > Hi Martin, > > Have you tried doing a POST with some JSON or XML Bo

RE: Update handler and atomic update

2019-03-19 Thread Martin Frank Hansen (MHQ)
KMD A/S -Original Message- From: THIERRY BOUCHENY Sent: 19. marts 2019 09:51 To: solr-user@lucene.apache.org Subject: Re: Update handler and atomic update Hi Martin, Have you tried doing a POST with some JSON or XML Body. I would POST some json like the following [{"id":&q

Re: Update handler and atomic update

2019-03-19 Thread THIERRY BOUCHENY
Hi Martin, Have you tried doing a POST with some JSON or XML Body. I would POST some json like the following [{"id":"docid","clicks":{“inc”:"1"}}] In an /update?commit=true Best regards Thierry See documentation here https://lucene.apache.org/solr/guide/6_6/updating-parts-of-documents.html