You are here

protected property elasticsearch_connector_views_query::$sort_fields in Elasticsearch Connector 7.2

Same name and namespace in other branches
  1. 7.5 modules/elasticsearch_connector_views/elasticsearch_connector_views_query.inc \elasticsearch_connector_views_query::sort_fields
  2. 7 modules/elasticsearch_connector_views/elasticsearch_connector_views_query.inc \elasticsearch_connector_views_query::sort_fields

Array holding sort fields and their order (ASC or DESC), to avoid duplication

File

modules/elasticsearch_connector_views/elasticsearch_connector_views_query.inc, line 33
Class for handling a view that gets its data not from the database, but from a Solr server.

Class

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

Code

protected $sort_fields = array();