Learn R Programming

rsolr (version 0.0.13)

FieldType-class: FieldType

Description

The FieldType object represents the type of a document field. A list of these objects is formally represented as FieldTypeList object, an instance of which is provided by '>SolrSchema. Internally, FieldType objects are central to the conversion between R and Solr types. At the user level, they are mostly useful for displaying the schema.

Arguments

See Also

'>SolrSchema, which communicates information on field types using these classes