SOLRDOCUMENTFIELD(3) 1 SOLRDOCUMENTFIELD(3)
The SolrDocumentField class
INTRODUCTION
This represents a field in a Solr document. All its properties are read-only.
CLASS SYNOPSIS
SolrDocumentField
final
SolrDocumentField
Properties
o readonlypublic string$name
o readonlypublic float$boost
o readonlypublic array$values
Methods
o public SolrDocumentField::__construct (void )
o public void SolrDocumentField::__destruct (void )
PROPERTIES
o $name
-The name of the field.
o $boost
-The boost value for the field
o $values
-An array of values for this field
PHP Documentation Group SOLRDOCUMENTFIELD(3)