Followup question from Indexing office formats with a custom field type schema
Uploading files to Solr is working.
I now need to pass additional parameters like ‘modified’ or ‘mimetype’ (as defined in the schema) as URL parameters. All examples use ‘literal.id’ for specifying the primary id
of each document. Additional parameters to be indexed must be prefixed with ‘literal.’ as well in order to be indexed properly?
Order does not matter but they need to be prefixed by literal.
e.g. literal.title=Test