Navigation Menu

Skip to content

Commit

Permalink
test scorer: remove needless index
Browse files Browse the repository at this point in the history
  • Loading branch information
komainu8 committed Sep 10, 2018
1 parent 8b0f19d commit 63e5414
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Expand Up @@ -2,10 +2,6 @@ table_create Users TABLE_HASH_KEY ShortText
[[0,0.0,0.0],true]
column_create Users tags COLUMN_VECTOR|WITH_WEIGHT ShortText
[[0,0.0,0.0],true]
table_create Tags TABLE_HASH_KEY ShortText
[[0,0.0,0.0],true]
column_create Tags users_tags COLUMN_INDEX|WITH_WEIGHT Users tags
[[0,0.0,0.0],true]
load --table Users
[
{"_key": "alice", "tags": {"wonder": 100}}
Expand Down
@@ -1,9 +1,6 @@
table_create Users TABLE_HASH_KEY ShortText
column_create Users tags COLUMN_VECTOR|WITH_WEIGHT ShortText

table_create Tags TABLE_HASH_KEY ShortText
column_create Tags users_tags COLUMN_INDEX|WITH_WEIGHT Users tags

load --table Users
[
{"_key": "alice", "tags": {"wonder": 100}}
Expand Down

0 comments on commit 63e5414

Please sign in to comment.