protected property Apache_Solr_Document::$_fields in Apache Solr Search 5
File
- SolrPhpClient/
Apache/ Solr/ Document.php, line 44
Class
- Apache_Solr_Document
- Holds Key / Value pairs that represent a Solr Document. Field values can be accessed by direct dereferencing such as: <code> ... $document->title = 'Something'; echo $document->title; ... </code>
Code
protected $_fields = array();