[Groonga-commit] groonga/gcs [master] Fix broken response of IndexDocuments

Back to archive index

SHIMODA Hiroshi null+****@clear*****
Wed Aug 15 18:09:33 JST 2012


SHIMODA Hiroshi	2012-08-15 18:09:33 +0900 (Wed, 15 Aug 2012)

  New Revision: f84cf670156594ec85e15452d90a8706cc443f20
  https://github.com/groonga/gcs/commit/f84cf670156594ec85e15452d90a8706cc443f20

  Log:
    Fix broken response of IndexDocuments

  Modified files:
    lib/api/2011-02-01/configuration.js

  Modified: lib/api/2011-02-01/configuration.js (+1 -1)
===================================================================
--- lib/api/2011-02-01/configuration.js    2012-08-15 18:08:13 +0900 (7816ca3)
+++ lib/api/2011-02-01/configuration.js    2012-08-15 18:09:33 +0900 (150e77c)
@@ -343,7 +343,7 @@ function createFieldNames(domain) {
         .text(fieldName);
      fieldNames.importXMLBuilder(member);
     });
-  return fieldNames;
+  return doc;
 }
 
 handlers.IndexDocuments = function(context, request, response, config) {
-------------- next part --------------
HTML����������������������������...
下載 



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