You are here

protected property apachesolr_views_query::$_used_fields in Apache Solr Views 6

File

./apachesolr_views_query.inc, line 37

Class

apachesolr_views_query
Class for handling a view that gets its data not from the database, but from a Solr server.

Code

protected $_used_fields = array(
  'id',
  'nid',
  'url',
  'uid',
);