parseSolrResult function

Parse Solr output into an R list

Parse Solr output into an R list

Solr output that is specified with a writer type of XML '&wt="xml"'

parseSolrResult(doc, ...) ## S4 method for signature 'XMLInternalDocument' parseSolrResult(doc, parse, ...)

Arguments

  • 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.

Returns

resultList The Solr result as an R list

  • Maintainer: Matthew B. Jones
  • License: Apache License 2.0
  • Last published: 2022-06-10