[Groonga-commit] droonga/droonga.org at 713ddb1 [gh-pages] Clarify volume address format

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jul 17 20:12:52 JST 2014


Kouhei Sutou	2014-07-17 20:12:52 +0900 (Thu, 17 Jul 2014)

  New Revision: 713ddb1fe60087afb6c872a28b7ea664efcae9cd
  https://github.com/droonga/droonga.org/commit/713ddb1fe60087afb6c872a28b7ea664efcae9cd

  Message:
    Clarify volume address format
    
    Database type is removed because it is not used. Port number is required.

  Modified files:
    reference/1.0.5/catalog/version2/index.md

  Modified: reference/1.0.5/catalog/version2/index.md (+5 -3)
===================================================================
--- reference/1.0.5/catalog/version2/index.md    2014-07-11 12:55:04 +0900 (6ea8075)
+++ reference/1.0.5/catalog/version2/index.md    2014-07-17 20:12:52 +0900 (1856811)
@@ -621,10 +621,12 @@ Abstract
 Value
 : A string in the following format.
 
-"[database_type:]hostname[:port_number]/localpath/to/the/database"
+    ${host_name}:${port_number}/${tag}.${name}
 
-* database_type: Optional. Default value is "groonga".
-* port_number: Optional. Default value is 10047.
+* `host_name`: The name of host that has the database instance.
+* `port_number`: The port number for the database instance.
+* `tag`: The tag of the database instance. The tag name can't include `.`. You can use multiple tags for one host name and port number pair.
+* `name`: The name of the databases instance. You can use multiple names for one host name, port number and tag triplet.
 
 Default value
 : None.
-------------- next part --------------
HTML����������������������������...
Download 



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