YUKI Hiroshi
null+****@clear*****
Mon Oct 22 11:54:22 JST 2012
YUKI Hiroshi 2012-10-22 11:54:22 +0900 (Mon, 22 Oct 2012) New Revision: 662351e8851f304f3bcafb7ccc26a1c9e75bf797 https://github.com/groonga/gcs.groonga.org/commit/662351e8851f304f3bcafb7ccc26a1c9e75bf797 Log: Update list of restrictions for 1.2.0 (it was not updated!) Modified files: docs/restrictions/index.md Modified: docs/restrictions/index.md (+0 -6) =================================================================== --- docs/restrictions/index.md 2012-08-29 12:46:58 +0900 (f21f6bf) +++ docs/restrictions/index.md 2012-10-22 11:54:22 +0900 (25ef064) @@ -9,20 +9,14 @@ layout: default * Poor error handling. Even if one of batches causes error, rest batches can be applied unexpectedly. (On ACS, all batches are ignored if one of them causes error.) * "version" and "lang" don't work. Even if you specify those attributes, they do nothing. -* "delete" type batch is not available. -* The name of the domain cannot be given as a part of the sub domain. You always have to specify "DomainName" query parameter to specify the domain. -* Multiple values (given as an array) is not available on a field. * XML SDF is not available. * XML type response is not available. ## search API * Always search results are returned as a JSON. -* Always top 10 fields are returned. -* Always all fields are returned. * Customizing fields, pagination, sorting, and XML-based response of the search API are not supported yet. * XML responses are not supported yet. -* ```bq``` parameter http://docs.amazonwebservices.com/cloudsearch/latest/developerguide/booleansearch.html is not supported. * ```rid``` in ```info``` object is always ```"000000000000000000000000000000000000000000000000000000000000000"```. * ```cpu-time-ms ``` in ```info``` object is always ```0```. * Some queries may produce responses not compatible with ACS. This restriction comes from the differences of the query interpretation between groonga's ```match``` parameter of ```select``` command and ACS ```q``` parameter. For example, the queries which have ```:```, ```>```, ```<``` and ```|``` will not work as ACS. -------------- next part -------------- HTML����������������������������...Download