rroonga 2.1.0-x86-mingw32 → 2.1.1-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (376) hide show
  1. data/doc/text/news.textile +7 -0
  2. data/ext/groonga/rb-grn.h +1 -1
  3. data/lib/1.8/groonga.so +0 -0
  4. data/lib/1.9/groonga.so +0 -0
  5. data/rroonga-build.rb +1 -1
  6. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  7. data/vendor/local/bin/groonga.exe +0 -0
  8. data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
  9. data/vendor/local/bin/libgroonga-0.dll +0 -0
  10. data/vendor/local/bin/libmecab-1.dll +0 -0
  11. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  12. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  13. data/vendor/local/bin/libstdc++-6.dll +0 -0
  14. data/vendor/local/bin/mecab-config +2 -2
  15. data/vendor/local/bin/mecab.exe +0 -0
  16. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
  17. data/vendor/local/include/groonga/groonga.h +0 -6
  18. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  19. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  20. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  21. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
  22. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  23. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  24. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  25. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
  26. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  27. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  28. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  29. data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
  30. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  31. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  32. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  33. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
  34. data/vendor/local/lib/libgroonga.a +0 -0
  35. data/vendor/local/lib/libgroonga.dll.a +0 -0
  36. data/vendor/local/lib/libgroonga.la +3 -3
  37. data/vendor/local/lib/libmecab.a +0 -0
  38. data/vendor/local/lib/libmecab.dll.a +0 -0
  39. data/vendor/local/lib/libmecab.la +1 -1
  40. data/vendor/local/lib/libmsgpack.a +0 -0
  41. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  42. data/vendor/local/lib/libmsgpack.la +2 -2
  43. data/vendor/local/lib/libmsgpackc.a +0 -0
  44. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  45. data/vendor/local/lib/libmsgpackc.la +2 -2
  46. data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
  47. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  48. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  49. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  50. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  51. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  52. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  53. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +24 -4
  54. data/vendor/local/share/doc/groonga/en/html/_sources/reference.txt +3 -1
  55. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +2 -2
  56. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/table_create.txt +234 -64
  57. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grntest.txt +1 -1
  58. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-server-http.txt +1 -1
  59. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga.txt +9 -0
  60. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/geo_distance.txt +2 -2
  61. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
  62. data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +122 -0
  63. data/vendor/local/share/doc/groonga/en/html/_sources/reference/tables.txt +163 -0
  64. data/vendor/local/share/doc/groonga/en/html/_sources/reference/{type.txt → types.txt} +0 -0
  65. data/vendor/local/share/doc/groonga/en/html/_sources/server/http/comparison.txt +1 -1
  66. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/data.txt +4 -4
  67. data/vendor/local/share/doc/groonga/en/html/_sources/tutorial/introduction.txt +1 -1
  68. data/vendor/local/share/doc/groonga/en/html/_static/doctools.js +12 -0
  69. data/vendor/local/share/doc/groonga/en/html/_static/searchtools.js +3 -3
  70. data/vendor/local/share/doc/groonga/en/html/characteristic.html +6 -6
  71. data/vendor/local/share/doc/groonga/en/html/community.html +6 -6
  72. data/vendor/local/share/doc/groonga/en/html/contribution.html +6 -6
  73. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
  74. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
  75. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
  76. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
  77. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
  78. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
  79. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
  80. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
  81. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +5 -5
  82. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  83. data/vendor/local/share/doc/groonga/en/html/development.html +6 -6
  84. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
  85. data/vendor/local/share/doc/groonga/en/html/genindex.html +6 -6
  86. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +6 -6
  87. data/vendor/local/share/doc/groonga/en/html/index.html +54 -39
  88. data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
  89. data/vendor/local/share/doc/groonga/en/html/install/centos.html +5 -5
  90. data/vendor/local/share/doc/groonga/en/html/install/debian.html +5 -5
  91. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +5 -5
  92. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +5 -5
  93. data/vendor/local/share/doc/groonga/en/html/install/others.html +5 -5
  94. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +5 -5
  95. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +5 -5
  96. data/vendor/local/share/doc/groonga/en/html/install/windows.html +5 -5
  97. data/vendor/local/share/doc/groonga/en/html/limitations.html +6 -6
  98. data/vendor/local/share/doc/groonga/en/html/news.html +131 -109
  99. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  100. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  101. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  102. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  103. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  104. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  105. data/vendor/local/share/doc/groonga/en/html/reference.html +54 -39
  106. data/vendor/local/share/doc/groonga/en/html/reference/api.html +10 -10
  107. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +5 -5
  108. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  109. data/vendor/local/share/doc/groonga/en/html/reference/command.html +7 -7
  110. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  111. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  112. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
  113. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
  114. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
  115. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
  116. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
  117. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
  118. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +5 -5
  119. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
  120. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
  121. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
  122. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
  123. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
  124. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
  125. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
  126. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
  127. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
  128. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +6 -6
  129. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +7 -7
  130. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -6
  131. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +9 -9
  132. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +6 -6
  133. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +255 -96
  134. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +42 -50
  135. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +5 -5
  136. data/vendor/local/share/doc/groonga/en/html/reference/commands/view_add.html +9 -9
  137. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
  138. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
  139. data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
  140. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  141. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  142. data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +5 -5
  143. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +9 -9
  144. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +6 -6
  145. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  146. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +15 -8
  147. data/vendor/local/share/doc/groonga/en/html/reference/function.html +21 -21
  148. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +30 -30
  149. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +50 -50
  150. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +30 -30
  151. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +30 -30
  152. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +28 -28
  153. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +30 -30
  154. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +30 -30
  155. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +19 -19
  156. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +60 -60
  157. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +117 -117
  158. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +21 -21
  159. data/vendor/local/share/doc/groonga/en/html/reference/log.html +23 -23
  160. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +288 -0
  161. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  162. data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +19 -19
  163. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +15 -15
  164. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +34 -34
  165. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +367 -0
  166. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +15 -15
  167. data/vendor/local/share/doc/groonga/en/html/reference/{type.html → types.html} +12 -12
  168. data/vendor/local/share/doc/groonga/en/html/search.html +6 -6
  169. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  170. data/vendor/local/share/doc/groonga/en/html/server.html +6 -6
  171. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  172. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  173. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +6 -6
  174. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  175. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  176. data/vendor/local/share/doc/groonga/en/html/spec.html +10 -10
  177. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  178. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  179. data/vendor/local/share/doc/groonga/en/html/suggest.html +6 -6
  180. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  181. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  182. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  183. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
  184. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  185. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +6 -6
  186. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  187. data/vendor/local/share/doc/groonga/en/html/tutorial.html +6 -6
  188. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +9 -9
  189. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  190. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  191. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +9 -9
  192. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  193. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  194. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  195. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  196. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  199. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  200. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +24 -4
  201. data/vendor/local/share/doc/groonga/ja/html/_sources/reference.txt +3 -1
  202. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +2 -2
  203. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/table_create.txt +234 -64
  204. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grntest.txt +1 -1
  205. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-server-http.txt +1 -1
  206. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga.txt +9 -0
  207. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/geo_distance.txt +2 -2
  208. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/script_syntax.txt +1 -1
  209. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +122 -0
  210. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tables.txt +163 -0
  211. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/{type.txt → types.txt} +0 -0
  212. data/vendor/local/share/doc/groonga/ja/html/_sources/server/http/comparison.txt +1 -1
  213. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/data.txt +4 -4
  214. data/vendor/local/share/doc/groonga/ja/html/_sources/tutorial/introduction.txt +1 -1
  215. data/vendor/local/share/doc/groonga/ja/html/_static/doctools.js +12 -0
  216. data/vendor/local/share/doc/groonga/ja/html/_static/searchtools.js +2 -2
  217. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
  218. data/vendor/local/share/doc/groonga/ja/html/community.html +6 -6
  219. data/vendor/local/share/doc/groonga/ja/html/contribution.html +9 -9
  220. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
  221. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
  222. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
  223. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
  224. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
  225. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
  226. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +6 -6
  227. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +6 -6
  228. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +6 -6
  229. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  230. data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
  231. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
  232. data/vendor/local/share/doc/groonga/ja/html/genindex.html +6 -6
  233. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +6 -6
  234. data/vendor/local/share/doc/groonga/ja/html/index.html +54 -39
  235. data/vendor/local/share/doc/groonga/ja/html/install.html +6 -6
  236. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +5 -5
  237. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +5 -5
  238. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +5 -5
  239. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +5 -5
  240. data/vendor/local/share/doc/groonga/ja/html/install/others.html +5 -5
  241. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +5 -5
  242. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +5 -5
  243. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +5 -5
  244. data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
  245. data/vendor/local/share/doc/groonga/ja/html/news.html +124 -106
  246. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  247. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  248. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  249. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
  250. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  251. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  252. data/vendor/local/share/doc/groonga/ja/html/reference.html +54 -39
  253. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +10 -10
  254. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +5 -5
  255. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  256. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +7 -7
  257. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
  258. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
  259. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
  260. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
  261. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
  262. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
  263. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
  264. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
  265. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +5 -5
  266. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
  267. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
  268. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
  269. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
  270. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
  271. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
  272. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
  273. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
  274. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
  275. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +6 -6
  276. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +7 -7
  277. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -6
  278. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +9 -9
  279. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +6 -6
  280. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +202 -96
  281. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +42 -50
  282. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +5 -5
  283. data/vendor/local/share/doc/groonga/ja/html/reference/commands/view_add.html +9 -9
  284. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
  285. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
  286. data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
  287. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  288. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  289. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +6 -6
  290. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +9 -9
  291. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
  292. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  293. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +15 -8
  294. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +21 -21
  295. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +30 -30
  296. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +50 -50
  297. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +30 -30
  298. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +30 -30
  299. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +28 -28
  300. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +30 -30
  301. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +30 -30
  302. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +19 -19
  303. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +60 -60
  304. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +117 -117
  305. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +21 -21
  306. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +23 -23
  307. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +289 -0
  308. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
  309. data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +19 -19
  310. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +15 -15
  311. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +34 -34
  312. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +367 -0
  313. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +15 -15
  314. data/vendor/local/share/doc/groonga/ja/html/reference/{type.html → types.html} +12 -12
  315. data/vendor/local/share/doc/groonga/ja/html/search.html +6 -6
  316. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  317. data/vendor/local/share/doc/groonga/ja/html/server.html +6 -6
  318. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  319. data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
  320. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +6 -6
  321. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  322. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  323. data/vendor/local/share/doc/groonga/ja/html/spec.html +10 -10
  324. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
  325. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  326. data/vendor/local/share/doc/groonga/ja/html/suggest.html +6 -6
  327. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
  328. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
  329. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
  330. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
  331. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
  332. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +6 -6
  333. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  334. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +6 -6
  335. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +9 -9
  336. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  337. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  338. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +9 -9
  339. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  340. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  341. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  342. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
  343. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  344. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
  345. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  346. data/vendor/local/share/doc/groonga/source/example/reference/commands/status.log +4 -4
  347. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/data_store_table_no_key.log +4 -0
  348. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/lexicon_table_pat_key.log +4 -0
  349. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_create/tag_index_table_hash_key.log +4 -0
  350. data/vendor/local/share/doc/groonga/source/example/reference/commands/table_list.log +36 -44
  351. data/vendor/local/share/doc/groonga/source/example/reference/executables/groonga-httpd.log +4 -4
  352. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-load.log +46 -0
  353. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/example-table-create.log +4 -0
  354. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-auto.log +4 -0
  355. data/vendor/local/share/doc/groonga/source/example/reference/normalizers/normalizer-nfkc51.log +4 -0
  356. data/vendor/local/share/doc/groonga/source/example/tutorial/introduction-2.log +3 -3
  357. data/vendor/local/share/doc/groonga/source/news.txt +24 -4
  358. data/vendor/local/share/doc/groonga/source/reference.txt +3 -1
  359. data/vendor/local/share/doc/groonga/source/reference/commands/select.txt +2 -2
  360. data/vendor/local/share/doc/groonga/source/reference/commands/table_create.txt +234 -64
  361. data/vendor/local/share/doc/groonga/source/reference/executables/grntest.txt +1 -1
  362. data/vendor/local/share/doc/groonga/source/reference/executables/groonga-server-http.txt +1 -1
  363. data/vendor/local/share/doc/groonga/source/reference/executables/groonga.txt +9 -0
  364. data/vendor/local/share/doc/groonga/source/reference/functions/geo_distance.txt +2 -2
  365. data/vendor/local/share/doc/groonga/source/reference/grn_expr/script_syntax.txt +1 -1
  366. data/vendor/local/share/doc/groonga/source/reference/normalizers.txt +122 -0
  367. data/vendor/local/share/doc/groonga/source/reference/tables.txt +163 -0
  368. data/vendor/local/share/doc/groonga/source/reference/{type.txt → types.txt} +0 -0
  369. data/vendor/local/share/doc/groonga/source/server/http/comparison.txt +1 -1
  370. data/vendor/local/share/doc/groonga/source/tutorial/data.txt +4 -4
  371. data/vendor/local/share/doc/groonga/source/tutorial/introduction.txt +1 -1
  372. data/vendor/local/share/man/ja/man1/groonga.1 +744 -169
  373. data/vendor/local/share/man/man1/groonga.1 +794 -165
  374. data/vendor/local/share/mecab/dic/naist-jdic/sys.dic +0 -0
  375. data/vendor/local/share/mecab/dic/naist-jdic/unk.dic +0 -0
  376. metadata +1257 -1240
@@ -9,7 +9,7 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>8.10. Indexing &mdash; groonga v2.1.0 documentation</title>
12
+ <title>8.12. Indexing &mdash; groonga v2.1.0-26-ge48bfb0 documentation</title>
13
13
 
14
14
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
15
15
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
19
  URL_ROOT: '../',
20
- VERSION: '2.1.0',
20
+ VERSION: '2.1.0-26-ge48bfb0',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -27,10 +27,10 @@
27
27
  <script type="text/javascript" src="../_static/underscore.js"></script>
28
28
  <script type="text/javascript" src="../_static/doctools.js"></script>
29
29
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
30
- <link rel="top" title="groonga v2.1.0 documentation" href="../index.html" />
30
+ <link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="../index.html" />
31
31
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
32
- <link rel="next" title="8.11. Log" href="log.html" />
33
- <link rel="prev" title="8.9.7. snippet_html" href="functions/snippet_html.html" />
32
+ <link rel="next" title="8.13. Log" href="log.html" />
33
+ <link rel="prev" title="8.11.7. snippet_html" href="functions/snippet_html.html" />
34
34
  </head>
35
35
  <body>
36
36
  <div class="header">
@@ -57,12 +57,12 @@
57
57
  <a href="../genindex.html" title="General Index"
58
58
  accesskey="I">index</a></li>
59
59
  <li class="right" >
60
- <a href="log.html" title="8.11. Log"
60
+ <a href="log.html" title="8.13. Log"
61
61
  accesskey="N">next</a> |</li>
62
62
  <li class="right" >
63
- <a href="functions/snippet_html.html" title="8.9.7. snippet_html"
63
+ <a href="functions/snippet_html.html" title="8.11.7. snippet_html"
64
64
  accesskey="P">previous</a> |</li>
65
- <li><a href="../index.html">groonga v2.1.0 documentation</a> &raquo;</li>
65
+ <li><a href="../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> &raquo;</li>
66
66
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
67
67
  </ul>
68
68
  </div>
@@ -73,11 +73,11 @@
73
73
  <div class="body">
74
74
 
75
75
  <div class="section" id="indexing">
76
- <h1>8.10. Indexing<a class="headerlink" href="#indexing" title="Permalink to this headline">¶</a></h1>
76
+ <h1>8.12. Indexing<a class="headerlink" href="#indexing" title="Permalink to this headline">¶</a></h1>
77
77
  <p>Groonga supports both online index construction and offline
78
78
  index construction since 2.0.0.</p>
79
79
  <div class="section" id="online-index-construction">
80
- <h2>8.10.1. Online index construction<a class="headerlink" href="#online-index-construction" title="Permalink to this headline">¶</a></h2>
80
+ <h2>8.12.1. Online index construction<a class="headerlink" href="#online-index-construction" title="Permalink to this headline">¶</a></h2>
81
81
  <p>In online index construction, registered documents can be
82
82
  searchable quickly while indexing. But indexing requires
83
83
  more cost rather than indexing by offline index
@@ -89,7 +89,7 @@ freshness. Online index construction can make fresh
89
89
  documents searchable and keep searchable while indexing.</p>
90
90
  </div>
91
91
  <div class="section" id="offline-index-construction">
92
- <span id="id1"></span><h2>8.10.2. Offline index construction<a class="headerlink" href="#offline-index-construction" title="Permalink to this headline">¶</a></h2>
92
+ <span id="id1"></span><h2>8.12.2. Offline index construction<a class="headerlink" href="#offline-index-construction" title="Permalink to this headline">¶</a></h2>
93
93
  <p>In offline index construction, indexing cost is less than
94
94
  indexing cost by online index construction. Indexing time
95
95
  will be shorter. Index will be smaller. Resources required
@@ -104,7 +104,7 @@ doesn't value freshness because a reference manual will be
104
104
  updated only at a release.</p>
105
105
  </div>
106
106
  <div class="section" id="how-to-use">
107
- <h2>8.10.3. How to use<a class="headerlink" href="#how-to-use" title="Permalink to this headline">¶</a></h2>
107
+ <h2>8.12.3. How to use<a class="headerlink" href="#how-to-use" title="Permalink to this headline">¶</a></h2>
108
108
  <p>Groonga uses online index construction by default. We
109
109
  register a document, we can search it quickly.</p>
110
110
  <p>Groonga uses offline index construction by adding an index
@@ -259,20 +259,20 @@ construction:</p>
259
259
  <div class="sphinxsidebarwrapper">
260
260
  <h3><a href="../index.html">Table Of Contents</a></h3>
261
261
  <ul>
262
- <li><a class="reference internal" href="#">8.10. Indexing</a><ul>
263
- <li><a class="reference internal" href="#online-index-construction">8.10.1. Online index construction</a></li>
264
- <li><a class="reference internal" href="#offline-index-construction">8.10.2. Offline index construction</a></li>
265
- <li><a class="reference internal" href="#how-to-use">8.10.3. How to use</a></li>
262
+ <li><a class="reference internal" href="#">8.12. Indexing</a><ul>
263
+ <li><a class="reference internal" href="#online-index-construction">8.12.1. Online index construction</a></li>
264
+ <li><a class="reference internal" href="#offline-index-construction">8.12.2. Offline index construction</a></li>
265
+ <li><a class="reference internal" href="#how-to-use">8.12.3. How to use</a></li>
266
266
  </ul>
267
267
  </li>
268
268
  </ul>
269
269
 
270
270
  <h4>Previous topic</h4>
271
271
  <p class="topless"><a href="functions/snippet_html.html"
272
- title="previous chapter">8.9.7. snippet_html</a></p>
272
+ title="previous chapter">8.11.7. snippet_html</a></p>
273
273
  <h4>Next topic</h4>
274
274
  <p class="topless"><a href="log.html"
275
- title="next chapter">8.11. Log</a></p>
275
+ title="next chapter">8.13. Log</a></p>
276
276
  <h3>This Page</h3>
277
277
  <ul class="this-page-menu">
278
278
  <li><a href="../_sources/reference/indexing.txt"
@@ -302,12 +302,12 @@ construction:</p>
302
302
  <a href="../genindex.html" title="General Index"
303
303
  >index</a></li>
304
304
  <li class="right" >
305
- <a href="log.html" title="8.11. Log"
305
+ <a href="log.html" title="8.13. Log"
306
306
  >next</a> |</li>
307
307
  <li class="right" >
308
- <a href="functions/snippet_html.html" title="8.9.7. snippet_html"
308
+ <a href="functions/snippet_html.html" title="8.11.7. snippet_html"
309
309
  >previous</a> |</li>
310
- <li><a href="../index.html">groonga v2.1.0 documentation</a> &raquo;</li>
310
+ <li><a href="../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> &raquo;</li>
311
311
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
312
312
  </ul>
313
313
  </div>
@@ -9,7 +9,7 @@
9
9
  <head>
10
10
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
11
 
12
- <title>8.11. Log &mdash; groonga v2.1.0 documentation</title>
12
+ <title>8.13. Log &mdash; groonga v2.1.0-26-ge48bfb0 documentation</title>
13
13
 
14
14
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
15
15
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -17,7 +17,7 @@
17
17
  <script type="text/javascript">
18
18
  var DOCUMENTATION_OPTIONS = {
19
19
  URL_ROOT: '../',
20
- VERSION: '2.1.0',
20
+ VERSION: '2.1.0-26-ge48bfb0',
21
21
  COLLAPSE_INDEX: false,
22
22
  FILE_SUFFIX: '.html',
23
23
  HAS_SOURCE: true
@@ -27,10 +27,10 @@
27
27
  <script type="text/javascript" src="../_static/underscore.js"></script>
28
28
  <script type="text/javascript" src="../_static/doctools.js"></script>
29
29
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
30
- <link rel="top" title="groonga v2.1.0 documentation" href="../index.html" />
30
+ <link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="../index.html" />
31
31
  <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
32
- <link rel="next" title="8.12. API" href="api.html" />
33
- <link rel="prev" title="8.10. Indexing" href="indexing.html" />
32
+ <link rel="next" title="8.14. API" href="api.html" />
33
+ <link rel="prev" title="8.12. Indexing" href="indexing.html" />
34
34
  </head>
35
35
  <body>
36
36
  <div class="header">
@@ -57,12 +57,12 @@
57
57
  <a href="../genindex.html" title="General Index"
58
58
  accesskey="I">index</a></li>
59
59
  <li class="right" >
60
- <a href="api.html" title="8.12. API"
60
+ <a href="api.html" title="8.14. API"
61
61
  accesskey="N">next</a> |</li>
62
62
  <li class="right" >
63
- <a href="indexing.html" title="8.10. Indexing"
63
+ <a href="indexing.html" title="8.12. Indexing"
64
64
  accesskey="P">previous</a> |</li>
65
- <li><a href="../index.html">groonga v2.1.0 documentation</a> &raquo;</li>
65
+ <li><a href="../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> &raquo;</li>
66
66
  <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
67
67
  </ul>
68
68
  </div>
@@ -73,19 +73,19 @@
73
73
  <div class="body">
74
74
 
75
75
  <div class="section" id="log">
76
- <h1>8.11. Log<a class="headerlink" href="#log" title="Permalink to this headline">¶</a></h1>
76
+ <h1>8.13. Log<a class="headerlink" href="#log" title="Permalink to this headline">¶</a></h1>
77
77
  <p>Groonga has two log files. They are process log and query
78
78
  log. Process log is for all of <a class="reference internal" href="executables/groonga.html"><em>groonga command</em></a>
79
79
  works. Query log is just for query processing.</p>
80
80
  <div class="section" id="process-log">
81
- <h2>8.11.1. Process log<a class="headerlink" href="#process-log" title="Permalink to this headline">¶</a></h2>
81
+ <h2>8.13.1. Process log<a class="headerlink" href="#process-log" title="Permalink to this headline">¶</a></h2>
82
82
  <p>Process log is enabled by default. Log path can be
83
83
  customized by <a class="reference internal" href="executables/groonga.html#cmdoption--log-path"><em class="xref std std-option">--log-path</em></a> option. Each log has its
84
84
  log level. If a log is smaller than groonga process' log
85
85
  level, it's not logged. Log level can be customized by
86
86
  <a class="reference internal" href="executables/groonga.html#cmdoption-l"><em class="xref std std-option">-l</em></a> or <a class="reference internal" href="commands/log_level.html"><em>log_level</em></a>.</p>
87
87
  <div class="section" id="format">
88
- <h3>8.11.1.1. Format<a class="headerlink" href="#format" title="Permalink to this headline">¶</a></h3>
88
+ <h3>8.13.1.1. Format<a class="headerlink" href="#format" title="Permalink to this headline">¶</a></h3>
89
89
  <p>Process log uses the following format:</p>
90
90
  <div class="highlight-none"><div class="highlight"><pre>#{TIME_STAMP}|#{L}| #{MESSAGE}
91
91
  </pre></div>
@@ -161,11 +161,11 @@ level map.</p>
161
161
  </div>
162
162
  </div>
163
163
  <div class="section" id="query-log">
164
- <h2>8.11.2. Query log<a class="headerlink" href="#query-log" title="Permalink to this headline">¶</a></h2>
164
+ <h2>8.13.2. Query log<a class="headerlink" href="#query-log" title="Permalink to this headline">¶</a></h2>
165
165
  <p>Query log is disabled by default. It can be enabled by
166
166
  <a class="reference internal" href="executables/groonga.html#cmdoption--query-log-path"><em class="xref std std-option">--query-log-path</em></a> option.</p>
167
167
  <div class="section" id="id1">
168
- <h3>8.11.2.1. Format<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
168
+ <h3>8.13.2.1. Format<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h3>
169
169
  <p>Query log uses the following formats:</p>
170
170
  <div class="highlight-none"><div class="highlight"><pre>#{TIME_STAMP}|#{MESSAGE}
171
171
  #{TIME_STAMP}|#{ID}|&gt;#{QUERY}
@@ -281,13 +281,13 @@ a thread.</p>
281
281
  <div class="sphinxsidebarwrapper">
282
282
  <h3><a href="../index.html">Table Of Contents</a></h3>
283
283
  <ul>
284
- <li><a class="reference internal" href="#">8.11. Log</a><ul>
285
- <li><a class="reference internal" href="#process-log">8.11.1. Process log</a><ul>
286
- <li><a class="reference internal" href="#format">8.11.1.1. Format</a></li>
284
+ <li><a class="reference internal" href="#">8.13. Log</a><ul>
285
+ <li><a class="reference internal" href="#process-log">8.13.1. Process log</a><ul>
286
+ <li><a class="reference internal" href="#format">8.13.1.1. Format</a></li>
287
287
  </ul>
288
288
  </li>
289
- <li><a class="reference internal" href="#query-log">8.11.2. Query log</a><ul>
290
- <li><a class="reference internal" href="#id1">8.11.2.1. Format</a></li>
289
+ <li><a class="reference internal" href="#query-log">8.13.2. Query log</a><ul>
290
+ <li><a class="reference internal" href="#id1">8.13.2.1. Format</a></li>
291
291
  </ul>
292
292
  </li>
293
293
  </ul>
@@ -296,10 +296,10 @@ a thread.</p>
296
296
 
297
297
  <h4>Previous topic</h4>
298
298
  <p class="topless"><a href="indexing.html"
299
- title="previous chapter">8.10. Indexing</a></p>
299
+ title="previous chapter">8.12. Indexing</a></p>
300
300
  <h4>Next topic</h4>
301
301
  <p class="topless"><a href="api.html"
302
- title="next chapter">8.12. API</a></p>
302
+ title="next chapter">8.14. API</a></p>
303
303
  <h3>This Page</h3>
304
304
  <ul class="this-page-menu">
305
305
  <li><a href="../_sources/reference/log.txt"
@@ -329,12 +329,12 @@ a thread.</p>
329
329
  <a href="../genindex.html" title="General Index"
330
330
  >index</a></li>
331
331
  <li class="right" >
332
- <a href="api.html" title="8.12. API"
332
+ <a href="api.html" title="8.14. API"
333
333
  >next</a> |</li>
334
334
  <li class="right" >
335
- <a href="indexing.html" title="8.10. Indexing"
335
+ <a href="indexing.html" title="8.12. Indexing"
336
336
  >previous</a> |</li>
337
- <li><a href="../index.html">groonga v2.1.0 documentation</a> &raquo;</li>
337
+ <li><a href="../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> &raquo;</li>
338
338
  <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
339
339
  </ul>
340
340
  </div>
@@ -0,0 +1,288 @@
1
+
2
+
3
+
4
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
5
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
6
+
7
+
8
+ <html xmlns="http://www.w3.org/1999/xhtml">
9
+ <head>
10
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
+
12
+ <title>8.6. Normalizers &mdash; groonga v2.1.0-26-ge48bfb0 documentation</title>
13
+
14
+ <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
15
+ <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
16
+
17
+ <script type="text/javascript">
18
+ var DOCUMENTATION_OPTIONS = {
19
+ URL_ROOT: '../',
20
+ VERSION: '2.1.0-26-ge48bfb0',
21
+ COLLAPSE_INDEX: false,
22
+ FILE_SUFFIX: '.html',
23
+ HAS_SOURCE: true
24
+ };
25
+ </script>
26
+ <script type="text/javascript" src="../_static/jquery.js"></script>
27
+ <script type="text/javascript" src="../_static/underscore.js"></script>
28
+ <script type="text/javascript" src="../_static/doctools.js"></script>
29
+ <link rel="shortcut icon" href="../_static/favicon.ico"/>
30
+ <link rel="top" title="groonga v2.1.0-26-ge48bfb0 documentation" href="../index.html" />
31
+ <link rel="up" title="8. リファレンスマニュアル" href="../reference.html" />
32
+ <link rel="next" title="8.7. Tokenizers" href="tokenizers.html" />
33
+ <link rel="prev" title="8.5. Tables" href="tables.html" />
34
+ </head>
35
+ <body>
36
+ <div class="header">
37
+ <h1 class="title">
38
+ <a id="top-link" href="../index.html">
39
+ <span class="project">groonga</span>
40
+ <span class="separator">-</span>
41
+ <span class="description">An open-source fulltext search engine and column store.</span>
42
+ </a>
43
+ </h1>
44
+
45
+ <div class="other-language-links">
46
+ <ul>
47
+ <li><a href="../../../ja/html/reference/normalizers.html"><img src="../_static/jp.png" alt="日本語">日本語版はこちら</a></li>
48
+ </ul>
49
+ </div>
50
+ </div>
51
+
52
+
53
+ <div class="related">
54
+ <h3>Navigation</h3>
55
+ <ul>
56
+ <li class="right" style="margin-right: 10px">
57
+ <a href="../genindex.html" title="General Index"
58
+ accesskey="I">index</a></li>
59
+ <li class="right" >
60
+ <a href="tokenizers.html" title="8.7. Tokenizers"
61
+ accesskey="N">next</a> |</li>
62
+ <li class="right" >
63
+ <a href="tables.html" title="8.5. Tables"
64
+ accesskey="P">previous</a> |</li>
65
+ <li><a href="../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> &raquo;</li>
66
+ <li><a href="../reference.html" accesskey="U">8. リファレンスマニュアル</a> &raquo;</li>
67
+ </ul>
68
+ </div>
69
+
70
+ <div class="document">
71
+ <div class="documentwrapper">
72
+ <div class="bodywrapper">
73
+ <div class="body">
74
+
75
+ <div class="section" id="normalizers">
76
+ <h1>8.6. Normalizers<a class="headerlink" href="#normalizers" title="Permalink to this headline">¶</a></h1>
77
+ <div class="section" id="summary">
78
+ <h2>8.6.1. Summary<a class="headerlink" href="#summary" title="Permalink to this headline">¶</a></h2>
79
+ <p>Groonga has normalizer module. It is used when tokenizing text and
80
+ storing table key. For example, <tt class="docutils literal"><span class="pre">A</span></tt> and <tt class="docutils literal"><span class="pre">a</span></tt> are processed as the
81
+ same character after normalization.</p>
82
+ <p>Normalizer module can be added as a plugin. You can customize text
83
+ normalization by registering your normalizer plugins to groonga.</p>
84
+ <p>A normalizer module is attached to a table. A table can have zero or
85
+ one normalizer module. You can attach a normalizer module to a table
86
+ by <em class="xref std std-ref">table-create-normalizer</em> option in
87
+ <a class="reference internal" href="commands/table_create.html"><em>table_create</em></a>.</p>
88
+ <p>Here is an example <tt class="docutils literal"><span class="pre">table_create</span></tt> that uses <tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt>
89
+ normalizer module:</p>
90
+ <p>Execution example:</p>
91
+ <div class="highlight-none"><div class="highlight"><pre>table_create Dictionary TABLE_HASH_KEY ShortText --normalizer NormalizerAuto
92
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
93
+ </pre></div>
94
+ </div>
95
+ <div class="admonition note">
96
+ <p class="first admonition-title">Note</p>
97
+ <p>Groonga 2.0.9 or earlier doesn't have <tt class="docutils literal"><span class="pre">--normalizer</span></tt> option in
98
+ <tt class="docutils literal"><span class="pre">table_create</span></tt>. <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> flag was used instead.</p>
99
+ <p class="last">You can open an old database by groonga 2.1.0 or later. An old
100
+ database means that the database is created by groonga 2.0.9 or
101
+ earlier. But you cannot open the opened old database by groonga
102
+ 2.0.9 or earlier. Once you open the old database by groonga 2.1.0
103
+ or later, <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> flag information in the old database is
104
+ converted to normalizer information. So groogna 2.0.9 or earlier
105
+ cannot find <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> flag information in the opened old
106
+ database.</p>
107
+ </div>
108
+ <p>Keys of a table that has a normalizer module are normalized:</p>
109
+ <p>Execution example:</p>
110
+ <div class="highlight-none"><div class="highlight"><pre>load --table Dictionary
111
+ [
112
+ {&quot;_key&quot;: &quot;Apple&quot;},
113
+ {&quot;_key&quot;: &quot;black&quot;},
114
+ {&quot;_key&quot;: &quot;COLOR&quot;}
115
+ ]
116
+ # [[0, 1337566253.89858, 0.000355720520019531], 3]
117
+ select Dictionary
118
+ # [
119
+ # [
120
+ # 0,
121
+ # 1337566253.89858,
122
+ # 0.000355720520019531
123
+ # ],
124
+ # [
125
+ # [
126
+ # [
127
+ # 3
128
+ # ],
129
+ # [
130
+ # [
131
+ # &quot;_id&quot;,
132
+ # &quot;UInt32&quot;
133
+ # ],
134
+ # [
135
+ # &quot;_key&quot;,
136
+ # &quot;ShortText&quot;
137
+ # ]
138
+ # ],
139
+ # [
140
+ # 1,
141
+ # &quot;apple&quot;
142
+ # ],
143
+ # [
144
+ # 2,
145
+ # &quot;black&quot;
146
+ # ],
147
+ # [
148
+ # 3,
149
+ # &quot;color&quot;
150
+ # ]
151
+ # ]
152
+ # ]
153
+ # ]
154
+ </pre></div>
155
+ </div>
156
+ <p><tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt> normalizer normalizes a text as a downcased text.
157
+ For example, <tt class="docutils literal"><span class="pre">&quot;Apple&quot;</span></tt> is normalized to <tt class="docutils literal"><span class="pre">&quot;apple&quot;</span></tt>, <tt class="docutils literal"><span class="pre">&quot;black&quot;</span></tt> is
158
+ normalized to <tt class="docutils literal"><span class="pre">&quot;blank&quot;</span></tt> and <tt class="docutils literal"><span class="pre">&quot;COLOR&quot;</span></tt> is normalized to
159
+ <tt class="docutils literal"><span class="pre">&quot;color&quot;</span></tt>.</p>
160
+ <p>If a table is a lexicon for fulltext search, tokenized tokens are
161
+ normalized. Because tokens are stored as table keys. Table keys are
162
+ normalized as described above.</p>
163
+ </div>
164
+ <div class="section" id="built-in-normalizers">
165
+ <h2>8.6.2. Built-in normalizers<a class="headerlink" href="#built-in-normalizers" title="Permalink to this headline">¶</a></h2>
166
+ <p>Here is a list of built-in-normalizers:</p>
167
+ <blockquote>
168
+ <div><ul class="simple">
169
+ <li><tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt></li>
170
+ <li><tt class="docutils literal"><span class="pre">NormalizerNFKC51</span></tt></li>
171
+ </ul>
172
+ </div></blockquote>
173
+ <div class="section" id="normalizerauto">
174
+ <h3>8.6.2.1. <tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt><a class="headerlink" href="#normalizerauto" title="Permalink to this headline">¶</a></h3>
175
+ <p>Normally you should use <tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt>
176
+ normalizer. <tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt> was the normalizer for groonga 2.0.9 or
177
+ earlier. <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt> flag in <tt class="docutils literal"><span class="pre">table_create</span></tt> on groonga 2.0.9
178
+ or earlier equals to <tt class="docutils literal"><span class="pre">--normalizer</span> <span class="pre">NormalizerAuto</span></tt> option in
179
+ <tt class="docutils literal"><span class="pre">table</span></tt> on groonga 2.1.0 or later.</p>
180
+ <p><tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt> supports all encoding. It uses Unicode NFKC
181
+ (Normalization Form Compatibility Composition) for UTF-8 encoding
182
+ text. It uses encoding specific original normalization for other
183
+ encodings. The results of those original normalization are similar to
184
+ NFKC.</p>
185
+ <p>For example, half-width katakana (such as U+FF76 HALFWIDTH KATAKANA
186
+ LETTER KA) + half-width katakana voiced sound mark (U+FF9E HALFWIDTH
187
+ KATAKANA VOICED SOUND MARK) is normalized to full-width katakana with
188
+ voiced sound mark (U+30AC KATAKANA LETTER GA). The former is two
189
+ chracters but the latter is one character.</p>
190
+ <p>Here is an example that uses <tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt> normalizer:</p>
191
+ <p>Execution example:</p>
192
+ <div class="highlight-none"><div class="highlight"><pre>table_create NormalLexicon TABLE_HASH_KEY ShortText --normalizer NormalizerAuto
193
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
194
+ </pre></div>
195
+ </div>
196
+ </div>
197
+ <div class="section" id="normalizernfkc51">
198
+ <h3>8.6.2.2. <tt class="docutils literal"><span class="pre">NormalizerNFKC51</span></tt><a class="headerlink" href="#normalizernfkc51" title="Permalink to this headline">¶</a></h3>
199
+ <p><tt class="docutils literal"><span class="pre">NormalizerNFKC51</span></tt> normalizes texts by Unicode NFKC (Normalization
200
+ Form Compatibility Composition) for Unicode version 5.1. It supports
201
+ only UTF-8 encoding.</p>
202
+ <p>Normally you don't need to use <tt class="docutils literal"><span class="pre">NormalizerNFKC51</span></tt> explicitly. You can
203
+ use <tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt> instead.</p>
204
+ <p>Here is an example that uses <tt class="docutils literal"><span class="pre">NormalizerNFKC51</span></tt> normalizer:</p>
205
+ <p>Execution example:</p>
206
+ <div class="highlight-none"><div class="highlight"><pre>table_create NFKC51Lexicon TABLE_HASH_KEY ShortText --normalizer NormalizerNFKC51
207
+ # [[0, 1337566253.89858, 0.000355720520019531], true]
208
+ </pre></div>
209
+ </div>
210
+ </div>
211
+ </div>
212
+ <div class="section" id="see-also">
213
+ <h2>8.6.3. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
214
+ <ul class="simple">
215
+ <li><a class="reference internal" href="commands/table_create.html"><em>table_create</em></a></li>
216
+ </ul>
217
+ </div>
218
+ </div>
219
+
220
+
221
+ </div>
222
+ </div>
223
+ </div>
224
+ <div class="sphinxsidebar">
225
+ <div class="sphinxsidebarwrapper">
226
+ <h3><a href="../index.html">Table Of Contents</a></h3>
227
+ <ul>
228
+ <li><a class="reference internal" href="#">8.6. Normalizers</a><ul>
229
+ <li><a class="reference internal" href="#summary">8.6.1. Summary</a></li>
230
+ <li><a class="reference internal" href="#built-in-normalizers">8.6.2. Built-in normalizers</a><ul>
231
+ <li><a class="reference internal" href="#normalizerauto">8.6.2.1. <tt class="docutils literal"><span class="pre">NormalizerAuto</span></tt></a></li>
232
+ <li><a class="reference internal" href="#normalizernfkc51">8.6.2.2. <tt class="docutils literal"><span class="pre">NormalizerNFKC51</span></tt></a></li>
233
+ </ul>
234
+ </li>
235
+ <li><a class="reference internal" href="#see-also">8.6.3. See also</a></li>
236
+ </ul>
237
+ </li>
238
+ </ul>
239
+
240
+ <h4>Previous topic</h4>
241
+ <p class="topless"><a href="tables.html"
242
+ title="previous chapter">8.5. Tables</a></p>
243
+ <h4>Next topic</h4>
244
+ <p class="topless"><a href="tokenizers.html"
245
+ title="next chapter">8.7. Tokenizers</a></p>
246
+ <h3>This Page</h3>
247
+ <ul class="this-page-menu">
248
+ <li><a href="../_sources/reference/normalizers.txt"
249
+ rel="nofollow">Show Source</a></li>
250
+ </ul>
251
+ <div id="searchbox" style="display: none">
252
+ <h3>Quick search</h3>
253
+ <form class="search" action="../search.html" method="get">
254
+ <input type="text" name="q" />
255
+ <input type="submit" value="Go" />
256
+ <input type="hidden" name="check_keywords" value="yes" />
257
+ <input type="hidden" name="area" value="default" />
258
+ </form>
259
+ <p class="searchtip" style="font-size: 90%">
260
+ Enter search terms or a module, class or function name.
261
+ </p>
262
+ </div>
263
+ <script type="text/javascript">$('#searchbox').show(0);</script>
264
+ </div>
265
+ </div>
266
+ <div class="clearer"></div>
267
+ </div>
268
+ <div class="related">
269
+ <h3>Navigation</h3>
270
+ <ul>
271
+ <li class="right" style="margin-right: 10px">
272
+ <a href="../genindex.html" title="General Index"
273
+ >index</a></li>
274
+ <li class="right" >
275
+ <a href="tokenizers.html" title="8.7. Tokenizers"
276
+ >next</a> |</li>
277
+ <li class="right" >
278
+ <a href="tables.html" title="8.5. Tables"
279
+ >previous</a> |</li>
280
+ <li><a href="../index.html">groonga v2.1.0-26-ge48bfb0 documentation</a> &raquo;</li>
281
+ <li><a href="../reference.html" >8. リファレンスマニュアル</a> &raquo;</li>
282
+ </ul>
283
+ </div>
284
+ <div class="footer">
285
+ &copy; Copyright 2009-2012, Brazil, Inc.
286
+ </div>
287
+ </body>
288
+ </html>