You are here

public function Drupal_Apache_Solr_Service::getFields in Apache Solr Search 5.2

Same name and namespace in other branches
  1. 6 Drupal_Apache_Solr_Service.php \Drupal_Apache_Solr_Service::getFields()
  2. 6.2 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 70

Class

Drupal_Apache_Solr_Service

Code

public function getFields($num_terms = 0) {
  return $this
    ->getLuke($num_terms)->fields;
}