[Groonga-commit] groonga/gcs.groonga.org [gh-pages] Write about search API restrictions

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 3日 (火) 12:24:52 JST


Yoji SHIDARA	2012-07-03 12:24:52 +0900 (Tue, 03 Jul 2012)

  New Revision: 95194339f1f3af4c1da6832a4c8011d7b82f4817
  https://github.com/groonga/gcs.groonga.org/commit/95194339f1f3af4c1da6832a4c8011d7b82f4817

  Log:
    Write about search API restrictions

  Modified files:
    restrictions/index.md

  Modified: restrictions/index.md (+17 -18)
===================================================================
--- restrictions/index.md    2012-07-03 12:19:06 +0900 (e838b64)
+++ restrictions/index.md    2012-07-03 12:24:52 +0900 (8f6bfe2)
@@ -7,24 +7,23 @@ layout: default
 
 ## documents/batch API
 
- * 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.
+* 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.
- * Regarding ```info``` object in response:
-   * ```rid``` is always ```"000000000000000000000000000000000000000000000000000000000000000"```.
-   * ```cpu-time-ms ``` 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.
- * ```match-expr``` is always ```''```
+* 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.
+* ```match-expr``` is always ```''```
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



Groonga-commit メーリングリストの案内
Back to archive index