readSolrDoc: Read the data from a Solr document

Description Usage Arguments Value Author(s) References See Also Examples

Description

Solr documents are used to represent general data in a reasonably simple format made up of lists, integers, logicals, longs, doubles, dates, etc. each with an optional name. These correspond very naturally to R objects.

Usage

1

Arguments

doc

the object containing the data. This can be the name of a file, a parsed XML document or an XML node.

...

additional parameters for the methods.

Value

An R object representing the data in the Solr document, typically a named vector or named list.

Author(s)

Duncan Temple Lang

References

Lucene text search system.

See Also

readKeyValueDB, xmlToList, xmlToDataFrame, xmlParse

Examples

1
2
f = system.file("exampleData", "solr.xml", package = "XML")
readSolrDoc(f)

cosmicexplorer/xmlr documentation built on May 30, 2019, 8:28 a.m.