false, self::CONFIG_IDS => self::IDS_MANUAL, self::CONFIG_COLUMN_SCHEMA => array( 'phidType' => 'text4', 'field' => 'text4', 'auxPHID' => 'phid?', 'corpus' => 'fulltext?', ), self::CONFIG_KEY_SCHEMA => array( 'key_phid' => null, 'phid' => array( 'columns' => array('phid'), ), 'corpus' => array( 'columns' => array('corpus'), 'type' => 'FULLTEXT', ), ), ) + parent::getConfiguration(); } public function getIDKey() { return 'phid'; } }