You've already forked joomla_test
first commit
This commit is contained in:
1
administrator/components/com_finder/sql/index.html
Normal file
1
administrator/components/com_finder/sql/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><title></title>
|
547
administrator/components/com_finder/sql/install.mysql.sql
Normal file
547
administrator/components/com_finder/sql/install.mysql.sql
Normal file
@ -0,0 +1,547 @@
|
||||
--
|
||||
-- Table structure for table `#__finder_filters`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_filters` (
|
||||
`filter_id` int(10) unsigned NOT NULL auto_increment,
|
||||
`title` varchar(255) NOT NULL,
|
||||
`alias` varchar(255) NOT NULL,
|
||||
`state` tinyint(1) NOT NULL default '1',
|
||||
`created` datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
`created_by` int(10) unsigned NOT NULL,
|
||||
`created_by_alias` varchar(255) NOT NULL,
|
||||
`modified` datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
`modified_by` int(10) unsigned NOT NULL default '0',
|
||||
`checked_out` int(10) unsigned NOT NULL default '0',
|
||||
`checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
`map_count` int(10) unsigned NOT NULL default '0',
|
||||
`data` text NOT NULL,
|
||||
`params` mediumtext,
|
||||
PRIMARY KEY (`filter_id`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_links`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_links` (
|
||||
`link_id` int(10) unsigned NOT NULL auto_increment,
|
||||
`url` varchar(255) NOT NULL,
|
||||
`route` varchar(255) NOT NULL,
|
||||
`title` varchar(255) default NULL,
|
||||
`description` varchar(255) default NULL,
|
||||
`indexdate` datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
`md5sum` varchar(32) default NULL,
|
||||
`published` tinyint(1) NOT NULL default '1',
|
||||
`state` int(5) default '1',
|
||||
`access` int(5) default '0',
|
||||
`language` varchar(8) NOT NULL,
|
||||
`publish_start_date` datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
`publish_end_date` datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
`start_date` datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
`end_date` datetime NOT NULL default '0000-00-00 00:00:00',
|
||||
`list_price` double unsigned NOT NULL default '0',
|
||||
`sale_price` double unsigned NOT NULL default '0',
|
||||
`type_id` int(11) NOT NULL,
|
||||
`object` mediumblob NOT NULL,
|
||||
PRIMARY KEY (`link_id`),
|
||||
KEY `idx_type` (`type_id`),
|
||||
KEY `idx_title` (`title`),
|
||||
KEY `idx_md5` (`md5sum`),
|
||||
KEY `idx_url` (`url`(75)),
|
||||
KEY `idx_published_list` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`list_price`),
|
||||
KEY `idx_published_sale` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`sale_price`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_links_terms0`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_links_terms0` (
|
||||
`link_id` int(10) unsigned NOT NULL,
|
||||
`term_id` int(10) unsigned NOT NULL,
|
||||
`weight` float unsigned NOT NULL,
|
||||
PRIMARY KEY (`link_id`,`term_id`),
|
||||
KEY `idx_term_weight` (`term_id`,`weight`),
|
||||
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_links_terms1`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_links_terms1` (
|
||||
`link_id` int(10) unsigned NOT NULL,
|
||||
`term_id` int(10) unsigned NOT NULL,
|
||||
`weight` float unsigned NOT NULL,
|
||||
PRIMARY KEY (`link_id`,`term_id`),
|
||||
KEY `idx_term_weight` (`term_id`,`weight`),
|
||||
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_links_terms2`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_links_terms2` (
|
||||
`link_id` int(10) unsigned NOT NULL,
|
||||
`term_id` int(10) unsigned NOT NULL,
|
||||
`weight` float unsigned NOT NULL,
|
||||
PRIMARY KEY (`link_id`,`term_id`),
|
||||
KEY `idx_term_weight` (`term_id`,`weight`),
|
||||
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_links_terms3`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_links_terms3` (
|
||||
`link_id` int(10) unsigned NOT NULL,
|
||||
`term_id` int(10) unsigned NOT NULL,
|
||||
`weight` float unsigned NOT NULL,
|
||||
PRIMARY KEY (`link_id`,`term_id`),
|
||||
KEY `idx_term_weight` (`term_id`,`weight`),
|
||||
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_links_terms4`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_links_terms4` (
|
||||
`link_id` int(10) unsigned NOT NULL,
|
||||
`term_id` int(10) unsigned NOT NULL,
|
||||
`weight` float unsigned NOT NULL,
|
||||
PRIMARY KEY (`link_id`,`term_id`),
|
||||
KEY `idx_term_weight` (`term_id`,`weight`),
|
||||
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_links_terms5`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_links_terms5` (
|
||||
`link_id` int(10) unsigned NOT NULL,
|
||||
`term_id` int(10) unsigned NOT NULL,
|
||||
`weight` float unsigned NOT NULL,
|
||||
PRIMARY KEY (`link_id`,`term_id`),
|
||||
KEY `idx_term_weight` (`term_id`,`weight`),
|
||||
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_links_terms6`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_links_terms6` (
|
||||
`link_id` int(10) unsigned NOT NULL,
|
||||
`term_id` int(10) unsigned NOT NULL,
|
||||
`weight` float unsigned NOT NULL,
|
||||
PRIMARY KEY (`link_id`,`term_id`),
|
||||
KEY `idx_term_weight` (`term_id`,`weight`),
|
||||
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_links_terms7`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_links_terms7` (
|
||||
`link_id` int(10) unsigned NOT NULL,
|
||||
`term_id` int(10) unsigned NOT NULL,
|
||||
`weight` float unsigned NOT NULL,
|
||||
PRIMARY KEY (`link_id`,`term_id`),
|
||||
KEY `idx_term_weight` (`term_id`,`weight`),
|
||||
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_links_terms8`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_links_terms8` (
|
||||
`link_id` int(10) unsigned NOT NULL,
|
||||
`term_id` int(10) unsigned NOT NULL,
|
||||
`weight` float unsigned NOT NULL,
|
||||
PRIMARY KEY (`link_id`,`term_id`),
|
||||
KEY `idx_term_weight` (`term_id`,`weight`),
|
||||
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_links_terms9`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_links_terms9` (
|
||||
`link_id` int(10) unsigned NOT NULL,
|
||||
`term_id` int(10) unsigned NOT NULL,
|
||||
`weight` float unsigned NOT NULL,
|
||||
PRIMARY KEY (`link_id`,`term_id`),
|
||||
KEY `idx_term_weight` (`term_id`,`weight`),
|
||||
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_links_termsa`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_links_termsa` (
|
||||
`link_id` int(10) unsigned NOT NULL,
|
||||
`term_id` int(10) unsigned NOT NULL,
|
||||
`weight` float unsigned NOT NULL,
|
||||
PRIMARY KEY (`link_id`,`term_id`),
|
||||
KEY `idx_term_weight` (`term_id`,`weight`),
|
||||
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_links_termsb`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_links_termsb` (
|
||||
`link_id` int(10) unsigned NOT NULL,
|
||||
`term_id` int(10) unsigned NOT NULL,
|
||||
`weight` float unsigned NOT NULL,
|
||||
PRIMARY KEY (`link_id`,`term_id`),
|
||||
KEY `idx_term_weight` (`term_id`,`weight`),
|
||||
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_links_termsc`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_links_termsc` (
|
||||
`link_id` int(10) unsigned NOT NULL,
|
||||
`term_id` int(10) unsigned NOT NULL,
|
||||
`weight` float unsigned NOT NULL,
|
||||
PRIMARY KEY (`link_id`,`term_id`),
|
||||
KEY `idx_term_weight` (`term_id`,`weight`),
|
||||
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_links_termsd`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_links_termsd` (
|
||||
`link_id` int(10) unsigned NOT NULL,
|
||||
`term_id` int(10) unsigned NOT NULL,
|
||||
`weight` float unsigned NOT NULL,
|
||||
PRIMARY KEY (`link_id`,`term_id`),
|
||||
KEY `idx_term_weight` (`term_id`,`weight`),
|
||||
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_links_termse`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_links_termse` (
|
||||
`link_id` int(10) unsigned NOT NULL,
|
||||
`term_id` int(10) unsigned NOT NULL,
|
||||
`weight` float unsigned NOT NULL,
|
||||
PRIMARY KEY (`link_id`,`term_id`),
|
||||
KEY `idx_term_weight` (`term_id`,`weight`),
|
||||
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_links_termsf`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_links_termsf` (
|
||||
`link_id` int(10) unsigned NOT NULL,
|
||||
`term_id` int(10) unsigned NOT NULL,
|
||||
`weight` float unsigned NOT NULL,
|
||||
PRIMARY KEY (`link_id`,`term_id`),
|
||||
KEY `idx_term_weight` (`term_id`,`weight`),
|
||||
KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_taxonomy`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_taxonomy` (
|
||||
`id` int(10) unsigned NOT NULL auto_increment,
|
||||
`parent_id` int(10) unsigned NOT NULL default '0',
|
||||
`title` varchar(255) NOT NULL,
|
||||
`state` tinyint(1) unsigned NOT NULL default '1',
|
||||
`access` tinyint(1) unsigned NOT NULL default '0',
|
||||
`ordering` tinyint(1) unsigned NOT NULL default '0',
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `parent_id` (`parent_id`),
|
||||
KEY `state` (`state`),
|
||||
KEY `ordering` (`ordering`),
|
||||
KEY `access` (`access`),
|
||||
KEY `idx_parent_published` (`parent_id`,`state`,`access`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Dumping data for table `#__finder_taxonomy`
|
||||
--
|
||||
|
||||
REPLACE INTO `#__finder_taxonomy` (`id`, `parent_id`, `title`, `state`, `access`, `ordering`) VALUES
|
||||
(1, 0, 'ROOT', 0, 0, 0);
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_taxonomy_map`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_taxonomy_map` (
|
||||
`link_id` int(10) unsigned NOT NULL,
|
||||
`node_id` int(10) unsigned NOT NULL,
|
||||
PRIMARY KEY (`link_id`,`node_id`),
|
||||
KEY `link_id` (`link_id`),
|
||||
KEY `node_id` (`node_id`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_terms`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_terms` (
|
||||
`term_id` int(10) unsigned NOT NULL auto_increment,
|
||||
`term` varchar(75) NOT NULL,
|
||||
`stem` varchar(75) NOT NULL,
|
||||
`common` tinyint(1) unsigned NOT NULL default '0',
|
||||
`phrase` tinyint(1) unsigned NOT NULL default '0',
|
||||
`weight` float unsigned NOT NULL default '0',
|
||||
`soundex` varchar(75) NOT NULL,
|
||||
`links` int(10) NOT NULL default '0',
|
||||
PRIMARY KEY (`term_id`),
|
||||
UNIQUE KEY `idx_term` (`term`),
|
||||
KEY `idx_term_phrase` (`term`,`phrase`),
|
||||
KEY `idx_stem_phrase` (`stem`,`phrase`),
|
||||
KEY `idx_soundex_phrase` (`soundex`,`phrase`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_terms_common`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_terms_common` (
|
||||
`term` varchar(75) NOT NULL,
|
||||
`language` varchar(3) NOT NULL,
|
||||
KEY `idx_word_lang` (`term`,`language`),
|
||||
KEY `idx_lang` (`language`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
--
|
||||
-- Dumping data for table `#__finder_terms_common`
|
||||
--
|
||||
|
||||
REPLACE INTO `#__finder_terms_common` (`term`, `language`) VALUES
|
||||
('a', 'en'),
|
||||
('about', 'en'),
|
||||
('after', 'en'),
|
||||
('ago', 'en'),
|
||||
('all', 'en'),
|
||||
('am', 'en'),
|
||||
('an', 'en'),
|
||||
('and', 'en'),
|
||||
('ani', 'en'),
|
||||
('any', 'en'),
|
||||
('are', 'en'),
|
||||
('aren''t', 'en'),
|
||||
('as', 'en'),
|
||||
('at', 'en'),
|
||||
('be', 'en'),
|
||||
('but', 'en'),
|
||||
('by', 'en'),
|
||||
('for', 'en'),
|
||||
('from', 'en'),
|
||||
('get', 'en'),
|
||||
('go', 'en'),
|
||||
('how', 'en'),
|
||||
('if', 'en'),
|
||||
('in', 'en'),
|
||||
('into', 'en'),
|
||||
('is', 'en'),
|
||||
('isn''t', 'en'),
|
||||
('it', 'en'),
|
||||
('its', 'en'),
|
||||
('me', 'en'),
|
||||
('more', 'en'),
|
||||
('most', 'en'),
|
||||
('must', 'en'),
|
||||
('my', 'en'),
|
||||
('new', 'en'),
|
||||
('no', 'en'),
|
||||
('none', 'en'),
|
||||
('not', 'en'),
|
||||
('noth', 'en'),
|
||||
('nothing', 'en'),
|
||||
('of', 'en'),
|
||||
('off', 'en'),
|
||||
('often', 'en'),
|
||||
('old', 'en'),
|
||||
('on', 'en'),
|
||||
('onc', 'en'),
|
||||
('once', 'en'),
|
||||
('onli', 'en'),
|
||||
('only', 'en'),
|
||||
('or', 'en'),
|
||||
('other', 'en'),
|
||||
('our', 'en'),
|
||||
('ours', 'en'),
|
||||
('out', 'en'),
|
||||
('over', 'en'),
|
||||
('page', 'en'),
|
||||
('she', 'en'),
|
||||
('should', 'en'),
|
||||
('small', 'en'),
|
||||
('so', 'en'),
|
||||
('some', 'en'),
|
||||
('than', 'en'),
|
||||
('thank', 'en'),
|
||||
('that', 'en'),
|
||||
('the', 'en'),
|
||||
('their', 'en'),
|
||||
('theirs', 'en'),
|
||||
('them', 'en'),
|
||||
('then', 'en'),
|
||||
('there', 'en'),
|
||||
('these', 'en'),
|
||||
('they', 'en'),
|
||||
('this', 'en'),
|
||||
('those', 'en'),
|
||||
('thus', 'en'),
|
||||
('time', 'en'),
|
||||
('times', 'en'),
|
||||
('to', 'en'),
|
||||
('too', 'en'),
|
||||
('true', 'en'),
|
||||
('under', 'en'),
|
||||
('until', 'en'),
|
||||
('up', 'en'),
|
||||
('upon', 'en'),
|
||||
('use', 'en'),
|
||||
('user', 'en'),
|
||||
('users', 'en'),
|
||||
('veri', 'en'),
|
||||
('version', 'en'),
|
||||
('very', 'en'),
|
||||
('via', 'en'),
|
||||
('want', 'en'),
|
||||
('was', 'en'),
|
||||
('way', 'en'),
|
||||
('were', 'en'),
|
||||
('what', 'en'),
|
||||
('when', 'en'),
|
||||
('where', 'en'),
|
||||
('whi', 'en'),
|
||||
('which', 'en'),
|
||||
('who', 'en'),
|
||||
('whom', 'en'),
|
||||
('whose', 'en'),
|
||||
('why', 'en'),
|
||||
('wide', 'en'),
|
||||
('will', 'en'),
|
||||
('with', 'en'),
|
||||
('within', 'en'),
|
||||
('without', 'en'),
|
||||
('would', 'en'),
|
||||
('yes', 'en'),
|
||||
('yet', 'en'),
|
||||
('you', 'en'),
|
||||
('your', 'en'),
|
||||
('yours', 'en');
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_tokens`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_tokens` (
|
||||
`term` varchar(75) NOT NULL,
|
||||
`stem` varchar(75) NOT NULL,
|
||||
`common` tinyint(1) unsigned NOT NULL default '0',
|
||||
`phrase` tinyint(1) unsigned NOT NULL default '0',
|
||||
`weight` float unsigned NOT NULL default '1',
|
||||
`context` tinyint(1) unsigned NOT NULL default '2',
|
||||
KEY `idx_word` (`term`),
|
||||
KEY `idx_context` (`context`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_tokens_aggregate`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_tokens_aggregate` (
|
||||
`term_id` int(10) unsigned NOT NULL,
|
||||
`map_suffix` char(1) NOT NULL,
|
||||
`term` varchar(75) NOT NULL,
|
||||
`stem` varchar(75) NOT NULL,
|
||||
`common` tinyint(1) unsigned NOT NULL default '0',
|
||||
`phrase` tinyint(1) unsigned NOT NULL default '0',
|
||||
`term_weight` float unsigned NOT NULL,
|
||||
`context` tinyint(1) unsigned NOT NULL default '2',
|
||||
`context_weight` float unsigned NOT NULL,
|
||||
`total_weight` float unsigned NOT NULL,
|
||||
KEY `token` (`term`),
|
||||
KEY `keyword_id` (`term_id`)
|
||||
) DEFAULT CHARSET=utf8;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `#__finder_types`
|
||||
--
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `#__finder_types` (
|
||||
`id` int(10) unsigned NOT NULL auto_increment,
|
||||
`title` varchar(100) NOT NULL,
|
||||
`mime` varchar(100) NOT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `title` (`title`)
|
||||
) DEFAULT CHARSET=utf8;
|
1055
administrator/components/com_finder/sql/install.postgresql.sql
Normal file
1055
administrator/components/com_finder/sql/install.postgresql.sql
Normal file
File diff suppressed because it is too large
Load Diff
25
administrator/components/com_finder/sql/uninstall.mysql.sql
Normal file
25
administrator/components/com_finder/sql/uninstall.mysql.sql
Normal file
@ -0,0 +1,25 @@
|
||||
DROP TABLE IF EXISTS `#__finder_filters`;
|
||||
DROP TABLE IF EXISTS `#__finder_links`;
|
||||
DROP TABLE IF EXISTS `#__finder_links_terms0`;
|
||||
DROP TABLE IF EXISTS `#__finder_links_terms1`;
|
||||
DROP TABLE IF EXISTS `#__finder_links_terms2`;
|
||||
DROP TABLE IF EXISTS `#__finder_links_terms3`;
|
||||
DROP TABLE IF EXISTS `#__finder_links_terms4`;
|
||||
DROP TABLE IF EXISTS `#__finder_links_terms5`;
|
||||
DROP TABLE IF EXISTS `#__finder_links_terms6`;
|
||||
DROP TABLE IF EXISTS `#__finder_links_terms7`;
|
||||
DROP TABLE IF EXISTS `#__finder_links_terms8`;
|
||||
DROP TABLE IF EXISTS `#__finder_links_terms9`;
|
||||
DROP TABLE IF EXISTS `#__finder_links_termsa`;
|
||||
DROP TABLE IF EXISTS `#__finder_links_termsb`;
|
||||
DROP TABLE IF EXISTS `#__finder_links_termsc`;
|
||||
DROP TABLE IF EXISTS `#__finder_links_termsd`;
|
||||
DROP TABLE IF EXISTS `#__finder_links_termse`;
|
||||
DROP TABLE IF EXISTS `#__finder_links_termsf`;
|
||||
DROP TABLE IF EXISTS `#__finder_taxonomy`;
|
||||
DROP TABLE IF EXISTS `#__finder_taxonomy_map`;
|
||||
DROP TABLE IF EXISTS `#__finder_terms`;
|
||||
DROP TABLE IF EXISTS `#__finder_terms_common`;
|
||||
DROP TABLE IF EXISTS `#__finder_tokens`;
|
||||
DROP TABLE IF EXISTS `#__finder_tokens_aggregate`;
|
||||
DROP TABLE IF EXISTS `#__finder_types`;
|
@ -0,0 +1,25 @@
|
||||
DROP TABLE IF EXISTS "#__finder_filters";
|
||||
DROP TABLE IF EXISTS "#__finder_links";
|
||||
DROP TABLE IF EXISTS "#__finder_links_terms0";
|
||||
DROP TABLE IF EXISTS "#__finder_links_terms1";
|
||||
DROP TABLE IF EXISTS "#__finder_links_terms2";
|
||||
DROP TABLE IF EXISTS "#__finder_links_terms3";
|
||||
DROP TABLE IF EXISTS "#__finder_links_terms4";
|
||||
DROP TABLE IF EXISTS "#__finder_links_terms5";
|
||||
DROP TABLE IF EXISTS "#__finder_links_terms6";
|
||||
DROP TABLE IF EXISTS "#__finder_links_terms7";
|
||||
DROP TABLE IF EXISTS "#__finder_links_terms8";
|
||||
DROP TABLE IF EXISTS "#__finder_links_terms9";
|
||||
DROP TABLE IF EXISTS "#__finder_links_termsa";
|
||||
DROP TABLE IF EXISTS "#__finder_links_termsb";
|
||||
DROP TABLE IF EXISTS "#__finder_links_termsc";
|
||||
DROP TABLE IF EXISTS "#__finder_links_termsd";
|
||||
DROP TABLE IF EXISTS "#__finder_links_termse";
|
||||
DROP TABLE IF EXISTS "#__finder_links_termsf";
|
||||
DROP TABLE IF EXISTS "#__finder_taxonomy";
|
||||
DROP TABLE IF EXISTS "#__finder_taxonomy_map";
|
||||
DROP TABLE IF EXISTS "#__finder_terms";
|
||||
DROP TABLE IF EXISTS "#__finder_terms_common";
|
||||
DROP TABLE IF EXISTS "#__finder_tokens";
|
||||
DROP TABLE IF EXISTS "#__finder_tokens_aggregate";
|
||||
DROP TABLE IF EXISTS "#__finder_types";
|
Reference in New Issue
Block a user