Skip to content

Instantly share code, notes, and snippets.

@hideshi
Created March 24, 2015 11:22
Show Gist options
  • Save hideshi/e31ce930e38577056c0f to your computer and use it in GitHub Desktop.
Save hideshi/e31ce930e38577056c0f to your computer and use it in GitHub Desktop.
table_create Wiki TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerAuto
column_create --table Wiki --name content --type LongText
table_create Term TABLE_PAT_KEY ShortText --default_tokenizer TokenBigram --normalizer NormalizerAuto
column_create Term wiki_content COLUMN_INDEX|WITH_POSITION Wiki content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment