you could just add a field with default value NOW in schema.xml, for example

  <field name="dateLastIndexed" type="tdate" indexed="true" stored="true"
default="NOW" multiValued="false"/>


On Wed, Feb 26, 2014 at 10:44 PM, pratpor <prat...@chatimity.com> wrote:

> Is it possible to know the indexing time of a document in solr. Like there
> is
> a implicit field for "score" which automatically gets added to a document,
> is there a field that stores value of indexing time?
>
> Thanks
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Know-indexing-time-of-a-document-tp4120051.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to