You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by win harrington <wi...@yahoo.com.INVALID> on 2016/11/07 20:51:50 UTC

how to add file date ?

I'm using the bin/post tool to insert text and PDF files into Solr.
I'd like to add the file last modified dateto the schema.
<field name="file_date" type="date" indexed="true" stored="true" />
How do I put the file's date into file_data?
Thank you