[Groonga-commit] nroonga/norema [master] Show record titles

Back to archive index

Yoji SHIDARA null+****@clear*****
Tue Aug 14 17:06:57 JST 2012


Yoji SHIDARA	2012-08-14 17:06:57 +0900 (Tue, 14 Aug 2012)

  New Revision: 3b99b41d8cf504781eece58579e662a110d3d972
  https://github.com/nroonga/norema/commit/3b99b41d8cf504781eece58579e662a110d3d972

  Log:
    Show record titles

  Modified files:
    tools/convert.js

  Modified: tools/convert.js (+1 -0)
===================================================================
--- tools/convert.js    2012-08-14 17:06:42 +0900 (a5c4da8)
+++ tools/convert.js    2012-08-14 17:06:57 +0900 (fba096c)
@@ -64,6 +64,7 @@ function toSdf(records) {
   var version = (new Date()).getTime();
 
   return records.map(function(record, index) {
+    console.log(index, record.path, record.title);
     return {
       type: 'add',
       id: 'doc_' + index,
-------------- next part --------------
HTML����������������������������...
Download 



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