Masafumi Yokoyama
null+****@clear*****
Sun Apr 19 12:11:10 JST 2015
Masafumi Yokoyama 2015-04-19 12:11:10 +0900 (Sun, 19 Apr 2015) New Revision: 8ecdd83b2b23dff60b4e2f1e3d330cea1e4ae8d3 https://github.com/ranguba/rroonga/commit/8ecdd83b2b23dff60b4e2f1e3d330cea1e4ae8d3 Message: doc: fix markup Modified files: doc/text/news.md Modified: doc/text/news.md (+10 -5) =================================================================== --- doc/text/news.md 2015-04-19 04:14:23 +0900 (cd27db8) +++ doc/text/news.md 2015-04-19 12:11:10 +0900 (c5f8184) @@ -540,7 +540,9 @@ [groonga-dev,01138][Suggested by ongaeshi] * Added Groonga::Normalizer.normalize (experimental). It normalize string. e.g.) - Groonga::Normalizer.normalize("AbC") # => "abc" + + Groonga::Normalizer.normalize("AbC") # => "abc" + Now, it removes any spaces by default, but it will be customized soon. * Supported :normalizer option in DoubleArrayTrie, PatriciaTrie, Hash, Schema when creating tables. @@ -592,16 +594,19 @@ * Move groonga-query-log-extract to groonga-query-log. Please install groogna-query-log gem to use this tool. how to install: + gem install groonga-query-log + * Returned Groonga::Array instead of Array by Table#sort. [GitHub: #8][Suggested by Genki Takiuchi] CAUTION: This is backward incompatible change. You need to use record.value to get the original record. The following code shows how to use old style: - result_since_2_1_0 = table.sort(["sort_key"]) - result_before_2_1_0 = result_since_2_1_0.collect do |record| - record.value - end + + result_since_2_1_0 = table.sort(["sort_key"]) + result_before_2_1_0 = result_since_2_1_0.collect do |record| + record.value + end ### Thanks -------------- next part -------------- HTML����������������������������... 다운로드