public static function rebuildDbNdx()
 {
     ProfileNdx_indexer_shared::clearDbNdx();
     ProfileNdx_indexer_shared::updateDbTableUserIndex();
 }
 /**
  * Lines 231 to 241 from \\(xf)/library/XenForo/ControllerPublic/Account.php
  * @override
  * 
  * Save profile data
  *
  * @return XenForo_ControllerResponse_Redirect
  */
 public function actionPersonalDetailsSave()
 {
     $returnValue = parent::actionPersonalDetailsSave();
     ProfileNdx_indexer_shared::updateDbTableUserIndex();
     return $returnValue;
 }
 public static function install()
 {
     ProfileNdx_indexer_shared::updateDbTableUserIndex();
     ProfileNdx_search_engine::createSearchCacheTable();
     ProfileNdx_search_engine::createSearchLimitsTable();
 }