win harrington Mon, 07 Nov 2016 12:55:09 -0800
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