parseSolrResult | R Documentation |
Solr output that is specified with a writer type of XML '&wt="xml"'
parseSolrResult(doc, ...) ## S4 method for signature 'XMLInternalDocument' parseSolrResult(doc, parse, ...)
doc |
The Solr result to parse, in XML format |
... |
(Not yet used.) |
parse |
A logical value, if TRUE the result is parsed to appropriate R types. |
resultList The Solr result as an R list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.