Esempio n. 1
0
 /**
  * Used during repeated deminification (such as search history).
  *   To scrub fields populated above.
  *
  * @access  private
  */
 protected function purge()
 {
     // Call standard purge:
     parent::purge();
     // Make some Solr-specific adjustments:
     $this->query = null;
     $this->publicQuery = null;
 }