Open anjackson opened 8 years ago
There's an input format for this now defined, instead of defining the individual metadata XPath expressions, we should now be able to use inputFormat=walk
Note that the input query needs to be escaped to not interfere with the voyant query.
@anjackson would this (naively asks) be as simple as writing a view along this lines of Csv.scala
, with a canned Solr query combined with the Voyant Tools API call?
actually, we've been playing with sending a url, which requires a round-trip, but it's also possible to post multi-part form content as part of the call (it could even be a GET link that would redirect with a post payload).
As discussed under https://twitter.com/ianmilligan1/status/737367313389785088
Look into a suitable export to pass results over to Voyant.