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.
'>SolrSchema
, which communicates information on
field types using these classes