public function DrupalApacheSolrService::getFields in Apache Solr Search 6.3
Same name and namespace in other branches
- 8 Drupal_Apache_Solr_Service.php \DrupalApacheSolrService::getFields()
- 7 Drupal_Apache_Solr_Service.php \DrupalApacheSolrService::getFields()
Get just the field meta-data about the index.
Overrides DrupalApacheSolrServiceInterface::getFields
File
- ./
Drupal_Apache_Solr_Service.php, line 236
Class
- DrupalApacheSolrService
- Starting point for the Solr API. Represents a Solr server resource and has methods for pinging, adding, deleting, committing, optimizing and searching.
Code
public function getFields($num_terms = 0) {
return $this
->getLuke($num_terms)->fields;
}