BUG 9180 Correct Solr update and counters implementation

The following changes were made:
- fix update Solr index process
- implement casesenuLoader using Solr server to display counters
- fix cron missing reference to system class
- add function and classes documentation
This commit is contained in:
Herbert Saal Gutierrez
2012-05-29 17:07:53 -04:00
parent 485d14d03e
commit 5cf35c71d9
7 changed files with 304 additions and 74 deletions

View File

@@ -1,8 +1,12 @@
<?php
//$indexFields = array();
/**
* Class used as interface to have access to the search index services
*
* @author Herbert Saal Gutierrez
*
*/
Class BpmnEngine_Services_SearchIndex
{
private $solrIsEnabled = false;