RE: Using updateRequest Processor with DIH

2016-05-02 Thread Davis, Daniel (NIH/NLM) [C]
lateTransformer. -Original Message- From: Jay Potharaju [mailto:jspothar...@gmail.com] Sent: Monday, May 02, 2016 1:39 AM To: solr-user@lucene.apache.org Subject: Using updateRequest Processor with DIH Hi, I was wondering if it is possible to use Update Request Processor with DIH. I would li

Re: Using updateRequest Processor with DIH

2016-05-02 Thread Alexandre Rafalovitch
You just need to setup the full chain, not a single processor. Regards, Alex On 2 May 2016 3:39 pm, "Jay Potharaju" wrote: > Hi, > I was wondering if it is possible to use Update Request Processor with DIH. > I would like to update an index_time field whenever documents are > added/updated i

Using updateRequest Processor with DIH

2016-05-01 Thread Jay Potharaju
Hi, I was wondering if it is possible to use Update Request Processor with DIH. I would like to update an index_time field whenever documents are added/updated in the collection. I know that I could easily pass a time stamp which would update the field in my collection but I was trying to do it usi