Created
March 24, 2015 11:22
-
-
Save hideshi/e31ce930e38577056c0f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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