[Groonga-commit] groonga/groonga [master] [suggest][test][fixture] set boost to items.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 8月 14日 (日) 22:33:16 JST


Kouhei Sutou	2011-08-14 13:33:16 +0000 (Sun, 14 Aug 2011)

  New Revision: fd4ef64d1651261f130e56352da8b6ea109323e0

  Log:
    [suggest][test][fixture] set boost to items.

  Modified files:
    test/unit/fixtures/story/rurema/items.grn

  Modified: test/unit/fixtures/story/rurema/items.grn (+12 -12)
===================================================================
--- test/unit/fixtures/story/rurema/items.grn    2011-08-14 13:23:18 +0000 (1cdca78)
+++ test/unit/fixtures/story/rurema/items.grn    2011-08-14 13:33:16 +0000 (14786e4)
@@ -1,15 +1,15 @@
 load --table item_rurema
 [
-["_key", "kana"],
-["π","パイ"],
-["短縮","タンシュク"],
-["ディレクトリ","ディレクトリ"],
-["削除","サクジョ"],
-["エイリアス","エイリアス"],
-["変数","ヘンスウ"],
-["配列","ハイレツ"],
-["彼女ほしい","カノジョホシイ"],
-["どれどれ","ドレドレ"],
-["置換","チカン"],
-["値","ネ"]
+["_key", "kana", "boost"],
+["π","パイ",0],
+["短縮","タンシュク",0],
+["ディレクトリ","ディレクトリ",0],
+["削除","サクジョ",0],
+["エイリアス","エイリアス",0],
+["変数","ヘンスウ",100],
+["配列","ハイレツ",0],
+["彼女ほしい","カノジョホシイ",0],
+["どれどれ","ドレドレ",0],
+["置換","チカン",0],
+["値","ネ",0]
 ]




Groonga-commit メーリングリストの案内
Back to archive index