FieldType-class {rsolr} | R Documentation |
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.
Author(s)
Michael Lawrence
See Also
SolrSchema
, which communicates information on
field types using these classes
[Package rsolr version 0.0.13 Index]