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

Reply via email to