[Groonga-commit] groonga/gcs.groonga.org [gh-pages] Update about console

Back to archive index

Yoji SHIDARA null+****@clear*****
Thu Nov 29 13:02:39 JST 2012


Yoji SHIDARA	2012-10-29 01:14:49 +0900 (Mon, 29 Oct 2012)

  New Revision: 21a5749c98fa16ddd825318d0959da15f5c8cc96
  https://github.com/groonga/gcs.groonga.org/commit/21a5749c98fa16ddd825318d0959da15f5c8cc96

  Merged d2b6f8b: Merge commit 'ffe3b71c12c910ea018456a12c692ff19fd7309a'

  Log:
    Update about console

  Added files:
    docs/tutorial/console-domain.png
    docs/tutorial/console-index.png
    docs/tutorial/console-search.png
  Modified files:
    docs/tutorial/index.md

  Added: docs/tutorial/console-domain.png (+0 -0) 100644
===================================================================
(Binary files differ)

  Added: docs/tutorial/console-index.png (+0 -0) 100644
===================================================================
(Binary files differ)

  Added: docs/tutorial/console-search.png (+0 -0) 100644
===================================================================
(Binary files differ)

  Modified: docs/tutorial/index.md (+22 -6)
===================================================================
--- docs/tutorial/index.md    2012-10-29 00:56:08 +0900 (86d6d4e)
+++ docs/tutorial/index.md    2012-10-29 01:14:49 +0900 (6e10975)
@@ -175,15 +175,31 @@ You can research the endpoints for your search domain, by the following command:
 
 ## How to search documents {#how-to-search-documents}
 
-Simple search API is used for searching documents. Groonga CloudSearch
-also provides dashboard Web page at
-[http://localhost:7575/](http://localhost:7575/).
+Simple search API is used for searching documents. You also try searching with Groonga CloudSearch Console, which provides the administrative Web user interface. Consult the [Install document](/docs/install) and setup `gcs-console` package.
 
-Open [http://localhost:7575/](http://localhost:7575/) to try simple
-search API. Input `tokyo` to text field and press `Search` button! You
+Now, start Groonga CloudSearch Console.
+
+    $ gcs-console
+
+Make sure that Groonga CloudSearch server is also running. Groonga CloudSearch console communicate with Groonga CloudSearch server via HTTP, with Amazon CloudSearch compatible APIs.
+
+After Groonga CloudSearch console started,
+open [http://localhost:7576/](http://localhost:7576/).
+
+You will see available domains on the server.
+
+<img src="console-index.png" alt="Top page of console" width="100%" />
+
+Choose `example` domain. Domain details are shown.
+
+<img src="console-domain.png" alt="Details of Exmaple domain" width="100%" />
+
+Click `Search` tab.
+
+Input `tokyo` to text field and press `Search` button! You
 will get documents that have `tokyo` keyword in content.
 
-<img src="web-ui.png" alt="searching 'tokyo' with web UI" width="100%" />
+<img src="console-search.png" alt="Searching" width="100%" />
 
 There is the API URL corresponding to the query in the search page.
 To see raw response body in JSON, open the API URL.
-------------- next part --------------
HTML����������������������������...
Download 



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