You are here

function Solr_Base_Query::get_fields in Apache Solr Search 5

File

./Solr_Base_Query.php, line 119

Class

Solr_Base_Query

Code

function get_fields() {
  return $this->_fields;
}