internal package
Foswiki::Plugins::JQDataTablesPlugin::SolrConnector
implements the grid connector interface using a
SolrPlugin based backend
maps a column name to the actual property in the store.
ClassMethod
buildQuery() → $query
creates a query based on the current request, only returns the pure string for the q parameter
of solr. any other filters are stored in $this→{_filterQuery} and used in search()
ClassMethod
getValueOfResult( $doc, $property, $fieldDef ) → $value
get a property of a result document
ClassMethod
search( %params ) → ($total, $totalFiltered, $data)
perform the actual search and fetch result