---
> ---
> Alessandro Benedetti
> Search Consultant, R&D Software Engineer, Director
> Sease Ltd. - www.sease.io
> --
> View this message in context: http://lucene.472066.n3.
> nabble.com/Time-of-insert-tp4319040p4319122.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
earch Consultant, R&D Software Engineer, Director
Sease Ltd. - www.sease.io
--
View this message in context:
http://lucene.472066.n3.nabble.com/Time-of-insert-tp4319040p4319122.html
Sent from the Solr - User mailing list archive at Nabble.com.
Thanks Alex for your reply. But the field created_date will be updated
every time the document inserted to the solr. I want to record the first
time the document indexed to solr and I'm using DataImport handler.
And I tried solr.TimestampUpdateProcessorFactory but I got
NullPointerException, So I
If you are reindexing full documents, there is no way.
If you are actually doing updates using Solr updates XML/JSON, then
you can have a created_date field with default value of NOW.
Similarly, you could probably do something with UpdateRequestProcessor
chains to get that NOW added somewhere.
Re
Not; historical logs for document updates is not provided. Users need to
implement such functionality themselves if needed.
From: Mahmoud Almokadem
Reply: solr-user@lucene.apache.org
Date: February 6, 2017 at 3:32:34 PM
To: solr-user@lucene.apache.org
Subject: Time of insert
Hello,
I
Hello,
I'm using dih on solr 6 for indexing data from sql server. The document can
br indexed many times according to the updates on it. Is that available to
get the first time the document inserted to solr?
And how to get the dates of the document updated?
Thanks for help,
Mahmoud