Hi, Based on the wiki, below is an example of how I am currently adding a pdf file with an extra field called name: curl " http://localhost:8080/solr/update/extract?literal.id=doc10&literal.name=BLAH&defaultField=text" --data-binary @/path/to/file.pdf -H "Content-Type: application/pdf"
Is it possible to add a file + any extra fields using a JSON or XML request. Thanks, Roland Everaert.