[Groonga-commit] groonga/gcs [master] Add scenario for conflicting index field options in multiple steps

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Dec 5 15:51:25 JST 2012


YUKI Hiroshi	2012-12-05 15:51:25 +0900 (Wed, 05 Dec 2012)

  New Revision: 1a1e547ae5ef438f3190a37458c05cd87a041ee8
  https://github.com/groonga/gcs/commit/1a1e547ae5ef438f3190a37458c05cd87a041ee8

  Log:
    Add scenario for conflicting index field options in multiple steps

  Modified files:
    test/scenarios/configuration/DefineIndexField.json

  Modified: test/scenarios/configuration/DefineIndexField.json (+15 -0)
===================================================================
--- test/scenarios/configuration/DefineIndexField.json    2012-12-05 15:29:08 +0900 (73591a1)
+++ test/scenarios/configuration/DefineIndexField.json    2012-12-05 15:51:25 +0900 (ace7179)
@@ -46,6 +46,21 @@
                 "IndexField.TextOptions.ResultEnabled": "true" } },
 
   [
+    { "name"  : "conflicting options in multiple steps: setup",
+      "params": { "Action": "DefineIndexField",
+                  "DomainName": "companies",
+                  "IndexField.IndexFieldName": "name_with_conflicting_options",
+                  "IndexField.IndexFieldType": "text",
+                  "IndexField.TextOptions.FacetEnabled": "true" } },
+    { "name"  : "set conflicting option",
+      "params": { "Action": "DefineIndexField",
+                  "DomainName": "companies",
+                  "IndexField.IndexFieldName": "name_with_conflicting_options",
+                  "IndexField.IndexFieldType": "text",
+                  "IndexField.TextOptions.ResultEnabled": "true" } }
+  ],
+
+  [
     { "name"  : "uint, without options",
       "params": { "Action": "DefineIndexField",
                   "DomainName": "companies",
-------------- next part --------------
HTML����������������������������...
Télécharger 



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