protected static property apachesolr_views_query::$idCount in Apache Solr Views 6
Static shared by all instances, used to increment ID numbers.
File
- ./
apachesolr_views_query.inc, line 14
Class
- apachesolr_views_query
- Class for handling a view that gets its data not from the database, but from a Solr server.
Code
protected static $idCount = 0;