[Groonga-commit] groonga/gcs.groonga.org [master] Add an article for Groonga CloudSearch 1.2.0.

Zurück zum Archiv-Index

YUKI Hiroshi null+****@clear*****
Thu Aug 23 18:49:08 JST 2012


YUKI Hiroshi	2012-08-23 18:49:08 +0900 (Thu, 23 Aug 2012)

  New Revision: 11f7404bb42f4c075401f1837402fe2ccde9c084
  https://github.com/groonga/gcs.groonga.org/commit/11f7404bb42f4c075401f1837402fe2ccde9c084

  Log:
    Add an article for Groonga CloudSearch 1.2.0.

  Added files:
    _posts/2012-08-29-1.2.0-release.md

  Added: _posts/2012-08-29-1.2.0-release.md (+39 -0) 100644
===================================================================
--- /dev/null
+++ _posts/2012-08-29-1.2.0-release.md    2012-08-23 18:49:08 +0900 (7a36e7b)
@@ -0,0 +1,39 @@
+---
+title: Groonga CloudSearch 1.2.0 is out!
+layout: post
+description: We've shipped Groonga CloudSearch version 1.2.0. New features come with the release!
+---
+
+Today, we've shipped Groonga CloudSearch version 1.2.0. You can download the package and read the tutorial on [the home page of this project site](/).
+
+### What's new?
+
+Groonga CloudSearch 1.2.0 includes many many improvements, and they can be described as following three topics.
+
+#### Becomes safer
+
+Now you can deploy Groonga CloudSearch to a public server safely. A search domain has its own unique ID. It guards a public Groonga CloudSearch server from unexpected accesses by any third person, because you have to access to your server with unique endpoints. Moreover the Configuration API (and the dashboard) became accessible only from privileged networks ("127.0.0.0/8" by default) which are specified by a command line parameter for the "gcs" command. No one except you can configure your Groonga CloudSearch server anymore.
+
+By the way, you need to re-create the database before running Groonga CloudSearch 1.2.0. Run following command to clear the database: <kbd>rm -rf ~/.gcs</kbd>
+
+#### Facet
+
+You can store multiple values to an index field, and set the field to "facet returnable". Then you can get a facet information with a search result specifying the "facet" URL parameter, and you can use the result for a new search condition via the "bq" URL parameter. For example, if you have a literal field "tags", then <code>bq=tags:'science'</code> will return a search result including documents which have "science" as a value of its "tags" field.
+
+#### Easy configuration
+
+Groonga CloudSearch now includes following commands:
+
+ * gcs-create-domain
+ * gcs-delete-domain
+ * gcs-describe-domain
+ * gcs-configure-field (create, update, and delete)
+ * gcs-configure-text-options (for synonyms)
+ * gcs-configure-default-search-field (Groonga CloudSearch's extension)
+ * gcs-post-sdf
+
+So, you can setup your search domains only with command line tools. You don't have to use the configuration API via HTTP anymore, for basic usecases.
+
+### Sample implementation
+
+[Norema search (node reference manual search)](https://github.com/nroonga/norema) is now downloadable, it's an example application of Groonga CloudSearch. It will help you to build Web applications with Groonga CloudSearch.
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index