YUKI Hiroshi
null+****@clear*****
Mon Dec 17 18:55:40 JST 2012
YUKI Hiroshi 2012-12-17 18:55:40 +0900 (Mon, 17 Dec 2012) New Revision: f524aa48b2213423522e78bd170f2d760c13e01e https://github.com/groonga/gcs/commit/f524aa48b2213423522e78bd170f2d760c13e01e Log: Fix parameter to setup search domain Modified files: test/scenarios/search/_setup.json Modified: test/scenarios/search/_setup.json (+14 -14) =================================================================== --- test/scenarios/search/_setup.json 2012-12-17 18:52:06 +0900 (bdd1559) +++ test/scenarios/search/_setup.json 2012-12-17 18:55:40 +0900 (755123c) @@ -6,32 +6,32 @@ { "name": "setup index field 1", "params": { "Action": "DefineIndexField", "DomainName": "companies", - "IndexFieldName": "name", - "IndexFieldType": "text", - "TextOptions.ResultEnabled": "true" } }, + "IndexField.IndexFieldName": "name", + "IndexField.IndexFieldType": "text", + "IndexField.TextOptions.ResultEnabled": "true" } }, { "name": "setup index field 2", "params": { "Action": "DefineIndexField", "DomainName": "companies", - "IndexFieldName": "address", - "IndexFieldType": "text", - "TextOptions.ResultEnabled": "true" } }, + "IndexField.IndexFieldName": "address", + "IndexField.IndexFieldType": "text", + "IndexField.TextOptions.ResultEnabled": "true" } }, { "name": "setup index field 3", "params": { "Action": "DefineIndexField", "DomainName": "companies", - "IndexFieldName": "email_address", - "IndexFieldType": "text", - "TextOptions.ResultEnabled": "true" } }, + "IndexField.IndexFieldName": "email_address", + "IndexField.IndexFieldType": "text", + "IndexField.TextOptions.ResultEnabled": "true" } }, { "name": "setup index field 4", "params": { "Action": "DefineIndexField", "DomainName": "companies", - "IndexFieldName": "age", - "IndexFieldType": "uint" } }, + "IndexField.IndexFieldName": "age", + "IndexField.IndexFieldType": "uint" } }, { "name": "setup index field 5", "params": { "Action": "DefineIndexField", "DomainName": "companies", - "IndexFieldName": "product", - "IndexFieldType": "literal", - "LiteralOptions.FacetEnabled": "true" } }, + "IndexField.IndexFieldName": "product", + "IndexField.IndexFieldType": "literal", + "IndexField.LiteralOptions.FacetEnabled": "true" } }, { "name": "upload", "api": "doc", "domain": "companies", -------------- next part -------------- HTML����������������������������... ダウンロード