[Groonga-commit] droonga/droonga-engine at 10a9222 [master] test: follow "attributes" support change

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Tue May 27 18:55:51 JST 2014


Kouhei Sutou	2014-05-27 18:55:51 +0900 (Tue, 27 May 2014)

  New Revision: 10a9222275cf238c227a742d359f123a7526cf0f
  https://github.com/droonga/droonga-engine/commit/10a9222275cf238c227a742d359f123a7526cf0f

  Message:
    test: follow "attributes" support change

  Modified files:
    test/command/suite/add/vector/short_text.expected

  Modified: test/command/suite/add/vector/short_text.expected (+17 -0)
===================================================================
--- test/command/suite/add/vector/short_text.expected    2014-05-27 18:52:15 +0900 (90932b9)
+++ test/command/suite/add/vector/short_text.expected    2014-05-27 18:55:51 +0900 (e4a18e7)
@@ -10,6 +10,23 @@
   "type": "search.result",
   "body": {
     "documents": {
+      "attributes": [
+        {
+          "name": "_key",
+          "type": "ShortText",
+          "vector": false
+        },
+        {
+          "name": "content",
+          "type": "Text",
+          "vector": false
+        },
+        {
+          "name": "categories",
+          "type": "ShortText",
+          "vector": true
+        }
+      ],
       "records": [
         [
           "Groonga newbie",
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る