parseSolrResult: Parse Solr output into an R list

parseSolrResultR Documentation

Parse Solr output into an R list

Description

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

Usage

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.

Value

resultList The Solr result as an R list


dataone documentation built on June 11, 2022, 1:06 a.m.