#!/bin/sh
#

# build word indexes on journalcits authorlist and title..
shsql "create index (type=word) on journalcits (authorlist, title)"

# build direct index on assays table 
shsql "create index (type=direct) (later) on assays measnum"
shsql "create index (later) on assays varname"
shsql "create index (type=combinedword) on assays heading, subheading, desc"
