rroonga 4.0.1-x64-mingw32 → 4.0.2-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (477) hide show
  1. checksums.yaml +4 -4
  2. data/doc/text/news.textile +25 -0
  3. data/ext/groonga/extconf.rb +2 -0
  4. data/ext/groonga/rb-grn-index-column.c +91 -0
  5. data/ext/groonga/rb-grn-object.c +3 -9
  6. data/ext/groonga/rb-grn-table.c +18 -24
  7. data/ext/groonga/rb-grn.h +1 -1
  8. data/lib/1.9/groonga.so +0 -0
  9. data/lib/2.0/groonga.so +0 -0
  10. data/lib/2.1/groonga.so +0 -0
  11. data/lib/groonga/dumper.rb +1 -1
  12. data/lib/groonga/patricia-trie.rb +4 -1
  13. data/lib/groonga/schema.rb +10 -4
  14. data/rroonga-build.rb +1 -1
  15. data/test/test-context.rb +8 -8
  16. data/test/test-database-dumper.rb +6 -6
  17. data/test/test-index-column.rb +9 -4
  18. data/test/test-schema-dumper.rb +6 -6
  19. data/test/test-schema.rb +32 -3
  20. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  21. data/vendor/local/bin/groonga.exe +0 -0
  22. data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
  23. data/vendor/local/bin/libgroonga-0.dll +0 -0
  24. data/vendor/local/bin/libmecab-1.dll +0 -0
  25. data/vendor/local/bin/libmsgpack-3.dll +0 -0
  26. data/vendor/local/bin/libmsgpackc-2.dll +0 -0
  27. data/vendor/local/bin/libstdc++-6.dll +0 -0
  28. data/vendor/local/bin/mecab-config +2 -2
  29. data/vendor/local/bin/mecab.exe +0 -0
  30. data/vendor/local/etc/groonga/httpd/groonga-httpd.conf +2 -2
  31. data/vendor/local/include/groonga/groonga.h +2 -1
  32. data/vendor/local/include/groonga/groonga/plugin.h +19 -1
  33. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  34. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  35. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  36. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
  37. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  38. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  39. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  40. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
  41. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  42. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  43. data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
  44. data/vendor/local/lib/groonga/plugins/table/table.la +3 -3
  45. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  46. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  47. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  48. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
  49. data/vendor/local/lib/libgroonga.a +0 -0
  50. data/vendor/local/lib/libgroonga.dll.a +0 -0
  51. data/vendor/local/lib/libgroonga.la +3 -3
  52. data/vendor/local/lib/libmecab.a +0 -0
  53. data/vendor/local/lib/libmecab.dll.a +0 -0
  54. data/vendor/local/lib/libmecab.la +1 -1
  55. data/vendor/local/lib/libmsgpack.a +0 -0
  56. data/vendor/local/lib/libmsgpack.dll.a +0 -0
  57. data/vendor/local/lib/libmsgpack.la +2 -2
  58. data/vendor/local/lib/libmsgpackc.a +0 -0
  59. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  60. data/vendor/local/lib/libmsgpackc.la +2 -2
  61. data/vendor/local/lib/pkgconfig/groonga.pc +3 -3
  62. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  63. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  64. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  65. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  66. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  67. data/vendor/local/sbin/groonga-httpd-restart +1 -1
  68. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  69. data/vendor/local/share/doc/groonga/en/html/_sources/characteristic.txt +2 -2
  70. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development.txt +1 -1
  71. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation.txt +3 -1
  72. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/documentation/introduction.txt +75 -0
  73. data/vendor/local/share/doc/groonga/en/html/_sources/development/travis-ci.txt +1 -1
  74. data/vendor/local/share/doc/groonga/en/html/_sources/install.txt +3 -3
  75. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +7 -7
  76. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +22 -22
  77. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +5 -5
  78. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +10 -11
  79. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +10 -10
  80. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +4 -4
  81. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +17 -149
  82. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  83. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +73 -2
  84. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_column.txt +5 -5
  85. data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/plugin.txt +26 -0
  86. data/vendor/local/share/doc/groonga/en/html/_sources/reference/column.txt +1 -0
  87. data/vendor/local/share/doc/groonga/en/html/_sources/reference/{pseudo_column.txt → columns/pseudo.txt} +0 -0
  88. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/column_list.txt +165 -67
  89. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/normalizer_list.txt +65 -0
  90. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +2 -2
  91. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenizer_list.txt +65 -0
  92. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-httpd.txt +28 -10
  93. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/groonga-suggest-learner.txt +38 -5
  94. data/vendor/local/share/doc/groonga/en/html/_sources/reference/grn_expr/query_syntax.txt +8 -5
  95. data/vendor/local/share/doc/groonga/en/html/_sources/suggest/suggestion.txt +17 -0
  96. data/vendor/local/share/doc/groonga/en/html/characteristic.html +9 -9
  97. data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
  98. data/vendor/local/share/doc/groonga/en/html/contribution.html +61 -60
  99. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +15 -16
  100. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +8 -8
  101. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +13 -13
  102. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +65 -65
  103. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +102 -102
  104. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +12 -12
  105. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +40 -40
  106. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +12 -11
  107. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +16 -16
  108. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +15 -15
  109. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +202 -0
  110. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
  111. data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
  112. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +6 -6
  113. data/vendor/local/share/doc/groonga/en/html/genindex.html +53 -19
  114. data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
  115. data/vendor/local/share/doc/groonga/en/html/index.html +83 -87
  116. data/vendor/local/share/doc/groonga/en/html/install.html +10 -13
  117. data/vendor/local/share/doc/groonga/en/html/install/centos.html +12 -12
  118. data/vendor/local/share/doc/groonga/en/html/install/debian.html +27 -27
  119. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +10 -10
  120. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +15 -15
  121. data/vendor/local/share/doc/groonga/en/html/install/others.html +15 -15
  122. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +9 -9
  123. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +30 -151
  124. data/vendor/local/share/doc/groonga/en/html/install/windows.html +14 -14
  125. data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
  126. data/vendor/local/share/doc/groonga/en/html/news.html +286 -209
  127. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
  128. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
  129. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
  130. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
  131. data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
  132. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  133. data/vendor/local/share/doc/groonga/en/html/reference.html +72 -74
  134. data/vendor/local/share/doc/groonga/en/html/reference/api.html +36 -35
  135. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +22 -22
  136. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +24 -24
  137. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +29 -29
  138. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +24 -24
  139. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +24 -24
  140. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +24 -24
  141. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +24 -24
  142. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +22 -22
  143. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +24 -24
  144. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +24 -24
  145. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +24 -24
  146. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +24 -24
  147. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +24 -24
  148. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +24 -24
  149. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +25 -25
  150. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +24 -24
  151. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +24 -24
  152. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +24 -24
  153. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +24 -24
  154. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +24 -24
  155. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +25 -25
  156. data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +166 -0
  157. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
  158. data/vendor/local/share/doc/groonga/en/html/reference/column.html +6 -5
  159. data/vendor/local/share/doc/groonga/en/html/reference/{pseudo_column.html → columns/pseudo.html} +25 -48
  160. data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +5 -5
  161. data/vendor/local/share/doc/groonga/en/html/reference/command.html +21 -19
  162. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
  163. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
  164. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
  165. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
  166. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
  167. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
  168. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +6 -6
  169. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +284 -85
  170. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +6 -6
  171. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
  172. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
  173. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
  174. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
  175. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
  176. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
  177. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
  178. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
  179. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
  180. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +10 -10
  181. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +221 -0
  182. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +28 -28
  183. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +23 -23
  184. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +29 -29
  185. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +29 -29
  186. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +155 -95
  187. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +27 -27
  188. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +29 -29
  189. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +31 -31
  190. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +47 -47
  191. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +27 -27
  192. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +29 -29
  193. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +40 -40
  194. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +254 -0
  195. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +26 -26
  196. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
  197. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
  198. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +6 -6
  199. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
  200. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
  201. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  202. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +43 -18
  203. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +48 -11
  204. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
  205. data/vendor/local/share/doc/groonga/en/html/reference/function.html +25 -25
  206. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +38 -38
  207. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +30 -30
  208. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +48 -48
  209. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +30 -30
  210. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +30 -30
  211. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +32 -32
  212. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +28 -28
  213. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +44 -44
  214. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +30 -30
  215. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +30 -30
  216. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +34 -34
  217. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +20 -20
  218. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +67 -65
  219. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +138 -138
  220. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +21 -21
  221. data/vendor/local/share/doc/groonga/en/html/reference/log.html +24 -24
  222. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +5 -5
  223. data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
  224. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
  225. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +10 -10
  226. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
  227. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +5 -5
  228. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +35 -35
  229. data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -9
  230. data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
  231. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  232. data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
  233. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
  234. data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
  235. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
  236. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
  237. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
  238. data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
  239. data/vendor/local/share/doc/groonga/en/html/spec.html +10 -10
  240. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
  241. data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
  242. data/vendor/local/share/doc/groonga/en/html/suggest.html +6 -5
  243. data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
  244. data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
  245. data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
  246. data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +19 -5
  247. data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
  248. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
  249. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  250. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  251. data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
  252. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
  253. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
  254. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
  255. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +6 -6
  256. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
  257. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
  258. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
  259. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
  260. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
  261. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
  262. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
  263. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  264. data/vendor/local/share/doc/groonga/ja/html/_sources/characteristic.txt +2 -2
  265. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development.txt +1 -1
  266. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation.txt +3 -1
  267. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/documentation/introduction.txt +75 -0
  268. data/vendor/local/share/doc/groonga/ja/html/_sources/development/travis-ci.txt +1 -1
  269. data/vendor/local/share/doc/groonga/ja/html/_sources/install.txt +3 -3
  270. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +7 -7
  271. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +22 -22
  272. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +5 -5
  273. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +10 -11
  274. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +10 -10
  275. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +4 -4
  276. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +17 -149
  277. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  278. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +73 -2
  279. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_column.txt +5 -5
  280. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/plugin.txt +26 -0
  281. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/column.txt +1 -0
  282. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/{pseudo_column.txt → columns/pseudo.txt} +0 -0
  283. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/column_list.txt +165 -67
  284. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/normalizer_list.txt +65 -0
  285. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +2 -2
  286. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenizer_list.txt +65 -0
  287. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-httpd.txt +28 -10
  288. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/groonga-suggest-learner.txt +38 -5
  289. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/grn_expr/query_syntax.txt +8 -5
  290. data/vendor/local/share/doc/groonga/ja/html/_sources/suggest/suggestion.txt +17 -0
  291. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +10 -10
  292. data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
  293. data/vendor/local/share/doc/groonga/ja/html/contribution.html +61 -60
  294. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +15 -16
  295. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +8 -8
  296. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +13 -13
  297. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +65 -65
  298. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +102 -102
  299. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +12 -12
  300. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +40 -40
  301. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +12 -11
  302. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +16 -16
  303. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +15 -15
  304. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +203 -0
  305. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
  306. data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
  307. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -6
  308. data/vendor/local/share/doc/groonga/ja/html/genindex.html +53 -19
  309. data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
  310. data/vendor/local/share/doc/groonga/ja/html/index.html +83 -87
  311. data/vendor/local/share/doc/groonga/ja/html/install.html +7 -10
  312. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +10 -10
  313. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +26 -26
  314. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
  315. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +12 -9
  316. data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
  317. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
  318. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +27 -137
  319. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +14 -14
  320. data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
  321. data/vendor/local/share/doc/groonga/ja/html/news.html +292 -210
  322. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
  323. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
  324. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
  325. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
  326. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
  327. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  328. data/vendor/local/share/doc/groonga/ja/html/reference.html +72 -74
  329. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +36 -35
  330. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +22 -22
  331. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +24 -24
  332. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +29 -29
  333. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +24 -24
  334. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +24 -24
  335. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +24 -24
  336. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +24 -24
  337. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +22 -22
  338. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +24 -24
  339. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +24 -24
  340. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +24 -24
  341. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +24 -24
  342. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +24 -24
  343. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +24 -24
  344. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +24 -24
  345. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +24 -24
  346. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +24 -24
  347. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +24 -24
  348. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +24 -24
  349. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +24 -24
  350. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +25 -25
  351. data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +167 -0
  352. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
  353. data/vendor/local/share/doc/groonga/ja/html/reference/column.html +6 -5
  354. data/vendor/local/share/doc/groonga/ja/html/reference/{pseudo_column.html → columns/pseudo.html} +26 -49
  355. data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +5 -5
  356. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +21 -19
  357. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
  358. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
  359. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
  360. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
  361. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
  362. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
  363. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +6 -6
  364. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +296 -85
  365. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -6
  366. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +11 -10
  367. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
  368. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
  369. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
  370. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
  371. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
  372. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
  373. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
  374. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
  375. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +10 -10
  376. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +225 -0
  377. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +28 -28
  378. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +23 -23
  379. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +29 -29
  380. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +29 -29
  381. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +156 -100
  382. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +27 -27
  383. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +29 -29
  384. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +31 -31
  385. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +47 -47
  386. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +27 -27
  387. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +29 -29
  388. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +40 -40
  389. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +258 -0
  390. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +26 -26
  391. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
  392. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
  393. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +5 -5
  394. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +6 -11
  395. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
  396. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
  397. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +55 -27
  398. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +48 -11
  399. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
  400. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +25 -25
  401. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +38 -38
  402. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +30 -30
  403. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +48 -48
  404. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +30 -30
  405. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +30 -30
  406. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +32 -32
  407. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +28 -28
  408. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +44 -44
  409. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +30 -30
  410. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +30 -30
  411. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +34 -34
  412. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +20 -20
  413. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +62 -61
  414. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +138 -138
  415. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +21 -21
  416. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +24 -24
  417. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +5 -5
  418. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
  419. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
  420. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +10 -10
  421. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
  422. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +5 -5
  423. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +35 -35
  424. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -9
  425. data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
  426. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  427. data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
  428. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
  429. data/vendor/local/share/doc/groonga/ja/html/server/http.html +6 -6
  430. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +7 -7
  431. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
  432. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
  433. data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
  434. data/vendor/local/share/doc/groonga/ja/html/spec.html +10 -10
  435. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
  436. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
  437. data/vendor/local/share/doc/groonga/ja/html/suggest.html +6 -5
  438. data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
  439. data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
  440. data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
  441. data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +19 -5
  442. data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
  443. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
  444. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
  445. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +5 -5
  446. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
  447. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
  448. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
  449. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
  450. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
  451. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
  452. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
  453. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
  454. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
  455. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
  456. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
  457. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
  458. data/vendor/local/share/groonga/examples/dictionary/edict/edict-import.sh +0 -0
  459. data/vendor/local/share/groonga/examples/dictionary/edict/edict2grn.rb +0 -0
  460. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro-import.sh +0 -0
  461. data/vendor/local/share/groonga/examples/dictionary/eijiro/eijiro2grn.rb +0 -0
  462. data/vendor/local/share/groonga/examples/dictionary/gene95/gene-import.sh +0 -0
  463. data/vendor/local/share/groonga/examples/dictionary/gene95/gene2grn.rb +0 -0
  464. data/vendor/local/share/groonga/examples/dictionary/init-db.sh +0 -0
  465. data/vendor/local/share/groonga/examples/dictionary/jmdict/jmdict.rb +0 -0
  466. data/vendor/local/share/groonga/html/admin/index.html +0 -1
  467. data/vendor/local/share/groonga/html/admin/js/groonga-admin.js +10 -8
  468. data/vendor/local/share/man/ja/man1/groonga.1 +1032 -585
  469. data/vendor/local/share/man/man1/groonga.1 +1051 -607
  470. data/vendor/local/share/mecab/dic/naist-jdic/sys.dic +0 -0
  471. data/vendor/local/share/mecab/dic/naist-jdic/unk.dic +0 -0
  472. metadata +289 -278
  473. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/document.txt +0 -43
  474. data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +0 -184
  475. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/document.txt +0 -43
  476. data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +0 -184
  477. data/vendor/local/share/groonga/html/admin/js/jquery.json-2.2.min.js +0 -31
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.11. grn_expr &mdash; Groonga v4.0.1 documentation</title>
10
+ <title>8.10. grn_expr &mdash; Groonga v4.0.1-127-g9422d50 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '4.0.1',
18
+ VERSION: '4.0.1-127-g9422d50',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,10 +25,10 @@
25
25
  <script type="text/javascript" src="../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../_static/favicon.ico"/>
28
- <link rel="top" title="Groonga v4.0.1 documentation" href="../index.html" />
28
+ <link rel="top" title="Groonga v4.0.1-127-g9422d50 documentation" href="../index.html" />
29
29
  <link rel="up" title="8. Reference manual" href="../reference.html" />
30
- <link rel="next" title="8.11.1. Query syntax" href="grn_expr/query_syntax.html" />
31
- <link rel="prev" title="8.10. 疑似カラム (pseudo_column)" href="pseudo_column.html" />
30
+ <link rel="next" title="8.10.1. Query syntax" href="grn_expr/query_syntax.html" />
31
+ <link rel="prev" title="8.9.1. QueryExpanderTSV" href="query_expanders/tsv.html" />
32
32
  </head>
33
33
  <body role="document">
34
34
  <div class="header">
@@ -55,12 +55,12 @@
55
55
  <a href="../genindex.html" title="General Index"
56
56
  accesskey="I">index</a></li>
57
57
  <li class="right" >
58
- <a href="grn_expr/query_syntax.html" title="8.11.1. Query syntax"
58
+ <a href="grn_expr/query_syntax.html" title="8.10.1. Query syntax"
59
59
  accesskey="N">next</a> |</li>
60
60
  <li class="right" >
61
- <a href="pseudo_column.html" title="8.10. 疑似カラム (pseudo_column)"
61
+ <a href="query_expanders/tsv.html" title="8.9.1. QueryExpanderTSV"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../index.html">Groonga v4.0.1 documentation</a> &raquo;</li>
63
+ <li><a href="../index.html">Groonga v4.0.1-127-g9422d50 documentation</a> &raquo;</li>
64
64
  <li><a href="../reference.html" accesskey="U">8. Reference manual</a> &raquo;</li>
65
65
  </ul>
66
66
  </div>
@@ -71,7 +71,7 @@
71
71
  <div class="body" role="main">
72
72
 
73
73
  <div class="section" id="grn-expr">
74
- <h1>8.11. grn_expr<a class="headerlink" href="#grn-expr" title="Permalink to this headline">¶</a></h1>
74
+ <h1>8.10. grn_expr<a class="headerlink" href="#grn-expr" title="Permalink to this headline">¶</a></h1>
75
75
  <p>Grn_expr is an object that searches records with specified conditions
76
76
  and manipulates a database. It's pronounced as <tt class="docutils literal"><span class="pre">gurun</span> <span class="pre">expression</span></tt>.</p>
77
77
  <p>Conditions for searching records from a database can be represented by
@@ -111,12 +111,12 @@ of Groonga. Rroonga can create a grn_expr by Ruby's syntax instead of
111
111
  parsing string.</p>
112
112
  <div class="toctree-wrapper compound">
113
113
  <ul>
114
- <li class="toctree-l1"><a class="reference internal" href="grn_expr/query_syntax.html">8.11.1. Query syntax</a></li>
115
- <li class="toctree-l1"><a class="reference internal" href="grn_expr/script_syntax.html">8.11.2. Script syntax</a></li>
114
+ <li class="toctree-l1"><a class="reference internal" href="grn_expr/query_syntax.html">8.10.1. Query syntax</a></li>
115
+ <li class="toctree-l1"><a class="reference internal" href="grn_expr/script_syntax.html">8.10.2. Script syntax</a></li>
116
116
  </ul>
117
117
  </div>
118
118
  <div class="section" id="see-also">
119
- <h2>8.11.3. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
119
+ <h2>8.10.3. See also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
120
120
  <blockquote>
121
121
  <div><ul class="simple">
122
122
  <li><a class="reference internal" href="api/grn_expr.html"><em>grn_expr</em></a>: grn_expr related APIs</li>
@@ -133,18 +133,18 @@ parsing string.</p>
133
133
  <div class="sphinxsidebarwrapper">
134
134
  <h3><a href="../index.html">Table Of Contents</a></h3>
135
135
  <ul>
136
- <li><a class="reference internal" href="#">8.11. grn_expr</a><ul>
137
- <li><a class="reference internal" href="#see-also">8.11.3. See also</a></li>
136
+ <li><a class="reference internal" href="#">8.10. grn_expr</a><ul>
137
+ <li><a class="reference internal" href="#see-also">8.10.3. See also</a></li>
138
138
  </ul>
139
139
  </li>
140
140
  </ul>
141
141
 
142
142
  <h4>Previous topic</h4>
143
- <p class="topless"><a href="pseudo_column.html"
144
- title="previous chapter">8.10. 疑似カラム (pseudo_column)</a></p>
143
+ <p class="topless"><a href="query_expanders/tsv.html"
144
+ title="previous chapter">8.9.1. QueryExpanderTSV</a></p>
145
145
  <h4>Next topic</h4>
146
146
  <p class="topless"><a href="grn_expr/query_syntax.html"
147
- title="next chapter">8.11.1. Query syntax</a></p>
147
+ title="next chapter">8.10.1. Query syntax</a></p>
148
148
  <div role="note" aria-label="source link">
149
149
  <h3>This Page</h3>
150
150
  <ul class="this-page-menu">
@@ -176,12 +176,12 @@ parsing string.</p>
176
176
  <a href="../genindex.html" title="General Index"
177
177
  >index</a></li>
178
178
  <li class="right" >
179
- <a href="grn_expr/query_syntax.html" title="8.11.1. Query syntax"
179
+ <a href="grn_expr/query_syntax.html" title="8.10.1. Query syntax"
180
180
  >next</a> |</li>
181
181
  <li class="right" >
182
- <a href="pseudo_column.html" title="8.10. 疑似カラム (pseudo_column)"
182
+ <a href="query_expanders/tsv.html" title="8.9.1. QueryExpanderTSV"
183
183
  >previous</a> |</li>
184
- <li><a href="../index.html">Groonga v4.0.1 documentation</a> &raquo;</li>
184
+ <li><a href="../index.html">Groonga v4.0.1-127-g9422d50 documentation</a> &raquo;</li>
185
185
  <li><a href="../reference.html" >8. Reference manual</a> &raquo;</li>
186
186
  </ul>
187
187
  </div>
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.11.1. Query syntax &mdash; Groonga v4.0.1 documentation</title>
10
+ <title>8.10.1. Query syntax &mdash; Groonga v4.0.1-127-g9422d50 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '4.0.1',
18
+ VERSION: '4.0.1-127-g9422d50',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,10 +25,10 @@
25
25
  <script type="text/javascript" src="../../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
- <link rel="top" title="Groonga v4.0.1 documentation" href="../../index.html" />
29
- <link rel="up" title="8.11. grn_expr" href="../grn_expr.html" />
30
- <link rel="next" title="8.11.2. Script syntax" href="script_syntax.html" />
31
- <link rel="prev" title="8.11. grn_expr" href="../grn_expr.html" />
28
+ <link rel="top" title="Groonga v4.0.1-127-g9422d50 documentation" href="../../index.html" />
29
+ <link rel="up" title="8.10. grn_expr" href="../grn_expr.html" />
30
+ <link rel="next" title="8.10.2. Script syntax" href="script_syntax.html" />
31
+ <link rel="prev" title="8.10. grn_expr" href="../grn_expr.html" />
32
32
  </head>
33
33
  <body role="document">
34
34
  <div class="header">
@@ -55,14 +55,14 @@
55
55
  <a href="../../genindex.html" title="General Index"
56
56
  accesskey="I">index</a></li>
57
57
  <li class="right" >
58
- <a href="script_syntax.html" title="8.11.2. Script syntax"
58
+ <a href="script_syntax.html" title="8.10.2. Script syntax"
59
59
  accesskey="N">next</a> |</li>
60
60
  <li class="right" >
61
- <a href="../grn_expr.html" title="8.11. grn_expr"
61
+ <a href="../grn_expr.html" title="8.10. grn_expr"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../../index.html">Groonga v4.0.1 documentation</a> &raquo;</li>
63
+ <li><a href="../../index.html">Groonga v4.0.1-127-g9422d50 documentation</a> &raquo;</li>
64
64
  <li><a href="../../reference.html" >8. Reference manual</a> &raquo;</li>
65
- <li><a href="../grn_expr.html" accesskey="U">8.11. grn_expr</a> &raquo;</li>
65
+ <li><a href="../grn_expr.html" accesskey="U">8.10. grn_expr</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
68
68
 
@@ -72,7 +72,7 @@
72
72
  <div class="body" role="main">
73
73
 
74
74
  <div class="section" id="query-syntax">
75
- <h1>8.11.1. Query syntax<a class="headerlink" href="#query-syntax" title="Permalink to this headline">¶</a></h1>
75
+ <h1>8.10.1. Query syntax<a class="headerlink" href="#query-syntax" title="Permalink to this headline">¶</a></h1>
76
76
  <p>Query syntax is a syntax to specify search condition for common Web
77
77
  search form. It is similar to the syntax of Google's search form. For
78
78
  example, <tt class="docutils literal"><span class="pre">word1</span> <span class="pre">word2</span></tt> means that groonga searches records that
@@ -89,7 +89,7 @@ options.</p>
89
89
  <tt class="docutils literal"><span class="pre">combined</span> <span class="pre">expression</span></tt> or <tt class="docutils literal"><span class="pre">assignment</span> <span class="pre">expression</span></tt>. <tt class="docutils literal"><span class="pre">Assignment</span>
90
90
  <span class="pre">expression</span></tt> can assigns a column to a value.</p>
91
91
  <div class="section" id="sample-data">
92
- <h2>8.11.1.1. Sample data<a class="headerlink" href="#sample-data" title="Permalink to this headline">¶</a></h2>
92
+ <h2>8.10.1.1. Sample data<a class="headerlink" href="#sample-data" title="Permalink to this headline">¶</a></h2>
93
93
  <p>Here are a schema definition and sample data to show usage.</p>
94
94
  <p>Execution example:</p>
95
95
  <div class="highlight-none"><div class="highlight"><pre>table_create Entries TABLE_PAT_KEY ShortText
@@ -135,7 +135,7 @@ using <tt class="docutils literal"><span class="pre">TokenBigram</span></tt> tok
135
135
  <p>OK. The schema and data for examples are ready.</p>
136
136
  </div>
137
137
  <div class="section" id="escape">
138
- <h2>8.11.1.2. Escape<a class="headerlink" href="#escape" title="Permalink to this headline">¶</a></h2>
138
+ <h2>8.10.1.2. Escape<a class="headerlink" href="#escape" title="Permalink to this headline">¶</a></h2>
139
139
  <p>There are special characters in query syntax. To use a special
140
140
  character as itself, it should be escaped by prepending <tt class="docutils literal"><span class="pre">\</span></tt>. For
141
141
  example, <tt class="docutils literal"><span class="pre">&quot;</span></tt> is a special character. It is escaped as <tt class="docutils literal"><span class="pre">\&quot;</span></tt>.</p>
@@ -152,11 +152,13 @@ in ASCII and <tt class="docutils literal"><span class="pre">[backslash]</span></
152
152
  <li><tt class="docutils literal"><span class="pre">\</span></tt> (escaped as <tt class="docutils literal"><span class="pre">\\</span></tt>)</li>
153
153
  </ul>
154
154
  </div></blockquote>
155
- <p>You can use quote instead of escape. Quote syntax is <tt class="docutils literal"><span class="pre">&quot;...&quot;</span></tt> or
156
- <tt class="docutils literal"><span class="pre">'...'</span></tt>. You need escape <tt class="docutils literal"><span class="pre">&quot;</span></tt> as <tt class="docutils literal"><span class="pre">\&quot;</span></tt> in <tt class="docutils literal"><span class="pre">&quot;...&quot;</span></tt> quote syntax.
157
- You need escape <tt class="docutils literal"><span class="pre">'</span></tt> as <tt class="docutils literal"><span class="pre">\'</span></tt> in <tt class="docutils literal"><span class="pre">'...'</span></tt> quote syntax. For
158
- example, <tt class="docutils literal"><span class="pre">Alice's</span> <span class="pre">brother</span> <span class="pre">(Bob)</span></tt> can be quoted <tt class="docutils literal"><span class="pre">&quot;Alice's</span> <span class="pre">brother</span>
159
- <span class="pre">(Bob)&quot;</span></tt> or <tt class="docutils literal"><span class="pre">'Alice\'s</span> <span class="pre">brother</span> <span class="pre">(Bob)'</span></tt>.</p>
155
+ <p>You can use quote instead of escape special characters except <tt class="docutils literal"><span class="pre">\</span></tt>
156
+ (backslash). You need to use backslash for escaping backslash like
157
+ <tt class="docutils literal"><span class="pre">\\</span></tt> in quote.</p>
158
+ <p>Quote syntax is <tt class="docutils literal"><span class="pre">&quot;...&quot;</span></tt> or <tt class="docutils literal"><span class="pre">'...'</span></tt>. You need escape <tt class="docutils literal"><span class="pre">&quot;</span></tt> as
159
+ <tt class="docutils literal"><span class="pre">\&quot;</span></tt> in <tt class="docutils literal"><span class="pre">&quot;...&quot;</span></tt> quote syntax. You need escape <tt class="docutils literal"><span class="pre">'</span></tt> as <tt class="docutils literal"><span class="pre">\'</span></tt> in
160
+ <tt class="docutils literal"><span class="pre">'...'</span></tt> quote syntax. For example, <tt class="docutils literal"><span class="pre">Alice's</span> <span class="pre">brother</span> <span class="pre">(Bob)</span></tt> can be
161
+ quoted <tt class="docutils literal"><span class="pre">&quot;Alice's</span> <span class="pre">brother</span> <span class="pre">(Bob)&quot;</span></tt> or <tt class="docutils literal"><span class="pre">'Alice\'s</span> <span class="pre">brother</span> <span class="pre">(Bob)'</span></tt>.</p>
160
162
  <div class="admonition note">
161
163
  <p class="first admonition-title">Note</p>
162
164
  <p class="last">There is a important point which you have to care. The ''\'' (backslash)
@@ -169,10 +171,10 @@ special character is escaped properly.</p>
169
171
  </div>
170
172
  </div>
171
173
  <div class="section" id="conditional-expression">
172
- <span id="id1"></span><h2>8.11.1.3. Conditional expression<a class="headerlink" href="#conditional-expression" title="Permalink to this headline">¶</a></h2>
174
+ <span id="id1"></span><h2>8.10.1.3. Conditional expression<a class="headerlink" href="#conditional-expression" title="Permalink to this headline">¶</a></h2>
173
175
  <p>Here is available conditional expression list.</p>
174
176
  <div class="section" id="full-text-search-condition">
175
- <span id="id2"></span><h3>8.11.1.3.1. Full text search condition<a class="headerlink" href="#full-text-search-condition" title="Permalink to this headline">¶</a></h3>
177
+ <span id="id2"></span><h3>8.10.1.3.1. Full text search condition<a class="headerlink" href="#full-text-search-condition" title="Permalink to this headline">¶</a></h3>
176
178
  <p>Its syntax is <tt class="docutils literal"><span class="pre">keyword</span></tt>.</p>
177
179
  <p><tt class="docutils literal"><span class="pre">Full</span> <span class="pre">text</span> <span class="pre">search</span> <span class="pre">condition</span></tt> specifies a full text search condition
178
180
  against the default match columns. Match columns are full text search
@@ -241,7 +243,7 @@ specifies a keyword that contains one or more spaces, you can use
241
243
  <p><tt class="docutils literal"><span class="pre">content</span></tt> column is the default match column.</p>
242
244
  </div>
243
245
  <div class="section" id="phrase-search-condition">
244
- <span id="id3"></span><h3>8.11.1.3.2. Phrase search condition<a class="headerlink" href="#phrase-search-condition" title="Permalink to this headline">¶</a></h3>
246
+ <span id="id3"></span><h3>8.10.1.3.2. Phrase search condition<a class="headerlink" href="#phrase-search-condition" title="Permalink to this headline">¶</a></h3>
245
247
  <p>Its syntax is <tt class="docutils literal"><span class="pre">&quot;search</span> <span class="pre">keyword&quot;</span></tt>.</p>
246
248
  <p><tt class="docutils literal"><span class="pre">Phrase</span> <span class="pre">search</span> <span class="pre">condition</span></tt> specifies a phrase search condition
247
249
  against the default match columns.</p>
@@ -304,7 +306,7 @@ aren't matched.</p>
304
306
  <p><tt class="docutils literal"><span class="pre">content</span></tt> column is the default match column.</p>
305
307
  </div>
306
308
  <div class="section" id="full-text-search-condition-with-explicit-match-column">
307
- <h3>8.11.1.3.3. Full text search condition (with explicit match column)<a class="headerlink" href="#full-text-search-condition-with-explicit-match-column" title="Permalink to this headline">¶</a></h3>
309
+ <h3>8.10.1.3.3. Full text search condition (with explicit match column)<a class="headerlink" href="#full-text-search-condition-with-explicit-match-column" title="Permalink to this headline">¶</a></h3>
308
310
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column:&#64;keyword</span></tt>.</p>
309
311
  <p>It's similar to <tt class="docutils literal"><span class="pre">full</span> <span class="pre">text</span> <span class="pre">search</span> <span class="pre">condition</span></tt> but it doesn't require
310
312
  the default match columns. You need to specify match column for the
@@ -383,7 +385,7 @@ the following features:</p>
383
385
  <tt class="docutils literal"><span class="pre">content</span></tt> column value.</p>
384
386
  </div>
385
387
  <div class="section" id="phrase-search-condition-with-explicit-match-column">
386
- <h3>8.11.1.3.4. Phrase search condition (with explicit match column)<a class="headerlink" href="#phrase-search-condition-with-explicit-match-column" title="Permalink to this headline">¶</a></h3>
388
+ <h3>8.10.1.3.4. Phrase search condition (with explicit match column)<a class="headerlink" href="#phrase-search-condition-with-explicit-match-column" title="Permalink to this headline">¶</a></h3>
387
389
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column:&#64;&quot;search</span> <span class="pre">keyword&quot;</span></tt>.</p>
388
390
  <p>It's similar to <tt class="docutils literal"><span class="pre">phrase</span> <span class="pre">search</span> <span class="pre">condition</span></tt> but it doesn't require the
389
391
  default match columns. You need to specify match column for the phrase
@@ -444,7 +446,7 @@ advanced match columns but <tt class="docutils literal"><span class="pre">phrase
444
446
  <tt class="docutils literal"><span class="pre">I</span></tt> and <tt class="docutils literal"><span class="pre">started</span></tt> aren't adjacent.</p>
445
447
  </div>
446
448
  <div class="section" id="prefix-search-condition">
447
- <span id="id4"></span><h3>8.11.1.3.5. Prefix search condition<a class="headerlink" href="#prefix-search-condition" title="Permalink to this headline">¶</a></h3>
449
+ <span id="id4"></span><h3>8.10.1.3.5. Prefix search condition<a class="headerlink" href="#prefix-search-condition" title="Permalink to this headline">¶</a></h3>
448
450
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column:^value</span></tt> or <tt class="docutils literal"><span class="pre">value*</span></tt>.</p>
449
451
  <p>This conditional expression does prefix search with <tt class="docutils literal"><span class="pre">value</span></tt>. Prefix
450
452
  search searches records that contain a word that starts with <tt class="docutils literal"><span class="pre">value</span></tt>.</p>
@@ -513,7 +515,7 @@ time for large records.</p>
513
515
  <tt class="docutils literal"><span class="pre">Good-bye</span> <span class="pre">Tritonn</span></tt> are matched with the expression.</p>
514
516
  </div>
515
517
  <div class="section" id="suffix-search-condition">
516
- <span id="id5"></span><h3>8.11.1.3.6. Suffix search condition<a class="headerlink" href="#suffix-search-condition" title="Permalink to this headline">¶</a></h3>
518
+ <span id="id5"></span><h3>8.10.1.3.6. Suffix search condition<a class="headerlink" href="#suffix-search-condition" title="Permalink to this headline">¶</a></h3>
517
519
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column:$value</span></tt>.</p>
518
520
  <p>This conditional expression does suffix search with <tt class="docutils literal"><span class="pre">value</span></tt>. Suffix
519
521
  search searches records that contain a word that ends with <tt class="docutils literal"><span class="pre">value</span></tt>.</p>
@@ -598,7 +600,7 @@ in <tt class="docutils literal"><span class="pre">content</span></tt> column val
598
600
  with the expression.</p>
599
601
  </div>
600
602
  <div class="section" id="equal-condition">
601
- <h3>8.11.1.3.7. Equal condition<a class="headerlink" href="#equal-condition" title="Permalink to this headline">¶</a></h3>
603
+ <h3>8.10.1.3.7. Equal condition<a class="headerlink" href="#equal-condition" title="Permalink to this headline">¶</a></h3>
602
604
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column:value</span></tt>.</p>
603
605
  <p>It matches records that <tt class="docutils literal"><span class="pre">column</span></tt> value is equal to <tt class="docutils literal"><span class="pre">value</span></tt>.</p>
604
606
  <p>It doesn't require the default match columns such as <tt class="docutils literal"><span class="pre">full</span> <span class="pre">text</span>
@@ -650,7 +652,7 @@ with the expression.</p>
650
652
  equal to <tt class="docutils literal"><span class="pre">Groonga</span></tt>.</p>
651
653
  </div>
652
654
  <div class="section" id="not-equal-condition">
653
- <h3>8.11.1.3.8. Not equal condition<a class="headerlink" href="#not-equal-condition" title="Permalink to this headline">¶</a></h3>
655
+ <h3>8.10.1.3.8. Not equal condition<a class="headerlink" href="#not-equal-condition" title="Permalink to this headline">¶</a></h3>
654
656
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column:!value</span></tt>.</p>
655
657
  <p>It matches records that <tt class="docutils literal"><span class="pre">column</span></tt> value isn't equal to <tt class="docutils literal"><span class="pre">value</span></tt>.</p>
656
658
  <p>It doesn't require the default match columns such as <tt class="docutils literal"><span class="pre">full</span> <span class="pre">text</span>
@@ -720,7 +722,7 @@ equal to <tt class="docutils literal"><span class="pre">Groonga</span></tt>.</p>
720
722
  to <tt class="docutils literal"><span class="pre">Groonga</span></tt>.</p>
721
723
  </div>
722
724
  <div class="section" id="less-than-condition">
723
- <h3>8.11.1.3.9. Less than condition<a class="headerlink" href="#less-than-condition" title="Permalink to this headline">¶</a></h3>
725
+ <h3>8.10.1.3.9. Less than condition<a class="headerlink" href="#less-than-condition" title="Permalink to this headline">¶</a></h3>
724
726
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column:&lt;value</span></tt>.</p>
725
727
  <p>It matches records that <tt class="docutils literal"><span class="pre">column</span></tt> value is less than <tt class="docutils literal"><span class="pre">value</span></tt>.</p>
726
728
  <p>If <tt class="docutils literal"><span class="pre">column</span></tt> type is numerical type such as <tt class="docutils literal"><span class="pre">Int32</span></tt>, <tt class="docutils literal"><span class="pre">column</span></tt>
@@ -788,7 +790,7 @@ compared as bit sequence.</p>
788
790
  than <tt class="docutils literal"><span class="pre">10</span></tt>.</p>
789
791
  </div>
790
792
  <div class="section" id="greater-than-condition">
791
- <h3>8.11.1.3.10. Greater than condition<a class="headerlink" href="#greater-than-condition" title="Permalink to this headline">¶</a></h3>
793
+ <h3>8.10.1.3.10. Greater than condition<a class="headerlink" href="#greater-than-condition" title="Permalink to this headline">¶</a></h3>
792
794
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column:&gt;value</span></tt>.</p>
793
795
  <p>It matches records that <tt class="docutils literal"><span class="pre">column</span></tt> value is greater than <tt class="docutils literal"><span class="pre">value</span></tt>.</p>
794
796
  <p>If <tt class="docutils literal"><span class="pre">column</span></tt> type is numerical type such as <tt class="docutils literal"><span class="pre">Int32</span></tt>, <tt class="docutils literal"><span class="pre">column</span></tt>
@@ -844,7 +846,7 @@ compared as bit sequence.</p>
844
846
  than <tt class="docutils literal"><span class="pre">10</span></tt>.</p>
845
847
  </div>
846
848
  <div class="section" id="less-than-or-equal-to-condition">
847
- <h3>8.11.1.3.11. Less than or equal to condition<a class="headerlink" href="#less-than-or-equal-to-condition" title="Permalink to this headline">¶</a></h3>
849
+ <h3>8.10.1.3.11. Less than or equal to condition<a class="headerlink" href="#less-than-or-equal-to-condition" title="Permalink to this headline">¶</a></h3>
848
850
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column:&lt;=value</span></tt>.</p>
849
851
  <p>It matches records that <tt class="docutils literal"><span class="pre">column</span></tt> value is less than or equal to
850
852
  <tt class="docutils literal"><span class="pre">value</span></tt>.</p>
@@ -919,7 +921,7 @@ compared as bit sequence.</p>
919
921
  than or equal to <tt class="docutils literal"><span class="pre">10</span></tt>.</p>
920
922
  </div>
921
923
  <div class="section" id="greater-than-or-equal-to-condition">
922
- <h3>8.11.1.3.12. Greater than or equal to condition<a class="headerlink" href="#greater-than-or-equal-to-condition" title="Permalink to this headline">¶</a></h3>
924
+ <h3>8.10.1.3.12. Greater than or equal to condition<a class="headerlink" href="#greater-than-or-equal-to-condition" title="Permalink to this headline">¶</a></h3>
923
925
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column:&gt;=value</span></tt>.</p>
924
926
  <p>It matches records that <tt class="docutils literal"><span class="pre">column</span></tt> value is greater than or equal to
925
927
  <tt class="docutils literal"><span class="pre">value</span></tt>.</p>
@@ -983,10 +985,10 @@ greater than or equal to <tt class="docutils literal"><span class="pre">10</span
983
985
  </div>
984
986
  </div>
985
987
  <div class="section" id="combined-expression">
986
- <span id="id6"></span><h2>8.11.1.4. Combined expression<a class="headerlink" href="#combined-expression" title="Permalink to this headline">¶</a></h2>
988
+ <span id="id6"></span><h2>8.10.1.4. Combined expression<a class="headerlink" href="#combined-expression" title="Permalink to this headline">¶</a></h2>
987
989
  <p>Here is available combined expression list.</p>
988
990
  <div class="section" id="logical-or">
989
- <h3>8.11.1.4.1. Logical OR<a class="headerlink" href="#logical-or" title="Permalink to this headline">¶</a></h3>
991
+ <h3>8.10.1.4.1. Logical OR<a class="headerlink" href="#logical-or" title="Permalink to this headline">¶</a></h3>
990
992
  <p>Its syntax is <tt class="docutils literal"><span class="pre">a</span> <span class="pre">OR</span> <span class="pre">b</span></tt>.</p>
991
993
  <p><tt class="docutils literal"><span class="pre">a</span></tt> and <tt class="docutils literal"><span class="pre">b</span></tt> are conditional expressions, conbinded expressions or
992
994
  assignment expressions.</p>
@@ -1045,7 +1047,7 @@ greater than <tt class="docutils literal"><span class="pre">10</span></tt> or co
1045
1047
  value.</p>
1046
1048
  </div>
1047
1049
  <div class="section" id="logical-and">
1048
- <h3>8.11.1.4.2. Logical AND<a class="headerlink" href="#logical-and" title="Permalink to this headline">¶</a></h3>
1050
+ <h3>8.10.1.4.2. Logical AND<a class="headerlink" href="#logical-and" title="Permalink to this headline">¶</a></h3>
1049
1051
  <p>Its syntax is <tt class="docutils literal"><span class="pre">a</span> <span class="pre">+</span> <span class="pre">b</span></tt> or just <tt class="docutils literal"><span class="pre">a</span> <span class="pre">b</span></tt>.</p>
1050
1052
  <p><tt class="docutils literal"><span class="pre">a</span></tt> and <tt class="docutils literal"><span class="pre">b</span></tt> are conditional expressions, conbinded expressions or
1051
1053
  assignment expressions.</p>
@@ -1100,7 +1102,7 @@ greater than or equal to <tt class="docutils literal"><span class="pre">10</span
1100
1102
  <tt class="docutils literal"><span class="pre">content</span></tt> column value.</p>
1101
1103
  </div>
1102
1104
  <div class="section" id="logical-not">
1103
- <h3>8.11.1.4.3. Logical NOT<a class="headerlink" href="#logical-not" title="Permalink to this headline">¶</a></h3>
1105
+ <h3>8.10.1.4.3. Logical NOT<a class="headerlink" href="#logical-not" title="Permalink to this headline">¶</a></h3>
1104
1106
  <p>Its syntax is <tt class="docutils literal"><span class="pre">a</span> <span class="pre">-</span> <span class="pre">b</span></tt>.</p>
1105
1107
  <p><tt class="docutils literal"><span class="pre">a</span></tt> and <tt class="docutils literal"><span class="pre">b</span></tt> are conditional expressions, conbinded expressions or
1106
1108
  assignment expressions.</p>
@@ -1155,7 +1157,7 @@ greater than or equal to <tt class="docutils literal"><span class="pre">10</span
1155
1157
  <tt class="docutils literal"><span class="pre">content</span></tt> column value.</p>
1156
1158
  </div>
1157
1159
  <div class="section" id="grouping">
1158
- <h3>8.11.1.4.4. Grouping<a class="headerlink" href="#grouping" title="Permalink to this headline">¶</a></h3>
1160
+ <h3>8.10.1.4.4. Grouping<a class="headerlink" href="#grouping" title="Permalink to this headline">¶</a></h3>
1159
1161
  <p>Its syntax is <tt class="docutils literal"><span class="pre">(...)</span></tt>. <tt class="docutils literal"><span class="pre">...</span></tt> is space separated expression list.</p>
1160
1162
  <p><tt class="docutils literal"><span class="pre">(...)</span></tt> groups one ore more expressions and they can be
1161
1163
  processed as an expression. <tt class="docutils literal"><span class="pre">a</span> <span class="pre">b</span> <span class="pre">OR</span> <span class="pre">c</span></tt> means that <tt class="docutils literal"><span class="pre">a</span></tt> and <tt class="docutils literal"><span class="pre">b</span></tt>
@@ -1264,7 +1266,7 @@ are matched.</p>
1264
1266
  </div>
1265
1267
  </div>
1266
1268
  <div class="section" id="assignment-expression">
1267
- <h2>8.11.1.5. Assignment expression<a class="headerlink" href="#assignment-expression" title="Permalink to this headline">¶</a></h2>
1269
+ <h2>8.10.1.5. Assignment expression<a class="headerlink" href="#assignment-expression" title="Permalink to this headline">¶</a></h2>
1268
1270
  <p>This section is for advanced users. Because assignment expression is
1269
1271
  disabled in <tt class="docutils literal"><span class="pre">--query</span></tt> option of <a class="reference internal" href="../commands/select.html"><em>select</em></a> by
1270
1272
  default. You need to specify <tt class="docutils literal"><span class="pre">ALLOW_COLUMN|ALLOW_UPDATE</span></tt> as
@@ -1291,42 +1293,42 @@ doesn't support <tt class="docutils literal"><span class="pre">column:=</span></
1291
1293
  <div class="sphinxsidebarwrapper">
1292
1294
  <h3><a href="../../index.html">Table Of Contents</a></h3>
1293
1295
  <ul>
1294
- <li><a class="reference internal" href="#">8.11.1. Query syntax</a><ul>
1295
- <li><a class="reference internal" href="#sample-data">8.11.1.1. Sample data</a></li>
1296
- <li><a class="reference internal" href="#escape">8.11.1.2. Escape</a></li>
1297
- <li><a class="reference internal" href="#conditional-expression">8.11.1.3. Conditional expression</a><ul>
1298
- <li><a class="reference internal" href="#full-text-search-condition">8.11.1.3.1. Full text search condition</a></li>
1299
- <li><a class="reference internal" href="#phrase-search-condition">8.11.1.3.2. Phrase search condition</a></li>
1300
- <li><a class="reference internal" href="#full-text-search-condition-with-explicit-match-column">8.11.1.3.3. Full text search condition (with explicit match column)</a></li>
1301
- <li><a class="reference internal" href="#phrase-search-condition-with-explicit-match-column">8.11.1.3.4. Phrase search condition (with explicit match column)</a></li>
1302
- <li><a class="reference internal" href="#prefix-search-condition">8.11.1.3.5. Prefix search condition</a></li>
1303
- <li><a class="reference internal" href="#suffix-search-condition">8.11.1.3.6. Suffix search condition</a></li>
1304
- <li><a class="reference internal" href="#equal-condition">8.11.1.3.7. Equal condition</a></li>
1305
- <li><a class="reference internal" href="#not-equal-condition">8.11.1.3.8. Not equal condition</a></li>
1306
- <li><a class="reference internal" href="#less-than-condition">8.11.1.3.9. Less than condition</a></li>
1307
- <li><a class="reference internal" href="#greater-than-condition">8.11.1.3.10. Greater than condition</a></li>
1308
- <li><a class="reference internal" href="#less-than-or-equal-to-condition">8.11.1.3.11. Less than or equal to condition</a></li>
1309
- <li><a class="reference internal" href="#greater-than-or-equal-to-condition">8.11.1.3.12. Greater than or equal to condition</a></li>
1296
+ <li><a class="reference internal" href="#">8.10.1. Query syntax</a><ul>
1297
+ <li><a class="reference internal" href="#sample-data">8.10.1.1. Sample data</a></li>
1298
+ <li><a class="reference internal" href="#escape">8.10.1.2. Escape</a></li>
1299
+ <li><a class="reference internal" href="#conditional-expression">8.10.1.3. Conditional expression</a><ul>
1300
+ <li><a class="reference internal" href="#full-text-search-condition">8.10.1.3.1. Full text search condition</a></li>
1301
+ <li><a class="reference internal" href="#phrase-search-condition">8.10.1.3.2. Phrase search condition</a></li>
1302
+ <li><a class="reference internal" href="#full-text-search-condition-with-explicit-match-column">8.10.1.3.3. Full text search condition (with explicit match column)</a></li>
1303
+ <li><a class="reference internal" href="#phrase-search-condition-with-explicit-match-column">8.10.1.3.4. Phrase search condition (with explicit match column)</a></li>
1304
+ <li><a class="reference internal" href="#prefix-search-condition">8.10.1.3.5. Prefix search condition</a></li>
1305
+ <li><a class="reference internal" href="#suffix-search-condition">8.10.1.3.6. Suffix search condition</a></li>
1306
+ <li><a class="reference internal" href="#equal-condition">8.10.1.3.7. Equal condition</a></li>
1307
+ <li><a class="reference internal" href="#not-equal-condition">8.10.1.3.8. Not equal condition</a></li>
1308
+ <li><a class="reference internal" href="#less-than-condition">8.10.1.3.9. Less than condition</a></li>
1309
+ <li><a class="reference internal" href="#greater-than-condition">8.10.1.3.10. Greater than condition</a></li>
1310
+ <li><a class="reference internal" href="#less-than-or-equal-to-condition">8.10.1.3.11. Less than or equal to condition</a></li>
1311
+ <li><a class="reference internal" href="#greater-than-or-equal-to-condition">8.10.1.3.12. Greater than or equal to condition</a></li>
1310
1312
  </ul>
1311
1313
  </li>
1312
- <li><a class="reference internal" href="#combined-expression">8.11.1.4. Combined expression</a><ul>
1313
- <li><a class="reference internal" href="#logical-or">8.11.1.4.1. Logical OR</a></li>
1314
- <li><a class="reference internal" href="#logical-and">8.11.1.4.2. Logical AND</a></li>
1315
- <li><a class="reference internal" href="#logical-not">8.11.1.4.3. Logical NOT</a></li>
1316
- <li><a class="reference internal" href="#grouping">8.11.1.4.4. Grouping</a></li>
1314
+ <li><a class="reference internal" href="#combined-expression">8.10.1.4. Combined expression</a><ul>
1315
+ <li><a class="reference internal" href="#logical-or">8.10.1.4.1. Logical OR</a></li>
1316
+ <li><a class="reference internal" href="#logical-and">8.10.1.4.2. Logical AND</a></li>
1317
+ <li><a class="reference internal" href="#logical-not">8.10.1.4.3. Logical NOT</a></li>
1318
+ <li><a class="reference internal" href="#grouping">8.10.1.4.4. Grouping</a></li>
1317
1319
  </ul>
1318
1320
  </li>
1319
- <li><a class="reference internal" href="#assignment-expression">8.11.1.5. Assignment expression</a></li>
1321
+ <li><a class="reference internal" href="#assignment-expression">8.10.1.5. Assignment expression</a></li>
1320
1322
  </ul>
1321
1323
  </li>
1322
1324
  </ul>
1323
1325
 
1324
1326
  <h4>Previous topic</h4>
1325
1327
  <p class="topless"><a href="../grn_expr.html"
1326
- title="previous chapter">8.11. grn_expr</a></p>
1328
+ title="previous chapter">8.10. grn_expr</a></p>
1327
1329
  <h4>Next topic</h4>
1328
1330
  <p class="topless"><a href="script_syntax.html"
1329
- title="next chapter">8.11.2. Script syntax</a></p>
1331
+ title="next chapter">8.10.2. Script syntax</a></p>
1330
1332
  <div role="note" aria-label="source link">
1331
1333
  <h3>This Page</h3>
1332
1334
  <ul class="this-page-menu">
@@ -1358,14 +1360,14 @@ doesn't support <tt class="docutils literal"><span class="pre">column:=</span></
1358
1360
  <a href="../../genindex.html" title="General Index"
1359
1361
  >index</a></li>
1360
1362
  <li class="right" >
1361
- <a href="script_syntax.html" title="8.11.2. Script syntax"
1363
+ <a href="script_syntax.html" title="8.10.2. Script syntax"
1362
1364
  >next</a> |</li>
1363
1365
  <li class="right" >
1364
- <a href="../grn_expr.html" title="8.11. grn_expr"
1366
+ <a href="../grn_expr.html" title="8.10. grn_expr"
1365
1367
  >previous</a> |</li>
1366
- <li><a href="../../index.html">Groonga v4.0.1 documentation</a> &raquo;</li>
1368
+ <li><a href="../../index.html">Groonga v4.0.1-127-g9422d50 documentation</a> &raquo;</li>
1367
1369
  <li><a href="../../reference.html" >8. Reference manual</a> &raquo;</li>
1368
- <li><a href="../grn_expr.html" >8.11. grn_expr</a> &raquo;</li>
1370
+ <li><a href="../grn_expr.html" >8.10. grn_expr</a> &raquo;</li>
1369
1371
  </ul>
1370
1372
  </div>
1371
1373
  <div class="footer" role="contentinfo">
@@ -7,7 +7,7 @@
7
7
  <head>
8
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
9
 
10
- <title>8.11.2. Script syntax &mdash; Groonga v4.0.1 documentation</title>
10
+ <title>8.10.2. Script syntax &mdash; Groonga v4.0.1-127-g9422d50 documentation</title>
11
11
 
12
12
  <link rel="stylesheet" href="../../_static/groonga.css" type="text/css" />
13
13
  <link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../../',
18
- VERSION: '4.0.1',
18
+ VERSION: '4.0.1-127-g9422d50',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -25,10 +25,10 @@
25
25
  <script type="text/javascript" src="../../_static/underscore.js"></script>
26
26
  <script type="text/javascript" src="../../_static/doctools.js"></script>
27
27
  <link rel="shortcut icon" href="../../_static/favicon.ico"/>
28
- <link rel="top" title="Groonga v4.0.1 documentation" href="../../index.html" />
29
- <link rel="up" title="8.11. grn_expr" href="../grn_expr.html" />
30
- <link rel="next" title="8.12. Function" href="../function.html" />
31
- <link rel="prev" title="8.11.1. Query syntax" href="query_syntax.html" />
28
+ <link rel="top" title="Groonga v4.0.1-127-g9422d50 documentation" href="../../index.html" />
29
+ <link rel="up" title="8.10. grn_expr" href="../grn_expr.html" />
30
+ <link rel="next" title="8.11. Function" href="../function.html" />
31
+ <link rel="prev" title="8.10.1. Query syntax" href="query_syntax.html" />
32
32
  </head>
33
33
  <body role="document">
34
34
  <div class="header">
@@ -55,14 +55,14 @@
55
55
  <a href="../../genindex.html" title="General Index"
56
56
  accesskey="I">index</a></li>
57
57
  <li class="right" >
58
- <a href="../function.html" title="8.12. Function"
58
+ <a href="../function.html" title="8.11. Function"
59
59
  accesskey="N">next</a> |</li>
60
60
  <li class="right" >
61
- <a href="query_syntax.html" title="8.11.1. Query syntax"
61
+ <a href="query_syntax.html" title="8.10.1. Query syntax"
62
62
  accesskey="P">previous</a> |</li>
63
- <li><a href="../../index.html">Groonga v4.0.1 documentation</a> &raquo;</li>
63
+ <li><a href="../../index.html">Groonga v4.0.1-127-g9422d50 documentation</a> &raquo;</li>
64
64
  <li><a href="../../reference.html" >8. Reference manual</a> &raquo;</li>
65
- <li><a href="../grn_expr.html" accesskey="U">8.11. grn_expr</a> &raquo;</li>
65
+ <li><a href="../grn_expr.html" accesskey="U">8.10. grn_expr</a> &raquo;</li>
66
66
  </ul>
67
67
  </div>
68
68
 
@@ -72,7 +72,7 @@
72
72
  <div class="body" role="main">
73
73
 
74
74
  <div class="section" id="script-syntax">
75
- <h1>8.11.2. Script syntax<a class="headerlink" href="#script-syntax" title="Permalink to this headline">¶</a></h1>
75
+ <h1>8.10.2. Script syntax<a class="headerlink" href="#script-syntax" title="Permalink to this headline">¶</a></h1>
76
76
  <p>Script syntax is a syntax to specify complex search condition. It is
77
77
  similar to ECMAScript. For example, <tt class="docutils literal"><span class="pre">_key</span> <span class="pre">==</span> <span class="pre">&quot;book&quot;</span></tt> means that
78
78
  groonga searches records that <tt class="docutils literal"><span class="pre">_key</span></tt> value is <tt class="docutils literal"><span class="pre">&quot;book&quot;</span></tt>. All values
@@ -86,7 +86,7 @@ statement. Function definion is not supported too. But script syntax
86
86
  addes the original additional operators. They are described after
87
87
  ECMAScript syntax is described.</p>
88
88
  <div class="section" id="sample-data">
89
- <h2>8.11.2.1. Sample data<a class="headerlink" href="#sample-data" title="Permalink to this headline">¶</a></h2>
89
+ <h2>8.10.2.1. Sample data<a class="headerlink" href="#sample-data" title="Permalink to this headline">¶</a></h2>
90
90
  <p>Here are a schema definition and sample data to show usage.</p>
91
91
  <p>Execution example:</p>
92
92
  <div class="highlight-none"><div class="highlight"><pre>table_create Entries TABLE_PAT_KEY ShortText
@@ -132,9 +132,9 @@ using <tt class="docutils literal"><span class="pre">TokenBigram</span></tt> tok
132
132
  <p>OK. The schema and data for examples are ready.</p>
133
133
  </div>
134
134
  <div class="section" id="literals">
135
- <h2>8.11.2.2. Literals<a class="headerlink" href="#literals" title="Permalink to this headline">¶</a></h2>
135
+ <h2>8.10.2.2. Literals<a class="headerlink" href="#literals" title="Permalink to this headline">¶</a></h2>
136
136
  <div class="section" id="integer">
137
- <h3>8.11.2.2.1. Integer<a class="headerlink" href="#integer" title="Permalink to this headline">¶</a></h3>
137
+ <h3>8.10.2.2.1. Integer<a class="headerlink" href="#integer" title="Permalink to this headline">¶</a></h3>
138
138
  <p>Integer literal is sequence of <tt class="docutils literal"><span class="pre">0</span></tt> to <tt class="docutils literal"><span class="pre">9</span></tt> such as
139
139
  <tt class="docutils literal"><span class="pre">1234567890</span></tt>. <tt class="docutils literal"><span class="pre">+</span></tt> or <tt class="docutils literal"><span class="pre">-</span></tt> can be prepended as sign such as
140
140
  <tt class="docutils literal"><span class="pre">+29</span></tt> and <tt class="docutils literal"><span class="pre">-29</span></tt>. Integer literal must be decimal. Octal notation,
@@ -144,7 +144,7 @@ hex and so on can't be used.</p>
144
144
  <tt class="docutils literal"><span class="pre">-9223372036854775808</span></tt> (<tt class="docutils literal"><span class="pre">=</span> <span class="pre">-(2</span> <span class="pre">**</span> <span class="pre">63)</span></tt>).</p>
145
145
  </div>
146
146
  <div class="section" id="float">
147
- <h3>8.11.2.2.2. Float<a class="headerlink" href="#float" title="Permalink to this headline">¶</a></h3>
147
+ <h3>8.10.2.2.2. Float<a class="headerlink" href="#float" title="Permalink to this headline">¶</a></h3>
148
148
  <p>Float literal is sequence of <tt class="docutils literal"><span class="pre">0</span></tt> to <tt class="docutils literal"><span class="pre">9</span></tt>, <tt class="docutils literal"><span class="pre">.</span></tt> and <tt class="docutils literal"><span class="pre">0</span></tt> to <tt class="docutils literal"><span class="pre">9</span></tt>
149
149
  such as <tt class="docutils literal"><span class="pre">3.14</span></tt>. <tt class="docutils literal"><span class="pre">+</span></tt> or <tt class="docutils literal"><span class="pre">-</span></tt> can be prepended as sign such as
150
150
  <tt class="docutils literal"><span class="pre">+3.14</span></tt> and <tt class="docutils literal"><span class="pre">-3.14</span></tt>. <tt class="docutils literal"><span class="pre">${RADIX}e${EXPORNENTIAL}</span></tt> and
@@ -152,7 +152,7 @@ such as <tt class="docutils literal"><span class="pre">3.14</span></tt>. <tt cla
152
152
  <tt class="docutils literal"><span class="pre">314e-2</span></tt> is the same as <tt class="docutils literal"><span class="pre">3.14</span></tt>.</p>
153
153
  </div>
154
154
  <div class="section" id="string">
155
- <h3>8.11.2.2.3. String<a class="headerlink" href="#string" title="Permalink to this headline">¶</a></h3>
155
+ <h3>8.10.2.2.3. String<a class="headerlink" href="#string" title="Permalink to this headline">¶</a></h3>
156
156
  <p>String literal is <tt class="docutils literal"><span class="pre">&quot;...&quot;</span></tt>. You need to escape <tt class="docutils literal"><span class="pre">&quot;</span></tt> in literal by
157
157
  prepending <tt class="docutils literal"><span class="pre">\\''</span> <span class="pre">such</span> <span class="pre">as</span> <span class="pre">``\&quot;</span></tt>. For example, <tt class="docutils literal"><span class="pre">&quot;Say</span> <span class="pre">\&quot;Hello!\&quot;.&quot;</span></tt> is
158
158
  a literal for <tt class="docutils literal"><span class="pre">Say</span> <span class="pre">&quot;Hello!&quot;.</span></tt> string.</p>
@@ -162,17 +162,17 @@ configure option, <tt class="docutils literal"><span class="pre">--encodiong</sp
162
162
  and so on.</p>
163
163
  </div>
164
164
  <div class="section" id="boolean">
165
- <h3>8.11.2.2.4. Boolean<a class="headerlink" href="#boolean" title="Permalink to this headline">¶</a></h3>
165
+ <h3>8.10.2.2.4. Boolean<a class="headerlink" href="#boolean" title="Permalink to this headline">¶</a></h3>
166
166
  <p>Boolean literal is <tt class="docutils literal"><span class="pre">true</span></tt> and <tt class="docutils literal"><span class="pre">false</span></tt>. <tt class="docutils literal"><span class="pre">true</span></tt> means true and
167
167
  <tt class="docutils literal"><span class="pre">false</span></tt> means false.</p>
168
168
  </div>
169
169
  <div class="section" id="null">
170
- <h3>8.11.2.2.5. Null<a class="headerlink" href="#null" title="Permalink to this headline">¶</a></h3>
170
+ <h3>8.10.2.2.5. Null<a class="headerlink" href="#null" title="Permalink to this headline">¶</a></h3>
171
171
  <p>Null literal is <tt class="docutils literal"><span class="pre">null</span></tt>. Groonga doesn't support null value but null
172
172
  literal is supported.</p>
173
173
  </div>
174
174
  <div class="section" id="time">
175
- <h3>8.11.2.2.6. Time<a class="headerlink" href="#time" title="Permalink to this headline">¶</a></h3>
175
+ <h3>8.10.2.2.6. Time<a class="headerlink" href="#time" title="Permalink to this headline">¶</a></h3>
176
176
  <div class="admonition note">
177
177
  <p class="first admonition-title">Note</p>
178
178
  <p class="last">This is the groonga original notation.</p>
@@ -194,7 +194,7 @@ have elapsed since midnight UTC, January 1, 1970. For example,
194
194
  format.</p>
195
195
  </div>
196
196
  <div class="section" id="geo-point">
197
- <h3>8.11.2.2.7. Geo point<a class="headerlink" href="#geo-point" title="Permalink to this headline">¶</a></h3>
197
+ <h3>8.10.2.2.7. Geo point<a class="headerlink" href="#geo-point" title="Permalink to this headline">¶</a></h3>
198
198
  <div class="admonition note">
199
199
  <p class="first admonition-title">Note</p>
200
200
  <p class="last">This is the groonga original notation.</p>
@@ -213,17 +213,17 @@ format.</p>
213
213
  be represented in milliseconds or degree.</p>
214
214
  </div>
215
215
  <div class="section" id="array">
216
- <h3>8.11.2.2.8. Array<a class="headerlink" href="#array" title="Permalink to this headline">¶</a></h3>
216
+ <h3>8.10.2.2.8. Array<a class="headerlink" href="#array" title="Permalink to this headline">¶</a></h3>
217
217
  <p>Array literal is <tt class="docutils literal"><span class="pre">[element1,</span> <span class="pre">element2,</span> <span class="pre">...]</span></tt>.</p>
218
218
  </div>
219
219
  <div class="section" id="object-literal">
220
- <h3>8.11.2.2.9. Object literal<a class="headerlink" href="#object-literal" title="Permalink to this headline">¶</a></h3>
220
+ <h3>8.10.2.2.9. Object literal<a class="headerlink" href="#object-literal" title="Permalink to this headline">¶</a></h3>
221
221
  <p>Object literal is <tt class="docutils literal"><span class="pre">{name1:</span> <span class="pre">value1,</span> <span class="pre">name2:</span> <span class="pre">value2,</span> <span class="pre">...}</span></tt>. Groonga
222
222
  doesn't support object literal yet.</p>
223
223
  </div>
224
224
  </div>
225
225
  <div class="section" id="control-syntaxes">
226
- <h2>8.11.2.3. Control syntaxes<a class="headerlink" href="#control-syntaxes" title="Permalink to this headline">¶</a></h2>
226
+ <h2>8.10.2.3. Control syntaxes<a class="headerlink" href="#control-syntaxes" title="Permalink to this headline">¶</a></h2>
227
227
  <p>Script syntax doesn't support statement. So you cannot use control
228
228
  statement such as <tt class="docutils literal"><span class="pre">if</span></tt>. You can only use <tt class="docutils literal"><span class="pre">A</span> <span class="pre">?</span> <span class="pre">B</span> <span class="pre">:</span> <span class="pre">C</span></tt> expression as
229
229
  control syntax.</p>
@@ -288,7 +288,7 @@ and <tt class="docutils literal"><span class="pre">n_likes</span></tt> column va
288
288
  not equal to 1 and <tt class="docutils literal"><span class="pre">n_likes</span></tt> column value is equal to <tt class="docutils literal"><span class="pre">3</span></tt>.</p>
289
289
  </div>
290
290
  <div class="section" id="grouping">
291
- <h2>8.11.2.4. Grouping<a class="headerlink" href="#grouping" title="Permalink to this headline">¶</a></h2>
291
+ <h2>8.10.2.4. Grouping<a class="headerlink" href="#grouping" title="Permalink to this headline">¶</a></h2>
292
292
  <p>Its syntax is <tt class="docutils literal"><span class="pre">(...)</span></tt>. <tt class="docutils literal"><span class="pre">...</span></tt> is comma separated expression list.</p>
293
293
  <p><tt class="docutils literal"><span class="pre">(...)</span></tt> groups one ore more expressions and they can be processed as
294
294
  an expression. <tt class="docutils literal"><span class="pre">a</span> <span class="pre">&amp;&amp;</span> <span class="pre">b</span> <span class="pre">||</span> <span class="pre">c</span></tt> means that <tt class="docutils literal"><span class="pre">a</span></tt> and <tt class="docutils literal"><span class="pre">b</span></tt> are matched
@@ -396,7 +396,7 @@ select Entries --filter &#39;n_likes &lt; 5 &amp;&amp; (content @ &quot;senna&qu
396
396
  matched.</p>
397
397
  </div>
398
398
  <div class="section" id="function-call">
399
- <h2>8.11.2.5. Function call<a class="headerlink" href="#function-call" title="Permalink to this headline">¶</a></h2>
399
+ <h2>8.10.2.5. Function call<a class="headerlink" href="#function-call" title="Permalink to this headline">¶</a></h2>
400
400
  <p>Its syntax is <tt class="docutils literal"><span class="pre">name(arugment1,</span> <span class="pre">argument2,</span> <span class="pre">...)</span></tt>.</p>
401
401
  <p><tt class="docutils literal"><span class="pre">name(argument1,</span> <span class="pre">argument2,</span> <span class="pre">...)</span></tt> calls a function that is named
402
402
  <tt class="docutils literal"><span class="pre">name</span></tt> with arguments <tt class="docutils literal"><span class="pre">argument1</span></tt>, <tt class="docutils literal"><span class="pre">argument2</span></tt> and <tt class="docutils literal"><span class="pre">...</span></tt>.</p>
@@ -458,13 +458,13 @@ treated as similar. In this case, <tt class="docutils literal"><span class="pre"
458
458
  treated as similar.</p>
459
459
  </div>
460
460
  <div class="section" id="basic-operators">
461
- <h2>8.11.2.6. Basic operators<a class="headerlink" href="#basic-operators" title="Permalink to this headline">¶</a></h2>
461
+ <h2>8.10.2.6. Basic operators<a class="headerlink" href="#basic-operators" title="Permalink to this headline">¶</a></h2>
462
462
  <p>Groonga supports operators defined in ECMAScript.</p>
463
463
  <div class="section" id="arithmetic-operators">
464
- <h3>8.11.2.6.1. Arithmetic operators<a class="headerlink" href="#arithmetic-operators" title="Permalink to this headline">¶</a></h3>
464
+ <h3>8.10.2.6.1. Arithmetic operators<a class="headerlink" href="#arithmetic-operators" title="Permalink to this headline">¶</a></h3>
465
465
  <p>Here are arithmetic operators.</p>
466
466
  <div class="section" id="addition-operator">
467
- <h4>8.11.2.6.1.1. Addition operator<a class="headerlink" href="#addition-operator" title="Permalink to this headline">¶</a></h4>
467
+ <h4>8.10.2.6.1.1. Addition operator<a class="headerlink" href="#addition-operator" title="Permalink to this headline">¶</a></h4>
468
468
  <p>Its syntax is <tt class="docutils literal"><span class="pre">number1</span> <span class="pre">+</span> <span class="pre">number2</span></tt>.</p>
469
469
  <p>The operator adds <tt class="docutils literal"><span class="pre">number1</span></tt> and <tt class="docutils literal"><span class="pre">number2</span></tt> and returns the result.</p>
470
470
  <p>Here is a simple example.</p>
@@ -514,7 +514,7 @@ treated as similar.</p>
514
514
  to <tt class="docutils literal"><span class="pre">15</span></tt> (= <tt class="docutils literal"><span class="pre">10</span> <span class="pre">+</span> <span class="pre">5</span></tt>).</p>
515
515
  </div>
516
516
  <div class="section" id="subtraction-operator">
517
- <h4>8.11.2.6.1.2. Subtraction operator<a class="headerlink" href="#subtraction-operator" title="Permalink to this headline">¶</a></h4>
517
+ <h4>8.10.2.6.1.2. Subtraction operator<a class="headerlink" href="#subtraction-operator" title="Permalink to this headline">¶</a></h4>
518
518
  <p>Its syntax is <tt class="docutils literal"><span class="pre">number1</span> <span class="pre">-</span> <span class="pre">number2</span></tt>.</p>
519
519
  <p>The operator subtracts <tt class="docutils literal"><span class="pre">number2</span></tt> from <tt class="docutils literal"><span class="pre">number1</span></tt> and returns the result.</p>
520
520
  <p>Here is a simple example.</p>
@@ -564,7 +564,7 @@ to <tt class="docutils literal"><span class="pre">15</span></tt> (= <tt class="d
564
564
  to <tt class="docutils literal"><span class="pre">15</span></tt> (= <tt class="docutils literal"><span class="pre">20</span> <span class="pre">-</span> <span class="pre">5</span></tt>).</p>
565
565
  </div>
566
566
  <div class="section" id="multiplication-operator">
567
- <h4>8.11.2.6.1.3. Multiplication operator<a class="headerlink" href="#multiplication-operator" title="Permalink to this headline">¶</a></h4>
567
+ <h4>8.10.2.6.1.3. Multiplication operator<a class="headerlink" href="#multiplication-operator" title="Permalink to this headline">¶</a></h4>
568
568
  <p>Its syntax is <tt class="docutils literal"><span class="pre">number1</span> <span class="pre">*</span> <span class="pre">number2</span></tt>.</p>
569
569
  <p>The operator multiplies <tt class="docutils literal"><span class="pre">number1</span></tt> and <tt class="docutils literal"><span class="pre">number2</span></tt> and returns the result.</p>
570
570
  <p>Here is a simple example.</p>
@@ -614,7 +614,7 @@ to <tt class="docutils literal"><span class="pre">15</span></tt> (= <tt class="d
614
614
  to <tt class="docutils literal"><span class="pre">15</span></tt> (= <tt class="docutils literal"><span class="pre">3</span> <span class="pre">*</span> <span class="pre">5</span></tt>).</p>
615
615
  </div>
616
616
  <div class="section" id="division-operator">
617
- <h4>8.11.2.6.1.4. Division operator<a class="headerlink" href="#division-operator" title="Permalink to this headline">¶</a></h4>
617
+ <h4>8.10.2.6.1.4. Division operator<a class="headerlink" href="#division-operator" title="Permalink to this headline">¶</a></h4>
618
618
  <p>Its syntax is <tt class="docutils literal"><span class="pre">number1</span> <span class="pre">/</span> <span class="pre">number2</span></tt> and <tt class="docutils literal"><span class="pre">number1</span> <span class="pre">%</span> <span class="pre">number2</span></tt>.</p>
619
619
  <p>The operator divides <tt class="docutils literal"><span class="pre">number2</span></tt> by <tt class="docutils literal"><span class="pre">number1</span></tt>. <tt class="docutils literal"><span class="pre">/</span></tt> returns the
620
620
  quotient of result. <tt class="docutils literal"><span class="pre">%</span></tt> returns the remainder of result.</p>
@@ -716,10 +716,10 @@ to <tt class="docutils literal"><span class="pre">5</span></tt> (= <tt class="do
716
716
  </div>
717
717
  </div>
718
718
  <div class="section" id="logical-operators">
719
- <h3>8.11.2.6.2. Logical operators<a class="headerlink" href="#logical-operators" title="Permalink to this headline">¶</a></h3>
719
+ <h3>8.10.2.6.2. Logical operators<a class="headerlink" href="#logical-operators" title="Permalink to this headline">¶</a></h3>
720
720
  <p>Here are logical operators.</p>
721
721
  <div class="section" id="logical-not-operator">
722
- <h4>8.11.2.6.2.1. Logical NOT operator<a class="headerlink" href="#logical-not-operator" title="Permalink to this headline">¶</a></h4>
722
+ <h4>8.10.2.6.2.1. Logical NOT operator<a class="headerlink" href="#logical-not-operator" title="Permalink to this headline">¶</a></h4>
723
723
  <p>Its syntax is <tt class="docutils literal"><span class="pre">!condition</span></tt>.</p>
724
724
  <p>The operator inverts boolean value of <tt class="docutils literal"><span class="pre">condition</span></tt>.</p>
725
725
  <p>Here is a simple example.</p>
@@ -787,7 +787,7 @@ to <tt class="docutils literal"><span class="pre">5</span></tt> (= <tt class="do
787
787
  equal to <tt class="docutils literal"><span class="pre">5</span></tt>.</p>
788
788
  </div>
789
789
  <div class="section" id="logical-and-operator">
790
- <h4>8.11.2.6.2.2. Logical AND operator<a class="headerlink" href="#logical-and-operator" title="Permalink to this headline">¶</a></h4>
790
+ <h4>8.10.2.6.2.2. Logical AND operator<a class="headerlink" href="#logical-and-operator" title="Permalink to this headline">¶</a></h4>
791
791
  <p>Its syntax is <tt class="docutils literal"><span class="pre">condition1</span> <span class="pre">&amp;&amp;</span> <span class="pre">condition2</span></tt>.</p>
792
792
  <p>The operator returns true if both of <tt class="docutils literal"><span class="pre">condition1</span></tt> and
793
793
  <tt class="docutils literal"><span class="pre">condition2</span></tt> are true, false otherwise.</p>
@@ -845,7 +845,7 @@ word <tt class="docutils literal"><span class="pre">fast</span></tt> and <tt cla
845
845
  <tt class="docutils literal"><span class="pre">10</span></tt>.</p>
846
846
  </div>
847
847
  <div class="section" id="logical-or-operator">
848
- <h4>8.11.2.6.2.3. Logical OR operator<a class="headerlink" href="#logical-or-operator" title="Permalink to this headline">¶</a></h4>
848
+ <h4>8.10.2.6.2.3. Logical OR operator<a class="headerlink" href="#logical-or-operator" title="Permalink to this headline">¶</a></h4>
849
849
  <p>Its syntax is <tt class="docutils literal"><span class="pre">condition1</span> <span class="pre">||</span> <span class="pre">condition2</span></tt>.</p>
850
850
  <p>The operator returns true if either <tt class="docutils literal"><span class="pre">condition1</span></tt> or <tt class="docutils literal"><span class="pre">condition2</span></tt> is
851
851
  true, false otherwise.</p>
@@ -902,7 +902,7 @@ true, false otherwise.</p>
902
902
  to <tt class="docutils literal"><span class="pre">5</span></tt> or <tt class="docutils literal"><span class="pre">10</span></tt>.</p>
903
903
  </div>
904
904
  <div class="section" id="logical-and-not-operator">
905
- <h4>8.11.2.6.2.4. Logical AND NOT operator<a class="headerlink" href="#logical-and-not-operator" title="Permalink to this headline">¶</a></h4>
905
+ <h4>8.10.2.6.2.4. Logical AND NOT operator<a class="headerlink" href="#logical-and-not-operator" title="Permalink to this headline">¶</a></h4>
906
906
  <p>Its syntax is <tt class="docutils literal"><span class="pre">condition1</span> <span class="pre">&amp;!</span> <span class="pre">condition2</span></tt>.</p>
907
907
  <p>The operator returns true if <tt class="docutils literal"><span class="pre">condition1</span></tt> is true but <tt class="docutils literal"><span class="pre">condition2</span></tt>
908
908
  is false, false otherwise. It returns difference set.</p>
@@ -954,10 +954,10 @@ word <tt class="docutils literal"><span class="pre">fast</span></tt> but doesn't
954
954
  </div>
955
955
  </div>
956
956
  <div class="section" id="bitwise-operators">
957
- <h3>8.11.2.6.3. Bitwise operators<a class="headerlink" href="#bitwise-operators" title="Permalink to this headline">¶</a></h3>
957
+ <h3>8.10.2.6.3. Bitwise operators<a class="headerlink" href="#bitwise-operators" title="Permalink to this headline">¶</a></h3>
958
958
  <p>Here are bitwise operators.</p>
959
959
  <div class="section" id="bitwise-not-operator">
960
- <h4>8.11.2.6.3.1. Bitwise NOT operator<a class="headerlink" href="#bitwise-not-operator" title="Permalink to this headline">¶</a></h4>
960
+ <h4>8.10.2.6.3.1. Bitwise NOT operator<a class="headerlink" href="#bitwise-not-operator" title="Permalink to this headline">¶</a></h4>
961
961
  <p>Its syntax is <tt class="docutils literal"><span class="pre">~number</span></tt>.</p>
962
962
  <p>The operator returns bitwise NOT of <tt class="docutils literal"><span class="pre">number</span></tt>.</p>
963
963
  <p>Here is a simple example.</p>
@@ -1007,7 +1007,7 @@ word <tt class="docutils literal"><span class="pre">fast</span></tt> but doesn't
1007
1007
  to <tt class="docutils literal"><span class="pre">5</span></tt> because bitwise NOT of <tt class="docutils literal"><span class="pre">5</span></tt> is equal to <tt class="docutils literal"><span class="pre">-6</span></tt>.</p>
1008
1008
  </div>
1009
1009
  <div class="section" id="bitwise-and-operator">
1010
- <h4>8.11.2.6.3.2. Bitwise AND operator<a class="headerlink" href="#bitwise-and-operator" title="Permalink to this headline">¶</a></h4>
1010
+ <h4>8.10.2.6.3.2. Bitwise AND operator<a class="headerlink" href="#bitwise-and-operator" title="Permalink to this headline">¶</a></h4>
1011
1011
  <p>Its syntax is <tt class="docutils literal"><span class="pre">number1</span> <span class="pre">&amp;</span> <span class="pre">number2</span></tt>.</p>
1012
1012
  <p>The operator returns bitwise AND between <tt class="docutils literal"><span class="pre">number1</span></tt> and <tt class="docutils literal"><span class="pre">number2</span></tt>.</p>
1013
1013
  <p>Here is a simple example.</p>
@@ -1078,7 +1078,7 @@ to <tt class="docutils literal"><span class="pre">1</span></tt> and bitwise AND
1078
1078
  </div>
1079
1079
  </div>
1080
1080
  <div class="section" id="bitwise-or-operator">
1081
- <h3>8.11.2.6.4. Bitwise OR operator<a class="headerlink" href="#bitwise-or-operator" title="Permalink to this headline">¶</a></h3>
1081
+ <h3>8.10.2.6.4. Bitwise OR operator<a class="headerlink" href="#bitwise-or-operator" title="Permalink to this headline">¶</a></h3>
1082
1082
  <p>Its syntax is <tt class="docutils literal"><span class="pre">number1</span> <span class="pre">|</span> <span class="pre">number2</span></tt>.</p>
1083
1083
  <p>The operator returns bitwise OR between <tt class="docutils literal"><span class="pre">number1</span></tt> and <tt class="docutils literal"><span class="pre">number2</span></tt>.</p>
1084
1084
  <p>Here is a simple example.</p>
@@ -1128,7 +1128,7 @@ to <tt class="docutils literal"><span class="pre">1</span></tt> and bitwise AND
1128
1128
  to <tt class="docutils literal"><span class="pre">5</span></tt> (= <tt class="docutils literal"><span class="pre">1</span> <span class="pre">|</span> <span class="pre">4</span></tt>).</p>
1129
1129
  </div>
1130
1130
  <div class="section" id="bitwise-xor-operator">
1131
- <h3>8.11.2.6.5. Bitwise XOR operator<a class="headerlink" href="#bitwise-xor-operator" title="Permalink to this headline">¶</a></h3>
1131
+ <h3>8.10.2.6.5. Bitwise XOR operator<a class="headerlink" href="#bitwise-xor-operator" title="Permalink to this headline">¶</a></h3>
1132
1132
  <p>Its syntax is <tt class="docutils literal"><span class="pre">number1</span> <span class="pre">^</span> <span class="pre">number2</span></tt>.</p>
1133
1133
  <p>The operator returns bitwise XOR between <tt class="docutils literal"><span class="pre">number1</span></tt> and <tt class="docutils literal"><span class="pre">number2</span></tt>.</p>
1134
1134
  <p>Here is a simple example.</p>
@@ -1178,10 +1178,10 @@ to <tt class="docutils literal"><span class="pre">5</span></tt> (= <tt class="do
1178
1178
  to <tt class="docutils literal"><span class="pre">5</span></tt> (= <tt class="docutils literal"><span class="pre">10</span> <span class="pre">^</span> <span class="pre">15</span></tt>).</p>
1179
1179
  </div>
1180
1180
  <div class="section" id="shift-operators">
1181
- <h3>8.11.2.6.6. Shift operators<a class="headerlink" href="#shift-operators" title="Permalink to this headline">¶</a></h3>
1181
+ <h3>8.10.2.6.6. Shift operators<a class="headerlink" href="#shift-operators" title="Permalink to this headline">¶</a></h3>
1182
1182
  <p>Here are shift operators.</p>
1183
1183
  <div class="section" id="left-shift-operator">
1184
- <h4>8.11.2.6.6.1. Left shift operator<a class="headerlink" href="#left-shift-operator" title="Permalink to this headline">¶</a></h4>
1184
+ <h4>8.10.2.6.6.1. Left shift operator<a class="headerlink" href="#left-shift-operator" title="Permalink to this headline">¶</a></h4>
1185
1185
  <p>Its syntax is <tt class="docutils literal"><span class="pre">number1</span> <span class="pre">&lt;&lt;</span> <span class="pre">number2</span></tt>.</p>
1186
1186
  <p>The operator performs a bitwise left shift operation on <tt class="docutils literal"><span class="pre">number1</span></tt> by
1187
1187
  <tt class="docutils literal"><span class="pre">number2</span></tt>.</p>
@@ -1232,7 +1232,7 @@ to <tt class="docutils literal"><span class="pre">5</span></tt> (= <tt class="do
1232
1232
  to <tt class="docutils literal"><span class="pre">10</span></tt> (= <tt class="docutils literal"><span class="pre">5</span> <span class="pre">&lt;&lt;</span> <span class="pre">1</span></tt>).</p>
1233
1233
  </div>
1234
1234
  <div class="section" id="signed-right-shift-operator">
1235
- <h4>8.11.2.6.6.2. Signed right shift operator<a class="headerlink" href="#signed-right-shift-operator" title="Permalink to this headline">¶</a></h4>
1235
+ <h4>8.10.2.6.6.2. Signed right shift operator<a class="headerlink" href="#signed-right-shift-operator" title="Permalink to this headline">¶</a></h4>
1236
1236
  <p>Its syntax is <tt class="docutils literal"><span class="pre">number1</span> <span class="pre">&gt;&gt;</span> <span class="pre">number2</span></tt>.</p>
1237
1237
  <p>The operator shifts bits of <tt class="docutils literal"><span class="pre">number1</span></tt> to right by <tt class="docutils literal"><span class="pre">number2</span></tt>. The sign
1238
1238
  of the result is the same as <tt class="docutils literal"><span class="pre">number1</span></tt>.</p>
@@ -1283,7 +1283,7 @@ of the result is the same as <tt class="docutils literal"><span class="pre">numb
1283
1283
  to <tt class="docutils literal"><span class="pre">5</span></tt> (= <tt class="docutils literal"><span class="pre">-(-10</span> <span class="pre">&gt;&gt;</span> <span class="pre">1)</span></tt> = <tt class="docutils literal"><span class="pre">-(-5)</span></tt>).</p>
1284
1284
  </div>
1285
1285
  <div class="section" id="unsigned-right-shift-operator">
1286
- <h4>8.11.2.6.6.3. Unsigned right shift operator<a class="headerlink" href="#unsigned-right-shift-operator" title="Permalink to this headline">¶</a></h4>
1286
+ <h4>8.10.2.6.6.3. Unsigned right shift operator<a class="headerlink" href="#unsigned-right-shift-operator" title="Permalink to this headline">¶</a></h4>
1287
1287
  <p>Its syntax is <tt class="docutils literal"><span class="pre">number1</span> <span class="pre">&gt;&gt;&gt;</span> <span class="pre">number2</span></tt>.</p>
1288
1288
  <p>The operator shifts bits of <tt class="docutils literal"><span class="pre">number1</span></tt> to right by <tt class="docutils literal"><span class="pre">number2</span></tt>. The
1289
1289
  leftmost <tt class="docutils literal"><span class="pre">number2</span></tt> bits are filled by <tt class="docutils literal"><span class="pre">0</span></tt>.</p>
@@ -1335,10 +1335,10 @@ to <tt class="docutils literal"><span class="pre">5</span></tt> (= <tt class="do
1335
1335
  </div>
1336
1336
  </div>
1337
1337
  <div class="section" id="comparison-operators">
1338
- <h3>8.11.2.6.7. Comparison operators<a class="headerlink" href="#comparison-operators" title="Permalink to this headline">¶</a></h3>
1338
+ <h3>8.10.2.6.7. Comparison operators<a class="headerlink" href="#comparison-operators" title="Permalink to this headline">¶</a></h3>
1339
1339
  <p>Here are comparison operators.</p>
1340
1340
  <div class="section" id="equal-operator">
1341
- <h4>8.11.2.6.7.1. Equal operator<a class="headerlink" href="#equal-operator" title="Permalink to this headline">¶</a></h4>
1341
+ <h4>8.10.2.6.7.1. Equal operator<a class="headerlink" href="#equal-operator" title="Permalink to this headline">¶</a></h4>
1342
1342
  <p>Its syntax is <tt class="docutils literal"><span class="pre">object1</span> <span class="pre">==</span> <span class="pre">object2</span></tt>.</p>
1343
1343
  <p>The operator returns true if <tt class="docutils literal"><span class="pre">object1</span></tt> equals to <tt class="docutils literal"><span class="pre">object2</span></tt>, false
1344
1344
  otherwise.</p>
@@ -1389,7 +1389,7 @@ otherwise.</p>
1389
1389
  to <tt class="docutils literal"><span class="pre">5</span></tt>.</p>
1390
1390
  </div>
1391
1391
  <div class="section" id="not-equal-operator">
1392
- <h4>8.11.2.6.7.2. Not equal operator<a class="headerlink" href="#not-equal-operator" title="Permalink to this headline">¶</a></h4>
1392
+ <h4>8.10.2.6.7.2. Not equal operator<a class="headerlink" href="#not-equal-operator" title="Permalink to this headline">¶</a></h4>
1393
1393
  <p>Its syntax is <tt class="docutils literal"><span class="pre">object1</span> <span class="pre">!=</span> <span class="pre">object2</span></tt>.</p>
1394
1394
  <p>The operator returns true if <tt class="docutils literal"><span class="pre">object1</span></tt> does not equal to
1395
1395
  <tt class="docutils literal"><span class="pre">object2</span></tt>, false otherwise.</p>
@@ -1458,27 +1458,27 @@ to <tt class="docutils literal"><span class="pre">5</span></tt>.</p>
1458
1458
  equal to <tt class="docutils literal"><span class="pre">5</span></tt>.</p>
1459
1459
  </div>
1460
1460
  <div class="section" id="less-than-operator">
1461
- <h4>8.11.2.6.7.3. Less than operator<a class="headerlink" href="#less-than-operator" title="Permalink to this headline">¶</a></h4>
1461
+ <h4>8.10.2.6.7.3. Less than operator<a class="headerlink" href="#less-than-operator" title="Permalink to this headline">¶</a></h4>
1462
1462
  <p>TODO: ...</p>
1463
1463
  </div>
1464
1464
  <div class="section" id="less-than-or-equal-to-operator">
1465
- <h4>8.11.2.6.7.4. Less than or equal to operator<a class="headerlink" href="#less-than-or-equal-to-operator" title="Permalink to this headline">¶</a></h4>
1465
+ <h4>8.10.2.6.7.4. Less than or equal to operator<a class="headerlink" href="#less-than-or-equal-to-operator" title="Permalink to this headline">¶</a></h4>
1466
1466
  <p>TODO: ...</p>
1467
1467
  </div>
1468
1468
  <div class="section" id="greater-than-operator">
1469
- <h4>8.11.2.6.7.5. Greater than operator<a class="headerlink" href="#greater-than-operator" title="Permalink to this headline">¶</a></h4>
1469
+ <h4>8.10.2.6.7.5. Greater than operator<a class="headerlink" href="#greater-than-operator" title="Permalink to this headline">¶</a></h4>
1470
1470
  <p>TODO: ...</p>
1471
1471
  </div>
1472
1472
  <div class="section" id="greater-than-or-equal-to-operator">
1473
- <h4>8.11.2.6.7.6. Greater than or equal to operator<a class="headerlink" href="#greater-than-or-equal-to-operator" title="Permalink to this headline">¶</a></h4>
1473
+ <h4>8.10.2.6.7.6. Greater than or equal to operator<a class="headerlink" href="#greater-than-or-equal-to-operator" title="Permalink to this headline">¶</a></h4>
1474
1474
  <p>TODO: ...</p>
1475
1475
  </div>
1476
1476
  </div>
1477
1477
  </div>
1478
1478
  <div class="section" id="assignment-operators">
1479
- <h2>8.11.2.7. Assignment operators<a class="headerlink" href="#assignment-operators" title="Permalink to this headline">¶</a></h2>
1479
+ <h2>8.10.2.7. Assignment operators<a class="headerlink" href="#assignment-operators" title="Permalink to this headline">¶</a></h2>
1480
1480
  <div class="section" id="addition-assignment-operator">
1481
- <h3>8.11.2.7.1. Addition assignment operator<a class="headerlink" href="#addition-assignment-operator" title="Permalink to this headline">¶</a></h3>
1481
+ <h3>8.10.2.7.1. Addition assignment operator<a class="headerlink" href="#addition-assignment-operator" title="Permalink to this headline">¶</a></h3>
1482
1482
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">+=</span> <span class="pre">column2</span></tt>.</p>
1483
1483
  <p>The operator performs addition assginment operation on column1 by column2.</p>
1484
1484
  <p>Execution example:</p>
@@ -1545,7 +1545,7 @@ is 3.</p>
1545
1545
  <p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">+</span> <span class="pre">3</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
1546
1546
  </div>
1547
1547
  <div class="section" id="subtraction-assignment-operator">
1548
- <h3>8.11.2.7.2. Subtraction assignment operator<a class="headerlink" href="#subtraction-assignment-operator" title="Permalink to this headline">¶</a></h3>
1548
+ <h3>8.10.2.7.2. Subtraction assignment operator<a class="headerlink" href="#subtraction-assignment-operator" title="Permalink to this headline">¶</a></h3>
1549
1549
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">-=</span> <span class="pre">column2</span></tt>.</p>
1550
1550
  <p>The operator performs subtraction assginment operation on column1 by column2.</p>
1551
1551
  <p>Execution example:</p>
@@ -1612,7 +1612,7 @@ is 3.</p>
1612
1612
  <p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">-</span> <span class="pre">3</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
1613
1613
  </div>
1614
1614
  <div class="section" id="multiplication-assignment-operator">
1615
- <h3>8.11.2.7.3. Multiplication assignment operator<a class="headerlink" href="#multiplication-assignment-operator" title="Permalink to this headline">¶</a></h3>
1615
+ <h3>8.10.2.7.3. Multiplication assignment operator<a class="headerlink" href="#multiplication-assignment-operator" title="Permalink to this headline">¶</a></h3>
1616
1616
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">*=</span> <span class="pre">column2</span></tt>.</p>
1617
1617
  <p>The operator performs multiplication assginment operation on column1 by column2.</p>
1618
1618
  <p>Execution example:</p>
@@ -1679,7 +1679,7 @@ is 3.</p>
1679
1679
  <p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">*</span> <span class="pre">3</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
1680
1680
  </div>
1681
1681
  <div class="section" id="division-assignment-operator">
1682
- <h3>8.11.2.7.4. Division assignment operator<a class="headerlink" href="#division-assignment-operator" title="Permalink to this headline">¶</a></h3>
1682
+ <h3>8.10.2.7.4. Division assignment operator<a class="headerlink" href="#division-assignment-operator" title="Permalink to this headline">¶</a></h3>
1683
1683
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">/=</span> <span class="pre">column2</span></tt>.</p>
1684
1684
  <p>The operator performs division assginment operation on column1 by column2.</p>
1685
1685
  <p>Execution example:</p>
@@ -1746,7 +1746,7 @@ is 3.</p>
1746
1746
  <p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">/</span> <span class="pre">3</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
1747
1747
  </div>
1748
1748
  <div class="section" id="modulo-assignment-operator">
1749
- <h3>8.11.2.7.5. Modulo assignment operator<a class="headerlink" href="#modulo-assignment-operator" title="Permalink to this headline">¶</a></h3>
1749
+ <h3>8.10.2.7.5. Modulo assignment operator<a class="headerlink" href="#modulo-assignment-operator" title="Permalink to this headline">¶</a></h3>
1750
1750
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">%=</span> <span class="pre">column2</span></tt>.</p>
1751
1751
  <p>The operator performs modulo assginment operation on column1 by column2.</p>
1752
1752
  <p>Execution example:</p>
@@ -1813,7 +1813,7 @@ is 3.</p>
1813
1813
  <p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">%</span> <span class="pre">3</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
1814
1814
  </div>
1815
1815
  <div class="section" id="bitwise-left-shift-assignment-operator">
1816
- <h3>8.11.2.7.6. Bitwise left shift assignment operator<a class="headerlink" href="#bitwise-left-shift-assignment-operator" title="Permalink to this headline">¶</a></h3>
1816
+ <h3>8.10.2.7.6. Bitwise left shift assignment operator<a class="headerlink" href="#bitwise-left-shift-assignment-operator" title="Permalink to this headline">¶</a></h3>
1817
1817
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">&lt;&lt;=</span> <span class="pre">column2</span></tt>.</p>
1818
1818
  <p>The operator performs left shift assginment operation on column1 by column2.</p>
1819
1819
  <p>Execution example:</p>
@@ -1880,17 +1880,17 @@ is 3.</p>
1880
1880
  <p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">&lt;&lt;</span> <span class="pre">3</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
1881
1881
  </div>
1882
1882
  <div class="section" id="bitwise-signed-right-shift-assignment-operator">
1883
- <h3>8.11.2.7.7. Bitwise signed right shift assignment operator<a class="headerlink" href="#bitwise-signed-right-shift-assignment-operator" title="Permalink to this headline">¶</a></h3>
1883
+ <h3>8.10.2.7.7. Bitwise signed right shift assignment operator<a class="headerlink" href="#bitwise-signed-right-shift-assignment-operator" title="Permalink to this headline">¶</a></h3>
1884
1884
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column2</span> <span class="pre">&gt;&gt;=</span> <span class="pre">column2</span></tt>.</p>
1885
1885
  <p>The operator performs signed right shift assginment operation on column1 by column2.</p>
1886
1886
  </div>
1887
1887
  <div class="section" id="bitwise-unsigned-right-shift-assignment-operator">
1888
- <h3>8.11.2.7.8. Bitwise unsigned right shift assignment operator<a class="headerlink" href="#bitwise-unsigned-right-shift-assignment-operator" title="Permalink to this headline">¶</a></h3>
1888
+ <h3>8.10.2.7.8. Bitwise unsigned right shift assignment operator<a class="headerlink" href="#bitwise-unsigned-right-shift-assignment-operator" title="Permalink to this headline">¶</a></h3>
1889
1889
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">&gt;&gt;&gt;=</span> <span class="pre">column2</span></tt>.</p>
1890
1890
  <p>The operator performs unsigned right shift assginment operation on column1 by column2.</p>
1891
1891
  </div>
1892
1892
  <div class="section" id="bitwise-and-assignment-operator">
1893
- <h3>8.11.2.7.9. Bitwise AND assignment operator<a class="headerlink" href="#bitwise-and-assignment-operator" title="Permalink to this headline">¶</a></h3>
1893
+ <h3>8.10.2.7.9. Bitwise AND assignment operator<a class="headerlink" href="#bitwise-and-assignment-operator" title="Permalink to this headline">¶</a></h3>
1894
1894
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">&amp;=</span> <span class="pre">column2</span></tt>.</p>
1895
1895
  <p>The operator performs bitwise AND assignment operation on column1 by column2.</p>
1896
1896
  <p>Execution example:</p>
@@ -1957,7 +1957,7 @@ is 10.</p>
1957
1957
  <p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">&amp;</span> <span class="pre">10</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
1958
1958
  </div>
1959
1959
  <div class="section" id="bitwise-or-assignment-operator">
1960
- <h3>8.11.2.7.10. Bitwise OR assignment operator<a class="headerlink" href="#bitwise-or-assignment-operator" title="Permalink to this headline">¶</a></h3>
1960
+ <h3>8.10.2.7.10. Bitwise OR assignment operator<a class="headerlink" href="#bitwise-or-assignment-operator" title="Permalink to this headline">¶</a></h3>
1961
1961
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">|=</span> <span class="pre">column2</span></tt>.</p>
1962
1962
  <p>The operator performs bitwise OR assignment operation on column1 by column2.</p>
1963
1963
  <p>Execution example:</p>
@@ -2024,7 +2024,7 @@ is 10.</p>
2024
2024
  <p>So the expression <tt class="docutils literal"><span class="pre">1</span> <span class="pre">|</span> <span class="pre">10</span></tt> is evaluated and stored to <tt class="docutils literal"><span class="pre">_score</span></tt> column as the execution result.</p>
2025
2025
  </div>
2026
2026
  <div class="section" id="bitwise-xor-assignment-operator">
2027
- <h3>8.11.2.7.11. Bitwise XOR assignment operator<a class="headerlink" href="#bitwise-xor-assignment-operator" title="Permalink to this headline">¶</a></h3>
2027
+ <h3>8.10.2.7.11. Bitwise XOR assignment operator<a class="headerlink" href="#bitwise-xor-assignment-operator" title="Permalink to this headline">¶</a></h3>
2028
2028
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column1</span> <span class="pre">^=</span> <span class="pre">column2</span></tt>.</p>
2029
2029
  <p>The operator performs bitwise XOR assginment operation on column1 by column2.</p>
2030
2030
  <p>Execution example:</p>
@@ -2092,12 +2092,12 @@ is 3.</p>
2092
2092
  </div>
2093
2093
  </div>
2094
2094
  <div class="section" id="original-operators">
2095
- <h2>8.11.2.8. Original operators<a class="headerlink" href="#original-operators" title="Permalink to this headline">¶</a></h2>
2095
+ <h2>8.10.2.8. Original operators<a class="headerlink" href="#original-operators" title="Permalink to this headline">¶</a></h2>
2096
2096
  <p>Script syntax adds the original binary opearators to ECMAScript
2097
2097
  syntax. They operate search specific operations. They are starts with
2098
2098
  <tt class="docutils literal"><span class="pre">&#64;</span></tt> or <tt class="docutils literal"><span class="pre">*</span></tt>.</p>
2099
2099
  <div class="section" id="match-operator">
2100
- <span id="match-oeprator"></span><h3>8.11.2.8.1. Match operator<a class="headerlink" href="#match-operator" title="Permalink to this headline">¶</a></h3>
2100
+ <span id="match-oeprator"></span><h3>8.10.2.8.1. Match operator<a class="headerlink" href="#match-operator" title="Permalink to this headline">¶</a></h3>
2101
2101
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column</span> <span class="pre">&#64;</span> <span class="pre">value</span></tt>.</p>
2102
2102
  <p>The operator searches <tt class="docutils literal"><span class="pre">value</span></tt> by inverted index of <tt class="docutils literal"><span class="pre">column</span></tt>.
2103
2103
  Normally, full text search is operated but tag search can be operated.
@@ -2138,7 +2138,7 @@ Because tag search is also implemented by inverted index.</p>
2138
2138
  <tt class="docutils literal"><span class="pre">content</span></tt> column value.</p>
2139
2139
  </div>
2140
2140
  <div class="section" id="prefix-search-operator">
2141
- <span id="id1"></span><h3>8.11.2.8.2. Prefix search operator<a class="headerlink" href="#prefix-search-operator" title="Permalink to this headline">¶</a></h3>
2141
+ <span id="id1"></span><h3>8.10.2.8.2. Prefix search operator<a class="headerlink" href="#prefix-search-operator" title="Permalink to this headline">¶</a></h3>
2142
2142
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column</span> <span class="pre">&#64;^</span> <span class="pre">value</span></tt>.</p>
2143
2143
  <p>The operator does prefix search with <tt class="docutils literal"><span class="pre">value</span></tt>. Prefix search searches
2144
2144
  records that contain a word that starts with <tt class="docutils literal"><span class="pre">value</span></tt>.</p>
@@ -2187,7 +2187,7 @@ time for large records.</p>
2187
2187
  <tt class="docutils literal"><span class="pre">Good-bye</span> <span class="pre">Tritonn</span></tt> are matched with the expression.</p>
2188
2188
  </div>
2189
2189
  <div class="section" id="suffix-search-operator">
2190
- <span id="id2"></span><h3>8.11.2.8.3. Suffix search operator<a class="headerlink" href="#suffix-search-operator" title="Permalink to this headline">¶</a></h3>
2190
+ <span id="id2"></span><h3>8.10.2.8.3. Suffix search operator<a class="headerlink" href="#suffix-search-operator" title="Permalink to this headline">¶</a></h3>
2191
2191
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column</span> <span class="pre">&#64;$</span> <span class="pre">value</span></tt>.</p>
2192
2192
  <p>This operator does suffix search with <tt class="docutils literal"><span class="pre">value</span></tt>. Suffix search
2193
2193
  searches records that contain a word that ends with <tt class="docutils literal"><span class="pre">value</span></tt>.</p>
@@ -2270,7 +2270,7 @@ in <tt class="docutils literal"><span class="pre">content</span></tt> column val
2270
2270
  with the expression.</p>
2271
2271
  </div>
2272
2272
  <div class="section" id="near-search-operator">
2273
- <span id="id3"></span><h3>8.11.2.8.4. Near search operator<a class="headerlink" href="#near-search-operator" title="Permalink to this headline">¶</a></h3>
2273
+ <span id="id3"></span><h3>8.10.2.8.4. Near search operator<a class="headerlink" href="#near-search-operator" title="Permalink to this headline">¶</a></h3>
2274
2274
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column</span> <span class="pre">*N</span> <span class="pre">&quot;word1</span> <span class="pre">word2</span> <span class="pre">...&quot;</span></tt>.</p>
2275
2275
  <p>The operator does near search with words <tt class="docutils literal"><span class="pre">word1</span> <span class="pre">word2</span> <span class="pre">...</span></tt>. Near
2276
2276
  search searches records that contain the words and the words are
@@ -2355,7 +2355,7 @@ the record that its content is <tt class="docutils literal"><span class="pre">I<
2355
2355
  <tt class="docutils literal"><span class="pre">also</span></tt> and <tt class="docutils literal"><span class="pre">Really</span></tt> is 10.</p>
2356
2356
  </div>
2357
2357
  <div class="section" id="similar-search">
2358
- <span id="similar-search-operator"></span><h3>8.11.2.8.5. Similar search<a class="headerlink" href="#similar-search" title="Permalink to this headline">¶</a></h3>
2358
+ <span id="similar-search-operator"></span><h3>8.10.2.8.5. Similar search<a class="headerlink" href="#similar-search" title="Permalink to this headline">¶</a></h3>
2359
2359
  <p>Its syntax is <tt class="docutils literal"><span class="pre">column</span> <span class="pre">*S</span> <span class="pre">&quot;document&quot;</span></tt>.</p>
2360
2360
  <p>The operator does similar search with document <tt class="docutils literal"><span class="pre">document</span></tt>. Similar
2361
2361
  search searches records that have similar content to
@@ -2398,7 +2398,7 @@ search searches records that have similar content to
2398
2398
  <span class="pre">migrated</span> <span class="pre">all</span> <span class="pre">XXX</span> <span class="pre">system!</span></tt> content are matched.</p>
2399
2399
  </div>
2400
2400
  <div class="section" id="term-extract-operator">
2401
- <span id="id4"></span><h3>8.11.2.8.6. Term extract operator<a class="headerlink" href="#term-extract-operator" title="Permalink to this headline">¶</a></h3>
2401
+ <span id="id4"></span><h3>8.10.2.8.6. Term extract operator<a class="headerlink" href="#term-extract-operator" title="Permalink to this headline">¶</a></h3>
2402
2402
  <p>Its syntax is <tt class="docutils literal"><span class="pre">_key</span> <span class="pre">*T</span> <span class="pre">&quot;document&quot;</span></tt>.</p>
2403
2403
  <p>The operator extracts terms from <tt class="docutils literal"><span class="pre">document</span></tt>. Terms must be
2404
2404
  registered as keys of the table of <tt class="docutils literal"><span class="pre">_key</span></tt>.</p>
@@ -2465,83 +2465,83 @@ are also normalized.</p>
2465
2465
  <div class="sphinxsidebarwrapper">
2466
2466
  <h3><a href="../../index.html">Table Of Contents</a></h3>
2467
2467
  <ul>
2468
- <li><a class="reference internal" href="#">8.11.2. Script syntax</a><ul>
2469
- <li><a class="reference internal" href="#sample-data">8.11.2.1. Sample data</a></li>
2470
- <li><a class="reference internal" href="#literals">8.11.2.2. Literals</a><ul>
2471
- <li><a class="reference internal" href="#integer">8.11.2.2.1. Integer</a></li>
2472
- <li><a class="reference internal" href="#float">8.11.2.2.2. Float</a></li>
2473
- <li><a class="reference internal" href="#string">8.11.2.2.3. String</a></li>
2474
- <li><a class="reference internal" href="#boolean">8.11.2.2.4. Boolean</a></li>
2475
- <li><a class="reference internal" href="#null">8.11.2.2.5. Null</a></li>
2476
- <li><a class="reference internal" href="#time">8.11.2.2.6. Time</a></li>
2477
- <li><a class="reference internal" href="#geo-point">8.11.2.2.7. Geo point</a></li>
2478
- <li><a class="reference internal" href="#array">8.11.2.2.8. Array</a></li>
2479
- <li><a class="reference internal" href="#object-literal">8.11.2.2.9. Object literal</a></li>
2468
+ <li><a class="reference internal" href="#">8.10.2. Script syntax</a><ul>
2469
+ <li><a class="reference internal" href="#sample-data">8.10.2.1. Sample data</a></li>
2470
+ <li><a class="reference internal" href="#literals">8.10.2.2. Literals</a><ul>
2471
+ <li><a class="reference internal" href="#integer">8.10.2.2.1. Integer</a></li>
2472
+ <li><a class="reference internal" href="#float">8.10.2.2.2. Float</a></li>
2473
+ <li><a class="reference internal" href="#string">8.10.2.2.3. String</a></li>
2474
+ <li><a class="reference internal" href="#boolean">8.10.2.2.4. Boolean</a></li>
2475
+ <li><a class="reference internal" href="#null">8.10.2.2.5. Null</a></li>
2476
+ <li><a class="reference internal" href="#time">8.10.2.2.6. Time</a></li>
2477
+ <li><a class="reference internal" href="#geo-point">8.10.2.2.7. Geo point</a></li>
2478
+ <li><a class="reference internal" href="#array">8.10.2.2.8. Array</a></li>
2479
+ <li><a class="reference internal" href="#object-literal">8.10.2.2.9. Object literal</a></li>
2480
2480
  </ul>
2481
2481
  </li>
2482
- <li><a class="reference internal" href="#control-syntaxes">8.11.2.3. Control syntaxes</a></li>
2483
- <li><a class="reference internal" href="#grouping">8.11.2.4. Grouping</a></li>
2484
- <li><a class="reference internal" href="#function-call">8.11.2.5. Function call</a></li>
2485
- <li><a class="reference internal" href="#basic-operators">8.11.2.6. Basic operators</a><ul>
2486
- <li><a class="reference internal" href="#arithmetic-operators">8.11.2.6.1. Arithmetic operators</a><ul>
2487
- <li><a class="reference internal" href="#addition-operator">8.11.2.6.1.1. Addition operator</a></li>
2488
- <li><a class="reference internal" href="#subtraction-operator">8.11.2.6.1.2. Subtraction operator</a></li>
2489
- <li><a class="reference internal" href="#multiplication-operator">8.11.2.6.1.3. Multiplication operator</a></li>
2490
- <li><a class="reference internal" href="#division-operator">8.11.2.6.1.4. Division operator</a></li>
2482
+ <li><a class="reference internal" href="#control-syntaxes">8.10.2.3. Control syntaxes</a></li>
2483
+ <li><a class="reference internal" href="#grouping">8.10.2.4. Grouping</a></li>
2484
+ <li><a class="reference internal" href="#function-call">8.10.2.5. Function call</a></li>
2485
+ <li><a class="reference internal" href="#basic-operators">8.10.2.6. Basic operators</a><ul>
2486
+ <li><a class="reference internal" href="#arithmetic-operators">8.10.2.6.1. Arithmetic operators</a><ul>
2487
+ <li><a class="reference internal" href="#addition-operator">8.10.2.6.1.1. Addition operator</a></li>
2488
+ <li><a class="reference internal" href="#subtraction-operator">8.10.2.6.1.2. Subtraction operator</a></li>
2489
+ <li><a class="reference internal" href="#multiplication-operator">8.10.2.6.1.3. Multiplication operator</a></li>
2490
+ <li><a class="reference internal" href="#division-operator">8.10.2.6.1.4. Division operator</a></li>
2491
2491
  </ul>
2492
2492
  </li>
2493
- <li><a class="reference internal" href="#logical-operators">8.11.2.6.2. Logical operators</a><ul>
2494
- <li><a class="reference internal" href="#logical-not-operator">8.11.2.6.2.1. Logical NOT operator</a></li>
2495
- <li><a class="reference internal" href="#logical-and-operator">8.11.2.6.2.2. Logical AND operator</a></li>
2496
- <li><a class="reference internal" href="#logical-or-operator">8.11.2.6.2.3. Logical OR operator</a></li>
2497
- <li><a class="reference internal" href="#logical-and-not-operator">8.11.2.6.2.4. Logical AND NOT operator</a></li>
2493
+ <li><a class="reference internal" href="#logical-operators">8.10.2.6.2. Logical operators</a><ul>
2494
+ <li><a class="reference internal" href="#logical-not-operator">8.10.2.6.2.1. Logical NOT operator</a></li>
2495
+ <li><a class="reference internal" href="#logical-and-operator">8.10.2.6.2.2. Logical AND operator</a></li>
2496
+ <li><a class="reference internal" href="#logical-or-operator">8.10.2.6.2.3. Logical OR operator</a></li>
2497
+ <li><a class="reference internal" href="#logical-and-not-operator">8.10.2.6.2.4. Logical AND NOT operator</a></li>
2498
2498
  </ul>
2499
2499
  </li>
2500
- <li><a class="reference internal" href="#bitwise-operators">8.11.2.6.3. Bitwise operators</a><ul>
2501
- <li><a class="reference internal" href="#bitwise-not-operator">8.11.2.6.3.1. Bitwise NOT operator</a></li>
2502
- <li><a class="reference internal" href="#bitwise-and-operator">8.11.2.6.3.2. Bitwise AND operator</a></li>
2500
+ <li><a class="reference internal" href="#bitwise-operators">8.10.2.6.3. Bitwise operators</a><ul>
2501
+ <li><a class="reference internal" href="#bitwise-not-operator">8.10.2.6.3.1. Bitwise NOT operator</a></li>
2502
+ <li><a class="reference internal" href="#bitwise-and-operator">8.10.2.6.3.2. Bitwise AND operator</a></li>
2503
2503
  </ul>
2504
2504
  </li>
2505
- <li><a class="reference internal" href="#bitwise-or-operator">8.11.2.6.4. Bitwise OR operator</a></li>
2506
- <li><a class="reference internal" href="#bitwise-xor-operator">8.11.2.6.5. Bitwise XOR operator</a></li>
2507
- <li><a class="reference internal" href="#shift-operators">8.11.2.6.6. Shift operators</a><ul>
2508
- <li><a class="reference internal" href="#left-shift-operator">8.11.2.6.6.1. Left shift operator</a></li>
2509
- <li><a class="reference internal" href="#signed-right-shift-operator">8.11.2.6.6.2. Signed right shift operator</a></li>
2510
- <li><a class="reference internal" href="#unsigned-right-shift-operator">8.11.2.6.6.3. Unsigned right shift operator</a></li>
2505
+ <li><a class="reference internal" href="#bitwise-or-operator">8.10.2.6.4. Bitwise OR operator</a></li>
2506
+ <li><a class="reference internal" href="#bitwise-xor-operator">8.10.2.6.5. Bitwise XOR operator</a></li>
2507
+ <li><a class="reference internal" href="#shift-operators">8.10.2.6.6. Shift operators</a><ul>
2508
+ <li><a class="reference internal" href="#left-shift-operator">8.10.2.6.6.1. Left shift operator</a></li>
2509
+ <li><a class="reference internal" href="#signed-right-shift-operator">8.10.2.6.6.2. Signed right shift operator</a></li>
2510
+ <li><a class="reference internal" href="#unsigned-right-shift-operator">8.10.2.6.6.3. Unsigned right shift operator</a></li>
2511
2511
  </ul>
2512
2512
  </li>
2513
- <li><a class="reference internal" href="#comparison-operators">8.11.2.6.7. Comparison operators</a><ul>
2514
- <li><a class="reference internal" href="#equal-operator">8.11.2.6.7.1. Equal operator</a></li>
2515
- <li><a class="reference internal" href="#not-equal-operator">8.11.2.6.7.2. Not equal operator</a></li>
2516
- <li><a class="reference internal" href="#less-than-operator">8.11.2.6.7.3. Less than operator</a></li>
2517
- <li><a class="reference internal" href="#less-than-or-equal-to-operator">8.11.2.6.7.4. Less than or equal to operator</a></li>
2518
- <li><a class="reference internal" href="#greater-than-operator">8.11.2.6.7.5. Greater than operator</a></li>
2519
- <li><a class="reference internal" href="#greater-than-or-equal-to-operator">8.11.2.6.7.6. Greater than or equal to operator</a></li>
2513
+ <li><a class="reference internal" href="#comparison-operators">8.10.2.6.7. Comparison operators</a><ul>
2514
+ <li><a class="reference internal" href="#equal-operator">8.10.2.6.7.1. Equal operator</a></li>
2515
+ <li><a class="reference internal" href="#not-equal-operator">8.10.2.6.7.2. Not equal operator</a></li>
2516
+ <li><a class="reference internal" href="#less-than-operator">8.10.2.6.7.3. Less than operator</a></li>
2517
+ <li><a class="reference internal" href="#less-than-or-equal-to-operator">8.10.2.6.7.4. Less than or equal to operator</a></li>
2518
+ <li><a class="reference internal" href="#greater-than-operator">8.10.2.6.7.5. Greater than operator</a></li>
2519
+ <li><a class="reference internal" href="#greater-than-or-equal-to-operator">8.10.2.6.7.6. Greater than or equal to operator</a></li>
2520
2520
  </ul>
2521
2521
  </li>
2522
2522
  </ul>
2523
2523
  </li>
2524
- <li><a class="reference internal" href="#assignment-operators">8.11.2.7. Assignment operators</a><ul>
2525
- <li><a class="reference internal" href="#addition-assignment-operator">8.11.2.7.1. Addition assignment operator</a></li>
2526
- <li><a class="reference internal" href="#subtraction-assignment-operator">8.11.2.7.2. Subtraction assignment operator</a></li>
2527
- <li><a class="reference internal" href="#multiplication-assignment-operator">8.11.2.7.3. Multiplication assignment operator</a></li>
2528
- <li><a class="reference internal" href="#division-assignment-operator">8.11.2.7.4. Division assignment operator</a></li>
2529
- <li><a class="reference internal" href="#modulo-assignment-operator">8.11.2.7.5. Modulo assignment operator</a></li>
2530
- <li><a class="reference internal" href="#bitwise-left-shift-assignment-operator">8.11.2.7.6. Bitwise left shift assignment operator</a></li>
2531
- <li><a class="reference internal" href="#bitwise-signed-right-shift-assignment-operator">8.11.2.7.7. Bitwise signed right shift assignment operator</a></li>
2532
- <li><a class="reference internal" href="#bitwise-unsigned-right-shift-assignment-operator">8.11.2.7.8. Bitwise unsigned right shift assignment operator</a></li>
2533
- <li><a class="reference internal" href="#bitwise-and-assignment-operator">8.11.2.7.9. Bitwise AND assignment operator</a></li>
2534
- <li><a class="reference internal" href="#bitwise-or-assignment-operator">8.11.2.7.10. Bitwise OR assignment operator</a></li>
2535
- <li><a class="reference internal" href="#bitwise-xor-assignment-operator">8.11.2.7.11. Bitwise XOR assignment operator</a></li>
2524
+ <li><a class="reference internal" href="#assignment-operators">8.10.2.7. Assignment operators</a><ul>
2525
+ <li><a class="reference internal" href="#addition-assignment-operator">8.10.2.7.1. Addition assignment operator</a></li>
2526
+ <li><a class="reference internal" href="#subtraction-assignment-operator">8.10.2.7.2. Subtraction assignment operator</a></li>
2527
+ <li><a class="reference internal" href="#multiplication-assignment-operator">8.10.2.7.3. Multiplication assignment operator</a></li>
2528
+ <li><a class="reference internal" href="#division-assignment-operator">8.10.2.7.4. Division assignment operator</a></li>
2529
+ <li><a class="reference internal" href="#modulo-assignment-operator">8.10.2.7.5. Modulo assignment operator</a></li>
2530
+ <li><a class="reference internal" href="#bitwise-left-shift-assignment-operator">8.10.2.7.6. Bitwise left shift assignment operator</a></li>
2531
+ <li><a class="reference internal" href="#bitwise-signed-right-shift-assignment-operator">8.10.2.7.7. Bitwise signed right shift assignment operator</a></li>
2532
+ <li><a class="reference internal" href="#bitwise-unsigned-right-shift-assignment-operator">8.10.2.7.8. Bitwise unsigned right shift assignment operator</a></li>
2533
+ <li><a class="reference internal" href="#bitwise-and-assignment-operator">8.10.2.7.9. Bitwise AND assignment operator</a></li>
2534
+ <li><a class="reference internal" href="#bitwise-or-assignment-operator">8.10.2.7.10. Bitwise OR assignment operator</a></li>
2535
+ <li><a class="reference internal" href="#bitwise-xor-assignment-operator">8.10.2.7.11. Bitwise XOR assignment operator</a></li>
2536
2536
  </ul>
2537
2537
  </li>
2538
- <li><a class="reference internal" href="#original-operators">8.11.2.8. Original operators</a><ul>
2539
- <li><a class="reference internal" href="#match-operator">8.11.2.8.1. Match operator</a></li>
2540
- <li><a class="reference internal" href="#prefix-search-operator">8.11.2.8.2. Prefix search operator</a></li>
2541
- <li><a class="reference internal" href="#suffix-search-operator">8.11.2.8.3. Suffix search operator</a></li>
2542
- <li><a class="reference internal" href="#near-search-operator">8.11.2.8.4. Near search operator</a></li>
2543
- <li><a class="reference internal" href="#similar-search">8.11.2.8.5. Similar search</a></li>
2544
- <li><a class="reference internal" href="#term-extract-operator">8.11.2.8.6. Term extract operator</a></li>
2538
+ <li><a class="reference internal" href="#original-operators">8.10.2.8. Original operators</a><ul>
2539
+ <li><a class="reference internal" href="#match-operator">8.10.2.8.1. Match operator</a></li>
2540
+ <li><a class="reference internal" href="#prefix-search-operator">8.10.2.8.2. Prefix search operator</a></li>
2541
+ <li><a class="reference internal" href="#suffix-search-operator">8.10.2.8.3. Suffix search operator</a></li>
2542
+ <li><a class="reference internal" href="#near-search-operator">8.10.2.8.4. Near search operator</a></li>
2543
+ <li><a class="reference internal" href="#similar-search">8.10.2.8.5. Similar search</a></li>
2544
+ <li><a class="reference internal" href="#term-extract-operator">8.10.2.8.6. Term extract operator</a></li>
2545
2545
  </ul>
2546
2546
  </li>
2547
2547
  </ul>
@@ -2550,10 +2550,10 @@ are also normalized.</p>
2550
2550
 
2551
2551
  <h4>Previous topic</h4>
2552
2552
  <p class="topless"><a href="query_syntax.html"
2553
- title="previous chapter">8.11.1. Query syntax</a></p>
2553
+ title="previous chapter">8.10.1. Query syntax</a></p>
2554
2554
  <h4>Next topic</h4>
2555
2555
  <p class="topless"><a href="../function.html"
2556
- title="next chapter">8.12. Function</a></p>
2556
+ title="next chapter">8.11. Function</a></p>
2557
2557
  <div role="note" aria-label="source link">
2558
2558
  <h3>This Page</h3>
2559
2559
  <ul class="this-page-menu">
@@ -2585,14 +2585,14 @@ are also normalized.</p>
2585
2585
  <a href="../../genindex.html" title="General Index"
2586
2586
  >index</a></li>
2587
2587
  <li class="right" >
2588
- <a href="../function.html" title="8.12. Function"
2588
+ <a href="../function.html" title="8.11. Function"
2589
2589
  >next</a> |</li>
2590
2590
  <li class="right" >
2591
- <a href="query_syntax.html" title="8.11.1. Query syntax"
2591
+ <a href="query_syntax.html" title="8.10.1. Query syntax"
2592
2592
  >previous</a> |</li>
2593
- <li><a href="../../index.html">Groonga v4.0.1 documentation</a> &raquo;</li>
2593
+ <li><a href="../../index.html">Groonga v4.0.1-127-g9422d50 documentation</a> &raquo;</li>
2594
2594
  <li><a href="../../reference.html" >8. Reference manual</a> &raquo;</li>
2595
- <li><a href="../grn_expr.html" >8.11. grn_expr</a> &raquo;</li>
2595
+ <li><a href="../grn_expr.html" >8.10. grn_expr</a> &raquo;</li>
2596
2596
  </ul>
2597
2597
  </div>
2598
2598
  <div class="footer" role="contentinfo">