[Groonga-commit] groonga/groonga at 63e5414 [master] test scorer: remove needless index

Back to archive index

Yasuhiro Horimoto null+****@clear*****
Mon Sep 10 11:56:03 JST 2018


Yasuhiro Horimoto	2018-09-10 11:56:03 +0900 (Mon, 10 Sep 2018)

  Revision: 63e5414ffa5f38751dffc811a2f72f93966d46bd
  https://github.com/groonga/groonga/commit/63e5414ffa5f38751dffc811a2f72f93966d46bd

  Merged 1f7a284: Merge pull request #869 from komainu8/add_test_for_scorer

  Message:
    test scorer: remove needless index

  Modified files:
    test/command/suite/select/scorer/expression/multiplication.expected
    test/command/suite/select/scorer/expression/multiplication.test

  Modified: test/command/suite/select/scorer/expression/multiplication.expected (+0 -4)
===================================================================
--- test/command/suite/select/scorer/expression/multiplication.expected    2018-09-10 11:37:21 +0900 (e1f08449e)
+++ test/command/suite/select/scorer/expression/multiplication.expected    2018-09-10 11:56:03 +0900 (fe221215d)
@@ -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}}

  Modified: test/command/suite/select/scorer/expression/multiplication.test (+0 -3)
===================================================================
--- test/command/suite/select/scorer/expression/multiplication.test    2018-09-10 11:37:21 +0900 (4040c57e1)
+++ test/command/suite/select/scorer/expression/multiplication.test    2018-09-10 11:56:03 +0900 (a288bc231)
@@ -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}}
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180910/6c90d187/attachment-0001.htm 



More information about the Groonga-commit mailing list
Back to archive index