[Groonga-commit] groonga/groonga-admin at e1d416c [master] table-list: support token filters

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 31 17:34:35 JST 2014


Kouhei Sutou	2014-12-31 17:34:35 +0900 (Wed, 31 Dec 2014)

  New Revision: e1d416cae378edb2096e59afbdc48c5d51aa5fb9
  https://github.com/groonga/groonga-admin/commit/e1d416cae378edb2096e59afbdc48c5d51aa5fb9

  Message:
    table-list: support token filters
    
    Groonga should support it.

  Modified files:
    app/scripts/groonga-client/response/table-list.js

  Modified: app/scripts/groonga-client/response/table-list.js (+3 -0)
===================================================================
--- app/scripts/groonga-client/response/table-list.js    2014-12-31 17:34:09 +0900 (abe8e84)
+++ app/scripts/groonga-client/response/table-list.js    2014-12-31 17:34:35 +0900 (d2d0f56)
@@ -35,6 +35,9 @@
         case 'default_tokenizer':
           name = 'tokenizer';
           break;
+        case 'token_filters':
+          name = 'tokenFilters';
+          break;
         }
         table[name] = table.properties[name] = value;
       });
-------------- next part --------------
HTML����������������������������...
다운로드 



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