protected property apachesolr_views_query::$group_operator in Apache Solr Views 7
The default group operator.
Type: string
File
- ./
apachesolr_views_query.inc, line 35 - Views query plugin for Apache Solr Views. Gets its data not from the database, but from a Solr server.
Class
- apachesolr_views_query
- @file Views query plugin for Apache Solr Views. Gets its data not from the database, but from a Solr server.
Code
protected $group_operator = 'AND';