FieldInfo-class {rsolr}R Documentation

FieldInfo

Description

The FieldInfo object is a vector of field entries from the Solr schema. Typically, one retrieves an instance with fields and shows it on the console to get an overview of the schema. The vector-like nature means that functions like [ and length behave as expected.

Accessors

These functions get the “columns” from the field information “table”:

Utilities

Author(s)

Michael Lawrence

See Also

SolrSchema that holds an instance of this object


[Package rsolr version 0.0.13 Index]