Example #1
0
 public static function createIndex()
 {
     Helper::createIndex(static::getTableName(), 'LPR', array('LOCATION_ID', 'POSITION', 'RELEVANCY'));
 }
Example #2
0
 public static function createIndex()
 {
     Helper::createIndex(static::getTableName(), 'S', array('SITE_ID'));
 }
Example #3
0
 public static function createIndex()
 {
     Helper::dropIndexByName('IX_SALE_LOC_SEARCH_WORD_TMP', static::getTableName());
     Helper::createIndex(static::getTableName(), 'WP', array('WORD', 'POSITION'));
 }