[Groonga-commit] droonga/presentation-trbmeetup-droonga at 1626a28 [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Feb 13 10:18:52 JST 2015


Kouhei Sutou	2015-02-13 10:18:52 +0900 (Fri, 13 Feb 2015)

  New Revision: 1626a281da5372583f0fe8ed727395cd9767b957
  https://github.com/droonga/presentation-trbmeetup-droonga/commit/1626a281da5372583f0fe8ed727395cd9767b957

  Message:
    Fix indent

  Modified files:
    fast-fulltext-search-in-ruby-groonga-rroonga-droonga.md

  Modified: fast-fulltext-search-in-ruby-groonga-rroonga-droonga.md (+1 -1)
===================================================================
--- fast-fulltext-search-in-ruby-groonga-rroonga-droonga.md    2015-02-13 10:17:02 +0900 (6324e6f)
+++ fast-fulltext-search-in-ruby-groonga-rroonga-droonga.md    2015-02-13 10:18:52 +0900 (481d33f)
@@ -266,7 +266,7 @@ Groonga::Schema.define do |schema|
                       type:              :patricia_trie,
                       normalizer:        "NormalizerAuto",
                       default_tokenizer: "TokenBigram") do |table|
-   table.index("Items.title")
+    table.index("Items.title")
   end
 end
 ~~~
-------------- next part --------------
HTML����������������������������...
Download 



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