Sha256: 3e2929d6b669c48f445d199522c3e6e4dba9195dc91dde6811c046efff8f9488

Contents?: true

Size: 1.8 KB

Versions: 5

Compression:

Stored size: 1.8 KB

Contents

Execution example::

  http://HOST_NAME_OR_IP_ADDRESS[:PORT_NUMBER]/d/status
  Executed command:
  status
  # [
  #   [
  #     0, 
  #     1337566253.89858, 
  #     0.000355720520019531
  #   ], 
  #   {
  #     "uptime": 0, 
  #     "max_command_version": 2, 
  #     "n_queries": 0, 
  #     "cache_hit_rate": 0.0, 
  #     "version": "2.0.5", 
  #     "alloc_count": 122, 
  #     "command_version": 1, 
  #     "starttime": 1343713541, 
  #     "default_command_version": 1
  #   }
  # ]
  
  http://HOST_NAME_OR_IP_ADDRESS[:PORT_NUMBER]/d/select?table=Site&query=title:@this
  Executed command:
  select --table Site --query title:@this
  # [
  #   [
  #     0, 
  #     1337566253.89858, 
  #     0.000355720520019531
  #   ], 
  #   [
  #     [
  #       [
  #         1
  #       ], 
  #       [
  #         [
  #           "_id", 
  #           "UInt32"
  #         ], 
  #         [
  #           "_key", 
  #           "ShortText"
  #         ], 
  #         [
  #           "country", 
  #           "SiteCountry"
  #         ], 
  #         [
  #           "domain", 
  #           "SiteDomain"
  #         ], 
  #         [
  #           "link", 
  #           "Site"
  #         ], 
  #         [
  #           "links", 
  #           "Site"
  #         ], 
  #         [
  #           "location", 
  #           "WGS84GeoPoint"
  #         ], 
  #         [
  #           "title", 
  #           "ShortText"
  #         ]
  #       ], 
  #       [
  #         1, 
  #         "http://example.org/", 
  #         "japan", 
  #         ".org", 
  #         "http://example.net/", 
  #         [
  #           "http://example.net/", 
  #           "http://example.org/", 
  #           "http://example.com/"
  #         ], 
  #         "128452975x503157902", 
  #         "This is test record 1!"
  #       ]
  #     ]
  #   ]
  # ]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rroonga-2.1.2-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/network-3.log
rroonga-2.1.1-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/network-3.log
rroonga-2.1.0-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/network-3.log
rroonga-2.0.8-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/network-3.log
rroonga-2.0.7-x86-mingw32 vendor/local/share/doc/groonga/source/example/tutorial/network-3.log