[Groonga-commit] droonga/droonga.org at cdc25c9 [gh-pages] Use camel case in the catalog.

Back to archive index

Daijiro MORI null+****@clear*****
Tue Feb 18 12:50:33 JST 2014


Daijiro MORI	2014-02-18 12:50:33 +0900 (Tue, 18 Feb 2014)

  New Revision: cdc25c9e7900de70c2a168d30119561b18793c6d
  https://github.com/droonga/droonga.org/commit/cdc25c9e7900de70c2a168d30119561b18793c6d

  Message:
    Use camel case in the catalog.

  Modified files:
    reference/catalog/version2.md

  Modified: reference/catalog/version2.md (+3 -3)
===================================================================
--- reference/catalog/version2.md    2014-02-18 12:33:16 +0900 (06e100d)
+++ reference/catalog/version2.md    2014-02-18 12:50:33 +0900 (bf68652)
@@ -16,10 +16,10 @@ This [`version`](#parameter-version) of `catalog` will be available from Droonga
 
     {
       "version": <Version number>,
-      "effective_date": "<Effective date>",
+      "effectiveDate": "<Effective date>",
       "datasets": {
         "<Name of the dataset 1>": {
-          "n_workers": <Number of workers>,
+          "nWorkers": <Number of workers>,
           "plugins": [
             "Name of the plugin 1",
             ...
@@ -27,7 +27,7 @@ This [`version`](#parameter-version) of `catalog` will be available from Droonga
           "schema": {
             "<Name of the table 1>": {
               "type"              : <"Array", "Hash", "PatriciaTrie" or "DoubleArrayTrie">
-              "key_type"          : "<Type of the primary key>",
+              "keyType"          : "<Type of the primary key>",
               "tokenizer"         : "<Tokenizer>",
               "normalizer"        : "<Normalizer>",
               "columns" : {
-------------- next part --------------
HTML����������������������������...
Download 



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