[Groonga-commit] ranguba/chupa-text at e4bb744 [master] Add more debug log for no decomposer case

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Feb 18 00:48:41 JST 2017


Kouhei Sutou	2017-02-18 00:48:41 +0900 (Sat, 18 Feb 2017)

  New Revision: e4bb744dd79a3f994ea6e6cbac80ac57e1803a2b
  https://github.com/ranguba/chupa-text/commit/e4bb744dd79a3f994ea6e6cbac80ac57e1803a2b

  Message:
    Add more debug log for no decomposer case

  Modified files:
    lib/chupa-text/extractor.rb

  Modified: lib/chupa-text/extractor.rb (+1 -0)
===================================================================
--- lib/chupa-text/extractor.rb    2017-02-18 00:48:30 +0900 (c1b607a)
+++ lib/chupa-text/extractor.rb    2017-02-18 00:48:41 +0900 (d9a418b)
@@ -67,6 +67,7 @@ module ChupaText
         decomposer = find_decomposer(target)
         if decomposer.nil?
           if target.text_plain?
+            debug {"#{log_tag}[extract][text-plain]"}
             yield(target)
             next
           else
-------------- next part --------------
HTML����������������������������...
下载 



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