Re: Using TimestampUpdateProcessorFactory and updateRequestProcessorChain

2015-02-17 Thread Shu-Wai Chow
> if your goal is that *every* doc will get a last_modified, regarldess of > how it is indexed, then you don't need to set the "update.chain" default > on every requestHandler -- instead just mark your > updateRequestProcessorChain as the default... > >

Using TimestampUpdateProcessorFactory and updateRequestProcessorChain

2015-02-17 Thread Shu-Wai Chow
Hi, all. I’m trying to insert a field into Solr called last_modified, which holds a timestamp of the update. Since this is a cloud setup, I'm using the TimestampUpdateProcessorFactory to update the updateRequestProcessorChain. solrconfig.xml: last_modified la