> 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
: 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
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
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