create table content_index ( search_term varchar(50), doc_id varchar(30), in_title char(1), in_body char(1), how_many integer )