public function Drupal_Apache_Solr_Service::getFields in Apache Solr Search 6.2
Same name and namespace in other branches
- 5.2 Drupal_Apache_Solr_Service.php \Drupal_Apache_Solr_Service::getFields()
- 6 Drupal_Apache_Solr_Service.php \Drupal_Apache_Solr_Service::getFields()
Get just the field meta-data about the index.
File
- ./
Drupal_Apache_Solr_Service.php, line 74
Class
Code
public function getFields($num_terms = 0) {
return $this
->getLuke($num_terms)->fields;
}