You are here

function DrupalApacheSolrServiceInterface::getFields in Apache Solr Search 8

Same name and namespace in other branches
  1. 6.3 apachesolr.interface.inc \DrupalApacheSolrServiceInterface::getFields()
  2. 7 apachesolr.interface.inc \DrupalApacheSolrServiceInterface::getFields()

Get just the field meta-data about the index.

2 methods override DrupalApacheSolrServiceInterface::getFields()
DrupalApacheSolrService::getFields in ./Drupal_Apache_Solr_Service.php
Get just the field meta-data about the index.
DummySolr::getFields in tests/Dummy_Solr.php
Get just the field meta-data about the index.

File

./apachesolr.interface.inc, line 360

Class

DrupalApacheSolrServiceInterface
The interface for all 'Service' objects.

Code

function getFields($num_terms = 0);