5660 |
`id` int(11) NOT NULL AUTO_INCREMENT, |
5660 |
`id` int(11) NOT NULL AUTO_INCREMENT, |
5661 |
`name` varchar(255) NOT NULL COMMENT 'the name of the field as it will be stored in the search engine', |
5661 |
`name` varchar(255) NOT NULL COMMENT 'the name of the field as it will be stored in the search engine', |
5662 |
`label` varchar(255) NOT NULL COMMENT 'the human readable name of the field, for display', |
5662 |
`label` varchar(255) NOT NULL COMMENT 'the human readable name of the field, for display', |
5663 |
`type` enum('','string','date','number','boolean','sum','isbn','stdno','year','callnumber','geo_point') NOT NULL COMMENT 'what type of data this holds, relevant when storing it in the search engine', |
5663 |
`type` enum('','string','date','number','boolean','sum','isbn','stdno','year','callnumber','geo_point','geo_shape') NOT NULL COMMENT 'what type of data this holds, relevant when storing it in the search engine', |
5664 |
`weight` decimal(5,2) DEFAULT NULL, |
5664 |
`weight` decimal(5,2) DEFAULT NULL, |
5665 |
`facet_order` tinyint(4) DEFAULT NULL COMMENT 'the order place of the field in facet list if faceted', |
5665 |
`facet_order` tinyint(4) DEFAULT NULL COMMENT 'the order place of the field in facet list if faceted', |
5666 |
`staff_client` tinyint(1) NOT NULL DEFAULT 1, |
5666 |
`staff_client` tinyint(1) NOT NULL DEFAULT 1, |