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... > > > > last_modifi

Re: Using TimestampUpdateProcessorFactory and updateRequestProcessorChain

2015-02-17 Thread Chris Hostetter
: Hi, : : You are using "/update" when registering, but using "/update/extract" when invoking. : : Ahmet 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 ma

Re: Using TimestampUpdateProcessorFactory and updateRequestProcessorChain

2015-02-17 Thread Ahmet Arslan
Hi, You are using "/update" when registering, but using "/update/extract" when invoking. Ahmet On Tuesday, February 17, 2015 6:28 PM, Shu-Wai Chow wrote: 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 setu

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