rroonga 3.0.1-x86-mingw32 → 3.0.2-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/doc/text/news.textile +21 -0
- data/ext/groonga/rb-grn-index-column.c +353 -1
- data/ext/groonga/rb-grn-object.c +529 -495
- data/ext/groonga/rb-grn-table.c +48 -0
- data/ext/groonga/rb-grn-utils.c +585 -418
- data/ext/groonga/rb-grn.h +6 -4
- data/lib/1.9/groonga.so +0 -0
- data/lib/2.0/groonga.so +0 -0
- data/lib/groonga/dumper.rb +25 -8
- data/lib/groonga/record.rb +21 -2
- data/lib/groonga/schema.rb +2 -2
- data/rroonga-build.rb +1 -1
- data/rroonga.gemspec +2 -0
- data/test/test-database-dumper.rb +45 -3
- data/test/test-expression-builder.rb +0 -13
- data/test/test-fix-size-column.rb +40 -9
- data/test/test-index-column.rb +130 -1
- data/test/test-record.rb +43 -8
- data/test/test-schema-create-table.rb +2 -2
- data/test/test-schema-dumper.rb +46 -6
- data/test/test-table.rb +4 -3
- data/test/test-variable-size-column.rb +115 -26
- data/vendor/local/bin/groonga-benchmark.exe +0 -0
- data/vendor/local/bin/groonga.exe +0 -0
- data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
- data/vendor/local/bin/libgroonga-0.dll +0 -0
- data/vendor/local/bin/libmecab-1.dll +0 -0
- data/vendor/local/bin/libmsgpack-3.dll +0 -0
- data/vendor/local/bin/libmsgpackc-2.dll +0 -0
- data/vendor/local/bin/libstdc++-6.dll +0 -0
- data/vendor/local/bin/mecab.exe +0 -0
- data/vendor/local/include/groonga/groonga.h +1 -9
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +1 -1
- data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/suggest/suggest.la +1 -1
- data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/table/table.la +1 -1
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
- data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +1 -1
- data/vendor/local/lib/libgroonga.a +0 -0
- data/vendor/local/lib/libgroonga.dll.a +0 -0
- data/vendor/local/lib/libgroonga.la +1 -1
- data/vendor/local/lib/libmecab.a +0 -0
- data/vendor/local/lib/libmecab.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.a +0 -0
- data/vendor/local/lib/libmsgpack.dll.a +0 -0
- data/vendor/local/lib/libmsgpack.la +1 -1
- data/vendor/local/lib/libmsgpackc.a +0 -0
- data/vendor/local/lib/libmsgpackc.dll.a +0 -0
- data/vendor/local/lib/libmsgpackc.la +1 -1
- data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
- data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
- data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
- data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +43 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +3 -50
- data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +11 -21
- data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +51 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api/grn_ctx.txt +49 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/api.txt +8 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/tokenize.txt +196 -0
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/normalizers.txt +1 -1
- data/vendor/local/share/doc/groonga/en/html/_sources/reference/tokenizers.txt +16 -0
- data/vendor/local/share/doc/groonga/en/html/_static/pygments.css +2 -2
- data/vendor/local/share/doc/groonga/en/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/document.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +13 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/genindex.html +22 -5
- data/vendor/local/share/doc/groonga/en/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/index.html +19 -14
- data/vendor/local/share/doc/groonga/en/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/debian.html +48 -12
- data/vendor/local/share/doc/groonga/en/html/install/fedora.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +16 -60
- data/vendor/local/share/doc/groonga/en/html/install/windows.html +16 -25
- data/vendor/local/share/doc/groonga/en/html/install.html +12 -12
- data/vendor/local/share/doc/groonga/en/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/news.html +187 -129
- data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +198 -0
- data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +31 -6
- data/vendor/local/share/doc/groonga/en/html/reference/api.html +18 -11
- data/vendor/local/share/doc/groonga/en/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/command.html +7 -6
- data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +17 -17
- data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +310 -0
- data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +26 -26
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/add.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/get.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/commands_not_implemented/set.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/grntest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/function.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +6 -6
- data/vendor/local/share/doc/groonga/en/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/pseudo_column.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +20 -5
- data/vendor/local/share/doc/groonga/en/html/reference/types.html +9 -9
- data/vendor/local/share/doc/groonga/en/html/reference.html +12 -7
- data/vendor/local/share/doc/groonga/en/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/spec.html +10 -10
- data/vendor/local/share/doc/groonga/en/html/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/en/html/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +43 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +3 -50
- data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +11 -21
- data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +51 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api/grn_ctx.txt +49 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/api.txt +8 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/tokenize.txt +196 -0
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/normalizers.txt +1 -1
- data/vendor/local/share/doc/groonga/ja/html/_sources/reference/tokenizers.txt +16 -0
- data/vendor/local/share/doc/groonga/ja/html/_static/pygments.css +2 -2
- data/vendor/local/share/doc/groonga/ja/html/characteristic.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/community.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/document.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +17 -9
- data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/contribution.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/development.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/genindex.html +31 -7
- data/vendor/local/share/doc/groonga/ja/html/geolocation_search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/index.html +19 -14
- data/vendor/local/share/doc/groonga/ja/html/install/centos.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/debian.html +44 -12
- data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/others.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +8 -8
- data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +16 -56
- data/vendor/local/share/doc/groonga/ja/html/install/windows.html +16 -25
- data/vendor/local/share/doc/groonga/ja/html/install.html +12 -12
- data/vendor/local/share/doc/groonga/ja/html/limitations.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news/senna.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/news.html +178 -129
- data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +195 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +31 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/api.html +17 -11
- data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/command.html +7 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +17 -17
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +311 -0
- data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +26 -26
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/add.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/get.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/commands_not_implemented/set.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/grntest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/function.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/log.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +6 -6
- data/vendor/local/share/doc/groonga/ja/html/reference/output.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/pseudo_column.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +20 -5
- data/vendor/local/share/doc/groonga/ja/html/reference/types.html +9 -9
- data/vendor/local/share/doc/groonga/ja/html/reference.html +12 -7
- data/vendor/local/share/doc/groonga/ja/html/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
- data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/http.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server/package.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/server.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/spec.html +10 -10
- data/vendor/local/share/doc/groonga/ja/html/suggest/completion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/correction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/suggestion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest/tutorial.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/suggest.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +5 -5
- data/vendor/local/share/doc/groonga/ja/html/tutorial.html +5 -5
- data/vendor/local/share/man/ja/man1/groonga.1 +3227 -197
- data/vendor/local/share/man/man1/groonga.1 +3230 -195
- metadata +131 -123
@@ -1 +1 @@
|
|
1
|
-
Search.setIndex({envversion:42,terms:{"\u305a\u308c":[9,61,4,91,32,66,49,38,10,48,5,118,44,100],"(shorttext":62,"\u5927\u62b5":6,"\u8a73\u7d30":[83,77,115,2,122,81,45,32,11,88,93,105,6,7,24,50,74,102,41]," takahiro":107,"\u3002groonga":[2,3,64,70,27,34,74,115,77,9,103,11,53,50,51,47,88,125,91,105,57,6],"\u51fa\u6765":[31,51]," quetzal":[36,94],localstatedir:[107,74],"\u6587\u6cd5":[36,109],"\u5909\u66f4":[36,0,104,50,74,52],"\u3002scan":122,"\u30b3\u30ed\u30f3":47,"\u30c7\u30fc\u30bf":[36,0,33,110,30,115,91,106,11,77,107,105,44,70,94,50,17,88,58],"_res":102,dist:104,"\u6e1b\u3089":[50,84,64],"\u3070\u308c\u308b":107," deb":50,"\ntitle":104," yuki":17,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[24,66],"const":50,"\u624b\u9806":[57,117]," scan":122,"/travis":52," thread":[101,102]," inverted":21,"-log":94,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[104,66,70,110,17,74,83],"\u79d2\u60c5":17,"_column":[36,77,30,107,39,102],"\"ab":8,"\u30df\u30ea":[10,17,32,48,103],spec:[50,107,104],"\u30e9\u30a4\u30bb\u30f3\u30b9":50,updated:45,"\u304b\u305a\u3072\u3053\u3055\u3093":50," use":[77,125,93,86,83,103],editrc:17," upload":104,"void":50," stamp":101,"\u3002tokendelimit":56,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":104,"\u3082\u3089\u3063":2,travis:114," row":21,"\u6b63\u5e38":[104,102],"\u3066\u307f\u307e\u3057\u3087":48,"\u3002google":125,"/plugins":[107,74,7],"\u3002callback":44,"\u4f8b\u3068\u3068\u3082":49,".en":104,"*bsd":[17,107],"\u30ab\u30f3\u30de":[77,61,103,89,90,38,110,100,2],"\u53c2\u7167\u5143":10,"\uff08or":111,"\u30c8\u30e9\u30a4":[17,125,64,103,41],"\u30df\u30b9":34," fontaine":17,"\u5b9a\u5024":50,"\u3065\u3051":50,"\u932f\u8aa4":91,"=pat":50,upload:104,"\u5b9f\u6570":32," aramaki":[17,107],vector:50,"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":50,starttime:[27,53,2,3,6]," myisam":91,"\u7c21\u5358":[39,74,92],"_snip":50,"\uff1f ":102,"\u63a5\u8fd1":44,"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":107,"-repository":[50,104],zlib:[17,118,74,107,50],"\u7b2c\u4e00":2,"\u3044\u304f\u3064\u304b":[115,77,44,104,16,122,74,113,75,130]," column":[31,77,49,2,62,89,81,10,106,125,21,80,47,15,39,110,126,50,51,45,103],"\u6761\u4ef6":[57,44],"[http":50,"\u89e3\u9664":[0,25,66,76],second:101,"_columns":[36,107,108,50],"\u9006\u9806":2,"\u7b87\u6240":[93,50,21,104],"\u4f5c\u3089\u308c":102," install":[115,88,104,105,94,12,122,58],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":17,"\u4e00\u8a9e":45," root":6,"\u304c\u3072\u3068\u3064":121,"\u5236\u9650":36,"\u5b9f\u65bd":104," domain":[55,89],"-rpm":104,"\u5230\u9054":42,"\u65e5\u672c\u6e2c":49,incompatible:118," columns":77,"\u30ec\u30a4\u30e4":44,"\u6210\u529f":74,"\u4e8b\u524d":[45,129,8,104],zunda:17,"\u306a\u3068\u304d":91,"\u30de\u30af\u30ed":17,"\u30b7\u30f3\u30dc\u30eb":47,"new":[77,49,104],tips:57,"\u683c\u7d0d":[80,44,103,64,65,33,66,91,47,73,17,75,41],maverick:17,"\u8fd4\u308a":[48,77],"\u8fd1\u3044\u9806":33,"\u4e8c\u3064":[9,81,98,92,15,39,49,102],"\u914d\u7f6e":[2,104]," gcc":[14,115,88],"\u578b\u3068\u3057\u3066":32,"\u53cd\u8ee2":103,"\u306f\u3044\u3051":[116,61],"=redhat":74,"-talk":[50,104,16],"\u5fdc\u3058":[91,102],onga:21,"& ":[44,103,45,98,15,48,50],"\u9069\u7528":[77,2,103],"\u30a8\u30f3\u30b3\u30fc\u30c9":[24,107,129],"\u30af\u30a8\u30ea\u30ed\u30b0":[17,50,56,84,34],china:89,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":112,"&&":77,path:[102,65,66,39,6,7,73,35],"\u95a2\u4fc2\u5f0f":57,".ddl":102,"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[17,50]," option":101,"\u591a\u91cd":123,"\u8a18\u4e8b":[80,51,104],"_key":[0,66,17,73,75,38,77,49,103,106,80,81,39,110,41,15,50,87,125,107,21,129],"_dir":[17,104],"\u79cb\u8449":48," correct":[106,84],"\u4e2d\u8eab":[2,118,102],"\u5f62\u614b":[91,74,103],published:104,"_output":[1,108],"\u632f\u821e\u3044":[50,81],":port":[24,66,6],"\u56f2\u3080":[2,21],"\u5411\u4e0a":[17,35,111]," data":3,"\u58ca\u308c\u308b":[17,0,107,50],"\u6e2c\u7528":0,"\u7ffb\u8a33":57,"\u63a8\u79fb":9,"\u3082\u3063\u3068":77,"\u300c#":[126,107],"-ci":50,"\u30d0\u30c3\u30d5\u30a1":[50,86],"\u3080\u308b":[103,125],"\u8fd4\u5374":[100,77,61,90,65,73,2]," synonym":[77,62],"9e":129,"\u65ad\u7247":21,"9f":3,"/en":104,unix:[93,39,74,92,87],dump:[36,0,30,107,20,50],"\u8aad\u307f\u3084\u3059\u3044":50," speed":8,txt:[55,83],"\u5ea6\u6d6e":32,"\u5bfe\u7167":81,"_check":122,"\u985e\u7fa9":77,"/munin":74,"-t":66," tomita":107,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":57," ages":41,noarch:[115,88],"\u975e\u63a8":[17,50,49,41],"\u9023\u7d9a":[45,98,84],"\u30a2\u30ed\u30b1\u30fc\u30c8":53,m6:14,".yml":52,typo:17,kytea:[50,74],"_flags":50,"[pkg":[17,50],type:[31,126,2,97,89,84,10,106,65,48,47,39,56,34,51,102,41],"\"n":[77,103,125],"\u30d6\u30ed\u30b0":57,"\u30cb\u30e5\u30fc\u30b9":80,"\u6709\u529b":106," opened":101,"-s":[66,27],autogen:[50,104,83],"\u7f6e\u304f\u4f8b":74,"\u4e0b\u304c\u308a":45,karmic:122,"\u300cv":104,"_register":127,"\u30a2\u30e1\u30ea\u30ab":49,"_jis":74,"-bind":[17,66,50],"_command":[93,1,2,3,118,92,53,39,27,87,35,6],"\u30fb\u5186":91,"\u3064\u3065\u3044":126,"\u7518\u6817":126,"\u6709\u52b9":[100,77,74,61,125,104,10,91,11,66,21,38,27,50,17,41,88,102,6],"\u62bc\u3057":2,"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":121,word:[50,77,103,125],language:83,"\u7f6e\u304d\u63db\u3048":[66,125,83],"\u4ee5\u4e0a":[77,44,104,106,66,21,70,122,50,83,102,41],mm:[101,103],"_comment":15,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":102,"\u62bc\u3059":[2,83],"\u30a2\u30fc\u30ab\u30a4\u30d6":[70,104,83],mv:40,"\u30e1\u30fc\u30eb":[59,83],install:[104,52],"/functions":122,"\u306b\u95a2\u3057":[44,102],"/xml":35," values":38,"\u304a\u5f85\u3061":16,"\u5316\u6642":17,shorttext:[2,62,64,32,66,27,34,73,87,97,77,103,10,106,80,81,39,110,65,41,31,84,45,47,15,48,17,51,125,89,126,107,93,56,129],"/blog":104,"-> ":107,"_long":[1,118],"\u53d6\u5f97":57,"-threads":66," hat":57,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[0,25],really:[77,103,125],"\u63a8\u5968":[77,9,93,27,94,50],point:39,also:[21,103],"\u4e92\u63db":[115,88,9,103,104,11,105,24,129,35]," pdf":12,"\u4e0b\u66f8\u304d":33,end:[123,3,118],"<groonga":102,eng:[34,106],"\u540d\u524d":[36,9,104,30,107,127,93,50,17,83]," locale":83,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":104,normalizernfkc:92," travis":52,"\ngpg":104,"\u3002functions":122,"\u30d7\u30ed\u30bb\u30b9":[123,9,2,91,66,53,86,112,102,7,50,35],"\u4f55\u500b":77,config:[0,9],rroonga:[15,111,81,52],"-lines":17,"\u30b4\u30df":[17,107,86],"\u7d42\u4e86":[9,104,107,66,112,50,102]," title":[31,2,10,15,27,51],"(true":[15,81],"\u306e\u3046\u3061":125,"\u30ed\u30fc\u30ab\u30eb":[103,104],"_plugins":17,"\u306b\u5bfe\u3057\u7570":81," swig":69,"\u518d\u5ea6":44,sitedomain:[27,89],"|with":[80,77,2,62,81,45,126,125,21,47,15,51,103],"-devel":[115,88],"\u76f4\u4e0b":17,lat:102,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":57," hobby":101,"\u3002tsv":[93,121],types:[34,106,84,56],"\u63fa\u308c":62,"\u304c\u3042\u308a":[59,81,49,121],"\u5c0f\u3055\u304f":[80,64,49,35,78],"_resource":1,".tar":83,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[36,109],"-files":57,"_range":1,"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":107,"\u5c0f\u3055\u3044":[77,44,125,64,127,78,41],"\u5727\u7e2e":[17,74,130,50],"\u56fa\u5b9a\u9577":107,"@naoina":50,"\u901a\u5e38":[77,2,125,10,32,93,6,50,129,121,75],"\u30d9\u30fc\u30b7\u30c3\u30af":35,"\u5272\u308a\u5f53\u3066":107,"\u30a4\u30f3\u30dd\u30fc\u30c8":57,"\u9023\u7d50":[50,51],"\u3069\u3053":[17,74],"***":5,"\u5206\u5c90":122,"\u3042\u305f\u308a":[17,107],"\u643a\u5e2f":91,"\u7acb\u5834":57,chunk:86,"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":91,"\u305f\u3057":31," smaller":101,"\u5358\u4e00":47,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":104,"\uff11\u5bfe":85,"\u305f\u304f":[17,83,8,35,21],"\u30d5\u30c3\u30af":52,synonyms:121,"\u305f\u304b":[17,77,84],"\u30d1\u30c8\u30ea\u30b7\u30a2":[36,98,2,109,50],"_jp":74,"/new":104,japan:[27,89],"@packages":104,gqtp:57,"\u6d6e\u52d5":93,"\nsuffix":44," zxvf":104,"\u30ed\u30b0":[0,104,4,127,5,50,17],"\u7e26\u68d2":41,"_in":[36,0,1,30,107,93,50,17,113],redhat:[17,74],"=allow":77,"-code":104,"\u8fd4\u3057":[2,34,100,8,35,77,49,103,79,106,81,39,61,43,44,84,53,15,50,87,78,90,21,37,56,124],fix:39,"\u8fd4\u3055":[77,9,61,90,106,38,86,82,100,50],"\u5404\u7d22":2,"/windows":[70,104],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[91,57],"_o":[1,118]," tatsuya":50," message":[51,5],"_i":[1,118],"_no":[77,1,103,125,107,21,80,81,110,73,41],"\u3002grntest":102,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[17,104],"=..":104," weakness":21,"_a":[1,118],"\u305f\u3060":115,"1\u305a":[9,75],"\u8f9e\u691c":[17,103,64],"\u3084\u3059\u3044":[0,77,21,111],"\u30d7\u30ed\u30c8\u30b3\u30eb":[123,36,1,91,6,50,102]," yoshioka":50,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[74,104],"\u30ab\u30c6\u30b4\u30ea":77,"\u4e00\u884c":[107,66,102],"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":49,"\u3082\u3063\u3068\u3082":122,"\u300coutput":24,".travis":52,"\u30b9\u30c6\u30fc\u30bf\u30b9":[1,118],"\u30af\u30a8\u30ea\u30da\u30a2":8,"\u8a8d\u8a3c":[6,130],"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[36,109],"\u64cd\u4f5c":[36,77,44,103,10,91,66,70,111,109],"\u5168\u3066":[77,103,32,80,6,111,51,83],"\u3072\u3089":[34,103,125],"_select":57," nsis":104,"\ncustomized":101,"-pack":94,"_length":118,"\u56de\u6570":50,"\u691c\u8a3c":123,"(point":[37,49,78],"\u3054\u3089\u3093\u304f":72,"2\u3064":[59,77,2,125,79,126,81,15,56,50,51,130,35,41],"_deadlock":[1,118]," words":103,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[24,107,66,50],each:[101,34,106,84,56],debug:101,"\u5316\u65b9":129,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[36,0,103,31,65,86,109,125],"\u3069\u3046":[0,29,4,46,77,47,45,5,108,6,40,50,116,76],"_\"":17,carlos:[39,87],"\u30ec\u30d9\u30eb":[4,50,5,66],"\u306b\u3042\u308a":41,"/null":0,cmd:70,logs:[73,41],"\u300c\"":66,"\u30d1\u30b9":[123,107,2,104,102,7,66,127,27,24,17,74,35,6],"\u3002\uff08":[77,98,103,56,64,32,33,21,125,86,84,107,34,111,17,83,52],"\u3002\uff09":[83,0,98,103,84,64,33,21,125,107,56,17,41,77,52],"-(":[103,104],"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":50,"\u8aad\u307f\u8fbc\u3080":0,"\u7c21\u6613http":[105,88,11,115],"@yito":50," contain":50,"\u30e2\u30fc\u30c9":[24,44,2,27],"\u3068\u3068":[55,83],"*\"\n":51,"\u6e96\u62e0":6,"\u30ed\u30b0\u30d1\u30b9":107,goo:[103,125]," xvzf":[115,88,14,11,105,74,58],network:118,realtime:56,"_directory":[1,118],".deb":104,"\u3068\u3059\u3079\u3066":[50,77],"/bc":104,"-rsync":104," precise":[36,94],content:[93,77,103,21,80,15,17,50,51,35,125],rf:88,"\u6761\u4ef6\u5f0f":50,moritapo:31,wgs:[31,89,10,32,37,48,27,17,78],rc:[101,1],"\u6210\u308a":[77,118,125],uri:[24,6],"\u90e8\u5206":[44,103,45,126,98,93,74,122,125],"\".":[103,89],"[macports":17,"\u77ed\u3044":[126,107],"+ \"":50,grease:10,"/\uff09":107,"\u78ba\u8a8d":57,"_tp":123,"\uff01\uff08":83,"\u77ed\u304f":[80,91],free:107,"\u5909\u5316":91," html":[12,104,83]," editor":83,"\u305f\u308a":[91,32,111,82,64,57,41],"\u305f\u3089":[77,103,104,107,34,74,35,83],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":65," kinjirou":31,"\u8996\u899a":91,"\u30d1\u30ea":49,"/\u65e5":126,"\u305f\u3081":[91,57,16],"\u30eb\u30fc\u30eb":[107,35],"\u307e\u308d\u3086\u304d":97," describes":93,"\u771f\u507d":[125,81,10,32,15,103],"+ ":[50,129],"\u5bb9\u91cf":[86,77],libedit:[17,0,74,107,50],"++":[115,88,104,91,70,50,17,74],freecode:57,"\u53e4\u3044":[50,129,104],"_qlog":50,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":107,"/work":104,filter:[50,107,108,116],"\"ni":34,"\u4f4f\u6240":50,"\"no":50,"\u8fd4\u308b":107," memo":81,"\u6709\u7121":10,"\u30eb\u30fc\u30c8":17,"\u59a5\u5f53":64,"_locks":[1,118],"\u5024n":[90,100,61],rand:[36,113,30],"\u304a\u304b\u3057":107,"\uff08age":41,">>":[50,103],makefile:104,"\u9577\u751f\u304d":41,"2\u5104":42,"\u304a\u3055\u307e\u308b":48,mingw:[17,104],"_next":[50,107]," processed":101,"> ":[50,70,104,127]," brew":58,">\"":[50,77],"\u6700\u4e2d":91,"1\u884c":102," rand":43,"\u30b5\u30dd\u30fc\u30c8":[0,3,64,32,33,6,17,74,102,9,103,104,10,80,81,35,41,50,121,52,125,91,107,21,129,27],"\u540c\u4e00":[77,9,62,102,98,47,35,51,75],"\u6ce8\u610f":[77,2,97,104,10,45,102,17,103,35,41],top:[17,37],"\u30d6\u30e9\u30a6\u30b6":[74,70,27,104,83],"_obj":[17,44,50],stack:[50,118],"\u4f7f\u308f":[77,1,125,104,64,111,129,118,34,17,52,121,41],"-benchmark":50,">\n":[69,3,104],"\u533a\u5207\u308b":[107,121]," mysql":[91,77,69,121,21],too:118,"\u610f\u8b58":41,"_bad":1,"_time":[93,101,39,92,87],listen:[50,66,35],"|compress":65,"\u5371\u967a":[104,35],"/lc":[104,83]," lc":83,"\uff08,":2,"\u63a2\u7d22":91,"\u5358\u4f4d":[49,2,103,91,32,98,20,21,93,107,118,126,17,78],"_clear":17,"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":66,"\u5b57\u5217":[17,32,125,41],wareohji:50,"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[77,129,125,66,21,108,50,74,41]," ls":104,".com":57,">n":3,"\u5358\u4f53":[91,102],"\u3069\u3061\u3089\u304b":[125,21,103],"\u5f79\u5272":2," instantly":21,nsubrecs:[31,89,126],"{table":[81,77],"\"good":[77,103],distance:49,"\u306e\u3059\u3079\u3066":35,"=encoding":94,keyword:[50,21,125],"(comments":15,".json":3,database:99,"-common":50,"\"weight":10,project:70,apt:[105,11,104,52],obata:107,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[36,122,109],gnupg:104,"\"gr":41,enables:6,"\u8d64\u9053":49,"\u611f\u3058":126," change":[50,6],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":129,"_update":[77,1,125],"\u69cb\u9020":[91,31,93,44,64]," sphinx":12,"\u901a\u4fe1":[57,117]," license":69," munin":50,"\u30a8\u30e9\u30fc":[115,0,9,104,11,88,105,70,94,17,50,74,58]," allows":21,">#{":101,raw:52,"\u30d6\u30fc\u30eb":[10,32],"\u5834\u5408":44,"\u3002grn":[44,111],"\u5f93\u3063":[24,77,35],"-jumandic":[115,88],"\u304b\u3069\u3046":[45,100,1,61,74],"\n<":3,latency:102,"\n>":[70,27],"\u5f8c\u8005":[48,129,121],dest:[123,66],"\u4e00\u89a7":[36,30],"[{":35,"_source":104,",\\\"":38,ifexists:38,"\u304b\u3064":[50,77,98,103],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[47,75,41],"\u591a\u9762":91,"\n-":[90,100,116,61,104],"\n(":[101,3,104],"-port":[66,102],"_distance":[36,0,30,50,17,113],"\n%":[83,88,104,115,14,11,66,105,27,110,50,17,74,122,58],"\u300csubmit":104,"\n ":[31,77,49,103,102,86,45,126,65,125,66,93,81,48,108,6,35,41],"\u5f93\u3046":107,"\u308f\u3051":[10,34,77,103],"\n#":[2,62,66,6,7,73,87,102,97,77,49,103,10,106,80,81,39,12,41,31,84,53,15,48,51,125,89,126,21,56,34,129,27],"\u30d6\u30ed\u30c3\u30af":[91,6]," index":[31,51,125,21,103],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":66,"/share":[17,66],"\n[":[2,3,4,66,5,6,34,87,102,76,80,77,49,103,10,106,38,81,39,62,110,97,108,31,84,45,47,15,48,82,51,129,125,89,86,126,21,56,25],"\u30b1\u30fc\u30b9":[45,77,41],"\u7d22\u7528":[36,109,41],"/branches":122,"\u3044\u307e\u305b":[77,103,125,64,33,88,93,106,50,130,121,35,41],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[50,83],gzip:[50,74,130],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":52,"\u81f4\u547d":50,"\u540c\u3058\u5024":[2,6],"\u3002munin":[105,88,11,115],bsd:74,"\u7701\u7565":[77,61,104,66,38,7,100,102,41],"\u753b\u9762":[0,104],"\u533a\u5207\u3063":[77,118],"\u4f7f\u3063":[59,1,2,62,32,98,70,6,74,8,35,97,115,77,103,104,10,11,81,111,41,114,31,44,84,45,86,48,27,118,50,121,52,88,129,125,21,93,105,94,57,83,58]," packages":104,"\u30b5\u30b8\u30a7\u30b9\u30c8":[36,106,107,99,50,17,74],"\n}":[44,6,35],don:6,"\u3002host":27,radious:78,"\n{":[31,77,2,62,89,10,125,80,38,15,39,103,51,129,87,102,97],"\u610f\u5473":[77,44,2,103,106,66,48,34,74,121,102,125],doc:[55,99,104,83],"/releases":104,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":104,"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[34,84,127,56],"\u767a\u751f":[0,104,45,91,93,50,74,41],"\u56fa\u5b9a":[2,118,41],"\u4f7f\u3048":[77,103,130,111,125,50,17,41,113,52],"\u4e0d\u6b63":[0,107,50,17,122,41],"\u4f7f\u3046":[0,33,70,7,50,74,102,115,77,104,55,106,11,110,41,44,17,52,88,107,92,93,105,94],"\u30ed\u30fc\u30c9":[36,103,91,107,66,109,50,17,35],"\na":101,"=path":94," good":80,"\u66f8\u304d\u8fbc\u307f":[126,74],"\u8003\u3048":[91,2,125,35],"\u30d3\u30eb\u30c9":57,"\u30ec\u30b3\u30fc\u30c9":[42,36,44,91,33,38,107,108,50,17,116],marverick:107,"\u6210\u308a\u7acb\u3063":44,"-time":21,"/json":[17,35],syntax:118," prefix":[17,103]," token":102,"\u307f\u306a\u3055":44,"\u65e5\u672c\u8a9e":[59,103,45,91,125,50,34,83],"\u8ffd\u52a0":[91,57,44]," from":69,"\nrequest":101,"\u5ea6\u8868":107,protocol:[24,66,3,35],"\u5206\u3051":[36,104],"_zlib":1,"\u65e2\u5b9a":50," libzmq":[105,11],"_address":[1,27,118]," \u3057\u3044":[45,98],"[,":78,layout:104," dist":104," senna":50,x6:104,grnslap:[28,36,30],cpu:[91,102,74,6,35],"\u72ec\u81ea":[93,91,123],"\u6700\u65b0":[17,104,16],"\u771f\u306a\u3089":103,here:101,"2byte":118,version:[2,3,104,53,27,17,102,6],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[91,57],specify:[6,83],"_score":[77,126,103,106,48,50,17,75],"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":44,"|| ":[50,103],"_db\u30d5\u30e9\u30b0":17,"\u59cb\u307e\u3063":[93,8],rectangle:50,"-frequency":17,"\"items":110,"do":102,"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":107,"\"groonga":[77,103,21,15,8,41],"-enable":107," release":[70,104],"_file":[1,93,6,121,35,118],"\u3055\u3089\u306b":[31,9,2,91,64,126,8],de:83,"\u79d8\u5bc6":104,enginen:34," also":[77,125,21,103],"\u30a2\u30d4\u30fc\u30eb":104,"_limit":[36,0,1,20,30],"\u89e3\u6d88":[0,25],"\u4e09\u3064":[49,98],"\u306f\u307e\u3068\u3081\u3066":104,"\u5f15\u3044":103,"\u8ab0\u304b":57,"/grntest":104,"[libedit":17," redcloth":104,"\u30c8\u30d4\u30c3\u30af":104,gbyte:42,"\u91cd\u3044":[91,77],"\u3067\u3057\u3087":[80,91,74,114],"\u3064\u304d":[77,121],"\u3064\u304b":127,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[115,36,77,98,103,56,11,88,127,125,105,84,107,71,50,17,41],"\u91cd\u304f":45," registered":21,"\u7d50\u679c":[36,77,44,104,91,107,92,93,110,50,17,122,52],"\u81ea\u4f53":125,bad:118,"`${":83,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[15,77,49,21,81]," ubuntu":104," nonexistent":77,release:104,"\u623b\u308a":50,"\u524d\u56de":104,"_with":[125,103,98,97,41],".sln":70,"\u5341\u4e00":98,"\u63db\u3048\u308b":104,"\u5e83\u304f":[126,104],"[linux":50,"\u591a\u3044":[45,103,125]," keyword":[21,125],"\u4e0b\u90e8":104,"< t1":44,"\u623b\u3063":6,nul:17,"\"yyyy":103,result:[49,44,3,118],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":98,"\u30aa\u30fc\u30ca\u30fc":50,"-commnad":9,"\u7fbd\u7530":126,"<port":[66,102],"\u67d4\u8edf":[81,111,91],"\u6a5f\u80fd":[91,44],"\u9006\u5f15\u304d":[36,109],mysql:[115,88,69,104,91,11,105]," hiroshi":107,inappropriate:118,"\u5206\u304b\u3061":91,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[126,0,41],wikipedia:32,"\u4e8c\u3064\u76ee":44,filename:118,web:[0,125,104,84,106,77,56],score:[31,77,44,2,103,84,45,106,56,48,81,39,49,50,34,51,126,87],"\u30d7\u30ed\u30b0\u30e9\u30e0":[50,57,107,6],"\u5bbf\u99c5":126,"\u56db\u6368":17,"\u7bc4\u56f2":[36,77,9,91,33,50],"\u3002json":38,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":44,wc:[105,88,11,115],korea:89,tables:110,"\u30d7\u30ed\u30bb\u30b9id":27,"_geo":17,shidara:17," context":21,"\u3044\u305a\u308c":[32,9,75],"\u3092\u901a\u3057":[66,2],"_get":[17,50],"\u30b5\u30fc\u30d0\u30fc":[28,36,88,30,115,11,105,6,50,17],"\u59cb\u307e\u308a":104," sites":110,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":50,"\u534a\u5f84":78,news:[50,104],"\u539f\u99c5":48,packages:[83,88,104,115,14,11,105,70,74,58],"\u3064\u3064":[45,81],"\u3092\u901a\u3058":48,"_operation":[1,118],"\u30e2\u30cb\u30bf\u30fc":[105,88,11,115],"\u4e00\u5ea6":[7,80,50,17,51,129,121],candidate:106,"\u69cb\u3044":[34,21,83],"\nmercurial":104,country:[27,89],"0x":[10,50,32,118,125],"\u30e9\u30f3\u30c0\u30e0":48,"\u3002output":110,"4gib":[64,118],"\u3082\u3046\u307e\u304f":74,tomotaka:17,"\u5730\u56f3":91,"\u4e00\u4ef6":[90,100,116,61],"\u3044\u3044\u306d":[77,103,125],"0e":102,"_expander":50,com:[85,89]," with":[101,86,21,52],"\u540c\u69d8":[31,77,44,104,81,10,33,15,48,27,102]," https":[83,52],"\u8a9e\u5f59":[42,36,64,98,129,109,41],"\u5317\u4eac":49,"\u5931\u6557":[107,2,125,104,7,39,50,17,87,41],"\u5f8c\u304b\u3089":110,"\u7d4c\u7def":[10,32,48],"/ja":[104,83],"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":52,"\u62bd\u51fa":[15,50,21,41],"\u6709\u76ca":91,"\u95a2\u6570":44,"\u3002[":[46,2,50],"_too":[1,118]," formats":101,diff:102,trust:104," my":[77,103,125],"\u52a0\u3048":[10,44,97,52],"\uff13\u3064":32,"\u5404\u7a2e":104,"\u6848\u5185":104,"\u7b49\u3057\u3044":[77,44,103,125]," \u307e\u305f":[77,3,125,35,103,74,102,41],"\u3068\u3044\u3051":[34,118,41],"\u7b49\u3057\u304f":[44,103,125],"\uff08node":52," period":50," sitecountry":89,"\u30d1\u30fc\u30b5\u30fc":125,")senna":121,"\u7d76\u5bfe":7,daijiro:126,")\u300d":66,"\u5931\u308f":50,"_blog":51,"\u8d77\u6e90":10,"\u5dee\u3057":104," array":86,")\u3002":[90,116,61],"\u3044\u3044":[96,16],"\u7528\u3044":[36,0,91,17,12,122],tokenmecab:[45,50,98],"\u4e0e\u3048":[44,2,89,45,66,38,27,50],"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[103,92,66,86,39,110,106,87],easy:12,"'needle":44,"-help":94,xxx:[50,66],worker:85,"\u65b0\u305f":44,"_not":[39,1,87,77,118],"\u305f\u307e\u307e":35,sae:[106,84],"_log":50,"/acccess":96,"-message":94,applied:69,"/function":104,"\u554f\u984c":[0,2,103,104,10,107,127,125,86,50,17,102,83],"_sel":69,gnu:74,"\u3069\u3093":[73,65],"\u6700\u9069":6,"_message":[93,51],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":104,"\u7528\u9014":[115,77,64,11,88,93,105,70,94,91,96,58],"_only":[1,118],"\u305a\u3064":[126,51,66,102],"\u7d44\u8fbc":[29,61,4,32,5,73,100,76,79,108,110,40,112,65,43,46,47,86,116,82,78,53,124,90,37,25,95],"\u3069\u308c":[93,77,35,41],"\u5165\u529b":[0,29,2,62,4,65,66,5,27,34,73,50,8,102,76,106,38,108,61,40,112,100,110,84,46,47,86,116,82,17,123,53,90,93,56,25,95],"\u5909\u6570":[103,104,14,127,50,17,121,122],tasukuchan:126,"_set":50,"\u6700\u3082":[86,77],"\"sound":84,"[solaris":50,"\u4ee3\u8868":91,"\u79d2\u6570":[93,77,61,103,10,126,32,53,90,100],"\"a":15," -e":11,"\u6709\u9650":77,is:[10,101,118,6,83],it:[31,77,103,93,38,101,125],"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":106," can":[101,21,83]," speakers":16,il:[45,98],io:69,"\u540c\u68b1":[50,107,83],ia:[45,98],"\"}":[31,129,62,89,81,10,106,84,125,15,48,56,34,51,103,35,97],shift:74,id:[2,62,64,65,66,101,27,34,73,87,75,97,77,103,10,106,80,39,61,31,110,84,45,86,48,116,51,125,89,107,93,56,129],"if":[101,44,103],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":17,"\u305d\u3093\u306a":[74,41]," remained":101,"1\u4ef6":[45,126,116],"_rectangle":[36,0,30,107,50,17,113],suggest:[17,107,20,30,36],make:57,"\u4f8b\u3048":[97,98,66,68,34,74,8,102,77,103,106,80,35,111,41,114,31,84,45,50,51,121,52,125,89,56,129],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":44,"\u9069\u3057":[80,91,41],"-dataset":[28,36,30,106,127,50],"\u5408\u308f\u305b":[50,103],"-secret":104,"\u30bf\u30fc\u30df\u30ca\u30eb":6," that":[50,77,21,101],"\u5ea6\u3068":17,"\u7121\u8996":[100,77,61,125,45,64,107,66,90,116,110,50,17,121],"\"]":[31,77,2,103,45,92,65,66,21,90,110,126],"\u4e0d\u5177\u5408":[50,57],"\u6771\u4eac":[45,126,48,49,98],"\u5fdc\u7528":91,"\"[":50,"\"'":[77,103,45,98,50,125],"\" ":[77,2,3,104,10,14,121,32,81,15,48,70,102,97,50,103,45,35,62],"\"\"":[15,32,50],"-packages":104,"\",":[2,62,65,66,27,34,73,87,102,97,80,77,49,103,10,106,38,81,39,110,31,84,45,53,15,48,50,51,125,89,86,126,21,93,56,129,6],"\"-":[17,49],"\u306b\u3088\u3063\u3066":[9,2,10,91,45,122,75],"\"/":[48,66],"\u76ee\u7684":74,"\")":[31,49,103,79,81,37,48,50],"\"*":50,cdbs:17,"\"blt":110,"\\%":70,"_or":[1,39,44,27,87,78,118],"\u57fa\u70b9":77,"\u7591\u4f3c":[36,77,30,43,38,50],"\"<":50,"<threshold":66,"\"?":3,"\u30eb\u30fc\u30d7":[50,107],"\":":[2,3,27,34,87,35,62,38,77,49,103,10,106,80,81,39,102,97,31,84,53,15,48,51,125,89,86,126,56,129,6],"\";":[102,6,35],"8byte":118," hash":126," blog":[45,15,51,2],"\u306b\u3088":50,"mo\u30d5\u30a1\u30a4\u30eb":83,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[45,84,98,41],"\u72b6\u614b":[123,115,88,107,2,104,86,45,91,11,66,53,105,50],"\u3055\u307e\u3056\u307e\u306a":[36,109,126],full:104,"\"\n":[2,3,27,34,73,87,102,62,77,49,103,10,106,80,81,39,97,31,84,15,48,51,125,89,126,92,21,93,56,129],"\u30b0\u30ed\u30fc\u30d0\u30eb":50,more:118,"/run":[66,104],"\u3084\u3059\u304f":107,serch:[106,84],"\u30c4\u30fc\u30eb":[12,83,94,36]," options":6,the:55,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":50,"_shutdowned":[1,118],"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":122," articles":51,"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":84,"_result":1,solaris:50,"_com":104,"@groonga":[104,16],"||":[50,51,44],"\nrep":102,"\u8db3\u3057":103,"_tags":[31,126],repoforge:[50,88]," allow":77,"\u4e00\u6c17":104,"_ctx":[17,1,50],"-admin":50,yes:[106,122]," int":[10,50,39,49],"\u306a\u304c\u3089":[50,77,2,104,91],"\u5f8c\u65b9":[36,44,103,98,109,50,35,125],"\u7b97\u51fa":[50,77],"\u89e3\u50cf":107,"\u300c ":77,"_buffer":[1,118],"=sjis":74,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":50,defrag:[36,0,20,30],"\u306f\u3059\u3079\u3066":[77,2,103,38,111,129,41],".scr":102,about:52," four":[101,2],"_selector":[36,20,30]," libmecab":[105,11,104],searc:34,"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":50,has:104,"\u7528\u3044\u308b":[31,2,10,91,68,48,27],"\u300c,":110,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[104,130],"_close":[17,44],"\u4e00\u500b":44,"\"content":[77,103,125],"|>":101,"\u9001\u308b":[59,118,35,83],"\u9001\u308a":118,"\u30d0\u30a4\u30ca\u30ea":[70,104],"_broken":1,"\u5cf6\u7530":50,jekyll:104,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[103,125],sigint:17,"\u885d\u7a81":96,"| ":[77,103,45,81,48,101]," environment":52," means":[101,77,6],advanced:69,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":33,"\u30ed\u30c3\u30af":[0,66,50,17,25,76],">command":3," normalizer":92,"\u4eee\u60f3":[48,89],"\u6539\u540d":[17,50],"_error":[1,118],"& _":48,"\u691c\u7d22\u4f8b":57,alice:[77,125,81,39,87,35],"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[77,74,66],"-unauthenticated":[50,11,105],poedit:83,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[0,61,64,32,66,6,7,100,50,74,75,76,36,103,38,102,110,111,41,114,44,47,86,116,17,129,90,91,25,130],"_expr":57,"\"engine":[34,84,56],"\u5c0f\u6587\u5b57":[129,2,41],"\u7d20\u89e3":[91,74,103],"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":126,centos:[36,104,94],"\u307e\u3068\u3081\u3066":[10,91,77,104],"_db":[17,107,127,50],"\u30b3\u30df\u30c3\u30c8":104,"_str":126,"\u5fdc\u7b54":91,"\u4fdd\u5b58":[36,33,50],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":50,"\u5358\u8a9e":[50,77,125,111],"\u7570\u306a\u308a":[77,125],"\u3067\u3044\u3046":129,"\u4f7f\u7528":[0,2,62,32,98,66,96,6,100,61,35,77,9,103,104,10,38,81,39,102,44,45,47,15,49,50,87,53,125,86,90,126,107,92,116,24,27],"\u73fe\u4ee3":91,"\u5217\u6319":2,".zip":83,tokenbigramsplitsymbolalphadigit:[45,84]," results":[50,21],"_table":57,"\u5bc6\u9375":57,"for":[103,16],bottom:[17,37],"_right":[17,37]," firefox":83,".github":[104,52],"\n[\"":21,".synonym":77,"_arg":1,tasuku:69," result":[51,21],"\u5358\u7d14":[44,97,78],".sourceforge":[104,16],ichii:17,unstable:[105,104],localhost:[123,3,104,35,17,102,6],"\u30d4\u30ea\u30aa\u30c9":[47,51],core:102,"\u7a0b\u5ea6":[17,2,50],"\u53c2\u8003":[36,104,30]," since":101,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":50,"\u3001\u300c":[31,0,45,126,98,66,77,34],"\u5b8c\u5168":[77,44,103,64,47,41],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":130,"\u304c\u308f\u304b\u308a":126,"\u8db3\u308a":[17,121],"\u6d88\u3048":64,"\u30b5\u30fc\u30d3\u30b9":[91,50,52]," application":35,substitution:81,"]]":[77,61,90,106,65,66,38,116,108,100,102],post:[50,104,130],"\u6b63\u898f":[2,103,92,50,129,121,41],"\u3067\u3082\u3046":59," username":31,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[74,93,9,102],obj:86,"\npartial":44,"\u30c1\u30a7\u30c3\u30af":[123,107,86,50,17,102],"\u5207\u308a\u6368\u3066":10,"\u56de\u52d5":102," xxx":103,"\u6b63\u3057\u3044":[121,8,84],"\u6709\u7528":[93,64,2,35],"\"text":17,"\u8a71\u3057":57,"\u5224\u5b9a":[100,48,61],"\u898b\u4ed8\u3051":50," aggregate":21,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[50,2],"\u3068\u306a\u308a":[125,21,35,27]," tajima":50," translation":83," last":[50,126],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[36,109],"\u3092\u3054\u89a7\u304f":91," glossary":52,"float":[10,50,49,3],sphr:49,"\u306a\u3055\u3093":57,"\nlevel":101,"[@":[17,50],"\u52a0\u3048\u308b":[47,17],"\u305b\u3044":50,old:104,".am\u30d5\u30a1\u30a4\u30eb":104," main":105,"\u6700\u521d":[77,2,103,125,21,93,17,51,121,41],git:[104,83],"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[66,2],".garbage":50,"\u305d\u3061\u3089":74,"=release":70,support:69,"_socket":[1,118]," number":[66,102],"_open":[17,118,1,107,50],"\u6e80\u305f":[15,48,44,126],"\u5927\u6587":77,"\u5b89\u5168":27,redmine:59,editor:83,"[test":50,"\u7b49\u4fa1":[77,107,111]," api":[57,120],"cpu\u30b3\u30a2":[66,130],"[n":50,fork:[66,83],head:[123,118],"\u3086\u304d\u3072\u308d":97,tokenbigramignoreblanksplitsymbolalphadigit:45,form:2,"\u8a66\u884c":91,"\u7f6e\u3044":104,".ne":69," make":[115,88,104,14,11,105,12,74,122,58],thesaurus:77,"_interrupted":1,"_animal":10," ftb":69,"[\n":[31,77,49,2,62,81,10,126,125,21,80,15,48,103,97],"true":[0,29,2,62,4,32,5,7,100,87,76,80,77,49,103,10,38,81,39,108,40,41,31,46,47,15,48,116,51,78,97,125,89,126,21,37,129],"/tsv":[121,7],"\u5fa9\u65e7":50,"\u6253\u3064":104,"\u8981\u7d20":[93,1,2,66,21,38,44,61,100,50,102],"-path":[104,94],"\u9032\u6570":[86,103],"\u5165\u308b":[73,65],"\u5165\u308a":[65,2,103,89]," groonga":[96,2,66,70,6,17,101,74,35,115,77,103,104,11,110,83,14,15,27,50,51,121,88,125,91,21,93,105,129,58],"\u5426\u5b9a":[77,44],"\u5024\u3088\u308a":[77,44],"/cutter":104,"\u30ec\u30b3\u30fc\u30c9id":[36,116,61,30,50],"[#":[17,50],"\u4e2d\u65ad":[17,50]," friends":31," uint":[31,77,103,125,15,50,51,41],"\u30e1\u30c3\u30bb\u30fc\u30b8":[126,9],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[77,129,2,84,45,98,56,17,74],"\u8fd4\u3063":[126,103,125],"\u5185\u8a33":45," dpkg":104,"\u6587\u5b57":[0,2,62,32,98,66,5,50,34,77,49,103,79,10,38,41,31,44,84,48,17,51,78,121,125,89,91,92,21,37,126,129],"\u3002sortby":77,"\u6dfb\u4ed8":50,"\u8abf\u3079\u308b":[37,78],"\u6c7a\u3081\u308b":[77,44],kwic:21,"=null":[77,41],"_sequence":[1,118],"\u3057\u304d\u308c":50,decrypt:104,"\u5165\u3063":[31,2,93,118,50,34,51,122],"_records":50,"''":11,score1:44,score2:44,"' ":[115,31,77,69,103,105,10,126,32,11,81,45,48,101,50,88],"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":50,"'-":66,"\u3059\u3063\u3071\u3044":62,distributions:104,"\u3054\u89a7\u304f":[2,122],ongaeshi:[50,107],"'(":66,"\u30a8\u30c7\u30a3\u30bf":83,"\u305f\u304b\u3063":84,"\u306e\u306b":[36,92,71,50],tokenbigramignoreblank:45,no:[0,69,106,77,118,64,50],"\u306e\u3061":77,".repoforge":88,excel:121,"\u306e\u3067":[77,49,2,121,104,81,10,91,98,21,93,15,96,17,24,50,83,45,51,35,41],"\u3002\u307e\u305a":45,"\u914d\u5217":[93,77,44,125,65,107,73,21,47,86,50,17,41]," lion":50,"\u3002\u307e\u305f":[123,9,2,97,84,10,91,32,66,48,44,27,24,121,102,103],"\u3002set":102,"\u306e\u307f":[91,44],test:[2,104,10,65,102,122],saerch:[106,84],"'\n":[31,77,49,2,97,45,125,80,81,48,103],"\u4e09\u756a\u76ee":103,"\u5c5e\u6027":[47,73,65,127],"\u305f\u3081\u3057":48,groogna:[50,35],"\ncrit":[4,5],"'s":[93,77,103,125,80,38,15,101,83],"=number":94,truncate:[17,50,20,30,36],"\u66f8\u304b":[50,126],welcome:[77,103,125],"\u3089\u308c\u308b":[50,44,98,91],"\u88dc\u3046":91,"\u7d44\u307f\u8fbc\u3093":91,"\u4ee5\u964d":[107,104,33,66,17,129,122,83],"\u964d\u9806":[106,77,2,89],"\u5fa9\u53f7":104,scorer:[36,108],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":57,"\u305b\u308b":[44,91,81,24,122,41],"'n":66,"'m":[80,51],"-latest":57,"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":62," cutter":122,"\u305b\u308c":91,"\u6bb5\u843d":47,"_count":[27,53,2,3,6],".service":50,"\u3069\u306e":[77,49,84,33,78,74],"\u5c11\u3057":74,fsf:50,macports:[36,94],"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":86,"\u77e5\u308c":92," createrepo":104,"\u672c\u756a":104,"\u6539\u5584":[17,0,50],"\u307f\u304c":44,"_offset":[1,108],"5km":126," json":[38,3,35],"\u5165\u529b\u30df\u30b9":84,"_memory":[50,1,118],"_github":[104,83],notification:101,push:104,"\u512a\u308c":91,"\u65e5\u6642":[36,32,109],"\u9069\u5207":[91,107,2,102,41],"\u304a\u3053\u306a\u3063":2,"\u6307\u3057":10,":/":[2,3,66,70,6,72,74,35,115,104,10,11,110,83,31,14,48,27,52,123,88,89,105,24,58],masaharu:50,"\u53cd\u6620":[91,44,104],"\u81ea\u52d5\u7684":102,"\u7b26\u53f7":1,":$":[125,97,103]," required":[6,35],segv:0,": ":[42,36,0,9,104,65,107,38,1,44,17,57,74,52],"\u6d41\u308c":57,"\u7279\u6027":64,"/debian":105,"\u8a9e\u7248":104,":=":[77,125],":>":[77,125],"\u30d2\u30c3\u30c8":[77,44,62,45,126,98,80,34,97],comments:[15,51],"::":[1,3],"[element":103,"/sources":[105,11],netbsd:107,"\u3084\u308b":57,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":118,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[36,109],"\u56fd\u969b":83,"\u7aef\u672b":91," all":[101,77,103,125],":\n":[27,52],".asc":104,"\u795e\u5948\u5ddd":126,"\u901a\u77e5":104," sudo":[115,88,104,14,11,96,105,50,74,122,58],"=r":50,"_left":[17,1,118,37],"\u4e00\u822c":[77,2,125,91,111,52],"_builtin":17,"(ptr":107," #":[126,107,127,35,83],"\u5ea6y":32,"\u524a\u9664":[0,29,64,7,46,91,107,6,66,50,116,17,87,75]," elfring":50," installer":104,"-html":[50,107],"_denied":[1,118],dragonfly:107,"\u307e\u3067\u3057\u3070\u3089\u304f":104,supported:69,string:[50,44],"\u500b\u5225":104,"\u8a2d\u6a02":17,"\nrequests":101,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":50,"-root":[24,107,66],"\u8a2d\u8a08":77," character":101,enqueue:85,"\u4e0a\u91ce":107,"\u767a\u4fe1":104,"[php":50,"\u30b5\u30f3\u30d7\u30eb":[50,77,107,127],entries:[77,103,110,125],"\u691c\u8a0e":45," systems":21,"\u3084\u3081":17,exact:44,"\u3002travis":52," performance":21,".body":[65,25,62,76]," \u3002":45,"\u72b6\u6cc1":[45,91],"\u30b9\u30af\u30ea\u30d7\u30c8":57,"{language":83,"\u4ee5\u4e0b":[1,61,4,65,33,66,5,70,6,7,73,50,74,102,77,49,104,106,38,81,39,110,12,41,42,44,47,15,100,17,87,78,122,52,86,90,92,21,93,24,83],level:[4,5,118],"\u3068\u3057\u3066":[1,64,33,66,6,17,74,75,115,77,9,103,104,79,106,11,38,81,39,102,111,41,114,44,49,50,87,120,121,122,88,129,125,91,107,92,21,105,83],"\u8208\u5473":91,"\"mysql":8,mb:50,":@":[31,77,2,125,10,126,81,27],"-escalation":94,"\u4e2d\u7a0b\u5ea6":[115,88,11,105,70,94,58],":\\":70,item:[34,106,84,56],"\u4e0d\u6574\u5408":0,":[":102,"\u5217\u6307\u5411":[91,66],":public":104,"\u672a\u6e80":125,"\"blank":129,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":86,"4gbyte":42,"\ngrn":44,"-deb":104,"\u8ad6\u7406\u548c":[77,44],"\u4ed8\u4e0e":[31,102,75],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":50,"\u7d50\u3073\u3064\u3044":85,"\u305f\u3055\u3093":[17,0],"\u7d50\u3073\u3064\u304f":85,sign:104,"\u5076\u6570":103,"\u63db\u6642":17,"\u6f14\u7b97\u5b50":[50,77,44,107],"=)\n":44,"\u3002git":104,"-dev":[104,11,16,105,50,17,122],conifugration:52," commit":83,run:[122,6,104],"\u5316\u4f5c":104,"\u6c42\u3081\u308b":[91,49,78],">alloc":3,"\u5024\u6bce":77,column:[36,0,44,30,107,20,50,17],"[munin":[17,50],"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":104,"\u3068\u3053\u308d":[103,55,126,92,7,50,83],ip:[27,102],".ncpu":58,"\u7d4c\u904e":[93,9,103,10,126,32,53,17],"\u30bf\u30d6":[121,3,118],".groonga":[83,88,104,115,14,11,105,70,74,102,58],"\u4ed8\u304d":[36,1,125,14,106,33,107],"\u4e3b\u8981":94,"/load":35,"/.":17," normallexicon":129,"\u65e5\u672c":[103,104,32,37,48,34,78,125],cxxflags:[14,104],"\u30c8\u30e2":31,reply:51,"\u5411\u3051":57,"\u89e6\u308c":2," yoji":17,"3\u3064":[115,77,2,10,11,21,93,105,122,111,50,51,88,96],"\u76ee\u5b89":104," makecache":[50,88]," libevent":[105,11],"_len":50,"\u4f8b\u3068\u3057\u3066":10,"\u751f\u3058":[29,4,46,47,5,108,40,116,76],"[deb":[17,50]," two":101,"\u6e2c\u4f4d":91,"\u5909\u66f4\u70b9":57,"\u30bf\u30b0":[36,103,104,64,107,21,50,17,109,41],"\u540d\u4e00\u89a7":65,baseball:[31,51],"\u9ad8\u6a5f":[91,44],"\u6d41\u3057":104,address:[17,118,50],"\u96c6\u5408":[50,111]," tablename":9,"\u30a2\u30ab\u30a6\u30f3\u30c8":[104,16],change:35,"\u6700\u5927":[42,43,0,107,103,64,77,66,21,102,50,17,82,35,118],"\u88dc\u6b63":[36,128,106],"\u8b70\u8ad6":59," string":[15,92,81,79],"-mode":83,"\npublished":104,"\u6b63\u78ba":[10,53,2],"\u30ec\u30dd\u30fc\u30c8":74,"\u4e3b\u30ad\u30fc":[100,36,61,90,107,38,116,50,73,75],"\u3068\u3059\u308c":91,"_version":[17,104],example:[31,2,89,10,48,27],"_success":[77,1,61,90,100,101],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[45,77,111]," official":104,"geopoint\u9593":17,"\uff08ruby":52,"\u8a2d\u5b9a":57,raccoon:31,"\u8b66\u544a":[50,77,9,107],"\u9006\u306b":31,"-filter":[97,81,21,15,17,50,113,103],".db":[66,65,2,27],".exe":70,"\u4e00\u9577":91,"\u5ea6\u6570":[10,17,48,103],"` ":3,ipa:[12,88,115]," level":[4,101,5,66],"\u305d\u306e\u307e\u307e":104,"\u5fd8\u308c":17,"-leak":107,"\u521d\u671f":[91,17,107,50],"\u30ea\u30f3\u30af":[125,104,10,72,50,103],"\u6700\u5c0f":[105,88,11,96,115],"-cutter":104,"'haystack":44,"_delete":17,"\u6587\u5b57\u5217":[36,77,49,61,79,90,93,111,21,38,116,100,50],"/main":11," test":[2,122,104,10,27,51,102],"\u7d71\u5408":[50,91]," entry":[47,29,61,90,65,46,38,116,108,100,25,76],"\u4e88\u3081":[32,66],red:57,httpd:50,"\uff08messagepack":74,"\u4e21\u8005":48,"-check":[17,107]," sequence":101,"\u6307\u6570":103,"\u5916\u90e8":85,"-src":[105,11],"|table":41,sports:31,"\"name":81,"\u30d5\u30a9\u30ed\u30fc":16,https:[130,104,83]," masahiro":107,msg:85,"\u8ff0\u3079":2,"\u5e74\u9f62":[91,41],"/header":14,"\u3060\u3063":[45,50,77,9],"``":[0,107]," takashi":17,"\u591a\u69d8":91,"\u3001 ":[2,62,64,32,27,7,74,35,115,77,49,103,10,81,111,113,83,48,50,121,129,125,126,21,93,41,6],"\u843d\u3061\u308b":[17,107,50],"_concurrency":123,"\u6d41\u91cf":35,"-each":17," rpmforge":88,visual:[17,70,50],"\"color":129,"\u30ec\u30d3\u30e5\u30fc":104,"\u305d\u3053\u306b":[73,65],"/nfs":74," version":[69,3],"\u30bb\u30c3\u30c8":[25,98,44,76]," new":104," shopping":80,"po\u30d5\u30a1\u30a4\u30eb":83,"_plugin":[17,127],"\u3044\u308f\u3086\u308b":31," run":6,"\u8fd1\u3055":103,"\u3060\u3044":17," \"i":[93,77,125,80,51,103],cas:118,"\u884c\u308f":[123,31,77,102],nfkc:129,"\u30b8\u30aa\u30b5\u30fc\u30c1":[17,109,36],"\u30ea\u30ea\u30fc\u30b9":[57,117],"\u542b\u307e\u308c":[77,91,98,21,93,7,41],"\u3060\u3051":[1,130,64,70,7,50,51,35,115,77,103,104,10,11,80,83,44,45,15,17,87,121,88,125,21,105,94,41,58],values:[38,100,61],"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":74,".txt":104,clearlock:[36,0,20,30,50],",\"http":10,"\nnotice":[4,5],"\u8fd1\u304f":[91,33,103]," on":[83,69,6,35,21],"\u4e00\u6642":[36,49,30,50],"_stamp":101,"\u30fb\u30b5\u30fc\u30d0":2,"\u884c\u3063":[122,48,104,89]," of":[69,86,106,21,15,6,101,50],",\n":[2,62,65,27,73,102,97,77,49,103,10,106,80,81,39,110,31,15,48,51,125,86,126,21,93]," -":[115,88,104,11,105,12,74,122,58],logrotate:50," ignored":50,"\uff11\u3064":85,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[123,50,6],"\u5897\u3084\u3059":122,"/rpmforge":88,".]]":61,"/setup":52," os":[36,94],"_sis":[125,103,98,97,41],"\u6a19\u6e96":[0,29,2,4,65,66,5,6,100,73,76,9,38,108,61,40,112,110,46,47,86,116,82,50,123,53,90,24,25,95,27],"-com":104,"\u884c\u3044":[123,31,44,2,104,89,45,126,98,66,81,51,102],chroot:104,",\"":[31,3,126,86,110,51],", ":91,",.":104,write:[50,77,26],get:[17,50],gemfile:50,"-docutils":104,"\u884c\u3048":[81,2,122],"\u30d2\u30e5\u30d9\u30cb":[49,78],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[36,94],"==":103,"\u3002\u30ed\u30b0":41,":clear":104,query:[36,44,30,127,108,50],"\u30d0\u30a4\u30c8":[1,64,32,107,21,50,17],"\u76f8\u5f53":[93,48,2],"^commit":104,"/cpuinfo":[105,88,11,115],"\u8fd1\u508d":[50,111],"\u8a9e\u53e5":31,"\u5f15\u304d\u8d77\u3059":50,map:17,"\u3042\u308f\u305b\u308b":50,groo:77,information:101,"\u518d\u8aad":[40,121],max:[123,43,2,3,53,86,27,50,82,102,6],clone:[72,57,104],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":52,mac:[36,94],uint:[2,62,32,27,73,87,97,77,103,79,80,39,65,41,31,45,48,50,51,125,89,107,93,129],date:102,"\u7f72\u540d":57,"\u6b20\u70b9":91,"\u5207\u308b":6,"\u5207\u308a":[112,17,104,50]," content":[77,103,81,21,80,15,51,125],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[36,109],"\"serach":84,"/dictionary":107,succeeded:[39,87],"\u8fd4\u3059\u304b":106,ss:[101,103],"/javascript":17,ghz:102,fluent:72,"\u5404\u56fd":104,"\u30b2\u30c3\u30c8":16,"\u3084\u3059\u3044\u304b":121,"_values":17," chunk":86," bug":[50,69],"\"starttime":3,",{":[3,102],se:34,"\u5e02\u5185":33,"\u304b\u308f\u308a":[45,115],"\"ellip":78,"\u3002tag":31,"\u540c\u3058\u6570":[66,6,35],"\u5019\u88dc":[34,106,8,84],"\u4f1d\u7d71":91,"=\"":[14,104],"_init":[101,17,50],"\u5357\u534a":50,"[yum":50,"\u82f1\u8a9e":[59,17,104,83],"/srpm":104,"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":0,"_descriptor":[1,118],"=users":35,"1\u6708":[77,61,103,10,126,32,90,100]," english":[77,16],"\u3067\u3069\u3053":1,"\u542b\u307e\u308c\u308b":[44,2,104,10,91,66,45],"=/":[121,74,66,122,104],"\u30a2\u30c9\u30ec\u30b9":[17,66,27,102],"\u3042\u308a":[59,16,70,6,7,72,73,50,74,102,115,77,9,104,55,106,11,38,81,39,111,40,112,41,42,44,47,15,49,17,122,53,88,91,92,21,93,105,94,24,57,83,95,58],"\"apple":129,"/fedora":[50,107,104,115],"_account":83,normalizermysqlunicodeci:129,":ss":[101,103],"_tsv":121,"\u56f2\u307f":[66,21]," am":21,"-libedit":107,"/html":[17,35,83],"[[":[61,97,65,66,73,100,87,77,49,103,10,80,81,39,31,45,51,125,90,126,92,21],"\u78ba\u5b9f":84," at":[101,69],"\u5272\u308a":[10,64,65,103,73],"\u8a08\u6e2c":[17,0,122],"\u56de\u7e70\u308a":102,"\u7d44\u307f\u5408\u308f":[91,77,44,41]," ${":83,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":74," solaris":[36,94],"\u4f5c\u7528":50,cutter:57,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":73,"\nworks":101," sjis":66,"\u91cd\u306a\u3063":50,"\u542b\u3081\u308b":[77,2,125,104,50,17,121],"\u3053\u3068":[12,57,44,85,91]," aptitude":[12,122,105]," been":104,".pid":66,records:101,"\u4efb\u610f":[2,104,91,32,66,102],"\u6ce8\u76ee":77,"\u30ad\u30e3\u30c3\u30b7\u30e5":[50,0,91],"\"version":3,normalizermysqlgeneralci:129,"\u3002ascii":[103,125],alisa:81,now:[36,113,30],"\u8d85\u3048\u308b":[10,50,64],"-plugins":[105,88,94,115],"\u3059\u306a\u308f\u3061":10," description":[126,98],"\u5b9f\u884c\u4f8b":[2,62,101,6,7,73,87,97,77,9,103,10,106,80,81,39,41,31,84,53,15,48,49,50,51,122,125,89,126,92,21,93,56,34,129,27],name:[65,46,47,86,39,108],"\u500b\u3005":[45,9,44],"\u30b0\u30eb\u30fc\u30d7":[50,77,91],"_memo":81," rake":104,repositories:104,"_dat":[125,73,50,17,41,103],"_dataset":127,"\u65e2\u5b9a\u5024":96," link":10,"_timeout":[1,118],"\u8aad\u307f\u8fbc\u3081\u308b":110," line":52,"\u534a\u7121":[17,41],el:88,"\u3053\u3061\u3089":[81,51,121,2,83],en:[34,106],"\u4e26\u3079":[36,109],"\u53d6\u308b":118,ea:101," management":[21,52],"\u6700\u5f8c":[103,104,10,107,45,6,50,102],ggdb:104,"\u30cd\u30b9\u30c8":[50,51],nroonga:[81,52],"\u5b9f\u4f8b":[57,117],qwik:110,"\u624b\u6bb5":44,"_size":44,indexblog:51,"\u30d8\u30c3\u30c0\u30fc":[50,1,35],"\uff1f\u3000":102,"\u7a7a\u304d":86,"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":46,"-offset":77,"\u6642\u4ee3":91,"\u3042\u3044\u307e\u3044":41,"\u524d\u65b9":[36,44,2,103,64,98,127,125,106,50,34,109,41],".status":102,"\u5f85\u3061\u53d7\u3051\u308b":27,"\u518d\u69cb":17,"\u79d2\u3088\u308a":127,"\"search":[34,84,125,56]," exclude":50,"\"type":106,"-default":94,"\u304c\u308f\u304b\u308b":49," warning":4,correct:[106,84],"/files":104,"|allow":[77,125],"_content":[77,103,81,21,93,15,51,125],"[suggest":50,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":64," segments":86,"8\u3064":102,tomita:107,"\u5d8b\u7530":50,mime:35,"/dev":104,"_string":122,org:[27,89],"byte":[50,21,102,118],"\u7d20\u65b9":91,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[36,33],"/pub":88,"\u62ec\u5f27":38,"\u7d50\u5408\u5f0f":50,"\u30b3\u30fc\u30c9":83,"\u4e8b\u9805":36,arnaud:17,"[windows":[17,50],"_seek":[1,118],"\u6b21\u90ce":31," key":[50,2,104],"\u30db\u30b9\u30c8":[123,104,66,27,50,17,102],yum:[50,88,104,115],"\u30de\u30eb\u30c1\u30b3\u30a2cpu":74,"-normalizer":[115,88,11,105,50,129],"\u629c\u304d\u51fa\u3059":91,"] [":102,"\ndebug":[4,5],"\\\"a":15,"\u30d9\u30af\u30bf\u30fc":[17,77,50],"\u3078\u3068":27," correction":84,"\u3078\u306e":[10,74]," country":89,"_block":[1,118],offgao:126,"\u30dd\u30fc\u30c8":[123,96,3,66,35,102,27],"-version":[107,104],"[backquote":125,"\u4e00\u610f":[47,66,75],one:21,"\u30b7\u30f3\u30d7\u30eb":[130,111],"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":51,"_function":[1,118],"\u305f\u3069\u308b":31,"_process":[1,118],"\u81ea\u5df1\u7d39":126,"\u9078\u3073":8,message:[101,51,5],".'":[47,50],"\u9078\u3076":91,size:86," epel":88,"\u4e0b\u3055\u3044":[115,88,104,11,105,70,94,50,58],"\u7d5e\u8fbc":[36,109]," text":[77,103,21,81,35,110,51,102,125],"\u53d6\u308a\u51fa\u3057":2,"\u5bfe\u7b56":[36,71],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[49,111]," locks":21,"\uff08\u307e\u3082":35,"1g":[105,11],"\uff08-":[77,2],"\"sphr":78,"\uff08 ":[115,77,33,103,14,11,21,125,105,6,7,74,121,88,58],"\u30bd\u30fc\u30c8\u30ad\u30fc":[106,0,77],"\u30d8\u30eb\u30d7":122,"_preparer":[34,106,84,56],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":91,"\u3044\u308c":[10,50]," markup":55," sid":[17,86],"\u3044\u308b":[44,104,91,52,122,83],"-max":[17,66],kenichi:[17,107],localnames:110,memo:81,universe:11," logged":101,kbytes:102,"\u30d1\u30a4\u30d7":47,github:[59,104,50,72,17,83],"\u62e1\u5f35":[17,109,36],"\u30a8\u30f3\u30c8\u30ea":[15,77,103,125],libevent:74,"\u305d\u306e\u5f8c":103,"\uff08@":[17,107],"\u8fd4\u4fe1\u5148":126," match":6,"\u30d5\u30a9\u30fc\u30e0":[77,125,111],"\u306b\u5bfe\u8c61":17,"11":[45,81,77,103],"10":[2,102]," many":99,"\u51fa\u3057":126,"\u540c\u6642":[77,9,91,85,48,102],"-httpd":[28,36,88,30,115,11,105,50,17],"_index":[31,77,69,2,62,81,45,126,107,125,21,80,47,15,50,51,103],"\"\u4e8c":34,"(tab":121,"_small":[1,118],"/gat":[48,2,89],"\u6574\u3063":122,libgroonga:114,"\u3080\u308b\u3093":[103,125],"\u5404\u547d":102,posix:103,"\u6e2c\u5b9a":102,"\u7cfb\u5ea7":[37,78],"_device":[1,118],zsh:[74,104],browser:83,pre:69," tokenbigram":[77,2,62,81,45,126,125,66,21,80,15,103,51,41],"\u3044\u304d":[2,104]," name":[77,29,103,81,10,126,46,47,15,108,6,110,41],masahiro:107,"_local":[110,102],"\u3044\u3046":77,ann:104,".list":[105,11],"\u4e16\u754c":[49,10,32,37,48,78],argument:103,"-scorer":113,"-zlib":94,dash:74,"\u4e21\u65b9":[77,126,97,91,125,80,64,34,103],say:103,"\u30b3\u30f3\u30d1\u30a4\u30eb":50,"/span":21,"\u30b3\u30f3\u30d1\u30a4\u30e9":17,"\"application":17,"/ubuntu":[50,96,11],katakana:34,".uuuuuu":103,"_circle":[17,113,30,36],"\u53b3\u5bc6":34,"\u30ea\u30b9\u30c8":[100,31,77,2,103,104,90,65,33,66,38,125,61,73,72,50,129,121,83],"(id\u30d1\u30e9\u30e1\u30fc\u30bf":[90,116,61],bash:74,these:21,"/doc":104,engin:[34,106],"\u591a\u5f69":91,"\u914d\u5e03":[115,88,11,105,70,94,50,58],"_network":1,uuuuuu:103,"\u5ea6\u5408\u3044":45,"\u3044\u3064":34,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":57,"\u304b\u307e\u3044":2," inv":102,"_permitted":[1,118],"-with":94,"\u9806\u6b21":[123,66,2,27],"_end":1,animation:31,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[36,88,30,115,11,92,105,50,41],"_full":104,performance:21," objname":[25,76],"\u6027\u80fd":91," kana":[34,106,84,56],"[[\"":86,"|suggest":106,"/epel":88," documentations":113,"_suggest":127,buffer:86,price:10,"\u5148\u982d":[77,2,6],debhelper:17,"\u5c0e\u5165":[12,9,122],beta:69,mecab:[115,0,107,104,11,88,105,50,17,74]," moritars":51,"\u500b\u5b9a":85,pair:[34,106,84,56],"_down":[1,118],"(location":[31,48,49,126],"\u81a8\u5927":91,"-type":[17,84,56,35,34],"\uff09:":[115,88,98,14,11,105,58],"_section":[47,126,51],"\u79fb\u52d5":[104,55,70,50,40,17],"\u672a\u4f7f\u7528":118,"\"book":103,"\u7ba1\u7406":[36,0,104,66,86,50,17,74],"\u5024\u7528":17,"\u3068\u308a\u3068\u3093":[103,125],"8mb":129,wing:50,"\u30b9\u30da\u30fc\u30b9":[17,77],"\"table":66,"-yyy":83,"\u5c06\u6765":[115,49,92,118,35],"\u4e00\u81f4":[36,77,44,103,104,64,125,127,106,50,41],"\u4fdd\u8a3c":[86,9],"\uff09 ":[17,77,107,129],uninstall:50," compatibility":129,"\u539f\u56e0":[36,71,102],precise:[11,104],"\u9589\u3058":[17,64],lexicon:[73,129,41]," messagepack":3,usr:[66,6,7,74,122,58],show:0,"-po":57,sitecountry:[27,89],"\u65b0\u5bbf\u99c5":48,"\u3057\u304b":[77,103,10,125,6,51,83,35,41],"\u9ad8\u307e\u3063":91,"\u540c\u3058\u91cd\u307f":81," metadata":50,"\u62c5\u5f53\u8005":104,"\u30dc\u30c3\u30af\u30b9":77,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":57,"-threashold":[45,107],threshold:17,"\u88dc\u5b8c":[36,106,107,128,7],"\u53ca\u3073":[116,102],data:35,"\u3002weight":10,"\u77ed\u6642\u9593":91,"\u30d1\u30c3\u30b1\u30fc\u30b8":57,"\u3057\u3066":[59,31,77,107,2,104,45,126,11,6,50,12,122,83],emergency:101,"-plugin":72,"\u592b\u5fc5":97,"\u30bf\u30a4\u30c8\u30eb":[31,77,125,10,51,103],title:[31,2,89,10,27,50,51],"\u5316\u5bfe":83," site":[31,2,89,10,48,27],"\u306a\u3093":9,"\u306a\u308c":9,"\u7acb\u3061\u4e0a\u3052":102,black:129,"\u306a\u3089":[115,77,9,112,103,84,125,11,66,88,129,53,105,44,122,34,50,51,52,102,41],"\u306a\u308a":[1,2,3,32,66,6,7,34,50,75,62,80,77,9,103,104,10,106,38,102,97,12,76,41,31,84,45,47,48,49,118,17,51,78,121,52,129,125,91,21,93,126,24,25,27],"\u306a\u308b":[0,2,62,32,66,70,6,74,102,76,115,77,103,104,37,10,11,80,81,110,41,83,44,45,47,50,78,88,91,107,21,127,105,94,56,25,58],"\u5927\u4e8b":121,"\u811a\u6ce8":[49,2,32,46,37,78],"-directory":50,"-server":[36,88,115,11,66,22,105,50,17],wheezy:[36,104,94],"[2":66,"\u5f53\u8a72":9,"-setuptools":12," checked":104,"/news":104,define:[36,20,30],"\u8868\u3059":[43,44,31,10,33,47,49],ssh:104,"\u5f8c\u8ff0":[44,104],"\u51fa\u305b\u308b":91,"\uff08tokenbigram":45," saerch":[106,84],geo:[36,0,30,107,50,17,113],"_number":[93,27],"\u3082\u3057\u3054":50,manager:[6,35],resource:118,"\u3002utf":129," liblzo":[105,11],tokyogeopoint:[17,32,78,48,37]," pangolin":[36,104,94],"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[93,36,20,30,50],"\u8a08\u753b":115,summary:102," jekyll":104,":')":47,"\u3002:":[2,65,98,66,70,6,34,73,8,35,77,9,104,106,38,108,102,61,12,83,100,110,84,45,47,86,116,17,122,90,56,24,41],"\u30b9\u30da\u30eb":121,"[:":27," wget":[115,88,14,11,105,74],"\u300c\u697d\u3057\u3044":98,"\u76f4\u63a5":[126,110]," \uff08":[34,84,74,56],"/gqtp":96,".conf":[96,6],wiki:6," jquery":107," lenny":17,hour:101,"\u8907\u96d1":[50,77,44,103]," package":104,sear:34,"# ":[2,62,66,27,34,73,87,35,97,77,49,103,10,106,80,81,39,83,31,84,15,48,51,125,89,126,92,21,56,129,6],"#'":66,"\u3084\u304c":9,"*'":77,"\u8868\u3057":[9,2,32,33,93,1,44,75],"\u7a7a\u767d":[2,125,45,91,66,38,56]," vector":50,"\u5b66\u3073":[77,49],replied:126," become":69,"\u5024\u3068\u3057\u3066":[49,66],"(scan":122,"\u8a18\u6cd5":[51,103],".x":88,"\u70b9\u4ee5\u4e0b":10," narwhal":17," rdbms":91,"\u884c\u306a\u308f":50,"[\"":[31,103,10,106,65,86],"\u898f\u5247":50,".content":[77,125,80,15,51,103],"|ng":77,sites:110,"\"#\"":102,"\u5dee\u96c6\u5408":103," day":80," are":[101,77,21,83],"\u5206\u89e3":44,"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":35," shutdown":6,"import":104,before:52,"\u6700\u5c0f\u5024":103," studio":[50,70],jobs:102,"\u52d5\u304b":50,"\u3088\u3044":[77,125,35,83],"_indexer":50,"\u3057\u308c":93,"\u3057\u3088":[100,80,44,61,10,38,49,50,17,116],"#{":101,"\u672a\u8a2d":50,"\u904e\u53bb":104,"\u3088\u3063\u3066":[32,33,48,68],"\u306a\u3069":[2,64,32,33,68,27,50,72,34,74,35,77,9,103,104,10,80,102,111,40,83,114,44,84,45,98,86,17,121,126,125,91,21,56],"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":70," cflags":[14,104],article:51,cities:49,ja:[104,83],"\u306a\u3063":[77,9,2,122,104,86,10,91,107,93,45,27,50,17,51,126,35,125],"\u306a\u305c":[77,103,84,125,34,129,41],"\u5206\u5272":[2,103,91,98,64,17],autoconf:17,"\u306a\u3059":37,"\u306a\u3055":[24,77,43],"\u8fd4\u3059":[0,29,62,4,66,5,17,102,76,103,106,108,35,40,46,53,48,116,118,50,47,124,107,25,82],"\u4e0d\u5909":75,quiet:118,"\u306a\u3052":62,nogpgcheck:50,"_allowed":[1,118],"\u306a\u304f":[0,2,62,64,33,6,7,100,50,74,102,77,103,104,10,35,111,41,15,17,51,52,125,91,107,21,57],"_otoj":122,"\u4f8b\u5916":115,"\u306a\u304a":[98,104],"\u306a\u3044":[0,3,64,33,66,6,50,74,102,77,9,103,104,106,80,110,111,41,42,44,14,85,53,86,17,121,122,52,123,125,15,91,107,127,93,94,24],"\u306a\u3046":126,"delete":[36,0,30,107,20,17]," by":[50,125,101],"-output":[50,77,21,102],"\u6b21\u56de":[9,104],"_invalid":1,"-mecab":[115,50,88,11,105],"_t":1,"\u975e\u4f9d":88,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[50,118],color:129,"\u305f\u3073":[48,9,102],"-groonga":[72,104,102],"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":50," rewrited":69,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":98," arted":103,"_location":93,"\u76f8\u5bfe":[17,77,104],"\u6574\u6570":[43,1,82],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[77,68],"_clone":104,"\u5f15\u304d\u51fa\u3059":91,"}/":[83,74,7]," command":[9,99,27,6,50,52],"'column":50,raring:[36,94]," gone":31,".select":102,"\u8868\u8a18":[49,62,104,10,32,48,50,17,103,83],"\u306a\u3067":34," followee":126,"\u9805\u76ee":[86,0],"\u578b\u60c5":50,"\u524d\u5f8c":[66,2],"\u5f8c\u4e8c":9,"\u9ed2\u3044\u70b9":33," []":65,"\u5468\u4e0a":78,"<encoding":66," follower":126,serihiro:50,"\u679c\u305f":2,"_synonyms":121,"\u4ee3\u308f\u308a":[129,61,125,90,66,21,116,70,27,74,41],"\nbigram":102,engine:[34,106,56]," be":101,enable:[53,107,104]," web":74,"\u5b57\u5c0f":77,"\u306e\u3044":[9,61,4,91,32,66,38,49,48,5,118,44,100]," \u7528":74,"_tokenizer":[50,77,1]," res":102,"_value":[17,77,107,75,50],"\u6607\u9806":[48,2,77],"\u5b9f\u884c":[91,57]," location":[31,49,10,126,48,6],"_avoided":[1,118],begin:123,"\u6240\u5b9a":[45,98],"=yes":[50,77,122,104]," haystack":44,ruby:[69,104,91,111,50,52],"(ctx":44,sound:84," fork":83,"-bye":[77,103,125],"\u30bb\u30df\u30b3\u30ed\u30f3":102,"\u304a\u3051\u308b":[42,31,2,125,10,91,32,50]," configure":[45,50,103]," form":[129,125],"}]":[3,102]," autogen":104,"\u4e0d\u5b8c\u5168":17,"-ipadic":[115,88],"\u30b7\u30b0\u30ca\u30eb":17,hdd:102,"\u5f8c\u65b9\u4e00\u81f4":50,"_corrupt":[1,118]," coverage":122,"/packages":104,"?table":[27,35]," ruby":104,"'\"":50,"\u57fa\u672c":[91,36,104,50],"\u306a\u3057":[9,61,125,15,90,81,1,100,50,78,116],"\u53d7\u3051":[49,2,85,92,27,50,35,118],"\u3002\u3002":33,ctrl:27,"\u3002\u300c":[31,77,125,51,41,103],"\u30af\u30ea\u30fc\u30f3":104," enhanced":69,"\u8af8\u6761":42,"\u5fc5\u8981":[0,115,2,62,64,6,7,34,50,74,8,35,80,77,103,104,81,11,38,45,102,12,41,100,44,84,14,15,118,17,51,121,122,88,129,125,91,107,92,21,93,105,56,24,83,27],"@lists":[104,16],".md":104,"|')":47,", {":35,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":62,"\uff01\u3057":16,"'.":83,"\"}\n":[38,80],"\u5c65\u6b74":104,"\u3002squeeze":122,"-document":[66,104],ascii:[103,125],"\u633f\u5165":[50,2,21,66,104]," support":69,"\u8f9e\u66f8":[115,0,45,107,88,50],pat:64,"\u8aad\u307f\u51fa\u3057":91," some":101,"\u91cf\u8a08":0,sh:52,"\u3002id\u30d1\u30e9\u30e1\u30fc\u30bf":[116,61]," download":104,check:[17,0,20,30,36]," special":77,"_filter":[36,113,30,50],html:57,"<path":66,"')":[123,77,61,90,66,100],"-dir":102,"=squeeze":104,"\u6fc1\u70b9":129,sjis:[74,69],document:[24,107,66,103,104],messagepack:[17,74,50],"\uff08romaji":34,"\u3002\u3044":44,favorited:126,"\u5b89\u5b9a":[91,50,9,86],"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":36,"#]":46,"< y":50," xml":3,"\u8a00\u53ca":15,"_space":[1,118],downloads:70,".po\u30d5\u30a1\u30a4\u30eb":[57,104],"error\u30bf\u30b0":50,", \"":51,"_versions":104,"< n":103,"\u6b8b\u3063":107,codes:104,"\u672c\u5f53":34,favorites:126," porting":69,"\u3042\u306a\u305f":[104,16]," patprefix":97,"\u5b9f\u88c5":[77,49,24,6,50,17,130,35,83],"\u5897\u3048":51,montywi:50,"\u3002\u3059":[80,102],"_date":104," terms":[77,2,103,86,45,66,21,81,125]," added":69,"/index":[66,104,83],"-sortby":50,"in":69,"\u305d\u3057\u3066":[77,10,91,21,126,34,51],markus:50,"\u30d3\u30e5\u30fc":50,"\u8aad\u307f\u98db\u3070":2,"\u5217\u8868":32,"-msgpack":35," dump":[17,110],"_normalize":[77,69,2,62,45,126,125,21,129,80,81,50,51,103,41],"\u53d6\u308a\u51fa\u3055":10," yappo":69,"\u53d6\u308a\u51fa\u3059":[10,107,44],"_retry":1,"[geo":17," rst":12,"/unit":122,"\u56db\u89d2":33,"\u3002ecmascript":77,"[number":38,they:101,"\u4f5c\u6210\u6e08":66,"(r":102,money:31,"\u5927\u898f\u6a21":91,"\u672a\u5bfe":50,"\u3002\u3059\u3079\u3066":[122,83],"'groonga":[105,88,11,115],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[57,117],gdb:122,"\u3088\u3073":44,unicode:129,"\u6271\u3048":68," akio":107,".dll":102,"\u30ab\u30e9\u30e0":[0,29,61,30,65,33,66,17,100,74,76,36,77,106,38,39,108,41,46,47,50,90,91,107,25],speed:8,"_pack":94,"\u3046\u3061\u3044":66,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":53,"\u3002none":66,"\u3002api":[21,111],"(_":[34,106,84,103,56],"/false":[10,0],"\u4f4e\u304f":45,"\u30d1\u30e9\u30e1\u30fc\u30bf":[17,50,36],"_extract":69,"\u4f4e\u3044":[45,77]," indicates":101,"\u5ea7\u6a19":[49,103,126,33,37,17,78],blog:51,"\u56f0\u96e3":[50,91],"\u63a2\u3057":[91,102],"\\\"":[38,15,98,21],"\u9577\u65b9\u5f62":17,"_syntax":1,"\u500b\u6570":50,"\u30ad\u30fc":[42,77,2,103,64,32,107,66,125,50,129,75,41],dcmake:70,hino:50,"\u63a2\u3059":51,"\u3002point":[37,78]," testdb":102,"\u6c4e\u7528":[66,102],"\u639b\u3051":103,"\u542b\u3080":[123,77,44,2,103,90,106,85,98,47,61,126,50,51,125]," git":[72,104,83],"/base":104,"(<":44,"(=":[1,103,44],read:118,"\\\\":[15,70],"\u5c55\u958b\u7528":17,amd:104,"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":104,"\u542b\u3093":[77,44,103,84,10,21,93,8,125],")..":104,"()":57,"(.":[51,104],"(-":103,"(\"":[49,2,66,21,81,50],"-test":[122,104],"( ":[50,66],"(!":44,"('":[47,77,2,90,66,38,100,61,75],"\u3068\u304a\u308a":[42,102]," real":21,license:104,"\u9069\u5b9c":[62,104]," ueno":[50,107,127],ill:98,"_but":44," very":[93,77,125,21,38,103],"\u7d44\u307f\u5408\u308f\u305b":[44,2,104,45,91,47],server:[50,104,6,35,31],"\u95a2\u308f\u3089":102," ssh":104,"\u5c55\u958b\u5f8c":77," python":[12,104],"\u9650\u308a":[38,45,44,98,75],"\u4ed5\u7d44":[35,83],quantal:[36,104,94],"} ":[101,83]," city":49," datasets":99," tool":52,unsplit:44,"\u3002sphinx":12,draw:31," supports":69,"\u78ba\u5b9a":106,"-mm":[101,103],"/projects":104,"\u30b7\u30b9\u30c6\u30e0":[91,57],"'t":6,"},":[31,77,49,2,62,126,125,80,81,39,103,51,87,102,97],"_host":102,"_when":[93,39,92,87],"\u30ec\u30b9\u30dd\u30f3\u30b9":[17,1,118,35,50],"\u671f\u5f85":91,"\u30d5\u30a9\u30f3\u30c8":12,"\u985e\u7d39":45," ci":114,"_touch":107," init":50,ellip:49,"/database":[6,35],": n":123,"\u65b0\u5bbf":48," cd":[70,104,83],automake:107,"\u5927\u91cf":[64,31,44,2,41],"\u6c42\u3081":[91,79],critical:101,"\u9234\u6728":50,"\u30de\u30b7\u30f3":66,"@uzulla":17,"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[36,50,22]," cp":11,mooz:17,"\u542b\u307f":93,"\u306b\u3064\u3051":103," check":122,o0:104," binary":[91,32,3],"_ip":27,"\u5168\u6587\u691c\u7d22":41,quit:[36,20,104,30],tomoatsu:107," handled":6,"\u306f\u3044":10," normalizernfkc":129,"\n{\"":[103,84,106,80,81,56,34,51,125]," because":3,";\"":50,"\u30b9\u30da\u30a4\u30f3":49,"; ":[66,6,102],"\u5bfe\u8c61":[29,2,65,98,17,74,35,76,36,77,9,104,106,41,38,108,109,110,83,31,44,45,85,46,47,50,122,123,125,91,21,25],"\u306f\u305a":[50,102],tokenbigramsplitsymbolalpha:[45,77,98]," shibuya":107,"-static":17,"\u542b\u3080\u5024":[66,2]," schema":99,oo:64,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":102," enable":6,"_$":[106,41],"\u578b\u6307":50," \"c":[15,70],"\u306f\u3069":[77,41],"\u306f\u3068":64,"\u5ec3\u6b62":9,"_escalation":[107,74],"\u30e6\u30fc\u30b6\u30fc":[31,77,125,93,15,6,57,74,35],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":120,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[17,35],"\u304b\u3048\u308b":89,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":129,"\u306a\u304a\u3053\u306e":102,";\n":[102,6,35],"\u5c11\u306a\u304f":[80,91,125,21,103],"'or":50,os:102,or:[77,125,48,118,121,62],"@soundkitchen":[17,50],"\u3082\u3061\u308d\u3093":102,serach:84,"/admin":[17,66],"_leading":77,"'a":15,"\u5c11\u306a\u3051\u308c":41,"\u5f0f\u5168":[103,125],"\u884c\u76ee":[93,104,102],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":66,"\u30aa\u30d5\u30bb\u30c3\u30c8":[50,77,106],"\u8abf\u6574":[45,111]," omitted":3," age":77,"\u3002\u3059\u3050":6,"\u53f3\u4e0b":[37,0],"\u53f3\u4e0a":0,"\u30c1\u30e3\u30f3\u30af":86,"=title":27,"\u3002key":[98,2],"\u9bae\u5ea6":80,"\u306f\u3044\u304f\u3064\u304b":[42,93,125,35],"\u30a8\u30ed":126,"\u76f4\u611f":97,"{path":74,"\u8a55\u4fa1":[15,44,103],your:83,fast:[77,125,21,103],log:[36,30,20,50,17,74],"\u3044\u304f\u3064":57,"_refused":[1,118],"(title":[50,79],"\u9032\u3093":91,"_prefix":94,"\u8868\u8a08":121,"_truncate":17,rpmforge:88,rlimit:101,"\u6b21\u671f":104,emacs:83,"\u77e5\u8b58":102,cflags:14,"=-":74,"@github":104,"\u63d0\u6848":[128,36,106,107,50,17],"\u300ccomments":126,"d\u30ad\u30fc":2,"_release":104,"/modules":[107,6],"/query":7,"\u3082\u3046":[80,50,51,79],"\u8a18\u8f09":[50,104],"\u30aa\u30fc\u30d7\u30f3":[17,50],complete:[34,106,8,50],"\u901a\u308a":[77,49,103,104,81,45,106,65,33,21,78,125,15,56,74,73,52,41]," advantage":21,"\u5f31\u70b9":91,"\u3068\u3088\u3044":74,"\u3082\u3057":[77,49,125,41,93,1,102,74,121,35,52],"\u534a\u89d2":[129,2]," complete":[34,106],"\u516c\u958b\u9375":104,hsiomaneki:126,"\u3082\u3059":7,",\"links":10,"_types":35,"\u306b\u3088\u3063":[29,2,62,4,65,98,66,5,27,100,73,76,77,9,10,108,61,111,40,112,31,44,110,85,46,53,86,116,82,50,123,47,89,90,91,24,25,95]," &":[103,45,98,15,48,50],"\u697d\u3057\u3044":[45,98],"\u3082\u306e":[2,62,66,70,6,102,77,9,104,10,83,43,44,84,49,118,50,51,78,123,126,129],"\u30b3\u30b9\u30c8":80,"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[107,74,104],"#set":102,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[40,77,9,102,74]," meerkat":17,"\u4f5c\u3063":[45,17,129,126],"\u300d\u300c":126,vm:50," using":[51,69],"'ja":83," regular":6,"|oo":77," posted":126," nine":2," distance":49,ac:129," enabled":101,uid:104,"\u5883\u754c":[50,49],"\u3082\u308c":62,"\u30de\u30fc\u30b8":[50,83],"\u30ec\u30b9\u30c8\u30e9\u30f3":91,"\u65b9\u5f62":[49,78],"_suffix":17,general:129,"| n":103,ar:[45,98],"\u56de\u907f":[45,104],file:[0,107,118],"+ y":32,bob:[77,125,81,39,87,35],"\u30ea\u30af\u30a8\u30b9\u30c8":[29,61,4,65,5,6,73,100,35,76,108,110,40,112,46,53,86,116,118,123,47,90,20,24,25,95,82],"\u4f5c\u308a":[34,51,84,41],"\u4f5c\u308b":[31,84,126,85,111,41,83],"| _":48,"\u53d6\u308c\u308b":38,"\u5bfe\u5fdc":[91,85,44,122],"\uff08true":10,"\u95a2\u4fc2":[72,36,44,94],"\u5f37\u5316":[17,107],"\u898b\u3064\u3051\u308b":[34,129],"\u597d\u304d":83,"\u30aa\u30d7\u30b7\u30e7\u30f3":[115,0,107,104,14,11,77,53,105,50,17,74,88,122,58],"(pos":[37,78]," sleepy":80,gettext:83,"_code":[93,101],".jp":[77,69,104,16,110],"\u3002pcre":6,"\u4e26\u3073":[98,103,89],shimomura:50,"}|":101,"-in":104,you:83," rpm":[115,88,104],string2:79," approximate":49,string1:79,"\u524d\u8005":[48,129,121],"_type":[38,50,110],"\u9001\u308a\u65b9":57,time:[126,84,10,106,56,101,45,50,34,17,124],"\u4e0a\u9650":[36,85],"+a":125,"_name":[93,127],"\u30c7\u30d0\u30c3\u30b0":86,oracle:[36,94],"\u884c\u756a":[93,17],msgpack:[3,118],"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[50,70,102],"\u3088\u3063":48,tomo:31,"\u53d7\u3051\u53d6\u3063":91,"\u3079\u3066":77,"\u4e94\u5165":17,"\u3002ctrl\u30ad\u30fc":2,"]\n\n":[126,27]," ga":129,"\u304c\u3068\u3046":126,"\u30ea\u30bd\u30fc\u30b9":80,hiroshi:17,"\u5b9a\u7fa9":[29,2,32,66,73,75,77,49,103,80,81,108,65,44,46,47,15,118,50,51,121,125,21],"\u65b9\u5f0f":[66,51,2,91],":mm":[101,103],"\u8a66\u3059":130,"\u30ab\u30d0\u30ec\u30c3\u30b8":57,"\u6c17\u306b":83," stop":[96,6],kawaji:50,"/select":27,queryexpandertsv:[36,30,81,7,50,18],"_such":[1,118],directory:118,"_pat":[77,103,81,107,66,21,125,15,39,110,73,50,87,41],"4\u3064":[64,21],cmake:[50,74,70],"-threshold":94," \"\u308d\u3086\u304d":97,"\u5730\u57df":91,"}`":83,"\u8a08\u7b97":[0,49,103,79,91,32,33,48,84,50,34,78,56],"\u306a\u3051\u308c":[47,77,1,103,10,125,66,38,74,50,52,121,102,41],senna:50,"\u4ed8\u968f":[29,46],"\u30c7\u30fc\u30bf\u30d9\u30fc":17," default":101,"\u5343\u4e07":42," ka":129,month:[31,101],"\u308f\u304b\u3061":98,"\u5408\u8a08":[42,45,102,86,64]," a":[77,125,104,21,99,80,101,50],"\u30da\u30a2":[34,84,121,8,56],"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[17,50],"4byte":118," changed":69,"\u57fa\u6570":103," lcov":122,"\u5fc3\u304c":122,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":17,"-e":66,rd:[45,98],"-g":70,"\u4e16\u4ee3":9,"-a":[50,66,125],"\u30d3\u30c3\u30c8":125,"-c":[115,88,66,27],"-m":123,"-l":[101,66],"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":62,"-n":[17,2,66],"-i":[66,102],"_rc":[90,100,77,61],"-j":74," mingw":104,to:6,tail:[118,104],program:70,"-p":[123,66,27,102],"\u304b\u304b\u308b":[80,2],"\u304b\u304b\u308a":[80,103,104,125],"/lib":[96,6,7],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[36,107],homepage:102,"-x":[50,104],".name":[15,126,86],"-alloc":53,"-conditional":17,"\u8aad\u3081":50,"\u95a2\u9023":[91,57,104,16],"-tar":14,"/other":6,"=message":94,"-word":77,"\u4ed5\u7d44\u307f":50,"\u5dee\u5206":102,"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[17,35]," rroonga":[15,51]," as":[50,83,6,21],"\u3002column":[44,2],":\"":2,"\u8aad\u3093":[57,52],"\u3002rst":12,",\"tags":31," type":47,condition:103,"(popular":77,"\u30d0\u30c3\u30d5\u30a1id":86,and:[50,48,21]," suffixsearchterms":[103,125],")mroonga":121,"- ":[104,52],"\u7d42\u3048":104,longtext:32,"--":[0,61,62,66,17,100,102,77,103,104,81,31,45,48,116,50,121,90,126,107,127,24]," implemented":69," fast":[93,77,103,21,38,51,125],"_port":102,list:104," clang":122,"\u30e1\u30cb\u30e5\u30fc":104,"\u3057\u307e\u3057\u3087":48,"\u304a\u3088\u3073":[2,104,10,91,66,50,74],"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":77,"\u5909\u308f\u308b":[45,21],"\u6d69\u4e8c":50,"\u306f\u3053\u306e":77,"<protocol":66,"\u89aa\u5207":107,sigusr:17,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":42,uubntu:122,"\u30d6\u30c9\u30a6":62,"\u771f\u507d\u5024":36,"\u304c\u3053\u306e":125,"\u884c\u3048\u308b":[50,31]," log":[36,104,30]," price":10," compatible":6,"\u5927\u5225":10,"\u697d\u3057":[45,98]," push":83,"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":50,"\u518d\u73fe":[45,111],"/centos":[88,96,104]," x":[36,94],"\u975e\u5206":77,"\u6975\u4ed8":[49,78],"_scalar":[31,77,49,62,89,81,45,126,65,125,21,80,47,15,39,110,51,103],"(packages":104," point":[50,39,49],sub:[36,113,104,30,50],"\u7d22\u6642":107,devenv:70,"\u5225\u9014deb":104,"\u30ea\u30c6\u30e9\u30eb":[17,0,125,21,50],"\u904b\u7528":91,"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":104,"\u4ee5\u524d":[10,126,45,82,50,17,129],"\u5927\u5207":91," comment":[15,51,126],naoina:50,"\u7406\u89e3":[77,2],"_append":44,"-jinja":104,"\u6e2c\u5730":[49,10,32,37,48,78]," have":80,"\u8aad\u307f":[34,0,111,104,91],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":50,memcached:[36,122,109,91],"\u793a\u3059":[90,77,1,61,97,37,10,65,125,21,38,15,49,100,93,73,78,81,35,103],hendro:50," httpd":104,"\u307e\u3057\u3087":[31,77,49,2],hash:[64,126],"\u305e\u308c":[44,103,104,56],"\u5f62\u5f0f":[36,0,44,30,20,50,17],tags:[31,73,41],"\u30c6\u30b9\u30c8":[57,117,104],"\u3002filter":[48,116],"/result":50,"\u30ce\u30a4\u30ba":[45,84],"\u88dc\u5b8c\u8a9e":34,"#worker":6,"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":66,"\u6e96\u5099":57,standard:32,"\u304b\u304b\u3063":[90,93,77,61,100],"\u306b\u95a2\u3059\u308b":[36,77,103,30,16,6,50,17,125],debian:57,"\u30aa\u30b9\u30b9\u30e1":[115,88,11,105,70,94,58],search:[125,84,106,56,34,121,8],"\u793a\u3057":[49,2,104,89,45,33,53,1,27,51],"\u5bfe\u8a71":[2,27],"_debug":122,tweets:80," clone":[72,104,83],"\u975e\u516c\u958b":104,"\u7fa9\u8a9e":121,"\u5168\u90e8":118,"_dist":50,"\u975e\u63a8\u5968":50,matsuu:107,"-localestatedir":74,"\u540c\u3058":[0,32,66,6,7,73,102,36,77,9,103,106,35,40,65,84,17,121,91,107,93,24,129,71]," letter":129,redcloth:104,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":77,options:[123,66,99,102],"\ninfo":[4,5],"\u306b\u3059\u308b":35,gtihub:17,"\u300c\u5024":41,".ssssss":101,followee:126,tokenizer:[50,118],hoge:79,"\u30ce\u30fc\u30c9":50,"\u30de\u30c3\u30c1":[0,44,125,77,21,15,111,17,74],"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":98,"9\u3064":2," cover":21,follower:126,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":50,"\u307e\u308f\u308a":57,"%\\":70,"\u672a\u77e5":50,"with":[2,104,45,47,17,74],"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":104,"\u300c\u697d\u3057":98,"\u3068\u3059\u3050":80,"/atv":[48,2,89],"\u69cb\u6587":[36,127,30,50],"[grntest":17,"\u3068\u307f":[24,50],"[snippet":21," supported":6," apt":[50,11,104,105]," rinse":104,"\u5ca9\u4e95":50,"\u5317\u534a\u7403":50,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[53,95]," disabled":101,"\u7a4d\u7b97":[77,44],"_unknown":1," tag":[31,104],rect:49,"\u3002\u300d":45,"\u6c7a\u307e\u308b":2,"\u6c7a\u307e\u308a":121," nroonga":51,pseudo:[36,77,30],"\u30c6\u30ad\u30b9\u30c8":[129,104,107,92,21,50,41,102,83],"\nprefix":44,fulltext:21,"\u578b\u3068":89,"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":31,".comment":[126,51],"-tokenizer":[115,50,88,11,105],"\u66f8\u3051\u308b":50,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":21,"\u30af\u30ea\u30c3\u30af":104,"\u518d\u5229":[64,77,75],"_gqtp":102,"\u578bn":77,xxxxx:104,"\u3002eclipse":83,prm:88,"_argument":[1,118],"\u3053\u306e":[115,114,1,2,3,64,98,66,113,16,68,70,6,50,34,74,87,35,62,80,77,49,103,104,81,10,128,11,38,45,39,102,61,92,41,100,31,44,84,14,48,116,118,17,51,78,121,52,88,126,125,89,90,91,20,21,93,105,94,56,57,83,58],"_messages":[104,83],jsonp:17," newly":21,"[load":50,"\u3060\u304b\u3089":77,"\u30bb\u30c3\u30b7\u30e7\u30f3":[112,66,118]," http":[28,36,88,30,115,14,91,123,11,66,105,6,50,74,58],").":[21,104],"/_":104,none:[51,74,77,99,118],"\u4f7f\u7528\u4f8b":49,"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":118," return":[93,101],"\u3053\u305d":126,"1\u3064":[42,31,77,126,118,103,64,106,125,21,59,81,102,7,17,51,87,8,35,41],"\u3053\u3053":[77,2,62,104,10,106,125,93,45,48,126,129,121,103],"-databases":[73,39,2,27]," db":[24,2,3,27],dev:[105,11],"\u30d7\u30ed\u30f3\u30d7\u30c8":[70,3],"\u30d9\u30fc\u30b9\u30d1\u30b9":6," debootstrap":104,"_adjust":44,"_supported":[1,118],"\u305f\u3068\u3048":45,deb:[105,11,104],"\u89e3\u6790":57,">= ":[50,103],"\u6bd4\u8f03":[36,77,125,107,50,102],"\u79fb\u884c":[17,9],"\u6955\u5186":[49,78],"=table":41,"\u4e2d\u5fc3":78,scan:122,"\u671f\u5316":50,"\u30ea\u30cd\u30fc\u30e0":17,share:74,"\u7279\u306b":[44,104],accept:107,"\u5f15\u304d\u7d9a\u304d":50,"\u30de\u30c9\u30ea\u30fc\u30c9":49,"\u9664\u53bb":107," lynx":[36,94],saerc:[106,84],gronoga:6,"\u958b\u767a":[91,57]," '":[2,97,32,98,66,101,34,35,115,77,49,103,10,106,11,80,81,83,31,84,45,15,48,50,88,125,126,21,105,56]," dataset":99,"\u7406\u7531":[91,50,77,35,41],"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":17," ./":[74,83]," demo":31," original":[97,110]," ..":[2,103,86,106,81,6,61,100,50,35,83],"-address":[17,66,50],snippet:[36,69,113,30,50]," *":[77,103,45,32,81,5,50,35,83]," pkg":14," ocelot":[36,94],"\u300ccommand":24,"=dat":50,"\u52d5\u7684":[91,36,107,30,50],"\u3042\u3089\u304b\u3058\u3081":[115,32,104]," threshold":25," migrated":[77,103,125],"_likes":[93,77,103,125]," \" ":102,"\u2192id":64,"\u591a\u3059\u304e":107,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[103,125],"[dat":50,"\"localhost":27,internet:70," three":[10,2],"/afr":[48,2,89]," wgs":[10,31,48,49,126],"\u666e\u901a":103,disable:17,"\u304a\u9858\u3044":102,"_text":122,")\"":[125,21,62],develop:9,"\u306b\u3059\u3050":80,"\u30cf\u30a4\u30d5\u30f3":[2,41],"\u30ea\u30dd\u30b8\u30c8\u30ea":[57,117,104]," tsv":3," engine":[106,84,56,8,21]," files":[101,70,6],"-munin":[105,88,94,115],"\u3002\"":[45,126,27,84],tokenbigram:[77,2,103,84,45,64,98,125,73,41]," dictionary":129,"-http":[36,88,115,11,22,105,6,50],"\u308c\u305a":9,documentation:52,"\u65b9\u6cd5":91," segment":86," baseball":31," architectures":104,"/f":104," path":[101,6,7]," under":6,"\u4e00\u5bfe":10,"\u3066\u304d":1,":\u79d2":126,"\u5f53\u3066\u308b":10," umemoto":17,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":104,"\u666e\u53ca":91,hostname:[24,66,6],help:[17,122],"\u52d5\u753b":31,disables:6,"\u8f09\u305b\u308b":104,"\u3002(":[115,88,44,104,66,38,51,102],"`hostname":66,"\u5217\u578b":[10,62,89,125],"\u3002)":[51,102],natty:[17,104],"-wno":17,replies:51," normalizerauto":[81,129,92,41],"\"is":10,"\u30bf\u30a4\u30d7":[17,102,35],"/lzo":[17,107],".rpm":[115,88],systemd:50,"\u53ef\u5909":[17,25,118]," >":[103,98,48,110,50,17,102],".git":[72,104,83],"\u308c\u308b":[2,62,64,32,33,66,70,50,34,74,75,77,9,104,10,106,80,102,40,41,44,84,45,85,98,15,48,49,118,17,122,129,86,91,92,21,56,83],"_rename":[36,20,30,50],">> ":[50,103],"sort\u30ad\u30fc":0,"\u30ab\u30fc\u30bd\u30eb":[17,107],"_offline":50,minute:101,"\u63a5\u7d9a":[2,85,66,95,112,50,102],"[tokenizer":50,soccer:31,"_weight":47," expressions":6,"\u5316\u95a2":107,"-essential":[105,11],"\u30d6\u30fc\u30ea\u30a2\u30f3":32," feature":83,good:[80,77,103,125],"return":[93,101],".description":126," fumiyasu":17,"\u52d5\u4f5c":57,"\u559c\u3073":[55,83],"/x":35,"_to":[126,51],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":66,"_ci":129,"\u3082\u3057\u4ed6":92,"\u6271\u3044":[10,34,9,98,130],"\u6271\u3046":[1,103,45,91,16,50],"\u3088\u304b\u3063":45,"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":50,"\u5c0f\u306a\u308a":111,"\u8a71\u984c":16,"\u6e08\u307f":[47,88,115,104,84,32,11,96,38,105,34,17,50,121,8]," \u30d0\u30c3\u30d5\u30a1":86,"\u9664\u304f":50," gnu":[36,94],"\u3002\u3057\u304b\u3057":[77,49,84,91,32,80,94,17,129,35],"\u3079\u304d":[129,118,104],"\"complete":8,"\u3079\u304f":2,"-encodiong":103,"\u9664\u3044":[21,102],"-encoding":94,"\u5e03\u6559":57,events:35," #{":101,"\u6271\u3063":[126,0],"\u30ad\u30e3\u30b9\u30c8":[50,107,125,126],innodb:91,"\u653e\u68c4":[90,100,61],"\u3066\u304f":122,".posted":126,"\u4e0d\u9069\u5207":50,"\u81ea\u7531":[91,44,118,75],yito:50,"${":[81,77,103],"\u767b\u9332":[91,57,44],"-create":[28,36,30,106,127,50]," none":77,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":57,weight:[10,50,77],"\ndeb":[105,11],"\u30b5\u30a4\u30ba":[42,115,88,86,10,64,11,21,91,105,70,118,94,50,17,82,58,41],"\u592a\u90ce":31," well":21," st":103,"\u540c\u7fa9":121," sh":104,"_at":[45,50,107],"\"sequence":[34,106,84,56],"\u30d5\u30a1\u30a4\u30eb":57,"\u30c4\u30a4\u30fc\u30c8":[104,16],"\u897f\u66a6":103,".spec":17,operation:118,todo:[77,113,19,99,93,23,54],"\u6607\u964d":77,"\u6271\u308f":[77,125,10,33,45,50,129,102],"_position":[80,77,2,62,81,45,126,125,21,47,15,51,103]," libedit":115,ftp:102,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[91,102,111],flower:10,"<ip":[66,102],"/usr":[74,66],"\u30de\u30eb\u30c1\u30b3\u30a2":91,"\u652f\u63f4":8,":^":[97,125],"\u30d5\u30e9\u30f3\u30b9":49,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[66,2],"\u305d\u308d\u305d\u308d":2,"0\u30d9\u30fc\u30b9":77,"/rab":[48,2,89],"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":122," characteristics":21,"\u8ddd\u96e2":[0,49,103,79,91,33,48,50,78],"\u9806\u5e8f":[45,73,65,2,77]," \"/":[73,39]," table":[2,62,65,66,100,61,87,97,38,77,49,103,10,106,80,81,39,108,110,41,31,45,46,47,15,116,51,125,89,90,126,21,129],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":70,issue:59,"/mailarchive":104,"\u30bd\u30b1\u30c3\u30c8":[29,61,4,65,5,73,100,76,108,110,40,112,46,53,86,116,82,50,47,90,25,95],"\u9045\u304f":78,"/etc":[96,104,11,105,6,50,121],"\u9ad8\u304f":45,"_new":[17,85,50],"\u9045\u3044":[64,49],"\u3002mysql":[105,88,11,129,115],"\u3068\u3082\u3063\u3068":74,"\u5b58\u5728":[0,107,2,89,91,98,77,78,93,37,48,27,110,50,51,102,75],pub:104,"[\u8a9e":86,"_hit":[27,53,2,3,6],base:104,put:125,"\u3072\u3053\u3055\u3093":50,"\u3053\u3053\u3067":104,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":35,"\u30a6\u30a7\u30a4\u30c8":47," more":21,"\u5024\u304b":49,"\u81ea\u8eab":[17,121,66,50],"\u547c\u3093":98,thread:[85,102],v1:44,"_user":[6,35]," successor":103," processing":101," process":101,v2:44,"/db2":35,"\"_":[31,77,49,2,62,89,10,125,38,15,39,110,103,51,129,45,87,35,97],"\u306b\u3088\u308b":[36,49,2,103,104,10,91,32,92,50,17,109],"/db1":35,"_hash":[77,49,103,80,81,110,73,129,41],"\u5927\u304d":[50,64,86,41],tritonn:[77,103],travel:126,"-gram":[45,91,98,2,103]," not":[50,77,101],"\u306b\u3082":[77,98],",[]":61,"-keyring":[50,11,105],"\u5024\u3068":[10,77,125],encoding:3,"/data":52,"\u7d4c\u7531":[29,61,4,65,5,73,100,76,104,108,110,40,112,46,53,86,116,82,50,47,90,107,25,95],number:[86,103],"_pipe":[1,118],"\u3059\u3079\u304d":44,"\u5f62\u72b6":33," geodetic":32,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":49,"\u30bb\u30af\u30b7\u30e7\u30f3":[20,70,6,34,74,115,77,49,128,11,38,39,113,83,114,84,14,118,87,121,52,88,125,92,93,105,94,56,57,41,58],"\n\u308b":107,"\u30b3\u30d4\u30fc":[50,110,104],".blog":45,"_data":[1,118],koi:[50,74,66],passes:104," en":[34,106]," boolean":69,"\u306b\u5bfe\u5fdc\u4ed8\u3051":34,"\u73fe\u5728\u5730":126," weight":[10,77]," fix":69,"\u30c9\u30e1\u30a4\u30f3":89,gpg:104,"\u547c\u3073":[77,44,62,89,10,66,21,102],"\u3050\u3088\u3046":49,":value":[77,125],"\u60c5\u5831\u540d":[73,65],passed:104,mlock:107,"\u7531\u6765":111,zeromq:74,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":57,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[24,66,6],"&..":27," lgpl":69,"\u8a9e\u691c":77,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":35,"$(":[115,105,88,11,58],"\uff01 ":126," transfer":118,"\u300d\uff08":[98,110],"\u547c\u3070":[32,2,103],tom:81,"\u642d\u8f09":91,"$ ":[97,103],selector:108,"/http":96,"_large":[1,118],"\u9665\u3063":50,"\u4fbf\u5229":[77,125,10,91,92,93,111,34,74],"\u6574\u7406":50," tweets":80," halfwidth":129," unmanaged":86,"\u540d\u4e00":73,"\u4e71\u6570":[43,48],"\u5b66\u7fd2":[36,106,107,128,50],"_stack":1,"\u56de\u547c":107,min:[123,50,102],"\u898b\u308b":[48,1],"/(":104,"\u3002xml":93,"_probability":[17,106],"/groonga":[96,2,66,70,6,7,72,73,50,74,115,104,55,11,39,83,14,27,17,121,52,88,107,105,58],"-working":50,"{\\":38," user":[31,21,102,81]," uses":101,"\u8a18\u9332":[91,50,75,7]," gem":104," geo":[50,49],",[\"":45,"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":50,"\uff08normalization":129,"\u5206\u3051\u308b":[10,104],"7e":102,"/$":83,"\u5b9f\u969b":[42,31,77,62,45,126,65,51],"\u898b\u3066":[93,77],"\u307e\u307e":[10,9,104],"\u3002make":102,"\u540dn":[73,65,77],ages:[73,41],"\u52d5\u74b0":123,"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":35,"/\"":[31,2,89,10,48,27,110],"\u66f8\u304d\u63db\u3048":[104,52],download:88,gted:83,"\u30e1\u30e2\u30ea\u30fc":41," abandon":[90,100,116,61],"\u307e\u3060":[77,9,103,106,21,53,118,50,17],qps:[123,102],"/ ":[105,11,6,35,107],"\u6253\u3064\u524d":104,"\u307e\u3067":[42,80,44,2,97,104,64,66,38,126,51,102,83],"\u307e\u3059":[1,2,3,4,5,6,7,8,9,10,11,12,14,15,17,20,21,37,24,25,28,29,31,32,33,55,34,35,115,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,105,56,57,58,59,61,62,64,65,66,16,68,70,27,72,73,74,75,76,77,78,79,80,81,82,83,84,86,87,88,89,90,91,92,93,94,95,96,97,98,100,102,103,104,106,108,110,111,112,113,114,116,118,120,121,122,123,124,125,126,128,129,130],"\u307e\u305a":[2,62,104,45,126,98,70,6,103,74,102,83],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3,"_list":[36,0,1,30,107,20,50,17],"\u307e\u305f":[29,61,4,64,32,66,5,17,73,102,76,77,49,103,104,108,110,40,112,65,100,46,53,86,116,82,50,122,52,47,125,90,21,93,25,95],"\u79d2\u8868":[10,45,48,103],self:102,"/archive":104,"\u79d2\u5358":[10,32]," : ":99,"/mm":103,"\u307e\u3057":[31,77,49,62,104,84,45,126,125,103,129,48,50,17,83,41],"-limit":[0,66,77],"_pragma":77,"\u3059\u3079\u3066":[77,9,2,103,107,50,17,74,102],"\u3067\u306e":[93,21],build:[53,70,104],"[pat":50,"_available":[1,118],mroonga:[77,103,81,91,15,50,51,121,125],"\u8a18\u53f7":[45,66,98,2,107],"\u6b53\u8fce":57," superior":21,"\u66f8\u304d\u5f8c":98,such:21,"\u3093\u3057\u304d":111,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":44,"\u30d5\u30a3\u30eb\u30bf":50," based":21,"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":17,tokenbigramsplitsymbol:[45,107],"\u30e1\u30fc\u30c8\u30eb":[49,78],"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[77,103,125],"\u4e8c\u9805":103,"\u306b\u3057":[77,103,125],"\u306e\u3069\u3061\u3089":[77,103],"\u5e73\u884c":104,"\u3060\u3055\u3044":[59,2,70,27,72,74,35,77,103,104,11,83,14,118,50,121,122,52,129,125,91,93,94,57,41],"_thread":102,"\u306b\u3059":45,"\u4f55\u3089\u304b":32,"'hay":44," tests":104," full":21,exe:[70,104],"\u306b\u3066":[50,49,104],"_put":[4,36,20,30],"\u306b\u3064":50,"\u307e\u307e\u3067":45,"\nstatus":[2,27],"\u306b\u3069":44,"\u6b8b\u3057":77,init:74,"(..":50,"@kiske":50,"\u6697\u53f7":104,"\u9577\u3055":[10,50,102],"\u6d3b\u304b\u3059":77,"\u7528\u8a9e\u96c6":86," \\\"":15,"_modified":126,"\u30d1\u30bf\u30fc\u30f3":[93,103],"_processes":1,microsoft:70,"\u3057\u304b\u3057":[77,103,45,98,51,121,35,83],":install":70," element":103," longer":69,"\u308c\u307e\u305b":[9,66,86,51,74,121],"/command":[6,27],"\u4e8c\u70b9\u9593":49,".rb":107,xcode:58," brother":125,"\u304a\u3053":[10,91]," item":[34,106,84,56],"(drilldown":75,"\u30d1\u30c3\u30c1":55,"\u5927\u8cb4":50," night":80,nterms:86,"\n]\n":110,"\u304a\u304b":74,"\u304a\u3044":[2,104,10,91,48,122,17,75,83],"id]]":[90,61],"\u59cb\u70b9":2,"\u77e9\u5f62":[37,48,91],"_call":[1,118,44],"\u59cb\u3081":83,columnn:50,music:31,"(mroonga":121,"_format":[1,118],"(precise":104,"\u304a\u3070":[17,0],"\u6d0b\u723e":17," yum":[50,88,115],"-ftp":102,"\u51e6\u7406":[0,1,61,98,35,6,100,102,77,103,75,83,44,48,118,50,125,90,91,107,20,21],"\u4f4e\u6a5f":44,"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":122,"\u30bf\u30fc\u30b2\u30c3\u30c8":50,columns:[38,50,107,61,100],"]]]":[45,106,108,103],"\u8ad6\u7406":[42,77,44,91,86,50],"\u30a2\u30ca\u30a6\u30f3\u30b9":104,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":130,rose:10,"\nency":102,permission:118,"x\u30df\u30ea":[32,103],express:[50,70],"\"requires":50," used":101,"\u671b\u307e\u3057\u3044":[91,104],"_html":[36,30,66,50,17,113],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":6,"\u601d\u3044":83,"\u9069\u5408":[45,2],"\n# ":[53,2,27]," build":[105,11,104,52],"\u5fc5\u305a":[77,9,118,41],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":35,grep:[105,88,11,115],"-source":104,".nginx":6," localhost":66,"\u62c5\u5f53":104," palalles":104,"\u9593\u9055\u3063":[17,84,8,50],"\u30af\u30a8\u30ea\u30fcapi":[1,20],"\u306b\u304a\u3044":[10,9,104],"\u30ed\u30b0\u30ec\u30d9\u30eb":66,"\u300chsiomaneki":126,"/*":[55,96,83],"-github":104,bytes:42,"\u6c7a\u3081":41,"_and":44,"\u7b49\u5024":107,"(>":44," localnames":110," finished":101,"\u7528\u610f":[77,44,104,84,49,56,34,74,8,102],"\u6570\u5024":[36,0,44,61,125,90,98,66,77,47,107,100,78,109],"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":86,"\u68ee\u7530":31,">":21," ')":38,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3," palallel":104,"\u3082\u3057\u304f":[115,88,103,104,81,10,32,92,15,27,50,51,125],"\u66f8\u304d\u8fbc\u307e":40,"\u82b1\u5b50":31,"\u305d\u3057":126,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":25,"(argument":103,tobby:81,"\u305d\u3053":[10,45,104],"/log":[96,74,66]," universe":11,"_enough":[1,118],"][":[17,125,50],":groonga":[77,125,104],"\u554f\u3044\u5408\u308f":44,"\u305d\u3046":[103,52],tokenizers:[36,77,30,41],sea:34,"\u9650\u6587":[17,41],"_would":[1,118],sen:69,"\ncolumn":[45,81,49,110,126],"\u8a00\u8a9e":[57,44],php:50,"_basic":[6,35],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[104,102,83],"\u7d39\u4ecb":[31,57,77,104,126],"(a":52,juman:[115,88],"]}":[10,15,86],"\u30b9\u30b3\u30a2":[77,44,45,106,48,126,50,75],"-level":66,"\u5c02\u7528":[36,109,104,83],"]x":[126,48],"\u30c7\u30b6\u30a4\u30f3":50,"(news":104,".log":[74,96,9,66,102],"\u30cb\u30db\u30f3":34,"[fedora":50,readme:104,"\u3068\u3068\u3082\u306b":10," _":[31,77,49,2,97,89,10,126,125,15,48,50,103],"\u305d\u306e":[36,44,104,91,94,83],"\u3082\u3057\u308c":121,"\u8a9e\u4ee5":103," really":103,"\u6700\u9577":[17,103,102],"/d":[6,35],"\u7a7a\u6e2f":126,"\u8868\u73fe":57,"(xxx":50,"\u304c\u3064\u3044":[50,107,64],javascript:[24,36,6,109,27]," takuto":107,"\u516c\u958b":[17,107,104],"\uff09\uff08":41,"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":64,"\u304a\u3089":104,"\u304a\u308a":[126,51],"@s":107," realtime":[106,56],"\u500b\u4eba":74,"\u6790\u5668":91,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[114,111,52],"_already":[1,118]," issue":59,"\u672a\u521d":50,"\u3002value":75,last:126,reverse:104,"\n\u30b9":17,"\u62e1\u5f35\u5b50":[107,3,102,7],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":52,"\u578b\u5909":17,geopoint:[31,0,49,89,10,32,107,37,78],"/lists":104,"-api":55,"\u5f71\u97ff":[50,104]," solr":103,"\u958b\u59cb":[77,49,61,90,53,122,100,17,102]," appears":21,"\u3057\u3064\u3064":122,"] ":[123,104,92,66,99,39,27,50,17,87,102],context:6,"\u53ef\u5426":2,"<= ":[50,6,103],pdf:57,"_title":[51,2,102],"_link":[1,118],"])":[43,78],"\u6642\u70b9":[50,9,104],"\u30b5\u30d6\u30bf\u30b9\u30af":104,load:[36,0,9,30,107,20,39,116,110,50,17,76]," about":[93,101,113],");":44," off":6,"\u3093\u304c":[103,125]," database":[6,99,21],"\u60f3\u5b9a":[53,31,110,86],"\u3059\u304e\u307e\u305b":31,"\u306f\u3058\u307e\u308a":9,"\u30b9\u30ec\u30c3\u30c9":[91,85,66,102,35],improper:118,"\u30b3\u30de\u30f3\u30c9url":35,"\u30ca\u30ce":[93,107],"-patch":83,")-":104,"),":[47,50],shutdown:[36,107,20,30],linux:102,"\u4e0d\u80fd":102,"\u4e0a\u8a18":[42,83,77,74,2,81,45,84,15,48,27,56,50,52,121,102,41],"'alice":125,"\u4e8c\u756a":77,".htpasswd":[6,35],"\u5de6\u53f3":2,":#{":101,"_connection":1,"[rpm":[17,50],"\"web":[84,56],"\u8003\u616e":45,"\u306e\u3069\u308c":34,all:[50,104],"\u5f15\u7528":66,"\u898b\u3064":[50,107,106],"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":15,due:21,"\u53ce\u96c6":[93,91],"\u7c21\u6613":[96,49],")\n":[43,69,104,49,81,44,101,78]," sample":102,"\u30b9\u30ad\u30fc\u30de":[77,49,103,81,21,80,15,110,51,125],"\u9ad8\u7cbe":91," libmemcached":122,po:57,kiske:50,ram:102,"\u3057\u3084\u3059\u304f":50,"|<":101,".weight":50,"\u6574\u5217":[91,2],update:118,shinya:50," raltime":56,"_lzo":1," to":[77,69,103,21,93,6,101,50,125],"#groonga\u30bf\u30b0":126,"\u8a00\u8a9e\u540d":83,"[output":50,"/db":[106,96,6,110],"/dd":103," its":101,"\u3067\u307e\u3068\u3081":121,"\u30d9\u30fc\u30b9":[96,103,91,107,125,50,17,130,83],"\u56de\u7279":102,"\u7a3c\u52d5":53," explorer":70," users":[77,126,81,39,110,101,87],"\u79d2\u9593":17,"\u5730\u7cfb":49,bill:[45,98],"\u3067\u306a\u3051\u308c":103,"\u6307\u793a":[34,2,27],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[57,117],google:[77,8],"\u505c\u6b62":[50,9,66,95],error:[93,101]," entries":[77,103,110,125],"\u4eca\u5ea6":126,"\u30b0\u30cb\u30e3\u30e9":126,"_nromalize":129,"\"sug":8,"\u30c8\u30fc\u30af\u30f3":[107,103,84,64,98,56,17,129,41],engi:[34,106],"-learner":[107,8,99],"\n\n":[29,2,90,66,65,46,116,6,100,40,61,126,35],"\u63a1\u7528":[45,91,27]," customized":101,"<=":126,"!(n":103,"\u5316\u524d":75,"^ \"":103,"\u5404\u8a9e":86,"\u958b\u3051\u308b":50,"\u6027\u5225":91,"'article":51,"_expansion":[17,50]," queryexpandertsv":121,"< ":103,rubygems:50," free":[86,101],"\u95be\u5024":[36,77,106,98,66,71,17,74],"\u898b\u3064\u3051":[34,0,50],"-key":[50,104],queue:85,"null":[17,44,73,21,50]," logs":[101,41],fedora:[36,104,94],"\u4e00\u7fa4":44,"_child":[1,118]," float":10,"\u7d42\u7aef":50,"\u4e38\u62ec":2," signing":104,"\u6210\u679c":57,">\n<":3,port:[27,102],"\u5065\u4f5c":31,"\u305d\u306e\u969b":104,"-jp":50,")groonga":121," file":6,"\u56fd\u540d":89,"_input":[93,1],"\ngroonga":[17,9,127],"\u8a00\u3048":[45,125]," select":45,"\u975e\u4e92\u63db":17,"-chroot":104,"\nmroonga":121,"\uff08perl":6,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[107,66],"\u8907\u6570":[36,0,44,125,106,91,65,107,73,77,47,81,6,24,17,50,130,102,41]," tweet":80,"\u30ec\u30b3\u30fc\u30c9r":44,dbms:21,alert:101," [\"":[77,45,126,65,86,106],".net":[31,2,104,89,10,16,48,27],"\u5909\u63db":[1,64,32,6,126,17,129],"\u307e\u305b":[1,2,64,32,33,66,6,7,34,50,74,8,35,80,77,49,103,102,10,106,38,81,75,61,40,112,92,65,41,98,84,45,47,116,118,17,51,121,125,53,129,104,91,73,21,93,83,95,27],user:[31,81,6,102,21],"\u9006\u5f15":31,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[17,107]," document":[21,104],"_info":50,"\u5834\u6240":[93,107,102,16,104],"\u672c\u6765":62,net:89,"\"\u3001":34,"\u30b9\u30bf\u30a4\u30eb":66," buffer":86,"-prefix":94," and":[77,69,21,81,6,101,51],abcde:92,"((":77,"\uff09\u307e\u305f":[103,125],without:6,"\u30ef\u30a4\u30c9":17,"-debug":107,edge:85,flags:[47,86,39,65],sortby:[17,108],"') ":66,entry:[47,61,90,65,38,116,108,100],"\u3002header":[39,92,87],"\u30b0\u30e9\u30d5":91,"\u3064\u307e\u308a":[77,104]," digits":101,"\u30d0\u30a4\u30b0\u30e9\u30e0":45,"_lock":17,"\u3053\u308c":[64,98,6,7,34,50,74,126,8,35,77,49,103,104,10,80,41,44,84,45,15,48,118,17,51,121,129,125,89,91,21,55,56,83],"\u4e8c\u756a\u76ee":103," --":[31,77,103,126,21,81],nanoseconds:101,"\\bin":70,"\"alice":125,"\u8fd1\u4f3c":[17,49,78,50],"\u56de\u6307\u5b9a":125,"\u547c\u3073\u51fa\u3059":[43,78,79,37,111,124],"\u7d50\u5408":[44,125,111],"\u884c\u3046":[123,31,77,49,97,89,98,96,81,48,107,104,50,51,122]," common":[17,103],"\u6b8b\u5ff5":10,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[50,66,27,118],"\"tritonn":77,"\"value":77,"\u547c\u3073\u51fa\u3055":77,"\u547c\u3073\u51fa\u3057":[44,91,107,21,110,111,50],"\u8d85\u3048":[45,77],"\u3067\u304d\u308b":[91,57,85],"\"uptime":3,"\u4e92\u63db\u6027":104,".gpg":104,"\u5316\u51e6":[17,75],centos6:50,"\u30bd\u30fc\u30c8":[31,0,107,36,64,33,77,106,50,17,109],"3\u4ef6":126,"_files":[1,118],source:[31,2,104,126,65,47,39,93,51],"\"#":17,"\u7279\u5b9a":91,iso:103,location:[93,6],win:70,input:[38,93,118],"\u3057\u307e\u3059":[77,103,89,126,98,88,8,125],"\u3064\u3051\u308b":97,bin:70,"...":[77,60,3,86,125,106,65,19,73,80,23,6,110,17,24,50,54,102,103]," -g":70,"\u306f\u3069\u3061\u3089":35,"\u4ef6\u6570":[77,2,45,98,38,82,75],"\u3002db":[17,44,2,27]," code":[93,101,3,83],"-untrusted":105,"\u968e\u5c64":44,"\u9759\u7684":57,"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[17,64,103,41],"\u304f\u3060":[96,1,2,97,63,64,32,16,70,6,7,74,35,115,77,49,103,81,10,106,11,45,39,102,41,14,15,27,50,87,88,125,91,92,105,24,83,58],nginx:[115,50,88,11,105],"<#{":101," add":[77,83],"\u30cf\u30c3\u30b7\u30e5":[53,50,104,86],"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":118,bit:[115,88,14,32,11,105,70,94,52,102,58],"\u30bd\u30fc\u30b9":[36,104,94],"\u5f53\u3066":[64,65,73],"\u30d7\u30e9\u30b0\u30a4\u30f3":[115,0,107,81,91,11,88,127,129,105,50,7,17,74,121,83],"\u5927\u4e08\u592b":[59,74],"@wareohji":50,"\u8aa4\u308a":50," format":[101,69,3,83],"_body":[45,47,62]," \u4e0a":72," lucid":[36,94],"_leak":122,"\u4e0a\u8ff0":121,"\u540c\u7b49":[98,102],"\u307e\u305f\u3044":[50,49],"\u533a\u5207\u3089":17," visual":70,"-command":[107,52],"\n\"":[3,102]," read":21,popular:77,"\u4ee5\u5916":[100,77,44,61,62,104,90,64,32,33,53,107,91,17,102,41],"\u30c7\u30d5\u30a9\u30eb\u30c8":[0,2,3,32,98,66,6,17,74,35,38,77,9,103,10,106,80,108,102,40,41,44,45,49,50,78,123,125,89,107,27],"\u6642\u523b":[93,84,126,53,124,102],"\u5927\u304d\u306a":[35,41],".title":10,"\u7f6e\u304b":[24,74,121,6],"\u4ed5\u65b9":57,"\u7f6e\u304d":[107,104],"\n]":[31,49,2,62,89,84,10,106,125,129,93,81,110,56,34,51,103,97]," geoindex":31,"\u3042\u3063":[31,77,9,104,102,115,106,38,35,50,75,83],"[doc":[17,50],"[dump":50,"\u8aa4\u3063":[50,104],"\u96a3\u63a5":[91,125],"\u5404\u8981":62,"\u975e\u4e92":50,"|correct":106,year:101,examples:107," \u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":50,"\u307f\u307e\u3057\u3087":[31,2,62,10,126,48,51],cd:[115,88,14,11,58,105,74,83],"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[0,74,66,103,129],"\u3001[":[100,2],"~number":103,"\u3001_":[126,48,2,89],"\uff08todo":103," seven":2,"_bool":107,"\u30af\u30ed\u30fc\u30f3":74,"\u5927\u304d\u304f":[10,107,9,110,78],"\u66f8\u304f":[51,125],"\u8a73\u3057\u304f":[10,91,2],"\u66f8\u304d":[91,77,102],exec:118,"\u30b9\u30cb\u30da\u30c3\u30c8":21," nanoseconds":101,"\u66f8\u3044":[126,103,125],"\u5927\u304d\u3044":[77,44,125,64,66,17],"\u3061\u3083\u3093":31,"_install":[12,94,52],"\u69cb\u6210":[115,88,44,2,104,11,96,105]," sed":11,"\u30af\u30a8\u30ea\u30fc":[36,77,30,106,7,50],"\u3092\u3064\u3051\u308b":103,intel:102,proc:[105,77,11,88,115],"\u5927\u304d\u3055":64,"\u6587\u5b57\u6570":[21,103],".sh":[50,83,122,104,52],"\u9001\u4fe1":[29,61,4,65,5,73,100,102,76,108,110,40,112,46,53,86,116,82,47,90,25,95],object:[32,103,118],"\uff01\u300d":[77,103,125],"(\u300c":104,"\u5024\u306a\u3057":50,".so":7,"\u306a\u3082\u306e":104,"_improper":1,"\u3001\n":[48,82,104],",\u3000":102,"\u4f9d\u5b58":[36,94],"\u4ed8\u3044":[126,129],"\"black":129,"\u5f37\u5236":[50,0],output:[50,107,108],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[44,66],"\u300cpopular":77,"\u4ed8\u3051":[2,10,27,50,51,35],"\u30ab\u30a6\u30f3\u30c8":[50,126],"{\"_":[31,77,125,10,48,103],"\u5f15\u6570":[50,0,9,44],"\u5b9f\u73fe":[91,57,117]," work":101,"\u3001\"":[2,62,84,126,32,56,15,17,34,50,8],"\"mori":110,"\u3001$":104,"\u3001'":[62,10,32,66,81,48,103],"\"service":84,"\u4f3c\u305f":[48,129],"_read":1,"\"yu":110,"\u3001-":[24,32,107,102],"\u6291\u3048":45,"\u3001/":[2,27],"\u3001.":[122,83],"\u5730\u5f62":[49,78],range:[73,39,65,118],microsecond:101,"\u5185\u5bb9":[96,2,65,27,73,100,102,77,103,104,10,61,83,50,51,123,125,90,126,21,93,56,34],"\u3057\u307e\u305b":[34,77,74]," configuration":6,"\u3001:":102,"(fedora":96,"\u3002 ":[1,2,97,130,64,32,33,6,7,34,50,74,35,77,49,103,38,81,39,102,111,113,41,84,14,15,27,17,78,121,129,125,91,107,92,21,127,93,37,56,83,58],block:10,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":86,"\u672c\u6587":51,".\n":[110,102,6,35,104],"\u5730\u70b9":[48,49]," search":[103,84,106,56,21,50,17,121,8,125]," postgresql":[91,21],garbage:50,"\u5c5e\u3059\u308b":[73,32],"\u533a\u5207\u308a":[100,123,77,2,3,89,106,10,91,32,125,66,38,90,110,61,56,50,103],"/\n":[107,104,83],"\u7e70\u308a\u8fd4\u3057\u6570":102," patsuffix":97,"\u3088\u308a":[62,32,98,50,34,74,102,77,49,103,10,80,41,44,45,17,78,121,125,126,107,94],"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":35,"/yum":104,"\u9010\u6b21":91,"|key":[77,2,62,45,126,125,21,80,81,97,103,51,41],"\u4e88\u5b9a":[9,55,21,49,17,35],"\u6295\u5165":[45,0],"\u5831\u544a":57," without":21,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":104,"\u30d5\u30a9\u30ed\u30ef\u30fc":104,pcre:50,".)":[50,103,101],"_fin":50,"\u305f\u3070\u304b\u308a":80,shimoda:107,".-":83,"..":[77,61,103,90,125,66,99,38,100,24,41],"\u3046\u3061":[9,33,86,44,50,17],"\u5316\u6f0f\u308c":50,"\u3067\u3082\u3063\u3068\u3082":20,".\"":[31,2,103,10,21,80,81],sequence:[34,106,84,56],"\u7a2e\u5225":65,submit:[34,106,84,56],"\u3072\u3068\u3064":[50,125,79],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[36,109,50]," music":101,"/hosts":104,"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":126,"_links":[1,118],"\u51fa\u3059":126," hottolink":69,"= y":50,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":9," curl":[58,3,35,6],"\u5074\u9762":91,"\n..":110,"\u3002_":[2,75]," gothic":12,files:104,"\u30da\u30fc\u30b9\u30c8":50,conditional:106,"[groonga":[17,104,50],"\u3057\u307e\u3044":[10,45,97,102,84],"\u524d\u63d0":57," wibowo":50,"-query":[96,2,97,66,21,101,81,50,17,121,125],"-libevent":50,"\u8a2d\u5b9a\u5024":[0,82]," needed":6,"\u3001c":2,"_for":44,link:[10,27,89],".]":[103,106,65,86,73,100],"._":[10,77,103,125]," language":83,"-binary":35,line:93,"\uff08ci":52," shimada":107,"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":41,posted:126,".h":55,".i":88," senboku":50,utf:[69,3,107,66,129,50,74,103],"_op":44,".n":[77,103,125],".o":31,munin:[115,0,11,88,105,50,17,74],"\u306b\u5bfe\u3057":[123,53,0,44,2,103,89,31,91,106,98,77,47,15,48,7,104,24,50,51,125],".c":[77,69],".d":[105,11],up:3,"_max":[43,1,118],"\u52d5\u304d":35,windows:57,"\u52d5\u304f":[17,74,130,50],"_of":[1,118],".}":[86,103],"\u4e0a\u66f8\u304d":[48,104],"\u66ff\u3048":[45,36,109,104],"_on":[1,118]," than":101," types":106,"\u904b\u55b6":104,"\u63a5\u982d":[17,103,64]," tokenbigramsplitsymbolalphadigit":81,horikoshi:17,bind:17,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":57,"\u30ed\u30fc\u30de":34,"/source":[83,88,104,105,55,11,14,70,115,74,58],"\u3002command":9," mysqlgenerallexicon":129,"\u3002gnr":111,warning:101,"\u3054\u3068":[50,85,81,104,68],"\u3075\u308a":106," shops":98,curl:[50,74,35,52],sourceforge:104,"\u5b9f\u51e6":44,"\u306a\u306b":34,"\u5165\u308c":[45,31,126]," mark":129,"-oriented":21,"\u306b\u5bfe\u3059\u308b":[36,44,2,104,89,31,10,91,107,106,50,17,109],taro:31,">uptime":3,"\u518d\u5e30":[121,77,44,29,76],"\u958b\u3044":[17,25,129,107,76],binlib:104," accurate":21,"\u958b\u304f":[17,129,50],invalid:[77,118],"\u30b3\u30e1\u30f3\u30c8":[107,66,15,51,121,102],"_rate":[27,53,2,3,6],application:35,"\u958b\u3051":50,"\u3042\u3052\u308b":[36,71],"'\u3002":66,"\u56db\u3064":98,grn:57," go":80,"\u30d0\u30a4\u30ca\u30ea\u30fc":93,"\u6642\u4ee5\u5916":107,ooo:64,nice:80,"\u767a\u884c":27,"\u7acb\u3061":93,".load":102,"\u3002dump":110,users:[39,70,35]," script":102,"\u53f3\u8fba":[17,107],"\u3002\u30bf\u30b0":31,lucid:[107,11,104]," eight":2,"\u6307\u5b9a":[91,44],"\u5c5e\u3057":32,"\u4e00\u7dd2":[0,49,2,45,77,50,96,41],"}\n":[31,77,49,97,84,10,106,125,101,80,39,6,56,34,51,126,87,35,103]," old":104,".php":104,"\u3088\u304f":77,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":130,"> y":50,drilldown:[0,108],"\u982d\u8f9e":64,"\u3088\u3046":[0,61,64,33,66,6,7,100,50,74,35,36,77,9,103,104,128,80,81,102,110,12,41,44,98,86,49,17,78,121,122,52,125,90,91,107,21,93,24,129],"\u7d99\u7d9a":[50,66,52],"\u306a\u304c\u308b":50,"_permission":1,"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":122,"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":102,"\u4f7f\u3044":[32,6,74,35,36,77,103,106,11,80,111,83,44,115,17,120,121,52,88,129,91,92,21,93,105,41],"_empty":[1,118],"\u4e00\u5de5":97,"&query":27,age:77,confirm:83,"/wgs":48,"\nerror":[4,5],"\u5b50\u5348\u7dda":49," base":6,"\u8aad\u307f\u53d6\u308a":[38,66],"2\u3064\u3081":[51,125,35],"_nil":107,"\u30b3\u30a2":[74,6,35],"\u7f6e\u304f":74," post":[77,103,125],"-count":53,hello:[80,103],rinse:104,"\u6a29\u9650":74," b":[103,125]," c":[125,55,91,70,17,103]," `":3,msbuild:70,"\u30d6\u30e9\u30b8\u30eb":49,gr:77," d":[45,98],"\u3067\u307f":91,"\u7121\u99c4":91,",\"title":2," n":[91,77,103,125],"\u30a4\u30f3\u30c7\u30c3\u30af":51,"\u30ed\u30b0\u30a4\u30f3":104,"\u64a4\u5ec3":[107,66]," i":[104,83],"\u958b\u304f\u969b":50,"\u3067\u3064":62,"\u843d\u3061":[50,107],gb:3,ga:102,"\u5272\u308a\u5f53\u3066\u308b":[10,64,2]," z":32,"\u30dc\u30c7\u30a3":[41,118,7],"-lzo":94," y":50,"\u3067\u306b":[45,80,7],"\u305f\u3060\u3057":[0,98,103,24,66,50,17,75,125],"\u3067\u3069":106," }":[53,126,2,27,35],"\u3067\u3057":[14,10,103],"\nhttp":6," @":[77,97,45,126,98,15,103]," binding":69,pthread:17,"|http":102,"\u8a2d\u5b9a\u6e08\u307f":96,"\u898b\u3064\u304b\u308b":50,"\u8a9e\u6271":98,description:[126,98],"\u30ad\u30fc\u30b5\u30a4\u30ba":64,"-release":57,":..":77,"\u3067\u3059":[59,96,1,2,3,130,64,32,33,66,68,70,6,7,34,50,74,126,8,35,62,80,77,9,103,102,105,55,106,11,38,45,39,100,75,61,111,92,65,41,42,44,110,84,14,98,115,15,48,49,118,17,51,78,121,81,122,52,123,88,129,104,89,86,91,125,20,21,93,10,73,56,24,57,83,87,27],"\u3067\u3044":[10,77,103],"\u300cgroonga":111,"\u30ea\u30af\u30a8\u30b9\u30c8uri":6,stable:9," yamaguchi":17," [":[2,62,66,27,7,61,87,102,97,80,77,49,103,10,106,38,81,39,108,110,41,100,31,84,45,47,15,48,116,50,51,123,53,125,89,86,90,126,73,21,99,93,56,34,129,6],"\u3067\u304d":[0,1,61,3,64,33,66,70,6,7,72,100,50,74,75,80,77,9,103,104,105,106,11,38,81,107,102,110,111,12,41,43,44,115,47,15,49,17,78,121,122,52,123,88,129,125,91,79,21,124,93,37,24,83,58],include:55," ^":[50,103],"\u62e1\u5f35\u578b":10," \\":[15,98,66,103,81],"\u5411\u3044":[93,64,77]," \"":[2,62,32,70,27,73,34,87,35,97,80,77,49,103,10,106,38,81,39,102,65,31,84,45,53,15,48,50,51,121,125,89,86,126,92,21,93,56,129,6],mbytes:102," ":[2,3,66,6,73,34,74,87,35,62,77,9,103,104,10,106,80,81,39,108,102,97,41,31,44,84,53,15,48,49,51,52,123,125,89,86,126,92,21,93,56,129,27],"\u4f59\u308a":103,".patch":83,"\"saerch":84,"\u30d7\u30e9\u30b0\u30de":77," %":[50,103]," libmsgpack":[105,11],"\u8fbc\u307f":[40,121]," (":[42,36,77,69,103,30,105,11,21,115,49,44,70,104,50,88,125],ddl:45," .":[115,88,74,104,105,14,11,45,70,122,52,102,58]," /":[123,98,2,103,45,106,11,66,70,27,7,50,35,6],"\u304a\u3051":77,"\u3002time":126," 3":15,"\u3067\u5024":[66,2],"\u6e0b\u8c37":126,"\u983b\u5ea6":106," 4":15,"\u3072\u308d":97," :":103,"\u30a8\u30b9\u30b1\u30fc\u30d7":[38,50,21],"_users":126,"\u6368\u3066":17," ?":103," <":[77,69,103,45,21,48,110,50,17,102]," =":[31,77,49,97,66,48,44,103],"\u5206\u985e":10,"\u4f7f\u3048\u308b":[125,66,50,17,74,52]," snippet":21,"\u304a\u304d":[91,104],"-build":122,".clean":104," update":57,"-id":[50,66],"\u542b\u307e":[93,77,44,2,103,104,125,121,65,56,73,21,38,81,7,50,98,88,35,41],".mo\u30d5\u30a1\u30a4\u30eb":83,"this":[77,2,103,10,125,99,6,101,27],"\u304a\u304f":[10,103,104],ctx:85,"\u6b8b\u308a":[77,9,121,41]," such":[50,83]," url":110,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":64,"/httpd":[96,6],"\u601d\u3063":55,".output":24," innodb":91,"_use":[1,118]," owner":6,".po":57," term":[47,86,62],"-suggest":[28,36,30,106,107,127,50,17],"/bin":74,"\u5341\u5206":[45,77,7],"/sbin":58," word":[77,125],"-memory":107," outputs":101,".pc":[17,127],"\ntable":[45,126,110],"\u9023\u643a":91,"\u8ca0\u6570":50,video:31,"\u7d42\u308f\u308b":[80,103,125]," [":[39,77,41],".xml":3," suited":21,"_cursor":[50,107],register:[36,20,92,30]," -h":35,index:[31,51,69,104]," env":121,"-known":21,"\u7d44\u5408":81,"/introduction":[2,27],opaque:118,"= n":103,".tsv":[121,3],squeeze:[36,104,94]," japanese":16,"\u30dd\u30a4\u30f3\u30c8":121,etime:123,"\u5f35\u308c\u308b":50,"\u983b\u7e41":74,"\u306e\u3067\u3057\u3087":77,"\uff08not":111,"\u4e2d\u56fd":49," voiced":129,"\u5c0f\u6570":[77,61,90,93,100,17],"\u30a8\u30f3\u30b8\u30f3":[10,31,77,66,91],"{time":101,"\u8fd1\u3044":123,"\u5224\u65ad":103,"-exact":53,"\u5024\u8a18":103,"\u6c42\u307e\u308a":91,"_over":[1,118],"\u521d\u56de":83,"\nalert":[4,5],nonexistent:77," score":39,"\u632f\u821e":49,"?parameter":6,let:80,"\u57cb\u3081\u8fbc\u3080":102,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":33,ubuntu:[36,122,94,52],"0xc":118,"\u3042\u308b":[90,1,2,31,4,64,32,33,66,5,29,50,34,114,74,35,76,77,9,103,104,79,10,106,38,81,108,102,61,111,40,112,65,41,100,43,44,110,84,45,46,47,15,49,82,17,51,78,121,123,53,124,125,86,83,91,107,73,21,37,116,24,25,95]," memcached":27," \"":[77,49,62,126,65,125,86,39,27,73,51,87,102,103],"\u306b\u5bfe\u5fdc":[100,77,61,90,24,66,38,50,40,17,129]," ":[2,62,27,34,73,87,35,97,77,9,103,10,106,80,81,39,31,84,53,15,48,49,51,125,89,126,21,93,56,129],"= \"":[77,103],"(gqtp":96,"/tmp":[121,35],broken:118,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[64,2,6],"\u4e0a\u3052\u308b":45,"/coremodule":6,"\u57cb\u3081\u8fbc\u307e":104,"\u57cb\u3081\u8fbc\u307f":21,"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":66,"\u3058\u304d":21,"\u306e\u3042\u3068":50,"\u5177\u4f53":[45,51],"\u3067\u3082":[59,1,2,64,98,70,6,50,34,74,102,115,77,104,11,83,45,48,27,118,17,51,122,88,91,21,105,94,41,58]," article":51,"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[114,91],"\u300coffgao":126,">version":3,".fedoraproject":88,"\u6301\u3061":[44,66,6],"\u5206\u6790":91,"\u9806\u756a":[45,66,2,125],"\u898b\u3064\u304b\u308a":77,firewood:50,apple:129,"/to":[6,35],"\u30ed\u30f3\u30c9\u30f3":49,realloc:107,"\u5171\u901a":[17,32,103,51,64],"_by":[17,126,127,50],"\u7518\u3044":62,"\u8981\u6c42":[15,2],hardy:107,"\u9014\u4e2d":[104,84,66,118,50,34],"\u3046\u3048":[17,50],"\u6642\u306b":17,"\u5148\u60c5":126,"\u7d5e\u308a\u8fbc\u3080":8,use:[50,77,66],"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":74,"\u3002\u3064\u307e\u308a":[77,2,125],usa:89,"<- ":35," garbage":86,"\u6642\u9593":[93,77,61,125,104,90,91,107,53,100,17,102],bi:[45,98]," defines":99,"\u3002\u30d0\u30b0":59,"\u7d5e\u308a\u8fbc\u3093":91,"\u3057\u307e\u3046":[91,17,107,104,50]," protocol":118,"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":51,save:104,"\u81ea\u5206":[102,94,83]," grn":[101,44,121,111],"\u30af\u30a9\u30fc\u30c8":125," doc":[62,104,83],soundkitchen:[17,50],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[36,124,103,30,111,7,86,50,17,25,76]," functions":69,"\u3059\u308b":[44,91,85,16,12,57],"\u7d4c\u7def\u5ea6":[36,109],"\u3059\u308c":[2,125,91,7,102,103],on:[6,35,21],started:125,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":57,"[header":[92,93,39,7,87,41],"\u5f15\u304d\u8d77\u3053\u3059":50,iwai:50,"\u8868\u3059\u578b":32,tokenbigramignoreblanksplitsymbolalpha:45,"\u5225\u9014":[32,89],"\u3059\u3093":126,"\u305d\u308c\u3089":[123,77,121,35],"_per":17,"\u305d\u308c\u305e\u308c":[2,3,64,98,66,74,62,77,103,104,10,81,41,44,45,48,118,51,122,89,126,21,93,24],"{prefix":[74,7],defines:99,"\u5358\u72ec":102,"\u4f7f\u3044\u65b9":[36,30,91],"\u9818\u57df":[50,48,74],"(wgs":48,"?msg":104,"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":50,"\u5229\u7528\u4f8b":91," depends":69,"<limit":66,"\u4ee5\u5185":[34,48,126,103,84],"\u8d77\u52d5":[9,3,104,107,66,53,70,102,50,24,35],"\u6e21\u3055":[49,44,50],"\u6e21\u3057":[44,61,38,27,100,2],twiter:50,"\u6e21\u3059":[50,2],"\u53d7\u3051\u4ed8\u3051":[50,107],mitsuhiro:107,"\u7de8\u96c6":[57,122,104],"\u4f5c\u696d":57," morning":80,"\u3001&":48," github":83,"\u30b7\u30fc\u30b1\u30f3\u30b9":[34,84,56]," actual":6,links:[10,27,89],"\u306f\u6708":103,process:[36,30],sudo:[115,88,11,105,50,74],"_estimate":17,"\"correction":8,"\u30af\u30e9\u30c3\u30b7\u30e5":[17,107,50],pentium:102,">max":3,"/linux":[36,94]," example":77,tag:31,"\u7d30\u5206":10,objname:[25,76],"\u30b7\u30e3\u30fc\u30d7":41," mte":69,"\u3059\u3050":[91,35],sed:[17,50],"(content":21," candidate":106,sis:17,"\u306f\u307f":57,"\u6301\u3063":[77,103,84,91,50,129,125]," toybox":10,"\u6301\u3064":[31,77,49,2,103,89,84,10,91,85,33,66,38,17,129,75],tokendelimit:56,"-strings":50," or":[77,125,81,101,121,62],"\u6df1\u523b":[45,50],"\u629c\u3051\u308b":2," candidate1":106,"\u3059\u3067":[80,98,82],"\u3059\u3079":[77,44,102,64,118,9,6,110,34,17,87,126,35,76]," titles":[103,125],"_repair":50," {":[49,2,84,106,53,6,56,34,126,35,27]," }\n":[126,6],sid:[36,94],defalt:107," indexblog":51," port":[27,58],dd:[101,103]," size":86,"\u30b3\u30de\u30f3\u30c9":[36,0,44,104,30,107,70,17,72,12,50,74,122],"_create":[36,44,30,20,127,50,17],normalize:[36,20,30],"\u81ea\u5df1":126,"\u3044\u304f\u3089":91,"_')":[47,75],"\u4e26\u3073\u9806":48,stop:50,"-deafult":17," msgpack":3,"\u304a\u3059\u3059\u3081":35,"\u7e70\u308a\u8fd4\u3057":[103,102,83],"\"rectangle":[50,49,78],"}e":103," mroonga":[77,125,81,15,51,103],"\u5f35\u3089":[10,50],"\u5f35\u308b":[103,125],"\u3055\u3044":[96,1,2,97,63,64,32,16,70,6,7,74,35,115,77,49,103,81,10,106,11,45,39,102,41,14,15,27,50,87,122,88,125,91,92,105,24,83,58],"\u306e\u307b\u304b":[10,32]," composition":129,"_configure":50,"\u30a2\u30af\u30bb\u30b9":[123,107,104,10,24,66,27,50,17,83,6]," nice":80,"\u7d5e\u308a\u8fbc\u307f":[91,2],"\u3042\u308b\u3044":[115,88,9,103,91,118,125,37,44,6,78,41],"\u4eca\u5f8c":[40,17],alloc:[27,53,2,3,6],"\u7b2c\u4e8c":49,"\u66f8\u5f0f":36,"\u30b5\u30fc\u30d0\u30fcid":17,rakutan:51,"\npackages":104,"\u4f53\u8fd1":78,"\u898b\u3064\u304b\u3063":[77,8],lines:122,"\u30da\u30fc\u30b8":[36,77,2,104,66,16,50,24,83],"\u518d\u8d77":[96,121],processor:[105,88,11,115],"=platform":94," restart":96,"-protocol":[66,27,102],"\u524d\u65b9\u4e00\u81f4":[50,0,106],"/repositories":104,":\\\"":38,"\u8a9e\u610f":68,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":107,"\u4eac\u90fd":[45,98],"#groonga":121,"\u30c0\u30d6\u30eb":[125,64,50,17,41,103],"\u300cbill":98,"\u7d9a\u304d":38,gcc:[17,74,50],"\u306e\u3088\u3046":[50,77,125,103,111],"\u304a\u3070\u305f":17,"(cutter":122,"\uff08tokenmecab":45,"\u7d9a\u3044":[45,90,77,61,100]," shorttext":[2,62,66,87,102,97,77,49,103,10,80,81,39,110,41,31,45,47,15,51,125,89,126,21,129],"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":62,"\u30ab\u30d0\u30fc":122,"% ":[104,83],jiro:31,"\u30c7\u30d5\u30e9\u30b0":17,":configuration":70," clean":122,"\u305d\u308c":[115,88,44,2,62,104,10,126,32,98,125,53,45,107,70,56,103,51,83,41],"\u3002int":50,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":123,"\u4fc2\u6570":44,"\u629c\u3051":[17,50],"\u91cd\u307f":[36,77,125,45,81,50,109],"\u6570\u5b57":[45,84,102,41],lf:123,"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":104," bool":[10,97],"-mysql":[105,88,11,129,115],"\u3092\u3064\u3051":[77,125],lc:83,"\u78ba\u7387":106,"_unavailable":[1,118],"\"sphere":78,"\\\"}":38,ll:[45,98],"_reopen":[36,30,4,20,5,50],"/apt":[105,11,104],euc:[50,74,66],li:[45,98],"/api":35,lt:21," extract":101,"\u8ab0\u304c":126,zip:[36,104,94],total:[86,102],"\u512a\u5148":[91,102],"\u5de6\u4e0a":[37,0],"\u5de6\u4e0b":0,"[space":125,"\u6700\u5927\u5024":50,"\u9589\u3058\u308b":[17,0,64],"\u305f\u3076\u3093":74,"\u306f\u3069\u3061\u3089\u304b":[103,125],"\u4f75\u305b":2," gpl":69," cache":50," patch":69," |":[123,115,77,103,104,81,45,11,88,105,48,6,50,52]," gpg":104,"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[36,107,20,30],auth:[6,35]," value":[50,77,2],dat:64,"\uff08world":32,billiard:[45,98],"\u8d8a\u3048":45,"@' ":2,"\u89e3\u91c8":[107,44,110],"\u6765\u307e\u3057":126,day:101,"_point":[31,78],"\u3088\u30fc":126,articles:51,"\u306b\u304f\u308b":45,"\u5f15\u8a9e":2,translate:83,"\u300d:":129,xml:[17,107,50],edit:[36,0,113,104,30],")]":50,"\u4f4e\u901f":89," hw":58," updated":[45,69,83],"/master":[83,52],"(nginx":96,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":66," hh":[101,103]," start":[80,96]," physical":86," threasd":66,"\u70b9\u9593":[48,33],"\u6df7\u305c":[10,106],"\u65e2\u5b58":[2,104,10,91,27,40,50,102],"\u3064\u3044":126,"<gqtp":102,"\u5408\u5bbf":126,"_none":65,"\u5186\u6ed1":104,",\"link":10,there:125,"\u5c3a\u5ea6":91,"\u6b8b\u308b":17,"\"abandon":90,"\u751f\u6210":57,"\u89e3\u6c7a":[17,86,50],"\u3002redmine":59,frequency:[34,106,84,56]," your":[17,83,52]," gnupg":104,"& b":103,"\u30b3\u30e1\u30f3\u30c8id":126,"/message":104,partial:44," creates":[101,99],out:102,"\u3050\u308b\u3093":[31,103,125],"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[15,81],"\nexecuted":27,"\u5fc3\u914d":94,"-match":94,"\"mroonga":[15,77,103],res:102,"';":66,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":66,"\u306b\u304f\u3044":91,"\u51fa\u6765\u308b":126," subject":50," \u6c11":98,"-package":[104,94],"\u30ab\u30ec\u30fc":98,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":126,"_default":[50,35]," floating":32,sphinx:57,"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":[70,83]," five":2,">starttime":3,"-fd":17,"-per":17,"/\u6708":126," thesaurus":77,"\u904e\u7a0b":75,status:[36,0,30,107,20,50],"\u73fe\u72b6":9,"\u542b\u3081":[77,121,125,104]," too":51,"\u5b9f\u7a3c":123,"\u4ed8\u5c5e":[24,6],retry:118,"/aba":[48,2,89],"8r":[50,74,66],httprewritemodule:6,"& (":103,"\u76ee\u8996":93,lts:[36,104,94],"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[17,74,122,94,83],"\u30d6\u30e9\u30b8\u30ea\u30a2":49,"\u4ed5\u69d8":[36,9,106,107,6,50,24],"_options":50,deprecated:[77,9],"\u4e00\u90e8":[46,2,8,104,50],"_nsubrecs":75,"\"\uff08":34,"\"\uff09":[10,34,0,48],"_friends":31,"\u300d\u3001":[31,126],"-localstatedir":94,"\u30bb\u30b0\u30e1\u30f3\u30c8":[86,25],"/universe":11,"\u9001\u3063":[55,59,57,83],"\u7403\u9762":[49,78],url:[110,17,27,104,24],"\u3064\u3051":[77,49,92],"3ki":107,"\u304a\u3059\u3059\u3081\u3057":[103,104,125],"\"sea":34,"\u8aa4\u5dee":[17,49,78],largetext:64,"<max":66," ringtail":[36,94],"\"say":103," instead":[77,66],",\"location":[31,48],"\u8aac\u660e":[59,1,30,70,74,36,104,11,83,114,44,115,14,50,52,88,20,93,105,94,57,58],hex:31,"\nload":[49,110],unsupported:118,"\u30d9\u30af\u30bf":[50,0,107,65],"\nctrl":27,"\u591a\u304f":[77,2,10,66,21,45,17,130,41],"\u7d44\u307f\u8fbc\u307f":[36,30,92,20,110,102],"\uff08\u300c":[45,129],"\u53d6\u308a\u8fbc\u307f":17,"\u64ec\u4f3c":[77,103,125],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[17,0,107,122,50],"_symbolic":[1,118],grroonga:8,"\u8d77\u70b9":[90,100,77,61],utc:103,"\u5897\u5927":49,"\u53d7\u3051\u53d6\u308a":[44,2],moero:31," links":10,"\u516c\u5f0f":[17,88,115,81],"\u30e9\u30f3\u30ad\u30f3\u30b0":2,unknown:118,"\u7121\u52b9":[50,77,74,6,125],"\u8aad\u307f\u8fbc\u3093":27,mkdir:110,system:14,",[":[45,90,100],"\u6c38\u7d9a":[36,30,41],"\nlog":101,"\u52d5\u5c0f":32,"\u304a\u304b\u3057\u304f":107,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":51,"-doc":50," video":31,"-keys":104,man:0," tokenmecab":45,"\u306f\u3058\u3081":[36,106,9,128,83],"\u7279\u5316":[103,83]," for":[49,32,21,99,69,50,101],"\u304b\u3061":[77,98],configure:57,"_query":[44,84,106,56,34,50,121],".textile":104,"_logger":50," service":[96,84],"\u304b\u3069":[77,125,45,106,37,48,78]," mecab":[91,88,69,115],"var":[74,65,44,66,6],"\u756a\u76ee":[10,77,2,103,125],",..":[38,73,65,77],"\u8ffd\u8de1":57,"\u64a4\u53bb":17,itagaki:107,"_vector":[31,77,10,126,47,15],"\u500d\u7cbe":32,"_started":[93,39,92,87],"\u3092\u3054":122,"\u9ad8\u3044\u9806":2,"\u53d6\u308a\u5f97\u308b":32,"\u3002run":122,"_unsupported":1," started":[93,101,77,103,125],"\u305b\u3044\u305c\u3044":41,"\u51fa\u73fe":[91,106,68],"|:":101,"/..":[6,104],"\u305b\u306a":[103,125],"\u304b\u3051":76,"_illegal":1,".grn":110," normalizers":129,"\u81ea\u52d5":[31,2,97,104,64,7,125,102,50,17,103,75,83],"\u3042\u304d":97,"\u304b\u305a":50,"\u82e6\u624b":91,"\u30ab\u30bf\u30ab\u30ca":[34,129,106]," snippet3":21,"\u5229\u70b9":91,",' ":[10,32],"\u6291\u5236":50,"false":[125,29,97,104,10,4,32,107,46,81,47,15,39,5,108,40,103,87,116,76],"\u8a72\u5f53":51,"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3,"$home":104,"\uff01\uff09":[34,84],interrupted:118,"\u81f3\u308b":10,"\u30d5\u30a9\u30eb\u30c0\u30fc":70,"\u76ee\u304f\u3089\u3044":41,"\u96e3\u3057\u3044":91," tritonn":[77,103,125],"\u4fee\u6b63\u4e2d":84,"\u30de\u30a4\u30af\u30ed":[10,126,32,103],"\"null":50,"_expanders":[121,7],"\u3002cpu\u30b3\u30a2":35,"\u304b\u3082":[93,92],"\"co":8,tvsec:53,"\u975e\u308f":98,"@tomotaka":17,"\n ":[44,6,35],"\u6f14\u7b97":[50,111,74,103,107],"_control":[1,118]," lexicon":[81,80,15,51,102,41],"\u914d\u4e0b":[24,104],tokendelimitnull:127,".msgpack":3,"_const":44," unix":93,"\u4e88\u7d04":47,"^ ":103,"\u9078\u629e":[91,77,49,104],"_groonga":93,"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":44,"5f":102,satoh:17,"\u3080\u3044\u3061\u3083\u3044":126,brazil:89,"\u901f\u3084\u304b":9,"\u3069\u3061\u3089":[59,96,2,62,92,51,8,35],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":17," suggest":[106,56],"\u8aad\u307f\u8fbc\u307f":[17,121,2,7],"\uff08gnu":74,"\u69cb\u7bc9":57,"\u3068\u305d\u306e":9," six":[101,2],"\u672a\u958b\u653e":107,"-h":66,"/commands":[73,39],"_hey":41,"\u3089\u308c":[77,44,2,64,65,107,73,91,48,50,17,51,76],"**":5,"\u3064\u3076\u3084\u304d":80,"\uff09\u3001":[64,98],"\u9ad8\u901f":[31,0,44,2,103,130,64,33,66,91,125,49,50,17,78,35,41],"\uff09\u3002":[45,126],"* ":[32,103],sa:[106,84],"*\"":[51,77,127],"_build":122,"\u73fe\u5728":[123,2,104,91,33,68,82,126,40,124,102,41],"\u6e2c\u5730\u7cfb":32,latin1:50,"\u5168\u89d2":[17,129,2],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":66,"_delimited":69,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[50,84,41],"_is":[1,92,93,39,118,17,87],hh:[101,103],"\u5408\u81f4":2,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[36,77,64,32,17,109],"(arugment":103," is":[77,2,3,10,125,21,81,27,101,50,51,103,35,6],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[0,9,107,93,50,17],"-point":32,"\u901f\u304f":[31,74,41],"\nwarning":[4,5],"\u5171\u901a\u63a5":64,":tasukuchan":126,"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":104,"-get":[50,11,104,105],"_id":[77,2,103,104,48,50,17,75],its:59,"_temporarily":[1,118],".gz":[115,88,104,14,11,58,105,74,83],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":129," true":103,"_database":50,currently:6,"\u3084\u308a":59,"\u5fc5\u9808":[74,70],"\nlucid":107,",\n ":[31,77,103,45,106,65,93,86,6,126,125],"\u8d8a\u3048\u308b":45,"_initialized":[1,118]," favorite":83,"'mroonga":[81,51],"\u30e2\u30b8\u30e5\u30fc\u30eb":[36,9,107,91],"\u304b\u3089":[36,44,104,91,85,33,94,57,83],"[httpd":50,"'localhost":[123,66]," \u304b":58,"=c":70,"\u3002\u2193":66,ssssss:101,"\u53cb\u4eba":31,"=i":104," project":103,"|persistent":[73,39,65],"\u5b66\u3093":126,synonym:[77,62],"\u8abf\u3079":[37,78],"=\\":21,cache:[36,0,20,30]," it":[80,125]," doesn":6,"\u30b7\u30a7\u30eb":[74,102],daiki:[50,107,127],"\u30fb\u5168":108,"\u4e0d\u6b63\u78ba":[53,50]," in":[50,44],"get\u30e1\u30bd\u30c3\u30c9":24,wget:74,truncation:17," id":[101,86,91],"\u4ecb\u3057":[91,27]," if":6,"\u65e5\u4ed8":[91,49,104]," documents":[81,21],"\u6295\u7a3f":104,"\u4ed8\u3051\u308b":[85,129,2],"\\groonga":70,"!condition":103,means:101,"[admin":[17,50],"\u7279\u5225":[74,34,1,125],"\u5c11\u306a\u3044":[77,125,80,111,121,103],ko:69,"\u7d44\u307f\u8fbc\u3080":[91,44,6],"\u30c0\u30f3\u30d7":[50,107],"\uff08and":111,"=$":[74,104,83],",\n{":[129,62,89,81,106,84,125,15,56,34,51,103,97],"\u7e70\u308a\u8fd4\u3059":107,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[77,82],"= ":[50,48,97,103],words:103,"\u306e\u307f\u3057\u304b":8,db1:35,"_path":[50,104,102],db2:35,"=(":104,">cache":3,"\u53c2\u52a0":[57,16],"\u56fd\u969b\u5316":[57,120]," nfkc":129,"\u4e0d\u8981":[50,91],"\u3002ftp":102,"\u30b7\u30a7\u30a2":16,"_search":[17,106,50],"\u3070\u3044\u3051":[77,103,125,41,50,74,121,52]," released":[69,104],"(column":21,",\n[":[21,110],"'='":66,",\n]":[45,15,48,62],queries:102,"\u3050\u308b":[125,103,111],"\u30fb\u81ea\u5df1\u7d39":126,fixed:50,"\u307e\u3068\u3081":57,"_busy":[1,118],view:66,"\u5236\u5fa1":[50,6,81]," eggs":51,"\u304b\u304e\u308a":102,"<span":21,"=fedora":104,"\u3002blogs":45,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":107,"\u4ee3\u5165":[107,44,125],"\u3068\u3057":[123,31,44,103,84,10,32,66,80,49,56,34,51,121,8,102],"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":110,"\u8fd4\u4fe1\u5143":126,latin:[50,74,66],"\u63a5\u7d9a\u5148":123,"\u884c\u6570":17,"\u306a\u306a\u3069":[103,125]," queries":21,terms:[45,86,77,2]," an":6,"|ga":77," the":[125,21,6,50,101,103],"\u57f7\u7b46":[51,33,68],"\u975e\u5e38":[50,35],oneiric:[36,104,94],"\u3002debian":122,"\u306b\u3064\u3044\u3066":[59,114,1,2,4,92,32,98,66,68,5,29,7,34,50,74,35,76,115,77,9,104,105,10,106,11,38,81,39,100,82,61,40,108,113,65,41,28,43,44,110,84,14,46,47,15,49,118,112,17,87,78,121,52,53,88,126,125,86,90,91,79,20,124,37,116,73,56,57,25,95,58],"\u985e\u4f3c":[50,44,111,106],"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":50,"\u51fa\u529b":[12,57,122,91],iptables:35,ieee:32,"{name":103,"(string":79,"\u8ffd\u8a18":[50,104],"\u30c7\u30e1\u30ea\u30c3\u30c8":64,dll:[17,50],connection:118,"\u3002tld":89,travi:50,progress:101,"\"\u30df\u30ea":103,logaling:52," gqtp":[91,96,1],"\u3057\u304b\u3082":130,"_incompatible":1," quit":66,ken:31,"_connected":[1,118],"\u306f\u3061\u3087\u3046":103,"\u7dad\u6301":[91,35],"\u304c\u304a\u304c":126,"/var":[96,74,66,6],"\u6d88\u8cbb":80,"\u4e0a\u4f4d":45,"| c":103,"\u5168\u4ef6":[103,125],"\u4e43\u6bc5":107,"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":50,"\u6b8a\u547d":102,job:102," only":6,"\u3053\u308c\u3089":[2,3,64,7,74,8,75,115,77,49,103,11,45,35,111,14,50,88,125,89,126,92,105,56,24,57,129],key:[93,77,106,65,38,39,116,110,50],"\u300d\u3002":111,homebrew:[36,94],configuration:50," cities":49,"\u6982\u5ff5":9,"\u6539\u884c":[17,65,66,50],"\uff12\u3064":[48,89],"2\u4ef6":126,"\u304a\u77e5\u3089":36,"\u518d\u8d77\u52d5":7,plugin:17,admin:107,"|on":77,"/status":[123,27,3,35,6]," just":[80,101,99],valgrind:122," max":[43,82],"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[125,64,107,17,41,103],"\u306e\u3069\u3061\u3089\u304b":[77,103,125],etc:[11,6,35],".org":[31,88,74,2,89,83,105,14,11,10,48,70,6,110,104,115,58,102,27]," mac":50,"/local":[74,6,104],illegal:118," groo":77,"$prefix":17," properties":101,"\u56f2\u307e":21,"\u59cb\u307e\u308b":[77,103,102,47,35,34,121,8,75,125],comment:[126,51]," me":26,"\u4eca\u56de":[50,2,21,103],"\u4f4e\u6e1b":107,"\u304a\u304d\u307e\u3057\u3087":10," \"@":126,"\u4f5c\u6210":[57,117],"\u6295\u7a3f\u5834\u6240":126,"\u533a\u5225":[32,77,97],"/senna":110," easy":12,"\u6b63\u3057\u304f":[34,50],"\u6df7\u5728":24,"_add":66,",\n#":[31,77,2,103,10,126,81,48,27,125],"\u3002drilldown":[77,89],"\u30af\u30ea\u30a2":[17,50],zenigata:31,"\u66ff\u3048\u308b":[2,89],table:[36,44,30,46,65,107,20,47,9,50,17]," \"_":[2,62,27,34,87,97,77,49,103,10,106,80,81,39,31,84,15,48,51,125,89,126,93,56,129],"-history":17,rpm:[115,88,104,107,50,17]," backup":110,"/hostname":[66,102]," \"e":[34,106],"\u30ab\u30b9\u30bf\u30e0":6,bom:107," sign":104,"\u30b5\u30d6\u30bb\u30c3\u30c8":32,"\u91cd\u307f\u4ed8\u3051":[45,77],args:66," \"b":15,"_itoh":17,"\u30b9\u30ab\u30e9":65," \"n":[93,77,2,103,125,53,6,27]," argument":103,"\u5c0f\u6570\u70b9":10," \"k":31,quiz:31,"\u57fa\u6e96":[10,91,2,104],json:[17,107,50],"\u3002gdb":122,"\\'":[66,125]," \"s":[106,84],"\u547d\u540d":50,"]\n":[2,62,66,27,34,73,87,97,38,77,49,103,10,106,80,81,39,41,31,84,15,48,51,125,89,126,21,93,56,129],"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":104,"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":50,"\u901f\u3044":64,"\u521d\u671f\u5024":123,username:[31,70],"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":50,"\u5927\u6587\u5b57":[2,41],"\u4e2d\u91ce":126,"_gqpt":102,"_level":[36,20,30],"\u5185\u90e8":[10,50,53,21,104],"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":98,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":17,"-cache":66,"\u306a\u306b\u5bfe\u3057":[103,125],"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":0,"_filename":1,"\u3068\u3064\u3044":48,"\u4fdd\u6301":68,"\u524d\u8ff0":[45,129,41],"\u7a2e\u985e":[36,77,1,103,104,84,45,64,56,66,109,106,125,44,118,34,17,75,41],"\u540c\u671f":[104,102],"\u30b5\u30a4\u30c8":[10,31,104,111],"_binary":50,"\u30c7\u30a3\u30b9\u30af":0,"\u5024\u578b":10,"\u4ee3\u308a":[50,49,125]," favorited":126,"_domain":1,"-d":[66,27],"\u672a\u5b9a":10,"{\"":[86,102],"\u5185\u8fd1\u304f":103,"\u5468\u8fba":[50,21],"\u8a02\u6b63":121," tar":[105,88,11,104,115],value:77," yes":123,"\u3068\u3057\u307e\u3057\u3087":51," first":[77,103,125]," favorites":126,"\u5f35\u3063":50,"/locale":[104,83],"\u793a\u3055":[73,65],architectures:104,ultra:31,"\u521d\u671f\u5316":50,"\u73fe\u308c\u308b":45,"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[77,70,50,17,121,41],april:104,"\u30d5\u30ec\u30fc\u30ba":50," sound":129,"\u58ca\u3059":50,tar:[115,88,104,14,11,105,74,58],home:[74,104],".co":[77,69]," zlib":[105,11]," suggestion":99,"\u3072\u308d\u3086\u304d":97,site:[10,2,27,89],"\u3002\n":[0,32,98,66,73,102,9,104,38,40,65,31,44,85,46,86,82,17,51,78,126,107,127]," record":[10,49,2,27]," bigram":[45,126],"_exec":1,"\u3067\u304f":[57,121,77,94,52],"\u66f8\u304d\u8fbc\u3093":126,"\u30bf\u30a4\u30df\u30f3\u30b0":[50,2],avg:123,pkg:[107,74],"\u306e\u304b":[126,98],"\u8fd4\u4fe1":[126,51],"/o":41,uptime:[0,2,3,53,27,6],"\u5ea7\u6a19\u5024":17,"\u91cd\u8981":[77,104,122,91,20,68,80,6,74,35,41],"\u614e\u91cd":122,"-gqtp":[36,88,115,11,22,105,50],"\u3002#":[17,107],"\u578b\u304b":32,"\u3002-":[24,74,126],"\u3002.":83,normalizermysqlgeneralciexceptkanacikanawithvoicedsoundmark:129,"/c":[55,91],"]'":35," replied":126,"\uff08longest":[17,103],"\u91cd\u8996":[45,80],pkgs:88,"\u300cbilliard":98,auto:[106,104]," replies":51,"\u8aa4\u5b57":[17,107,121,50],tmp:[2,104,106,66,39,27,73,121,35],"\u30ad\u30fc\u30ef\u30fc\u30c9":[36,0,98,125,91,77,21,127,81,71,50,8,41],"\u89e3\u653e":53,"\u982d\u6587":118,rake:104,http:[115,36,88,107,104,24,123,11,66,105,70,6,110,50,17,102,83],"-file":[93,17,66],api:[36,44,30,107,127,50,17],"\u4e09\u7a2e":27,":!":125,"\"popular":77,"\"roonga":8,"[apt":50,"/sysctl":58,"\u306b\u3088\u308a":[42,77,49,2,97,104,86,10,91,32,45,48,6,50,51,35,27],"_ito":17,"\u672c\u4f53":57," hashtags":126,"],":[2,62,65,66,27,34,73,87,102,97,38,77,49,103,10,106,80,81,39,61,100,31,110,84,45,53,15,48,51,125,89,86,90,126,21,93,56,129],"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":104,".dump":17,"\u4f7f\u308f\u305a":81,"]/":27," local":110," body":[61,62,45,46,47,90,100],"\u5168\u6587\u691c":[36,107,109,41],"\uff01\"":126,off:6,center:78,yyyy:[101,103],"\u3002c":[55,91,1],"/'":11,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":50,"\u3002n":45,variety:31,"\u7a7a\u6587":[32,125],"([":43," ci\u4e0a":52,"\u66f8\u304d\u8fbc\u3080":102,"\u304a\u3063\u3055\u3093":126,failures:104,"/;":6,ecmascript:[50,77,103,111],uzulla:17,"&! ":103,"\uff01:":74," # ":6,"1byte":118,"\"ellipsoid":78,"\u8868\u793a":[0,3,65,66,17,73,74,109,36,77,9,104,10,102,31,45,53,86,50,89,91,107],"-platform":94,"\ndo":102," obj":86,"\u30c7\u30a3\u30b9\u30afi":41,"\u3002\u30df\u30ea":10,"_byte":[1,118],"\u3002messagepack":[93,74],"\u3001(":[32,102],text:[77,3,64,32,125,93,50,51,35,103],"\u767a\u63ee":91,tcp:66,"\u5229\u7528":[36,88,33,110,104,115,83,91,11,66,93,105,70,122,94,50,74,17,58,102,41],select:[36,0,9,30,107,20,127,39,50,17],"):":[96,104],",_":[31,2,103,89,106,81,48,126],"\u5438\u53ce":[2,62],"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":104," tracking":59,lib:[107,7],"(windows":102," \u6642":126,"\u30d5\u30e9\u30b0":[0,29,2,97,4,68,5,17,76,77,103,10,108,40,41,46,47,86,116,118,50,125,129],takayuki:17,"\u5236\u7d04":42,"!\\":103,":<":[77,125],"\u6b63\u898f\u5316":[50,92,21],"-ruby":[50,104]," ]":[93,6],normalized:92,"\u3042\u3068":[104,83],"}]\n":10,"\u3055\u3093":[107,21,127,50,17,8,35,83],"\u3086\u304d":97," map":101,script:[43,77,124,79,38,37,116,78,102],add:50,"\u3002gqtp":[123,1,27,118],"\u3055\u3089":51,"\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb":102,"\u74b0\u5883":[91,57],"\u6570\u70b9":32,bool:[97,10,32,37,50,78,125],"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":118,"\u30e6\u30fc\u30b6":[77,44,2,62,104,84,32,56,47,50,34,8,102],"\u7d9a\u3051":102,"\u30b9\u30fc\u30d7":98,match:[36,74,108,107,50],"\u5909\u308f\u308a":[86,48,98],"\u5168\u4f53":74,tests:104,"_cas":1,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[27,35],"\u3044\u308d\u3044\u308d":[36,109]," function":[69,113],"\u6bd4\u3079":[80,89],"\u6790\u7cfb":103,"\u756a\u53f7":[123,96,102,66,77,35,27,75],term:47,elapsed:[3,92,93,39,101,87],"\u300c\uff76":129,"\u3068\u3082":[77,103,126,21,15,48,102,125],"'pid":66," fulltext":21,pikonyan:31,"{\n":[44,6,35],"\u4e0d\u8db3":[115,88,11,105,70,94,58]," tracker":59,"\u8a18\u8ff0":[44,2,62,126,66,51,102],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":50,"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":45,"))":[77,121,103],"\u4e00\u65b9":[2,103,81,10,91,21,15,51,45,125],"\u4e00\u3064":[29,61,4,32,98,5,100,73,76,9,79,10,108,110,40,112,65,43,46,47,15,49,82,78,53,124,86,90,91,37,116,25,95],success:118,"\u5947\u6570":103,"/ipaexgothic":12,"\u4f4f\u3093":126,"\u672c\u8cea":102,"]\"":[50,48,126],"\u7f6e\u63db":77,"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":35,"\u5ea6\u5206":32,"_implemented":[1,118],"\u3068\u3044\u3063":[115,77,49,103,64,48,111,50,35,125],"_threshold":[17,74,107],"\u4e0b\u8a18":[53,86,9,44],"\u307e\u305f\u3050":[36,49,109,50]," normalizermysqlgeneralci":129,"\u306a\u304b\u3063":[77,9,2,103,4,66,108,46,47,45,5,29,82,116,40,50,102,76],"\u306f\u307e\u305a":104,"_push":44,because:6,"\u3059\u304f":15," \"a":15,"\"rect":[50,78],"((x":32,"\u9ad8\u3044":[86,106,2,6,91],"-host":102,"\u88dc\u8db3":6,"'user":81," candidate2":106,"\u8ca0\u8377":[107,6],") ":[77,1,103,104,32,44,50,102]," unpatched":69,"#{l":101,"'config":66,"\u63d0\u4f9b":[28,115,88,9,104,105,64,11,91,49,44,107,6,50,17,129,130,8,35,52],"\u610f\u56f3":[15,51,81,50],"\u30bd\u30d5\u30c8":121,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":50,"_sortby":108,"_exists":[1,118]," origin":83," !":103," following":101,"\u304f\u3093":126,"\u7121\u9650":[50,107],"\u96e2\u308c":48,tokenbigramignoreblanksplitsymbol:45,"/hoge":66,"\u304f\u308c\u308b":[55,91,83],"/synonyms":121,"\"gronga":8,"\u30dc\u30bf\u30f3":[50,104,83],"\u76ee\u4ee5\u964d":77," mail":102,")'":[31,126,103,84,106,21,15,48,56,34,125],"=site":27,"(match":[15,81],nfs:74,",\"domain":89,"\u53d6\u308a\u9664\u304d":44,mode:44,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":103,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":102,"\u30d0\u30b0":17,"\u3002rroonga":111,"(debian":96,"_flow":[1,118],"\u3042\u308c":[103,104,45,80,102,41],"'query":50,"\u5927\u4e08":59,gps:91," please":83,"\u7acb\u3061\u4e0a\u304c\u3063":102,host:[27,102],offset:108,"\u304b\u3051\u308b":6,"\u306e\u3044\u305a\u308c\u304b":[37,78],"_auto":50,"\u6319\u52d5":[36,107,66,50]," updates":21,"\u9055\u3063":34,".hash":126,hana:31,"\u30c0\u30e1\u30fc\u30b8":45,"\u5b8c\u4e86":[77,104,83],"\u6f0f\u308c":[50,111,104,91],socket:118,normalizers:129,"\u3002\u3044\u307e":50,".overcommit":50,"\u5206z":32,"\u30fbor":48,lzo:[17,74,118,50],"\n% ":83,"\u4e00\u77ed":91,"\u3055\u304d":10,"_queries":[27,53,2,3,6],akio:50,"\u308f\u304b\u308a":107,".html":[66,104,83],"\u9055\u3044":[77,49,2,125,10,51,35,41],iexplore:70,"\u9055\u3046":107," $":104,"$groonga":104," shinya":50,"!!":[38,31,126],"! ":[80,77,44,103,125],getaddrinfo:50,"!\"":[31,77,2,103,10,126,93,125,80,6,50,51,35,27],"\u6587\u66f8":[91,111],coverage:122,"\u7d44\u8fbc\u578b":[36,30],"\u30c6\u30fc\u30d6\u30eb":[36,44],"\u5b9f\u9a13":50,domain:[89,65,66,39,27,73,118],"<":21,"_object":1," iwai":50,"\u30ec\u30fc\u30bf":50,"<log":66,"\nthis":50,"(get":123," systemctl":96,"\u8a00\u3046":34,"\u3072\u308d\u3042\u304d":97,"\u300cusers":126," concurrently":101,additional:50,"\u3068\u3044\u3046":[2,3,64,32,98,6,7,34,50,74,35,62,77,9,103,104,10,106,81,102,111,12,41,31,84,45,85,86,48,49,17,51,121,122,129,125,89,91,92,21,126,24,83,27],"-node":88," has":[101,69,99],".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":52,limit:[17,108],"\u3002mroonga":91,"_remove":[17,50,20,30,36],"\u30ed\u30b4":50,"\u95b2\u89a7":27,">default":3,"\u5c55\u958b":[36,77,104,30,7,81,70,50,17,74]," event":[34,106,84,56]," this":[2,6,35,21],"\u901f\u5ea6":[17,31,64,102,50]," query":[101,106,121,118,7]," katakana":129,"\u89a7\u4e0b":122,"\u7279\u6b8a":93,"\u30a8\u30e9\u30fc\u30ed\u30b0":96,"function":[93,118],"\n\uff08":107,"_nofile":101,"-pid":[17,66],"_inappropriate":1,"/mysql":129,"-db":50," time":[10,45,126,102,101],"\u30df\u30ea\u79d2":[32,48],"/vdw":[48,2,89],"\u3002post":35,"-dd":[101,103]," comments":[15,51,110,126],"_term":69,"/shutdown":[6,35],gronga:[121,8],"\u3068\u3069":128,"\u3068\u306e":103,normalizerauto:[73,92,41]," +":[77,103,32,6,50,24,125],gronnga:8,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[17,50,128,36],".\" ":27,"\u3068\u3066":[64,77,35,91],"\u6700\u5c0f\u9650":6,"&& ":[45,15,97,103],gtar:14,"-line":52,"-w":104," tags":31,"\u7528\u79d8":57,"\u4e00\u756a":[77,74,103,35],"}.":[81,77]," object":50," wheezy":17,"\u3068\u3053\u306e":34,"\"suggest":8," sitedomain":89,"\u4ecb\u6587":126," applications":21,gro:21,"\u3068\u3048":[9,62,91,98,21,48,74],"\u3002iptables":27," york":49,"\u307b\u3057\u304f":77,"\u6c7a\u5b9a":77,"\u3068\u304d":[0,2,32,98,66,27,7,34,50,74,8,35,115,77,49,103,10,106,11,111,65,41,31,44,84,85,118,17,121,88,126,125,91,107,21,93,105,56,129],blogroonga:57,"-disable":[17,107],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[74,70],".(":104,epel:[50,88],bigram:[45,98],ivh:[115,88],"\u518d\u691c":111,"int":[2,3,31,32,34,77,49,103,10,106,81,39,43,84,45,48,50,51,125,89,126,107,56]," blogs":45,"\u300c\u6771\u4eac\u90fd":45,"\u30d1\u30fc\u30b9":[17,111],pid:[0,74,66],"\u7a4d\u7528":77,"\u69d8\u3005":[57,44],"\uff11\u4ef6":100,saer:[106,84],"\u4f7f\u3044\u5206\u3051":[45,98],"{ ":35," error":[50,5],"8bit":32,"\u79d2\u5f62":32,"\u70b9\u6570":93," flags":47,"\"se":34,"\u5f97\u308b":6,"_system":[17,1,118]," kawaji":50,"\u884c\u6307\u5411":91,"%post":50,"|none":77,"-config":[0,107,66,50,17,74],compared:21,"\u305f\u3060\u3051":50,"\u7570\u306a\u308b":[36,66,81,71,50,102],"\u5909\u3048\u308b":45,"\"s":34,allow:[50,77,11,125,105],"/default":[50,96],"\u58ca\u308c":[17,107,86,50],detail:102," turn":6,"\u3068\u308a":[24,39,92,77,122],"\u547c\u3076":[50,122,111],book:103,"\u6574\u5408":0,details:101,tokenkytea:50,halfwidth:129,"\u6163\u7fd2":50,"-analyzer":[17,50]," developer":126,"/managers":[6,35],"/sysconfig":96,":\u5206":126,"\u8ab2\u984c":57,"\u3060\u3057":[17,102],"\u3084\u3089":104,".location":126,"_many":[1,118]," system":[59,77,125,32,21,103],"\u307b\u307c":51,"+ff":129,"\u65b0\u3057\u3044":[91,57]," \u3044b":[45,98],"\u4e2d\u9593":[44,98]," useful":51,"\u65b0\u3057\u304f":[77,9,2,80,111,41],"\u307b\u3069":[10,66,106,2,41],"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":107,friends:31,"\u90fd\u6c11":[45,98],"\u672a\u5b9f\u88c5":100," available":69,"\u4e0e\u3048\u308b":[38,123,48,9,66],eof:66,"\u30e1\u30e2\u30ea":[115,88,107,11,105,70,94,50,58],"_hugetlb":17,"\u30c7\u30fc\u30e2\u30f3":[50,0,66,6],space:125," threads":101,monkey:10,original:97,"\u3002video":31,emerg:[4,5],"\u6771\u4eac\u90fd":[45,126,98],"|ro":77,"\u5217\u5f15":44,"\u7570\u5e38":[86,102],"\u307b\u304b":[10,91],"\u2026\uff09":84,"\u306f\u307e\u3060":[35,130]," advanced":69,rep:102,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":126},objtypes:{"0":"std:option"},objnames:{"0":["std","option","option"]},filenames:["news/0.x","reference/command/return_code","tutorial/introduction","reference/output","reference/commands/log_level","reference/commands/log_put","reference/executables/groonga-httpd","reference/commands/register","suggest/introduction","reference/command/command_version","tutorial/data","install/ubuntu","contribution/development/document","spec","install/solaris","reference/functions/sub_filter","community","news/1.2.x","reference/query_expanders","reference/api","reference/command","reference/functions/snippet_html","server","reference/cast","reference/executables/groonga-server-http","reference/commands/defrag","reference/tokenizers","tutorial/network","reference/executables","reference/commands/table_remove","reference","tutorial/index","reference/types","geolocation_search","suggest/completion","server/http/comparison","index","reference/functions/geo_in_rectangle","reference/commands/load","reference/commands/column_rename","reference/commands/log_reopen","reference/commands/table_create","limitations","reference/functions/rand","contribution/development/query","troubleshooting/different_results_with_the_same_keyword","reference/commands/column_remove","reference/commands/column_create","tutorial/search","reference/functions/geo_distance","news","tutorial/match_columns","development/travis-ci","reference/commands/status","reference/api/grn_expr","contribution/documentation/c-api","suggest/suggestion","contribution","install/mac_os_x","contribution/report","suggest/tutorial","reference/commands_not_implemented/set","tutorial/query_expansion","server/gqtp","reference/tables","reference/commands/column_list","reference/executables/groonga","server/http/groonga-httpd","tutorial/lexicon","news/senna","install/windows","troubleshooting","contribution/development/repository","reference/commands/table_list","install/others","reference/pseudo_column","reference/commands/clearlock","reference/commands/select","reference/functions/geo_in_circle","reference/functions/edit_distance","reference/indexing","reference/functions/query","reference/commands/cache_limit","contribution/documentation/i18n","suggest/correction","contribution/development/com","reference/commands/check","reference/commands/truncate","install/centos","tutorial/drilldown","reference/commands_not_implemented/get","characteristic","reference/commands/normalize","reference/command/output_format","install","reference/commands/shutdown","server/package","tutorial/patricia_trie","spec/search","reference/executables/groonga-suggest-create-dataset","reference/commands_not_implemented/add","reference/log","reference/executables/grntest","reference/grn_expr/script_syntax","contribution/development/release","install/debian","reference/commands/suggest","news/1.0.x","reference/commands/define_selector","tutorial","reference/commands/dump","reference/grn_expr","reference/commands/quit","reference/function","development","install/fedora","reference/commands/delete","contribution/development","spec/gqtp","server/http/groonga","contribution/documentation","reference/query_expanders/tsv","contribution/development/test","reference/executables/grnslap","reference/functions/now","reference/grn_expr/query_syntax","tutorial/micro_blog","news/1.1.x","suggest","reference/normalizers","server/http"],titles:["\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","8.3.3. \u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9","4.1. \u57fa\u672c\u7684\u306a\u64cd\u4f5c","8.2. \u51fa\u529b","8.3.16. log_level","8.3.17. log_put","8.1.4. groonga-httpd","8.3.21. register","5.1. \u306f\u3058\u3081\u306b","8.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","4.3. \u3044\u308d\u3044\u308d\u306a\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","2.4. Ubuntu","13.2.3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210","9. \u4ed5\u69d8","2.7. Oracle Solaris","8.11.9. sub_filter","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","1.2.9\u30ea\u30ea\u30fc\u30b9 - 2011/12/29","8.8. \u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","8.14. API","8.3. \u30b3\u30de\u30f3\u30c9","8.11.8. snippet_html","7. \u30b5\u30fc\u30d0\u30fc","Cast","8.1.5. groonga HTTP\u30b5\u30fc\u30d0\u30fc","8.3.12. defrag","8.7. Tokenizers","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","8.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","8.3.28. table_remove","8. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","8.4. \u30c7\u30fc\u30bf\u578b","6. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","5.3. \u88dc\u5b8c","7.3.1. \u6bd4\u8f03","groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","8.11.4. geo_in_rectangle","8.3.15. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">load</span></tt>","8.3.10. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">column_rename</span></tt>","8.3.18. log_reopen","8.3.26. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">table_create</span></tt>","10. \u5236\u9650\u4e8b\u9805","8.11.7. rand","13.2.4. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","11.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","8.3.9. column_remove","8.3.7. column_create","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a","8.11.2. geo_distance","\u304a\u77e5\u3089\u305b","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","12.1. Travis CI","8.3.24. status","grn_expr","13.3.1. C API","5.5. \u63d0\u6848","13. groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","2.2. Mac OS X","13.1. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","5.2. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","set","4.11. \u30af\u30a8\u30ea\u62e1\u5f35","7.2. GQTP","8.5. \u30c6\u30fc\u30d6\u30eb","8.3.8. column_list","8.1.3. groonga\u30b3\u30de\u30f3\u30c9","7.3.3. groonga-httpd","4.9. \u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831","News in Senna period","2.1. Windows","11. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","13.2.1. \u30ea\u30dd\u30b8\u30c8\u30ea","8.3.27. table_list","2.8. \u305d\u306e\u4ed6","8.9. \u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","8.3.6. clearlock","8.3.22. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">select</span></tt>","8.11.3. geo_in_circle","8.11.1. edit_distance","8.12. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","8.11.6. query","8.3.4. cache_limit","13.3.2. \u56fd\u969b\u5316","5.4. \u88dc\u6b63","13.2.2. groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","8.3.5. check","8.3.29. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">truncate</span></tt>","2.5. CentOS","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","get","1. groonga\u306e\u7279\u5fb4","8.3.19. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">normalize</span></tt>","8.3.2. \u51fa\u529b\u5f62\u5f0f","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","8.3.23. shutdown","7.1. \u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","9.2. \u691c\u7d22","8.1.6. groonga-suggest-create-dataset","add","8.13. Log","8.1.2. grntest","8.10.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","13.2.6. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","8.3.25. suggest","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","8.3.11. define_selector","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","8.3.14. dump","8.10. grn_expr","8.3.20. quit","8.11. \u95a2\u6570","12. \u958b\u767a","2.6. Fedora","8.3.13. delete","13.2. groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","9.1. GQTP","7.3.2. groonga","13.3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","8.8.1. QueryExpanderTSV","13.2.7. \u30c6\u30b9\u30c8\u65b9\u6cd5","8.1.1. grnslap","8.11.5. now","8.10.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","5. \u30b5\u30b8\u30a7\u30b9\u30c8","8.6. \u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","7.3. HTTP"],objects:{"":{"--ftp":[102,0,1,"cmdoption--ftp"],"--dir":[102,0,1,"cmdoption--dir"],"--document-root":[66,0,1,"cmdoption--document-root"],"--cache-limit":[66,0,1,"cmdoption--cache-limit"],"-P":[123,0,1,"cmdoption-P"],"--pid-path":[66,0,1,"cmdoption--pid-path"],"--log-output-dir":[102,0,1,"cmdoption--log-output-dir"],"-d":[66,0,1,"cmdoption-d"],"-a":[66,0,1,"cmdoption-a"],"-c":[66,0,1,"cmdoption-c"],"-m":[123,0,1,"cmdoption-m"],"-l":[66,0,1,"cmdoption-l"],"-n":[66,0,1,"cmdoption-n"],"-i":[66,0,1,"cmdoption-i"],"-h":[66,0,1,"cmdoption-h"],"-t":[66,0,1,"cmdoption-t"],"-p":[66,0,1,"cmdoption-p"],"-s":[66,0,1,"cmdoption-s"],"--bind-address":[66,0,1,"cmdoption--bind-address"],"--default-match-escalation-threshold":[66,0,1,"cmdoption--default-match-escalation-threshold"],"-e":[66,0,1,"cmdoption-e"],"--config-path":[66,0,1,"cmdoption--config-path"],"--query-log-path":[66,0,1,"cmdoption--query-log-path"],"--protocol":[66,0,1,"cmdoption--protocol"],"--log-path":[66,0,1,"cmdoption--log-path"],"--groonga":[102,0,1,"cmdoption--groonga"]}},titleterms:{"_pat":64,senna:69,"\u6539\u826f":[0,69,107,127,50,17],"\u7b26\u53f7":103," quetzal":11,": ":[45,77],"\u6d41\u308c":83,"-prefix":74,"\u9ad8\u5ea6":77,prefix:44," v":44,"\u6761\u4ef6":[48,77,104,125],query:[101,15,77,118,81]," x":58,"=number":74,"\u3084\u308b":104,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":27,"\u30d3\u30c3\u30c8":103,tt:[77,92,38,39,87,41],"-release":104,"\u901a\u4fe1":85,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":3,"_column":[15,75,81],snippet:21,"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":122,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[71,102],string:92,groonga:[36,96,69,104,91,85,66,67,44,117,6,99,119,24,57,83,27],"\u95a2\u9023":[77,61,4,90,5,108,6,40,100,51,120,116,76],"=message":74,"\u304a\u6c17":126," -":[0,69,107,127,50,17],facebook:16,"\u30b5\u30f3\u30d7\u30eb":[123,102],"_database":6,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[12,121,122,94],"2pdf":12,"\u52d5\u4f5c":[34,84,122,104,56],"\u30b9\u30af\u30ea\u30d7\u30c8":[103,104],"\u3068\u3057\u3066":32," update":104,"-escalation":74,"\u6761\u4ef6\u5f0f":125,"\u7c21\u5358":77,"\u30aa\u30d7\u30b7\u30e7\u30f3":[123,106,66,99,102],".po":83,"\u8ad6\u7406\u548c":125,"\u4ed8\u4e0e":51,"\u771f\u507d\u5024":[10,103],"\u6f14\u7b97\u5b50":103," install":74,"-lzo":74,"_remove":[29,46],"\u7701\u7565":[81,49],sub:15,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":104,"\u53c2\u8003":[93,77,1,81,64,111,92,21,99,38,15,106,129,121,41],"\u30ea\u30c6\u30e9\u30eb":103,"\u30d5\u30a1\u30bb\u30c3\u30c8":77,tips:104,"\u683c\u7d0d":32,memcached:27,body:93,"\u30d1\u30c3\u30b1\u30fc\u30b8":104,"\u6587\u6cd5":48,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":125,"\u30c6\u30b9\u30c8":122,"\u30bf\u30b0":31,"\u3042\u308a":[103,125],ubuntu:11,"\u6e96\u5099":[62,104],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":35,"\u306b\u95a2\u3059\u308b":32,"\u95a2\u4fc2\u5f0f":44,"\u4e26\u5217":104,"_key":64,"\u4e3b\u30ad\u30fc":[32,97],blogroonga:104,"_version":9,"_name":[39,87],"_output":77,"\u5165\u6f14":103,changes:69,"\u7ffb\u8a33":[104,83]," solaris":14,"\u5909\u66f4":[45,107,35],"\u30af\u30a8\u30ea":[91,44,62],"\u30de\u30c3\u30c1":103,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[57,120],"\u6587\u5b57\u5217":[10,103],api:19,"_table":44,select:77,"\u6982\u8981":[93,77,9,81,64,92,21,49,38,15,39,1,6,7,91,87,129,121,41],"\u9001\u4fe1":27,"\u69cb\u6587":[77,49,103,81,125,92,21,38,15,39,7,87,41],"\u624b\u9806":104,zip:70,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":44,"\u30d5\u30ec\u30fc\u30ba":125,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":91," api":55,"_no":64,https:35,"_flags":77,"\u60c5\u5831":[104,91,33,68,48,117,122],"\u30d6\u30ed\u30b0":104,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":18,"\u3059\u308b":[59,104,84,45,6,56,34,51,122],normalizer:[92,41],"\u7d4c\u7def\u5ea6":10,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":103,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":104,"\u3053\u3068":104,"_base":6,"\u3067\u304d":32," http":24,"\u4ee5\u4e0b":125,"\u4ee5\u4e0a":[103,125],"\u30b8\u30aa\u30b5\u30fc\u30c1":31,"\u8d77\u52d5":[96,27],"\u524d\u63d0":104,clearlock:76,"\u89e3\u6790":122,"\u7de8\u96c6":83,"\u6bd4\u8f03":[103,35],"\u304c\u3063":51,process:101,"_install":74,"/linux":105,"\u660e\u793a":104," lynx":11,"\u958b\u767a":[114,117]," os":58,"\u548c\u4ee3":103,normalize:92,"-localstatedir":74,sphere:49,", ":44,"\u540d\u524d":[29,61,4,32,66,5,100,73,75,76,79,106,108,102,110,40,112,65,43,46,47,86,116,82,78,123,53,124,90,99,37,24,25,95],"\u691c\u51fa":122,normalizernfkc:129,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":70,"\u548c\u6f14":103,sid:105,"\u52d5\u7684":80,"\u8fd1\u508d":103," (":75,"\u30b3\u30de\u30f3\u30c9":[20,2,27,66,24],"_create":[47,41],"-gqtp":96,"\u7d42\u4e86":[96,6,27],clone:83,"\u4e57\u7b97":103,mac:58,"\u6642\u9593":[126,103],"\u7f72\u540d":104,"\u30da\u30fc\u30b8\u30f3\u30b0":77,"\u8a2d\u5b9a":[104,6,35,52],status:[53,118],"-munin":74,"\u66f8\u5f0f":[29,2,4,65,66,5,6,73,61,102,76,79,106,108,110,40,112,100,43,46,47,86,116,82,78,123,53,124,90,37,24,25,95],"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":10,register:7,"-files":104,callback:44,"\u30b0\u30eb\u30fc\u30d7":[103,125],"\u30a4\u30f3\u30dd\u30fc\u30c8":104,"\u8ee2\u7f6e":91,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[60,109],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[12,120,104,36],rand:43,"=\"":[77,92,38,39,87,41],grntest:[104,102],"\u30d1\u30c8\u30ea\u30b7\u30a2":97,"\u623b\u308a\u5024":[49,81,106,92,21,38,15,39,7,87,41],"><":[77,92,38,39,87,41],"\u305f\u3044":104,gqtp:[85,118,27,96,63],"\u6d6e\u52d5":103,"_api":44,"_rename":39,"\u6587\u66f8":103,"=platform":74,"\u63a5\u7d9a":27,tsv:[93,121],"\u4ee5\u4e0b\u6f14":103,cutter:[122,104],"\u57fa\u672c":[2,103],greater:44,"\u30d7\u30ed\u30c8\u30b3\u30eb":[27,118],http:[96,130,3,27],"\u9664\u7b97":103,not:44,"\u8a8d\u8a3c":35,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":27,now:124,"\u5c0f\u306a\u308a":[103,125],"\u90e8\u5206\u4e00\u81f4":98,"_select":44," gnu":105,"-pack":74,name:41,edit:79,"-encoding":74,"\u66f4\u65b0":[91,104,83],"\u7d44\u307f\u8fbc\u307f":[129,66],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":2,"\u767b\u9332":[59,104],"-create":99,"\u4e26\u3079":2,normalizerauto:129,"\u751f\u6210":[104,83],"\u74b0\u5883":[122,104],"\u5b9f\u4f8b":44,"\u30d5\u30a1\u30a4\u30eb":[28,44,104,121,35,83],"\u70b9\u6570":103,"\u30d8\u30c3\u30c0\u30fc":118,todo:[81,21],"\u9001\u308a\u65b9":[59,83],"-match":74,"\u30ab\u30d0\u30ec\u30c3\u30b8":122,"\u7def\u5ea6":91," precise":11,docutils:[77,92,38,39,87,41],"-default":74,"\u5bfe\u5fdc":[33,35],"\u3065\u3051":9,red:104,rk:34," log":101,"\u30e6\u30fc\u30b6\u30fcid":126,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":122,"_string":[15,81],"\u305f\u3081":[77,44],lts:11,"\u7d50\u5408\u5f0f":125,"\u4ed5\u69d8":13,"\u4e8b\u9805":[42,32,102],freecode:104,filter:77,"\u53ef\u80fd":[81,49,6,91],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":91,"_hash":64," ringtail":11,"\u30d9\u30af\u30bf\u30fc":32,"\u6e1b\u7b97":103,suffix:44,"\u8aac\u660e":[29,61,4,32,66,5,100,73,75,76,79,106,108,102,110,40,112,65,43,46,47,86,116,82,78,123,53,124,90,37,24,25,95],"-version":9,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":40,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":126," mode":44,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":104,"> ":69,size:118,"\u78ba\u8a8d":[104,83],"\u7d5e\u8fbc":48,"\u4fee\u6b63":[0,69,107,127,50,17],"\u5bfe\u7b56":45,"\u6c38\u7d9a":64,"\u30ea\u30dd\u30b8\u30c8\u30ea":[72,83],"=encoding":74,"\u306f\u3058\u3081":8,configure:[74,104],desctipion:99,"\u8ffd\u8de1":59,"=path":74,rst:12,"\u5b66\u7fd2":[34,84,8,56],"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":41,"-httpd":[96,6,67],"-log":74,"-http":96,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":6,"\u30c6\u30fc\u30d6\u30eb":[42,2,10,64,32,81,126,51,41],"_expander":[81,77],pre:[77,92,38,39,87,41],hashtags:126,"\u30a8\u30e9\u30fc":93,"-zlib":74,"\u56fd\u969b\u5316":83,"\u5834\u5408":[93,51,104],"null":103,"_circle":78,"\u3044\u308b":[126,33],"\u7279\u6b8a":102,"\u4e00\u89a7":[1,18],"_list":[73,65],"\u7d22\u5f15":91,check:86,"\u304b\u3089":[115,88,11,105,70,74,58],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":59,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":41,"-with":74,"\u7279\u5b9a":[122,104],"\u307e\u3068\u3081":104,"_distance":[49,79],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":122,libmemcached:122,"\u7d22\u7528":2,"\u7528\u79d8":104,"\u30c4\u30fc\u30eb":[74,6,27],"\u7d44\u8fbc\u578b":32,"\u30b5\u30b8\u30a7\u30b9\u30c8":128,synopstis:99,"_put":5,windows:[70,104],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":89,"_in":[37,78],"\u4e00\u81f4":[98,97],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":104,"\u30b5\u30fc\u30d0":[91,27],"\u4f7f\u3044":98,"_processes":6,".com":104,"\u5fc5\u9808":[77,49,92,81,39,87],"\u30ec\u30b3\u30fc\u30c9":[77,2],"-po":104,"\u5270\u4f59":103,"\u6210\u529f":93,"\u30d1\u30c3\u30c1":83,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":104,"\u8ffd\u52a0":[83,129,104,68],"\u5bfe\u8c61":51,"\u88dc\u5b8c":[34,8],"\u3044\u308d\u3044\u308d":10,"\u5c0f\u6570":103,xml:93,ellipsoid:49," senna":69,"\u4e0d\u7b49\u4fa1":[103,125],grnslap:123,cache:[77,82],"\u72ec\u81ea":103,"\u65e5\u6642":10," in":69,"_equal":44,"\u65b9\u6cd5":[9,104,84,45,80,56,34,57,120,122,83],"\u30ea\u30ea\u30fc\u30b9":[0,104,107,127,50,17],rectangle:49,"\u4e00\u6642":64,"\u6295\u7a3f":126,"-server":96,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":35,wheezy:105,get:90,db:44,clang:122,"_html":21,"_limit":[77,82],"\u7b97\u5b50":103,"\u91cd\u307f":51,geo:[37,49,78],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[9,35],"\u5171\u8d77":[34,84,56]," releases":50,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":45," pangolin":11,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":1,"\u7d50\u679c":[45,2,102],"\u52a0\u7b97":103,"\u6570\u5024":10,contain:44,"\u64cd\u4f5c":2,"\u69cb\u7bc9":[80,122],"\u5236\u5fa1":103,set:61,dump:110,"\u4ee3\u5165":103,travis:52,tokenizers:26,arg:44,news:69,"\u8a00\u8a9e":83,"\u65b0\u898f":104,"\u6a5f\u80fd":33,"\u30ab\u30e9\u30e0":[51,49,2,75],"\u985e\u4f3c":[103,84],"\u7ba1\u7406":[6,27],"\u5c02\u7528":27,"\u30e2\u30b8\u30e5\u30fc\u30eb":6,"_pack":74," arg":44,"\u305d\u306e":74,"\u7bc4\u56f2":[2,41],"\u4f4d\u7f6e":[49,48,9,33,91],"\u8868\u73fe":44,javascript:48,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":91,"\u30b5\u30fc\u30d0\u30fc":[24,96,22],key:41,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":102,"\u5373\u6642":91,"\u30b7\u30d5\u30c8":103," literal":[77,92,38,39,87,41],"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[103,125],"_level":4,"\u6392\u4ed6":103,oneiric:11,"\u77e5\u308a":104,"-suggest":99,"\u306a\u3057":[103,35],equal:44,"\u30ec\u30b3\u30fc\u30c9id":64,"\u88dc\u6b63":[8,84],"\u306a\u3044":32,pdf:12,load:38,"\u8a9e\u5f59":[2,68],"\u4f5c\u6210":[12,126,2,104,41],point:49,"\u4fdd\u5b58":[10,41],"\u62bd\u51fa":103,header:93,"\u7f6e\u63db":81,"\u95a2\u6570":[113,103,122],"\u6574\u6570":103,shutdown:95,homebrew:58,table:[77,29,64,39,73,87,41],raring:11,quit:112," period":69,json:[47,29,4,106,65,46,38,86,5,108,82,93,40,73,25,53,116,76],po:104,"\u7528\u3044":[40,48],define:108,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[101,121],"-help":74,"_tokenizer":41,"\u7591\u4f3c":75,"\u5b9f\u884c":[28,44,104,102,6,122],"\u7a2e\u985e":10,"-message":74,"\u5dee\u6f14":103,"\u518d\u8d77\u52d5":96,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[59,16],"\u30a8\u30b9\u30b1\u30fc\u30d7":125,value:41,"\u5236\u9650":[42,64,32,121,102],cast:23,near:44,"\u691c\u7d22":[31,77,98,2,62,84,45,91,33,68,125,48,56,97,34,51,103,126,41],"\u5f8c\u65b9\u4e00\u81f4":[103,125],"\u30e9\u30a4\u30d6\u30e9\u30ea":[91,74],"\u540c\u3058":45,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":16,geopoint:126,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":129,"\u5f15\u6570":[29,61,4,65,66,5,100,73,102,76,77,49,79,38,81,39,108,110,40,112,41,43,46,47,15,116,82,87,78,123,53,86,90,92,37,25,95],"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":104,"_expansion":77,"\u53d6\u5f97":[2,104],"</":[77,92,38,39,87,41],"\u95be\u5024":45,"\u8a9e\u5f59\u8868":41,"\u5ea7\u6a19\u5024":103,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":104,fedora:115,"\u4f7f\u3044\u65b9":[80,77,49,3,81,56,92,21,38,15,39,84,6,7,34,87,121,102,41],"_rectangle":37,suggest:106,make:[74,104],"\u6210\u679c":83,"-dataset":99,"\u7a4d\u6f14":103,"_filter":15,html:[12,83],messagepack:93,"\u30ad\u30fc\u30ef\u30fc\u30c9":[45,126],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":104,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":30,".po\u30d5\u30a1\u30a4\u30eb":83,"\u306b\u3088\u308b":[51,97],"\u975e\u308f\u304b\u3061":98,"\u8ab2\u984c":59,"_columns":[51,77],"\">":[77,92,38,39,87,41],"\u5834\u6240":121,pull:83,"\u5168\u6587\u691c":2,"\u95a2\u4fc2":[31,77,74],"\u307e\u305f":51,"\u3055\u307e\u3056\u307e\u306a":48,flags:[118,41],sortby:77,"\u51fa\u529b":[93,77,2,3,83],gzip:35,the:50,lcov:122,"_path":6,"\u8868\u793a":2,"-platform":74,protocol:118,"-path":74,less:44,"(v":44,"\u5229\u7528":[48,6],"\u5171\u6709":91,"\u9006\u5f15\u304d":31,"\u8fd4\u5024":[29,4,65,5,73,76,77,79,108,110,40,112,43,46,47,86,82,78,53,124,37,24,25,95],"\u547c\u3073\u51fa\u3057":103,"\u5f8c\u65b9":97,"\u3067\u304d\u308b":44,"\u8ad6\u7406":[103,125],"\u30d1\u30e9\u30e1\u30fc\u30bf":[51,9],"\u30bd\u30fc\u30c8":48,defrag:25,add:100,"_selector":108,"\u660e\u793a\u7684":49,"\u62e1\u5f35":62,match:[15,51,77,81],"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":35,"\u7d4c\u5ea6":91,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":91,"\u8ad6\u7406\u7a4d":125," ocelot":11,"\u9759\u7684":[80,122],nginx:6,"()":44,"\u30bd\u30fc\u30b9":[115,88,11,105,70,74,58],"\u7a4d\u4ee3":103,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":27," lucid":11,"\u691c\u7d22\u4f8b":44,"-command":9,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[2,35],"_expr":[44,54,111],output:77,"_threshold":77,"\u4f5c\u696d":104,"\u307e\u305f\u3050":51,quantal:11,"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":27," request":83,"\u4ed5\u65b9":83,centos:88,twitter:[104,16],"-plugins":74,"\u30b7\u30b9\u30c6\u30e0":[59,126],"\u5358\u8a9e":103,"_dat":64,"\u5727\u7e2e":35,"\u30b3\u30e1\u30f3\u30c8":126,"_sortby":77,"\u5411\u3051":[117,104]," old":50,"\u5bc6\u9375":104,"\u66f8\u304d":98,"\u5f62\u5f0f":[47,29,4,106,65,46,38,86,5,108,93,40,73,25,53,116,76],comments:126,exit:99,"\u30af\u30a8\u30ea\u30fc":[6,18,125],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":96,"\u30d3\u30eb\u30c9":[115,88,104,11,105,70,74,58],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":85,"\u5206\u3051":98,"\u5168\u6587\u691c\u7d22":125,"\u4ed8\u304d":[31,103],"\u4e0a\u9650":42,"\u4f9d\u5b58":74,"\u5b8c\u5168":98,"\u3042\u308b":126,"\u5927\u306a\u308a":[103,125],offset:77,"\u96c6\u8a08":91,post:35,"\u6319\u52d5":98,"\u53c2\u7167":[10,31,118,91],"\u5b9f\u73fe":44,column:[47,39,46,65],"_escalation":77,"\u30e6\u30fc\u30b6\u30fc":126,location:49,"\u524d\u65b9\u4e00\u81f4":[34,103,125],scorer:[48,77],"_reopen":40,"\u5b9f\u9a13":17,"\u30ad\u30e3\u30c3\u30b7\u30e5":77,"\u5831\u544a":59,"\u524d\u65b9":97,"\u7279\u6709":6,"\u9805\u76ee":[61,4,90,5,108,40,100,116,76],span:[77,92,38,39,87,41],log:[4,40,5,101],"\u8907\u6570":[51,35],". ":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,18,19,20,21,22,37,24,25,26,27,28,29,30,31,32,33,55,34,35,115,38,39,40,41,42,43,44,45,46,47,48,49,51,52,53,105,56,57,58,59,60,62,63,64,65,66,67,68,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,91,92,93,94,95,96,97,98,101,102,103,104,106,108,109,110,111,112,113,114,116,117,118,119,120,121,122,123,124,125,126,99,128,129,130],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":102,"_prefix":74,approximate:49,"\u30d0\u30fc\u30b8\u30e7\u30f3":[107,0,9,104,127],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":51,"\u30ed\u30b0":40,"\u5c55\u958b":18,"\u7b49\u4fa1":[103,125],"\u63d0\u6848":[8,56],"cpu\u30b3\u30a2":35,"\u30d5\u30a9\u30ed\u30fc":126,files:99,"\u6027\u80fd":[6,35],"\u7b97\u8853":103,squeeze:105," status":99,"\u5165\u308a":126,"default":[9,41],"\u5426\u5b9a":[103,125],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":104,limit:77,"\u66ff\u3048":2,"\u304a\u77e5\u3089":[50,0,107,127],similar:44,"delete":116,"\u611f\u8b1d":[17,0,107,127,50],bigram:126,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":104,command:9,"\u69d8\u3005":122,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":126,"\u3054\u3068":51,"\u7279\u5fb4":[64,91],"\u306e\u306b":45,"\u30b9\u30c8\u30ec\u30fc\u30b8":91,"\u7570\u306a\u308b":45,"\u4ee3\u5165\u5f0f":125,"\u914d\u5217":103,"\u3042\u3052\u308b":45,"\u306e\u307f":[122,104],grn:[44,54,111],"\u5168\u6587":[2,45,91,68,48,51],"_type":[49,118,41],users:126,truncate:87,"\u30c7\u30fc\u30bf":[10,126,32,2,41],worker:6,"-package":74,"\u30c7\u30d0\u30c3\u30ac":122,"\u6307\u5b9a":[49,2,125,104,32,48,9,51]," docutils":[77,92,38,39,87,41],"\u547d\u4ee4":102,"\u65b0\u3057\u3044":83," ci":52,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":35,"\u4f7f\u3046":[49,6],drilldown:77," hat":104,"\u3088\u3046":[34,84,56],debian:[105,104],"\u30ed\u30fc\u30c9":[126,2],sphinx:12,macports:58,"-threshold":74,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[42,31,51,80],pseudo:75,"-latest":104,"\u306b\u5bfe\u3059\u308b":68,"_offset":77,queryexpandertsv:121,"\u5909\u66f4\u70b9":104,oracle:14,"\u539f\u56e0":45,"\u30c7\u30fc\u30e2\u30f3":27," class":[77,92,38,39,87,41]}})
|
1
|
+
Search.setIndex({envversion:42,terms:{"\u51fa\u6765":[33,53],localstatedir:[109,76],"\u3082\u3089\u3063":2,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3":[26,68],"\u811a\u6ce8":[51,2,34,48,39,80],"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":[106,68,72,112,18,76,85],"\u79d2\u60c5":18,"_column":[38,79,32,109,41,52,104]," quetzal":[38,96],"\u6b63\u5e38":[106,104],"\u30d5\u30c3\u30af":54," fontaine":18,"\u5b9a\u5024":52,"/projects":106,"\u3044\u304f\u3064\u304b":[117,79,46,106,17,124,76,115,77,132],"\u89e3\u9664":[0,27,68,78],second:103,"\u4f5c\u3089\u308c":104,"\u4e8b\u524d":[47,131,8,106],"\u30de\u30af\u30ed":18,"\u30b7\u30f3\u30dc\u30eb":49,"\u5f15\u3044":105,here:[103,5],onga:22,"& ":[46,105,47,100,16,50,52],china:91,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9":114,"&&":79,"\u4e0e\u3048":[46,2,91,47,68,40,29,52],"\u30b0\u30cb\u30e3\u30e9":128,"\u4e2d\u8eab":[2,120,104],"_output":[1,110],"\u30c8\u30fc\u30af\u30f3":[109,105,86,66,100,58,18,131,43],"\u7ffb\u8a33":59,"\u300c\"":68,"\u300c#":[128,109],"\u300c ":79,"\u300c,":112,"9e":131,"9f":3,unix:[95,41,76,94,89],txt:[57,85],"\u5ea6\u6d6e":34,"\u5bfe\u7167":83,"_check":124,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":59,"\u975e\u63a8":[18,52,51,43],music:33," suffixsearchterms":[105,127],tokenize:[38,21,32,52],"_flags":52,"[pkg":[18,52],"\u30d6\u30ed\u30b0":59,"\u6709\u529b":108," opened":103,"\u7f6e\u304f\u4f8b":76,"\u4e0b\u304c\u308a":47,"\u5f15\u6570":[52,0,9,46,12],"\u300cv":106,"(pos":[39,80]," json":[40,3,37],"_command":[95,1,2,3,120,94,55,41,29,89,37,6],"\u7518\u6817":128,"\u6709\u52b9":[102,79,76,63,127,106,10,93,11,68,22,40,29,52,18,43,90,104,6],"\u4e00\u6b69":2,"\u30e1\u30fc\u30eb":[61,85],"/functions":124,example:[33,2,91,10,50,29],"/blog":106,"<groonga":104,travel:128," travis":54,"\ngpg":106," hobby":103,types:[36,108,86,58],"\u63fa\u308c":64,"_resource":1,"\u901a\u5e38":[79,2,127,10,34,12,95,6,52,131,123,77],"\u5148\u982d":[79,2,6],"\u500b\u5b9a":87,wing:52,"\n]\n":112,"\u3042\u305f\u308a":[18,109],"\uff11\u5bfe":87,"\u30d1\u30c8\u30ea\u30b7\u30a2":[38,100,2,111,52],"/new":106,"\u8fd4\u3063":[128,105,127],"-code":106,"\u8fd4\u3057":[2,36,102,8,37,79,51,105,81,108,83,41,63,45,46,86,55,16,52,89,80,92,22,39,58,126],fix:41,"\u78ba\u7387":108,"\u5404\u7d22":2,"_o":[1,120],"_n":52,"_i":[1,120],"_a":[1,120]," support":71,"\u30d7\u30ed\u30c8\u30b3\u30eb":[125,38,1,93,6,52,104],"\u30b5\u30f3\u30d5\u30e9\u30f3\u30b7\u30b9\u30b3":51,"\u3082\u3063\u3068\u3082":124,"\u30af\u30a8\u30ea\u30da\u30a2":8,"\u8a8d\u8a3c":[6,132],"_select":59,"(point":[39,51,80],"_deadlock":[1,120],debug:103,"_$":[108,43],"_\"":18,"\u306b\u3042\u308a":43,"*\"\n":53," precise":[38,96],rd:[47,100],rf:90,moritapo:33,rc:[103,1],rk:36,"\uff01\uff09":[36,86],"\uff01\uff08":85,"\u5909\u5316":93,"\u5168\u90e8":120,".msgpack":3," kinjirou":33,"\u307e\u308d\u3086\u304d":99,"\u771f\u507d":[105,83,10,34,16,52,127],libedit:[18,0,76,109,52],"\u5f31\u70b9":93,"\u8fd4\u308a":[50,79],"\u8fd4\u308b":109,"\"localhost":29,"_locks":[1,120],"\u5024n":[92,102,63],"\uff08age":43,"\u304a\u3055\u307e\u308b":50,mingw:[18,106]," processed":103," brew":60,"\u6607\u964d":79,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[68,2],"\u4f7f\u308f":[79,1,127,106,66,113,131,120,52,36,18,54,123,43],"-benchmark":52,"\u533a\u5207\u308a":[102,125,79,2,3,91,108,10,93,34,127,68,40,92,112,63,58,52,105],"\u533a\u5207\u308b":[109,123],"\u610f\u8b58":43,listen:[52,68,37],".git":[74,106,85],"{table":[83,79],"\u306e\u3059\u3079\u3066":37,"(comments":16,"-common":52,"_update":[79,1,127]," license":71,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":[38,90,32,117,11,94,107,52,43],"\u4f7f\u3048\u308b":[127,68,52,18,76,54],"\u304b\u3069\u3046":[47,102,1,63,76]," and":[79,5,22,83,71,6,103,53],"-port":[68,104]," any":5,"\u300csubmit":106,object:[34,105,120],"\u7d22\u7528":[38,111,43],"\"black":131,microsecond:103,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8":88,entry:[49,63,92,67,40,118,110,102],"\u30c7\u30fc\u30bf\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":37,"\u533a\u5207\u3063":[79,120],"\u4f7f\u3063":[61,1,2,64,34,100,72,6,76,8,37,99,117,79,105,106,10,11,83,113,43,116,33,46,86,47,88,50,29,120,52,123,54,90,131,127,22,95,107,96,59,85,60]," you":5,"\u30d1\u30a4\u30d7":49,"\u4f7f\u3048":[79,105,132,113,127,52,18,43,115,54],"\u4f7f\u3046":[0,109,35,7,52,76,104,117,79,106,57,108,11,112,43,46,18,54,90,20,94,95,107,96],"\u4f7f\u3044":[34,6,76,37,38,79,105,108,11,82,113,85,46,117,18,122,123,54,90,131,93,94,22,95,107,43],"\u66f8\u304d\u8fbc\u307f":[128,76],"\u66f8\u304d\u8fbc\u307e":42,"\u30d0\u30a4\u30ca\u30ea\u30fc":95,layout:106," senna":52,".fedoraproject":90,cpu:[93,104,76,6,37],"2byte":120," candidate":108,"\u30d0\u30ea\u30e5\u30fc\u30b5\u30dd\u30fc\u30c8":66,"\u79d8\u5bc6":106,"\u30a2\u30d4\u30fc\u30eb":106," \u30e1\u30bf\u30d1\u30c3\u30b1\u30fc\u30b8":52,"\u91cd\u307f":[38,79,127,47,83,52,111],tips:59,"\u30c8\u30d4\u30c3\u30af":106,"\u91cd\u3044":[93,79],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[38,109,21,32,12],"\u5b9f\u9a13":52,"\u91cd\u304f":47," registered":22,release:106,"\nload":[51,112],"\u69cb\u9020":[33,46,93,12,95,66],"\u5e83\u304f":[128,106],"[linux":52,result:[51,46,3,120],"<port":[68,104],"\u5206\u304b\u3061":93,wikipedia:34,score:[33,79,46,2,105,86,47,108,58,50,83,41,51,52,36,53,128,89],"\u611f\u3058":128,shidara:18," sites":112,"\u539f\u99c5":50,country:[29,91],"\u66f8\u304d\u8fbc\u3093":128,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30e2\u30b8\u30e5\u30fc\u30eb":131,"\u66f8\u304d\u8fbc\u3080":104,"\u540c\u69d8":[33,79,46,106,83,10,35,16,50,29,104],pre:71,"\u5931\u6557":[109,2,127,106,7,41,52,18,89,43]," register":5,"\u95a2\u6570":46," formats":103,diff:104,"\u5404\u7a2e":106,"\uff08node":54,"\u3044\u3046":79," array":[88,5],ann:106,"\u30ab\u30f3\u30de":[79,63,105,91,92,40,112,102,2],worker:87,"\u305f\u307e\u307e":37,"-message":96,"/function":106,"_sel":71," increased":5,"\u3069\u3093":[75,67],"#set":104,"\u3069\u308c":[95,79,37,43],"_set":52,"\"sound":86,"\u65ad\u7247":22,"\u4ee3\u8868":93,"\u79d2\u6570":[95,79,63,105,10,128,34,55,92,102],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3":52,"\u540c\u68b1":[52,109,85],"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8\u30c1\u30e3\u30fc\u30c8":18,"1\u4ef6":[47,128,118],"_rectangle":[38,0,32,109,52,18,115],"\u3069\u3053":[18,76],"\u30df\u30ea\u79d2":[34,50],"\u7121\u8996":[102,79,63,127,47,66,109,68,92,118,112,52,18,123],"\u3002rst":13,"\u5fdc\u7528":93,"\u3069\u3046":[0,31,4,48,79,49,47,25,110,6,42,52,118,78],"\u30e2\u30fc\u30c9":[26,46,2,29],"\"blt":112," hash":128,"\u30a2\u30eb\u30d5\u30a1\u30d9\u30c3\u30c8":[47,86,100,43],"\u30c4\u30fc\u30eb":[13,85,96,38]," hashtags":128,"_result":1,"\u4e00\u6c17":106,"\u5317\u4eac":51,easy:13,has:106,"\u30ab\u30fc\u30cd\u30eb\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":52,"\u7c21\u7565":52,"\"content":[79,105,127],"\u9001\u308b":[61,120,37,85],"\u9001\u308a":120,"\u30d0\u30a4\u30ca\u30ea":[72,106],"_broken":1,"\nrep":104," tokenmecab":47,"\u30b1\u30f3\u30bf\u30c3\u30ad\u30fc":35,">command":3,"_error":[1,120]," options":[5,6],"-unauthenticated":[52,11,107],"\u30d4\u30ea\u30aa\u30c9":[49,53],old:106,"\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[68,2],"|suggest":108,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3":52,"\u5358\u8a9e":[52,79,127,113],groogna:[52,37],"\u9001\u3063":[57,61,59,85],"for":[5,105,17],bottom:[18,39],"\n[\"":22,".asc":106,"\u30b5\u30fc\u30d3\u30b9\u30b9\u30af\u30ea\u30d7\u30c8":52,ichii:18,"\u5206\u985e":10,"\u3067\u3082\u3046":61,"\npartial":46,"\"starttime":3,"\u306a\u3055\u3093":59,"\u65e2\u5b9a\u5024":98,"\u305b\u3044":52,"_size":46,".am\u30d5\u30a1\u30a4\u30eb":106,"_down":[1,120],"\u89e3\u91c8":[109,46,112],"_range":1,support:71,offgao:128,"_process":[1,120],"\u305b\u306a":[105,127],"\u3086\u304d\u3072\u308d":99,thesaurus:79," ftb":71,"/tsv":[123,7],"\u5fa9\u65e7":52,"\u8981\u7d20":[95,1,2,68,22,40,46,63,102,52,104]," uint":[33,79,105,127,16,52,53,43],"\u3002sortby":79,"\u306e\u304b":[128,100],"\u9006\u5f15":33,"_sequence":[1,120],"\u306e\u3044":[9,63,4,93,34,68,40,51,50,25,120,46,102],"_records":52,"''":11,"'\"":52,"' ":[117,33,79,71,105,107,10,128,34,11,83,47,50,103,52,90],"'.":85,"'-":68,"')":[125,79,63,92,68,102],"'(":68,"\u306e\u306b":[38,94,73,52],"\u306e\u3061":79,"\u306e\u3067":[79,51,2,123,106,83,10,93,100,22,95,16,98,18,26,52,85,47,53,37,43],"\u3002set":104,"\u306e\u307f":[93,46],"'\n":[33,79,51,2,99,47,127,82,83,50,105]," city":51,"'t":[5,6],"'s":[95,79,105,127,82,40,16,103,85],moero:33,"\u3089\u308c\u308b":[52,46,100,93],"\u88dc\u3046":93,"'a":16,"\u305b\u308b":[46,93,83,26,124,43],"'n":68,"'m":[82,53],"-latest":59,"\u30b4\u30fc\u30e4\u30c1\u30e3\u30f3\u30d7\u30eb":64,"-tar":15,"\u305b\u308c":93,"\u6bb5\u843d":49,"_count":[29,55,2,3,6]," complete":[36,108],"\u5165\u529b\u30df\u30b9":86,time:[128,86,10,108,58,103,47,52,36,18,126],push:106,"\u304a\u3053\u306a\u3063":2,":/":[2,3,68,72,6,74,76,37,117,106,10,11,112,85,33,15,50,29,54,125,90,91,107,26,60],"\u53cd\u6620":[93,46,106],"\u7b26\u53f7":1,":$":[127,99,105],": ":[44,38,0,9,106,67,109,12,40,1,46,18,59,76,54],"\u6d41\u308c":59,":\"":2,"\u5c0f\u897f":52,":=":[79,127],":>":[79,127],"\u3002rroonga":113,"::":[1,3],netbsd:109,"\u7aef\u672b":93," all":[103,79,105,127],":\n":[29,54],"_builtin":18," itself":5," elfring":52," installer":106,dragonfly:109,"\u500b\u5225":106,"\u30af\u30a8\u30ea\u30d1\u30e9\u30e1\u30fc\u30bf":52,"-root":[26,109,68]," systems":22,exact:46,"\u3002travis":54,minute:103,".body":[67,27,64,78],"\u30b9\u30af\u30ea\u30d7\u30c8":59,"{language":85,"\u6e08\u307f":[49,90,117,106,86,34,11,98,40,107,36,18,52,123,8],":@":[33,79,2,127,10,128,83,29],":\\":72,":^":[99,127],":[":104,":public":106,"\u8ad6\u7406\u548c":[79,46],"\u7d50\u3073\u3064\u3044":87,"\u305f\u3055\u3093":[18,0],"\u7d50\u3073\u3064\u304f":87,sign:106,"\u5316\u4f5c":106,"\u4e8c\u9805":105,".ncpu":60,"\u7d4c\u904e":[95,9,105,10,128,34,55,18],"\u30bf\u30d6":[123,3,120],"\u4e3b\u8981":96,"'='":68," yoji":18,"\u76ee\u5b89":106,"\u30bf\u30b0":[38,105,106,66,109,22,52,18,111,43],"\u6d41\u3057":106,address:[18,120,52],"\u30a2\u30ab\u30a6\u30f3\u30c8":[106,17]," string":[5,81,94,83,16,52],"\u4e3b\u30ad\u30fc":[102,38,63,92,109,40,118,52,75,77],queue:87," detects":5,"\u8b66\u544a":[52,79,9,109],"-filter":[99,83,22,16,18,52,115,105],"\u5ea6\u6570":[10,18,50,105],"` ":3,ipa:[13,90,117],pentium:104," \u3044b":[47,100],"\u6587\u5b57\u5217":[38,79,51,63,81,92,95,113,22,40,118,102,52],"\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[46,68]," entry":[49,31,63,92,67,48,40,118,110,102,27,78],"\u4e88\u3081":[34,68],"{\"_":[33,79,127,10,50,105],"|table":43,"\u30d5\u30a9\u30ed\u30fc":17,"/header":15,"\u3060\u3063":[47,52,79,9],"``":[0,109],"\u3001 ":[2,64,66,34,29,7,76,37,117,79,51,105,10,83,113,115,85,50,52,123,131,127,128,22,95,43,6],visual:[18,72,52],"\u30ec\u30d3\u30e5\u30fc":106," version":[71,3]," run":6,"\u3060\u3044":18,"\u3060\u3051":[1,132,66,72,7,52,53,37,117,79,105,106,10,11,82,85,46,47,16,18,89,123,90,127,22,107,96,43,60],values:[40,102,63],"\u3060\u3057":[18,104],"\u5024\u8a18":105,"\nnotice":[4,25],logrotate:52,"\u5897\u3084\u3059":124," }\n":[128,6],"\u6a19\u6e96":[0,31,2,4,67,68,25,6,102,75,78,9,40,110,63,42,114,112,48,49,88,118,84,52,125,55,92,26,27,97,29],chroot:106,"\u30d2\u30e5\u30d9\u30cb":[51,80],date:104,such:22,data:37,"/dictionary":109,ss:[103,105],"/javascript":18,sh:54,so:5," bug":[52,71],se:36,"\u540c\u3058\u6570":[68,6,37],"[yum":52," english":[79,17],"\u30a2\u30c9\u30ec\u30b9":[18,68,29,104],"\u540c\u671f":[106,104],"\u4f55\u500b":79,"\u4f7f\u308f\u305a":83,records:103,"\u8d85\u3048\u308b":[10,52,66]," description":[128,100]," separated":5,config:[0,9,72]," rake":106,"_dat":[127,75,52,18,43,105],"_dataset":129,"\u4e26\u3073":[100,105,91],"\u4e26\u3079":[38,111],gtar:15,indexblog:53,"\u30d8\u30c3\u30c0\u30fc":[52,1,37],"\uff1f\u3000":104,"-offset":79,"\u8a73\u7d30":[85,79,117,2,124,83,47,34,11,90,95,107,6,7,26,52,76,104,43],"\"search":[36,86,127,58],"\"type":108,"\u6700\u5c0f\u9650":6,"\u30b7\u30e3\u30fc\u30c7\u30a3\u30f3\u30b0":66," segments":88,mime:37,"byte":[52,22,104,120],"\u7d20\u65b9":93,"\u30d9\u30af\u30bf\u30fc":[18,79,52]," country":91,"[backquote":127,"\u4e00\u610f":[49,68,77],one:22,submit:[36,108,86,58]," epel":90,"\u5bfe\u7b56":[38,73]," locks":22,"\"sphr":80,"=encoding":96,".co":[79,71],"\u884c\u756a":[95,18],"\u8fd4\u4fe1\u5143":128,"\u8fd4\u4fe1\u5148":128,"\u306b\u5bfe\u8c61":18,translate:85,"\u540c\u6642":[79,9,93,87,50,104]," nonexistent":79," vector":52,"\n..":112,"\u4e16\u754c":[51,10,34,39,50,80],argument:105,sae:[108,86],"\u4e21\u65b9":[79,128,99,93,127,82,66,36,105],say:105,"/span":22,"/ubuntu":[52,98,11],"\u30b7\u30b9\u30c6\u30e0\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":52,"\u30ea\u30b9\u30c8":[102,33,79,2,105,106,92,123,67,35,68,40,127,63,75,74,52,131,28,85]," dump":[18,112],uuuuuu:105,"\u5ea6\u5408\u3044":47,"-with":96,"[[\"":88,"\u5fdc\u7b54":[52,93],buffer:88,debhelper:18,"-type":[18,86,58,37,36],"\u30b9\u30da\u30fc\u30b9":[18,79],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":59,"\u9589\u3058":[18,66],"\u4ef6\u6570":[79,2,47,100,40,84,77],"\u5217\u6307\u5411":[93,68],"_cursor":[52,109],xml:[18,109,52],normalizermysqlunicodeciexceptkanacikanawithvoicedsoundmark:131,"\u5927\u4e8b":123,"\u4e00\u6642":[38,51,32]," checked":106,"\uff08tokenbigram":47," url":112,resource:120,".php":106,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":[95,38,21,32,52],"\u76f4\u63a5":[128,112],up:3,"\u7a7a\u767d":[2,127,47,93,68,40,58],"\u7528\u79d8":59,"\u898f\u5247":52,".content":[79,127,82,16,53,105],"|ng":79,sites:112," are":[79,5,22,52,103,85]," zxvf":106,"\u5927\u4e08":61,jobs:104,"\u904e\u53bb":106," be":[103,5],"@tomotaka":18,"\u8fd4\u3059":[0,31,64,4,68,25,18,104,78,105,108,110,37,42,48,55,50,118,120,52,49,126,109,27,84],"\u30b3\u30ed\u30f3":49,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc\u30b8\u30e5\u30fc\u30b9":64,"_otoj":124," by":[52,5,127,103],"\u6b21\u56de":[9,106],"-mecab":[117,52,90,11,107],"_t":1,"_syntax":1,"(xxx":52,"\u542b\u3080\u5024":[68,2],"\u5468\u4e0a":80,"_synonyms":123,"'ja":85,enable:[55,109,5,106],"\u6607\u9806":[50,2,79],"\u5b9f\u884c":[93,59]," fork":85,"-bye":[79,105,127],"\u304a\u3051\u308b":[44,33,2,127,10,93,34,52]," configure":[47,52,105]," form":[131,127]," autogen":106,"\u7406\u89e3":[79,2],"\u3002filter":[50,118],"?table":[29,37]," ruby":106,ctrl:29,"\u30af\u30ea\u30fc\u30f3":106,ivh:[117,90],"@lists":[106,17],".md":106,pthread:18,"\"}\n":[40,82],"\u3002squeeze":124,ascii:[105,127],"\u633f\u5165":[52,2,22,68,106],hostname:[26,68,6],"_filter":[38,115,32,52],"<path":68,"\u3002\u3057\u304b\u3057":[79,51,86,93,34,82,96,18,131,37],"_at":[47,52,109],"error\u30bf\u30b0":52,"\u8ab2\u984c":59,cmake:[52,76,72],"\u5b9f\u88c5":[79,51,26,6,52,18,132,37,85],"_date":106," added":71,"\u5217\u8868":34,"\u6b53\u8fce":59,"_normalize":[79,71,2,64,47,128,127,22,131,82,83,52,53,105,43],"\u53d6\u308a\u51fa\u3055":10,"\u53d6\u308a\u51fa\u3059":[10,109,46],"_retry":1," rst":13,"\u6771\u4eac\u90fd":[47,128,100],"(r":104,gdb:124," akio":109,"(a":54,"_pack":96,"\u3046\u3061\u3044":68,"([":45,"(_":[36,108,86,105,58],"\u30d1\u30e9\u30e1\u30fc\u30bf":[18,52,38],dcmake:72,"\u6c4e\u7528":[68,104],"\u639b\u3051":105,rubygems:52,"(<":46,"(=":[1,105,46],"\u30af\u30ed\u30b9\u30b3\u30f3\u30d1\u30a4\u30eb":106,"((":79,"()":59,"(.":[53,106],"(-":105,"(\"":[51,2,68,22,83,52],"( ":[52,68],"(!":46,"('":[49,79,2,92,68,40,102,63,77]," real":22,intel:104,"_but":46," read":22,"\u95a2\u308f\u3089":104," ssh":106,"\u4f4e\u901f":91,"\u4ed5\u7d44":[37,85],conditional:108,yyyy:[103,105],"_supported":[1,120],"\u30d5\u30a9\u30f3\u30c8":13," tokenizes":5," tokenizer":5," tokenized":5,ddl:47,lucid:[109,11,106],"/httpd":[98,6],"\u8a18\u4e8b":[82,53,106],"\u5168\u6587\u691c\u7d22":43," handled":6,";\"":52,"; ":[68,6,104],"\u5ec3\u6b62":9,"\u30b9\u30eb\u30fc\u30d7\u30c3\u30c8":[18,37],"\u304b\u3048\u308b":91,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30d7\u30e9\u30b0\u30a4\u30f3":131,";\n":[104,6,37],"\u30ec\u30d9\u30eb":[4,52,25,68],"\u7b97\u51fa":[52,79],"\u7403\u9762":[51,80],"_prefix":96,"<encoding":68,"\u30e9\u30f3\u30ad\u30f3\u30b0":2,emacs:85,"\u30aa\u30fc\u30d7\u30f3":[18,52],complete:[36,108,8,52],"\u6b63\u898f":[2,105,94,52,131,123,43],"with":[2,106,47,49,18,76],"_types":37,"\u697d\u3057\u3044":[47,100],"_incompatible":1,"\u304a\u77e5\u3089":38," distance":51,ac:131,uid:106,"\u30b7\u30fc\u30b1\u30f3\u30b9":[36,86,58],"\u30ec\u30b9\u30c8\u30e9\u30f3":93,"| n":105,ar:[47,100]," \\\"":16,"| c":105,"| _":50,"\u3002messagepack":[95,76],shimomura:52,"\u4e00\u65b9":[2,105,83,10,93,22,16,53,47,127],"\u30c7\u30d0\u30c3\u30b0":88,"\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8":[52,72,104],"]\n\n":[128,29],"\u304c\u3068\u3046":128," wheezy":18,queryexpandertsv:[38,32,83,7,52,19],"_such":[1,120],original:99,"\u6587\u6cd5":[38,111],senna:52,"\u4ed8\u968f":[31,48],"\u30c7\u30fc\u30bf\u30d9\u30fc":18," default":103," upload":106,getaddrinfo:52,"\u5408\u8a08":[44,47,104,88,66]," lcov":124,"-talk":[52,106,17],"\u901a\u4fe1":[59,119]," mingw":106,to:6,tail:[120,106],"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[38,109],homepage:104,"/other":6," rroonga":[16,53],"\u3002column":[46,2],condition:105,"(popular":79,"\u5909\u308f\u308b":[47,22],"\u5909\u308f\u308a":[88,50,100],"\u4e0d\u5b8c\u5168":18,"\u300c\u6771\u4eac\u90fd":47,"\u30ce\u30fc\u30de\u30e9\u30a4\u30ba":52,">":22,"\u5927\u5225":10,query:[38,46,32,129,110,52],"\u30d0\u30b0\u30d5\u30a3\u30c3\u30af\u30b9\u30ea\u30ea\u30fc\u30b9":52,"\u7701\u7565":[102,79,63,106,68,40,7,52,104,43],"\u7d22\u6642":109,"\u3067\u306b":[47,82,7],"\u30ea\u30c6\u30e9\u30eb":[18,0,127,22,52],"\u5927\u5207":93,"\u6700\u65b0":[18,106,17],"_modified":128," }":[55,128,2,29,37]," httpd":106,full:106,hash:[66,128],"\u30ce\u30a4\u30ba":[47,86]," https":[85,54]," returns":5,"\nthe":5,"\u975e\u516c\u958b":106,"\u30af\u30a8\u30ea\u30fc\u30c6\u30ad\u30b9\u30c8":79,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fcapi":52,"\u306b\u3059\u308b":37,followee:128,tokenizer:52,"\u30ce\u30fc\u30c9":52,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc":100,tokenized:5,follower:128,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[18,109],select:[38,0,9,32,109,21,129,41,52,18],"\u3002\u3002":35," apt":[52,11,106,107],mecab:[117,0,109,106,11,90,107,52,18,76],"\u3002\u300c":[33,79,127,53,43,105]," api":[59,122],more:120,"\u30c6\u30ad\u30b9\u30c8":[131,106,109,94,22,52,43,104,85],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8":33,"\u518d\u5229":[66,79,77],"_argument":[1,120],"_messages":[106,85]," db":[26,2,3,29]," debootstrap":106,"_adjust":46,"\u6bd4\u8f03":[38,79,127,109,52,104]," fumiyasu":18,scan:124," libedit":117,accept:109," !":[52,105],gronoga:6," dataset":101,information:103,"\u30d5\u30a1\u30a4\u30eb\u30b7\u30b9\u30c6\u30e0":18," demo":33," appeared":5," pkg":15,"\u300ccommand":26,"=dat":52,"\u52d5\u7684":[93,38,109,32,52],"\u5b9f\u884c\u4f8b":[52,124],"\u5019\u88dc":[36,108,8,86],"\u306b\u3059\u3050":82,"\u30fb\u81ea\u5df1\u7d39":128,"\u559c\u3073":[57,85],github:[61,106,52,74,18,85],tokenbigram:[79,5,2,105,86,47,66,100,127,75,28,43],register:[38,21,94,32]," path":[103,6,7],replied:128,"\u666e\u53ca":93,"\u52d5\u753b":33,"\u8f09\u305b\u308b":106," will":5,replies:53,its:61,".rpm":[117,90],"\u63a5\u7d9a":[2,87,68,97,114,52,104],"[tokenizer":52,"_weight":49,"_ci":131,"\u6271\u3044":[10,36,9,100,132],"\u6271\u3046":[1,105,47,93,17,52],"\u6271\u3048":[70,12],"\u30d0\u30a4\u30ca\u30ea\u30c7\u30fc\u30bf":52,"\u5c0f\u306a\u308a":113," outputs":103,messagepack:[18,76,52],"\u6271\u3063":[128,0],"\u30ad\u30e3\u30b9\u30c8":[52,109,127,128],"[doc":[18,52],"\ndeb":[107,11],"\u534a\u89d2":[131,2],"\u540c\u7fa9":123,"\u9ad8\u901f":[33,0,46,2,105,132,66,35,68,93,127,51,52,18,80,37,43],operation:120,"\u6271\u308f":[79,127,10,35,47,52,131,104],really:[79,105,127],"\u524d\u8005":[50,131,123],"\u9001\u308a\u65b9":59,"\u30ab\u30d0\u30ec\u30c3\u30b8":59,"\u30de\u30eb\u30c1\u30b3\u30a2":93,"\u6e2c\u7528":0,"\u305d\u308d\u305d\u308d":2,"/rab":[50,2,91]," log":[38,106,32,52],"/etc":[98,106,11,107,6,52,123],"\u6975\u4ed8":[51,80],"_hit":[29,55,2,3,6],"\u3053\u3053\u3067":106,"\u30a6\u30a7\u30a4\u30c8":49,"_user":[6,37],"-keyring":[52,11,107],"\u7d4c\u7531":[31,63,4,67,25,75,102,78,106,110,112,42,114,48,55,88,118,84,52,49,92,109,27,97],number:[88,105],"_pipe":[1,120],"\u3042\u306a\u305f":[106,17],"\u7d42\u308f\u308b":[82,105,127],"\u30b3\u30d4\u30fc":[52,112,106],"|enable":5," process":103,"\u30c9\u30e1\u30a4\u30f3":91,"\u3057\u304b\u3082":132,"_stack":1,"\u642d\u8f09":93," tweets":82," halfwidth":131,"\u5b66\u7fd2":[38,108,109,130,52],"\u56de\u547c":109," user":[33,22,104,83]," uses":[103,5],"_db\u30d5\u30e9\u30b0":18,"\u60f3\u5b9a":[55,33,112,88],"\u5b9f\u969b":[44,33,79,64,47,128,67,53]," ci\u4e00\u822c":54,"\u52d5\u74b0":125,"\u66f8\u304d\u63db\u3048":[106,54],gted:85,qps:[125,104],"\ngroonga":[18,9,129],"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8":[109,68],self:104,"_lock":18,also:[22,105],"-msgpack":37,mroonga:[79,105,83,93,16,52,53,123,127],"\u8a18\u53f7":[47,68,100,2,109],"\uff08todo":105,"\u306e\u3069\u3061\u3089":[79,105],"\u3060\u3055\u3044":[61,2,72,29,74,76,37,79,105,106,11,85,15,120,52,123,124,54,131,127,93,95,96,59,43],"\u5b57\u5217":[18,34,127,43]," full":22,exe:[72,106],"\u6d3b\u304b\u3059":79,"<limit":68,"_processes":1,microsoft:72,"\u3057\u304b\u3057":[79,105,47,100,53,123,37,85]," longer":71,"/command":[6,29],xcode:60," item":[36,108,86,58],"-memory":109,"\u77e9\u5f62":[39,50,93],columnn:52,"\u6642\u306b":18,"\u51e6\u7406":[0,1,63,100,37,6,102,104,79,105,77,85,46,50,120,52,127,92,93,109,21,22],"\u5225\u9014":[34,91],"\u30bf\u30fc\u30b2\u30c3\u30c8":52,columns:[40,52,109,63,102],"]]]":[47,108,110,105],"\u5fc5\u305a":[79,9,120,43],"\u30ec\u30b9\u30dd\u30f3\u30b9\u30d8\u30c3\u30c0\u30fc":37," palalles":106,"\u53c2\u52a0":[59,17],"_point":[33,80],"\u30ed\u30b0\u30ec\u30d9\u30eb":68," threasd":68,"-github":106,bytes:44,"\u6c7a\u3081":43,"\u7528\u610f":[79,46,106,86,51,58,36,76,8,104]," normalizermysqlgeneralci":131," characters":5," palallel":106,"\u3082\u3057\u304f":[117,90,105,106,83,10,34,94,16,29,52,53,127],"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":[18,0,109,124,52],"\u51fa\u73fe":[93,108,70],sed:[18,52],sea:36,sen:71,"\u8a00\u8a9e":[59,46]," code":[95,103,3,85],juman:[117,90],currently:6,"\u65e5\u4ed8":[93,51,106],"\u3068\u3068\u3082\u306b":10,"\u3082\u3057\u308c":123,"<span":22,"\u7a7a\u6e2f":128,"\u304c\u3064\u3044":[52,109,66],javascript:[26,38,6,111,29],"\ninclude":5,"\uff09\uff08":43,"\u500b\u4eba":76,"\u6790\u5668":93,"_already":[1,120],"\u77e5\u308c":94,improved:52,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8":[93,104,113],"\u578b\u5909":18,connection:120,"\u53ef\u5426":2,pdf:59,"<#{":103,load:[38,0,9,32,109,21,41,118,112,52,18,78],");":46,"):":[98,106],"@ceekz":52,"\u30b9\u30ec\u30c3\u30c9":[93,87,68,12,37,104],"))":[79,123,105],"\u30ca\u30ce":[95,109],")-":106,"),":[49,52],").":[22,106],"_exec":1,")\"":[52,127,22,64],".htpasswd":[6,37],")'":[33,128,105,86,108,22,16,50,58,36,127],"[rpm":[18,52]," sample":104,"\u7c21\u6613":[98,51],")\n":[45,71,106,51,83,46,103,80],"\u30d1\u30e9\u30e1\u30bf":12,shinya:52,"\u3067\u307e\u3068\u3081":123,")]":52,"-api":57,"\u3067\u306a\u3051\u308c":105,"\u5236\u9650":38,error:[95,103],"\u30d9\u30af\u30bf\u30ab\u30e9\u30e0":[18,52],"_nromalize":131,"\u632f\u821e\u3044":[52,83],"\u63a1\u7528":[47,93,29],"<=":128,"\u5316\u524d":77,"< ":105,"\u4e00\u7fa4":46,">\n<":3," file":6," tweet":82,"\u56de\u52d5":104,alert:103,ifexists:40,stack:[52,120],"\u7121\u99c4":93," digits":103,"\u8981\u6c42":[16,2],"-path":[106,96],"_file":[1,95,6,123,37,120]," time":[10,47,128,104,103],mysql:[117,90,71,106,93,11,107],"\u5316\u51e6":[18,77],"\u30bd\u30fc\u30c8":[33,0,109,38,66,35,79,108,52,18,111],"3\u4ef6":128,"_files":[1,120],location:[95,6],input:[40,95,120]," speakers":17,emergency:103,"\u3002db":[18,46,2,29],"\u30cf\u30c3\u30b7\u30e5":[55,52,106,88],"\u30bd\u30fc\u30b9":[38,106,96],"\u30ea\u30ea\u30fc\u30b9\u30a8\u30f3\u30c8\u30ea":106," \u4e0a":74,"\u540c\u7b49":[100,104],"\u308f\u3051":[10,36,79,5,105],"\u4ed5\u65b9":59,"\u30d6\u30ed\u30c3\u30af":[93,6],"_flow":[1,120],"_bool":109,"\u30af\u30ed\u30fc\u30f3":76,"\ntokenizing":5,"\u4f9d\u5b58":[38,96]," tablename":9," other":5,"\u4e0a\u4f4d":47,wget:76,"\"yu":112,garbage:52,"\uff11\u4ef6":102,"\u3088\u308a":[64,34,100,52,36,76,104,79,51,105,10,82,43,46,47,18,80,123,127,128,109,96],"|key":[79,2,64,47,128,127,22,82,83,99,105,53,43],"\u30d5\u30a9\u30ed\u30ef\u30fc":106,pcre:52,"\u56fd\u969b":85,"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[38,111,52]," want":5," curl":[60,3,37,6],"\u5074\u9762":93,"\u6574\u3063":124,"2\u3064\u3081":[53,127,37],line:95,"\uff08ci":54,posted:128,"\u8868\u3059":[45,46,33,10,35,49,51],"\u3088\u30fc":128," terms":[79,2,105,88,47,68,22,83,127],"\u8868\u3057":[9,2,34,35,95,1,46,77],"\u5206\u89e3":46,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":59,"\u3054\u3068":[106,87,70,83,52,12],"\u3075\u308a":108,"\u304b\u307e\u3044":2,defines:101,codes:106,taro:33,">uptime":3,"=null":[79,5,43],"\u30bf\u30a4\u30e0\u30b9\u30bf\u30f3\u30d7":[36,86,129,58],invalid:[79,120]," testdb":104,"\u898b\u4ed8\u3051":52,"\u7acb\u3061":95,".load":104,".dump":18," script":104,"\u53f3\u8fba":[18,109],"(nginx":98,"\u30b3\u30f3\u30c6\u30f3\u30c8\u30bf\u30a4\u30d7":120,"\u6307\u5b9a":[93,46],"\u4e00\u7dd2":[0,51,2,47,79,52,98,43],"\u3088\u304f":79,"\u3088\u3046":[0,63,66,35,68,6,7,102,52,76,37,38,79,9,105,106,130,82,83,104,112,13,43,46,100,88,51,18,80,123,124,54,127,92,93,109,22,95,26,131],"\u3088\u3044":[79,127,37,85],"\u3088\u3073":46,age:79,"/wgs":50,"\nerror":[4,25],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u30d1\u30b9":52,oracle:[38,96],"\u3088\u3063":50,"\u8a66\u884c":93,hello:[82,105],partial:46,"\u3067\u307f":93,",\"title":2,"\u30ab\u30c6\u30b4\u30ea":[79,5],"/sysctl":60,"\u3067\u3064":64,"\u843d\u3061":[52,109],"\u3067\u306e":[95,22],"-lzo":96,"/json":[18,37],"\u3067\u3069":108,"\u3067\u3057":[15,10,105],"\u8a2d\u5b9a\u6e08\u307f":98,":..":79,"\u3067\u3059":[61,98,5,2,3,132,66,34,35,68,70,1,72,6,7,36,52,76,128,8,37,64,82,79,9,105,104,107,57,108,11,12,40,47,41,102,77,63,113,94,67,43,44,46,112,86,15,100,117,16,50,51,120,18,53,80,123,83,124,54,125,90,131,106,91,88,89,93,127,21,22,95,10,75,58,26,59,85,28,29],"\u3067\u3044":[10,79,105],"\u30ea\u30af\u30a8\u30b9\u30c8uri":6,"\u3067\u304f":[59,123,79,96,54],"\u3067\u304d":[0,1,63,3,66,35,68,72,6,7,74,102,52,76,77,82,79,9,105,106,107,108,11,40,83,81,109,104,112,113,13,43,45,46,117,49,16,51,18,80,123,124,54,125,90,131,127,93,20,22,126,95,39,26,85,60],"\u7279\u306b":[46,106],"[snippet":22," libmsgpack":[107,11],"\u8fbc\u307f":[42,123],"\u3002time":128," under":6,"\u983b\u5ea6":108,"\u6368\u3066":18,".clean":106," update":59,"\u5f15\u304d\u7d9a\u304d":52,"this":[79,2,105,10,127,101,6,103,29],"(wgs":50,"\u30aa\u30d7\u30b7\u30e7\u30f3":[117,0,109,106,15,11,79,12,55,107,52,18,76,90,124,60],"\u4e00\u81f4\u3057":100,"\ntable":[47,128,112],video:33," [":[41,5,79,43],".xml":3,index:[33,53,71,106],"\u306e\u3067\u3057\u3087":79,"\u30bd\u30fc\u30b9\u30d5\u30a9\u30eb\u30c0":72,"\u5224\u65ad":105,"\u5fc3\u304c":124,"\u516c\u958b":[18,109,106],"?parameter":6,let:82,ubuntu:[38,124,96,54]," memcached":29," \"":[79,51,64,128,67,127,88,41,29,75,53,89,104,105]," ":[2,64,29,36,75,89,37,99,79,9,105,10,108,82,83,41,33,86,55,16,50,51,53,127,91,128,22,95,58,131],ctx:[87,12],"\u3067\u3082":[61,1,2,66,100,72,6,52,36,76,104,117,79,106,11,85,47,50,29,120,18,53,124,90,93,22,107,96,43,60],grnslap:[30,38,32],"\u767a\u4fe1":106,"\u30c7\u30b6\u30a4\u30f3":52,"\u9014\u4e2d":[106,86,68,120,52,36],"\u3046\u3048":[18,52],"\u4ee5\u964d":[109,106,35,68,18,131,124,85],"\u3002\u3064\u307e\u308a":[79,2,127],zip:[38,106,96],"<- ":37,illegal:120,"\"sea":36,"\u3044\u304f\u3064":59,"\u3046\u3061":[9,35,88,46,52,18],"\u30b3\u30e1\u30f3\u30c8\u30c6\u30fc\u30d6\u30eb":53,"\u30af\u30a9\u30fc\u30c8":127," doc":[64,106,85],"\u3059\u308b":[46,93,87,17,13,59],"\u5909\u3048\u308b":47,"\u7d4c\u7def\u5ea6":[38,111],"\u3059\u308c":[2,127,93,7,104,105],"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":59,"\u3059\u3093":128,"\u4f7f\u3044\u65b9":[38,32,93],"\u6b8b\u308b":18,"\u6b8b\u308a":[79,9,123,43],"\u30d8\u30c3\u30c0\u30d5\u30a1\u30a4\u30eb":52,"\u6e21\u3055":[51,46,52],"\u6e21\u3057":[46,63,40,29,102,2],"\u6e21\u3059":[52,2],"\u6b8b\u3063":109," actual":6,",\u3000":104,"\u306f\u6708":105,process:[38,32],"_estimate":18,"\u6295\u7a3f\u5834\u6240":128,"\u7d30\u5206":10," attributes":5,"\u3059\u3050":[93,37],"\u6301\u3061":[46,68,6],"\u6301\u3063":[79,105,86,93,52,131,127]," toybox":10,"\u6301\u3064":[33,79,51,2,105,91,86,10,93,87,35,68,40,18,131,77],"-enable":109,"\u3059\u3067":[82,100,84],"\u3059\u3079":[79,46,104,66,120,9,6,112,36,18,89,128,37,78]," titles":[105,127],"\u6b8b\u3057":79,defalt:109," indexblog":53," port":[29,60],"-gqtp":[38,90,117,11,23,107,52],"\u3044\u304f\u3089":93,"_')":[49,77],"\u4e26\u3073\u9806":50,">starttime":3," msgpack":3,tomotaka:18,"\u8a2d\u5b9a":59,alloc:[29,55,2,3,6],"\u4f53\u8fd1":80,"\u9078\u629e":[93,79,51,106],allow:[52,79,11,127,107],":\\\"":40,"[httpd":52,"\u8abf\u3079":[39,80],"\u30ab\u30d0\u30fc":124," clean":124,"\u30af\u30a8\u30ea\u30d1\u30bf\u30f3":125,"\u3092\u3064\u3051":[79,127],"\u6539\u884c":[18,67,68,52],"_unavailable":[1,120],"\u6587\u66f8":[93,113],"=platform":96,"\u30af\u30a8\u30ea\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":0,"\u5de6\u4e0a":[39,0],"\u5de6\u4e0b":0,"[space":127," start":[82,98],billiard:[47,100],lzo:[18,76,120,52],"\u4e00\u6642\u7d50\u679c":52,"\u53f3\u4e0b":[39,0]," fulltext":22,"_implemented":[1,120]," hw":60,"/master":[85,54],"\u7121\u9650":[52,109]," hh":[103,105],"_none":67,".js\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":54,"-patch":85,"\u753b\u9762":[0,106],frequency:[36,108,86,58],"\u30b3\u30e1\u30f3\u30c8id":128," subject":52,"-fd":18,"\u4ed5\u69d8":[38,9,108,109,6,52,26],"\"\uff08":36,"\"\uff09":[10,36,0,50],"_friends":33,"\u30bb\u30b0\u30e1\u30f3\u30c8":[88,27],"3ki":109,"\u63db\u3048\u308b":106,"\uff08\u300c":[47,131],"\u5897\u5927":51,"\u5bb9\u91cf":[88,79],system:15,"\u591a\u3044":[47,105,127]," video":33,"-keys":106,"\u30b9\u30da\u30eb":123,"\"weight":10,"\u304b\u3061":[79,100],"\u304b\u3064":[52,79,100,105],"_logger":52,"\u304b\u3069":[79,127,47,108,39,50,80],"\u756a\u76ee":[10,79,2,105,127],"\u8ffd\u8de1":59,"-time":22,"\u500d\u7cbe":34," documentations":115,"\u304b\u3051":78,"\u9650\u6587":[18,43],"\u304b\u305a":52,"\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":100,"false":[127,31,99,106,10,4,34,109,48,83,49,16,41,25,110,42,105,89,118,78],"\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3,"\u304b\u3082":[95,94],"\u304b\u3089":[38,46,106,93,87,35,96,59,85],tokendelimitnull:[28,129],"_const":46," unix":95,"\u3069\u3061\u3089":[61,98,2,64,94,53,8,37]," six":[103,2],"\u6a5f\u80fd":[93,46]," sid":[18,88],"_hey":43,"\u3089\u308c":[79,46,2,66,67,109,75,93,50,52,18,53,78],"\u4e2d\u9593":[46,100],"\u3064\u3076\u3084\u304d":82,"_suffix":18,"* ":[34,105],"\u6e80\u305f":[16,50,46,128],"*\"":[53,79,129],latin1:52,"\u5168\u89d2":[18,131,2],"\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":68," shinya":52," thesaurus":79,"mo\u30d5\u30a1\u30a4\u30eb":85,"(arugment":105,"\u30ea\u30af\u30a8\u30b9\u30c8":[31,63,4,67,25,6,75,102,37,78,110,112,42,114,48,55,88,118,120,125,49,92,21,26,27,97,84],".gz":[117,90,106,15,11,60,107,76,85],"\nnormalizing":5,"=r":52,"_initialized":[1,120],"'localhost":[125,68],"=c":72,"=i":106,"=\\":22,"\u30ea\u30ea\u30fc\u30b9":[59,119],"\u5316\u5bfe":85,means:103,"==":105,"=$":[76,106,85],"= ":[52,50,99,105],"\"ellip":80,"=\"":[15,106],"=-":76,"=/":[123,76,68,124,106],db2:37,"/html":[18,37,85],">cache":3,"\u307b\u3068\u3093\u3069":12,"_search":[18,108,52]," released":[71,106],"\u64cd\u4f5c":[38,79,46,105,10,93,68,72,113,111],travis:116,"\u7cfb\u5ea7":[39,80]," queries":22,"/doc":106," the":[5,105,22,6,52,103,127],"\u3002debian":124,"\u306b\u3064\u3044\u3066":[61,116,5,2,4,94,34,100,68,70,25,31,7,36,52,76,37,78,117,79,9,106,107,10,108,11,40,83,41,102,84,63,42,110,115,67,43,30,45,46,112,86,15,48,1,16,51,120,114,18,89,80,123,54,49,90,128,127,88,92,93,81,21,126,39,118,75,58,59,27,55,97,60],"\u51fa\u529b":[13,59,124,93],"\u8ffd\u8a18":[52,106],"_connected":[1,120],"/var":[98,76,68,6],configuration:52,"2\u4ef6":128,"/status":[125,29,3,37,6],valgrind:124,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4":[127,66,109,18,43,105],etc:[11,6,37],"\u653e\u68c4":[92,102,63],":\u5206":128," \"@":128,"\u533a\u5225":[34,79,99],cd:[117,90,15,11,60,107,76,85],variety:33,"\u7d99\u7d9a":[52,68,54],"\u591a\u69d8":93,zenigata:33,"\u66ff\u3048\u308b":[2,91],"&! ":105," \"e":[36,108]," \"a":16," \"c":[16,72]," \"b":16,"_itoh":18," \"n":[95,79,2,105,127,55,6,29]," \"i":[95,79,127,82,53,105]," kana":[36,108,86,58]," \"s":[108,86],"\u30a8\u30e9\u30fc\u30ec\u30dd\u30fc\u30c8":52,"\u58ca\u308c":[18,109,88,52],"\u3068\u3064\u3044":50,"\u4fdd\u6301":[70,12],"\u518d\u5e30":[123,79,46,31,78],"\u30c7\u30a3\u30b9\u30af":0," \" ":104," \"/":[75,41],tokenkytea:52," yes":125,ultra:33,"0x":[10,52,34,120,127],"\u58ca\u3059":52,vm:52,"\u3002\n":[0,34,100,68,75,104,9,106,40,42,67,33,46,87,48,88,84,18,53,80,128,109,129]," while":5,"_versions":106," migrated":[79,105,127],"\u5ea7\u6a19\u5024":18,"\u3002 ":[5,2,99,132,66,34,35,1,6,7,36,52,76,37,79,51,105,40,83,41,104,113,115,43,86,15,16,29,18,80,123,131,127,93,109,94,22,129,95,39,58,85,60],"\u8a71\u3057":59,"\u3002\"":[47,128,29,86],"\u3002#":[18,109],"\u3002-":[26,76,128],"\u3002.":85,"\u3002(":[117,90,46,106,68,40,53,104],"\u3002)":[53,104],"\nmysql":5,"\u300cbilliard":100," download":106,"\u3002:":[2,67,100,68,72,6,36,75,8,37,79,9,106,108,40,110,104,63,13,85,102,112,86,47,49,88,118,18,124,92,58,26,43],"\u982d\u6587":120,"\u518d\u5ea6":46,"\u30ea\u30d0\u30fc\u30b9\u30d7\u30ed\u30ad\u30b7":37,v1:46,v2:46,architectures:106,php:52,"\u3002[":[52,2],"_lzo":1,off:6,"\u3002c":[57,93,1],"\u3002n":47,"\nto":5," ci\u4e0a":54,"\u4e00\u77ed":93,ecmascript:[52,79,105,113],"\u30c7\u30a3\u30b9\u30afi":43,"\u81ea\u7531":[93,46,120,77],"\u9806\u5e8f":[47,75,67,2,79],web:[0,127,106,86,108,79,58],"\u6b63\u898f\u5316":[52,94,22],"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9":68,"_filename":1,"\u3069\u306e":[79,51,86,35,80,76],dest:[125,68],"|http":104,"\u30cf\u30c3\u30b7\u30e5\u30c6\u30fc\u30d6\u30eb":[18,66,105,43],tvsec:55,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":[38,124,111],"\u5947\u6570":105,string2:81,"\u672c\u8cea":104,"\u3059\u304f":16,"\"rect":[52,80],"\u904b\u55b6":106,"/source":[85,90,106,107,57,11,15,72,117,76,60],"\u5727\u7e2e":[18,76,132,52],"\u30dc\u30bf\u30f3":[52,106,85],"\u53d6\u308a\u9664\u304d":46,"(debian":98,iwai:52,"\u5206z":34,"_queries":[29,55,2,3,6]," normalizers":131,"\u30c6\u30fc\u30d6\u30eb":[38,46],"\u7d42\u3048":106,"\nthis":52,"(get":125,"\u300cusers":128,"\u9805\u76ee":[88,0],"-node":90,"_remove":[18,52,21,32,38],"_started":[95,41,94,89],"\u89a7\u4e0b":124,"function":[95,120],"\u300cpopular":79,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb":[42,79,9,104,76],"\u30ea\u30bd\u30fc\u30b9":82,"-dd":[103,105]," comments":[16,53,112,128],sigstop:52,"-point":34,"\u4e00\u756a":[79,76,37],"\u7a7a\u6587":[34,127]," sitedomain":91," applications":22,"\u3002iptables":29,bigram:[47,100],"int":[2,3,33,34,36,79,51,105,10,108,12,83,41,45,86,47,50,52,53,127,91,128,109,58],"\u4e2d\u91ce":128,"\u69d8\u3005":[59,46]," delimiter":5,"\uff08not":113,redcloth:106,"%post":52,compared:22,"\u7570\u306a\u308b":[38,68,83,73,52,104],"\u7570\u306a\u308a":[79,127],"/message":106,"/default":[52,98],details:103,"'user":83,"/sources":[107,11],"_query":[46,86,108,58,36,52,123],"+ff":131," hat":59," has":[103,5,71,101],"\u672a\u5b9f\u88c5":102," available":[5,71],eof:68," normal":5,"_hugetlb":18,"-threshold":96,rep:104,"\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4":128,"\u5927\u62b5":6,all:[52,5,106],"\u3070\u308c\u308b":109," deb":52,"\ntitle":106," yuki":18,"const":52,"/travis":54,spec:[52,109,106],"\u30e9\u30a4\u30bb\u30f3\u30b9":52,"\u304b\u305a\u3072\u3053\u3055\u3093":52,"\u4e0b\u66f8\u304d":35,editrc:18," stamp":103,"\u3002tokendelimit":58,"\u30ea\u30d5\u30a1\u30af\u30bf\u30ea\u30f3\u30b0":106,"\u4f8b\u3068\u3068\u3082":51,".en":106,"\u932f\u8aa4":93,upload:106,"[macports":18,starttime:[29,55,2,3,6],"\u7c21\u5358":[41,76,94]," threads":103,"\u30e6\u30fc\u30c6\u30a3\u30ea\u30c6\u30a3\u30c4\u30fc\u30eb":109," root":6,"\u304c\u3072\u3068\u3064":123,"/branches":124,"\u65e5\u672c\u6e2c":51,incompatible:120," ignored":[52,5],zunda:18,"\u4e8c\u3064":[5,46,83,100,94,51,12,16,41,9,104]," additional":5,"\u578b\u3068\u3057\u3066":34,"\u30a8\u30f3\u30b3\u30fc\u30c9":[26,109,131],"\u30af\u30a8\u30ea\u30ed\u30b0":[18,52,58,86,36]," correct":[108,86]," data":3,"-admin":52,"\u30d0\u30c3\u30d5\u30a1":[52,88]," synonym":[79,64],"-h":68,"_table":59," ages":43,"\u304a\u5f85\u3061":17,kytea:[52,76],"-s":[68,29],"_register":129,"\u3064\u3065\u3044":128,"\u62bc\u3057":2,word:[52,79,105,127],"\u62bc\u3059":[2,85],"\u30a2\u30fc\u30ab\u30a4\u30d6":[72,106,85],"\u5316\u6642":18,"\u53d6\u5f97":59,"\u540d\u524d":[38,9,106,32,109,129,95,52,18,85]," chunk":88,"\u30b3\u30f3\u30d1\u30a4\u30eb\u30d5\u30e9\u30b0":106,"\"apple":131," ${":85,"-lines":18,"(true":[16,83],"\u306e\u3046\u3061":127,"_plugins":18,"\u306b\u5bfe\u3057\u7570":83,"|with":[82,79,2,64,83,47,128,127,22,49,16,53,105],"\u76f4\u4e0b":18,lat:104,"_title":[53,2,104],".description":128,"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf":109,"@naoina":52,"\u30d9\u30fc\u30b7\u30c3\u30af":37,"\u306e\u3069\u3061\u3089\u304b":[79,105,127],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[59,119],".conf":[98,6],japan:[29,91],"\u30d5\u30a1\u30a4\u30eb\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":123,"\nsuffix":46,"\"say":105,"/windows":[72,106]," tatsuya":52,"\u3002grntest":104," speed":8,"\u8f9e\u691c":[18,105,66],"\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb":104,they:103,"\u5168\u3066":[79,105,34,82,6,113,53,85],"\u697d\u3057":[47,100],"\u56de\u6570":52," words":105,"\u5316\u65b9":131,carlos:[41,89],serach:86,"/null":0,logs:[75,43],"-(":[105,106],"\u30ea\u30af\u30e9\u30c3\u30b7\u30e5":52,"+ y":34,"+a":127,network:120,"_directory":[1,120],".deb":106,"\u3068\u3059\u3079\u3066":[52,79],"-rsync":106,wgs:[33,91,10,34,39,50,29,18,80],"\u6210\u308a":[79,120,127],"\u90e8\u5206":[46,105,95,76,124,127],"\u77ed\u3044":[128,109],"+ \"":52,"_tp":125,"\u77ed\u304f":[82,93],standard:34," editor":85,"_to":[128,53],"\u30eb\u30fc\u30eb":[109,37],"+ ":[52,131],"++":[117,90,106,93,52,18,76],"\"ni":36,"\"no":52,"\u6709\u7121":10,"\u30eb\u30fc\u30c8":18,"\u59a5\u5f53":66,">>":[52,105],"_next":[52,109],"> ":[52,72,106,129],">\"":[52,79],"\u30b5\u30dd\u30fc\u30c8":[0,3,66,34,35,6,18,76,104,9,105,106,10,82,83,37,43,52,123,54,127,93,109,22,131,29],">\n":[71,3,106]," mysql":[93,79,71,123,22],"/lc":[106,85]," lc":85,"\u63a2\u7d22":93," ls":106,">n":3,"\u3069\u3061\u3089\u304b":[127,22,105],target:72,bi:[47,100],"\u3002value":77," solr":105," change":[52,6],"\u57fa\u76e4":12,"\u30d6\u30fc\u30eb":[10,34],latency:104,dbms:22,"\u5f8c\u8005":[50,131,123],",\\\"":40,"\u8ff0\u3079":2,"_distance":[38,0,32,52,18,115]," index":[33,53,127,22,105],"\u30bb\u30c3\u30c8\u30a2\u30c3\u30d7":[52,85],gzip:[52,76,132],"\u5408\u308f\u305b":[52,105],gronnga:8,"\u3002host":29,"-strings":52,"/releases":106,"\u767a\u751f":[0,106,47,93,12,95,52,76,43],"\u8003\u3048":[93,2,127,37],itagaki:109," innodb":93,"\u65e2\u5b9a":52,"_input":[95,1],"\u771f\u306a\u3089":105," enhanced":71,rectangle:52,"-frequency":18,"\"items":112,"do":104,"\u30b5\u30f3\u30d7\u30eb\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":109,"\u3055\u3089\u306b":[33,9,2,93,66,128,8],de:85," noramlizer":5," also":[79,127,22,105],"\u8ab0\u304b":59,"[libedit":18,"\u8ab0\u304c":128,"\u3067\u3057\u3087":[82,93,76,116],"\u81ea\u4f53":127,"\u4e0b\u90e8":106,"\u67d4\u8edf":[83,113,93]," hiroshi":109,"\u3002json":40,"\u30af\u30a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":46,wc:[107,90,11,117],"\u3044\u305a\u308c":[34,9,77],"\uff12\u3064":[50,91]," bool":[10,99],packages:[85,90,106,117,15,11,107,72,76,60],"_tables":52,"\u69cb\u3044":[36,22,85],ill:100,"\u3082\u3046\u307e\u304f":76,"\u4e00\u4ef6":[92,102,118,63],com:[87,91]," with":[103,88,5,22,54],"\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":54,"\u6709\u76ca":93," following":[103,5]," period":52,"\u30d1\u30fc\u30b5\u30fc":127,daijiro:128,")\u300d":68,")\u3002":[92,118,63],"'needle":46,"\u65b0\u305f":46,applied:71,"-secret":106,"\u904e\u7a0b":77,gnu:76,zlib:[18,120,76,109,52],"_message":[95,53],"_only":[1,120],"\u7d44\u8fbc":[31,63,4,34,25,75,102,78,81,110,112,42,114,67,45,48,49,88,118,84,80,55,126,92,39,27,97],"\u5165\u529b":[0,31,2,64,4,67,68,25,29,36,75,52,8,104,78,108,40,110,63,42,114,102,112,86,48,49,88,118,84,18,125,55,92,95,58,27,97],"[solaris":52,"\u56fa\u5b9a\u9577":109,"\u4f8b\u3048":[99,100,68,70,36,76,8,104,79,105,108,82,37,113,43,116,33,86,47,52,53,123,54,127,91,58,131],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af":46,"\u9069\u3057":[82,93,43],"-dataset":[30,38,32,108,129,52],"\u4e0d\u5177\u5408":[52,59],"\u6771\u4eac":[47,128,50,51,100],"-packages":106,hana:33,"\u76ee\u7684":76,"\u57fa\u70b9":79,"\u72b6\u614b":[125,117,90,109,2,106,88,47,93,11,68,55,107,52]," packages":106,"_shutdowned":[1,120],solaris:52,"\nsingle":5,"_score":[79,128,105,108,50,52,18,77],"\u8db3\u3057":105,repoforge:[52,90],"=sjis":76,"\u7528\u3044\u308b":[33,2,10,93,70,50,29],jekyll:106,"\u885d\u7a81":98,"\u30ed\u30c3\u30af":[0,68,52,18,27,78]," normalizer":[5,94],"\u691c\u7d22\u4f8b":59," normalized":[52,5],"_expr":59,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3":[76,95,9,104],"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":[38,111],"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":128,"\u307e\u3068\u3081\u3066":[10,93,79,106],alice:[79,127,83,41,89,37],"\u3057\u304d\u308c":52,tokenbigramsplitsymbolalphadigit:[47,28,86],comments:[16,53],"_arg":1,tasuku:71," result":[53,22],"\u30b5\u30d6\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":106,".sourceforge":[106,17]," since":103,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":132,"\u8db3\u308a":[18,123],"\u30b5\u30fc\u30d3\u30b9":[93,52,54],substitution:83,post:[52,106,132],obj:88," xxx":105,"\u6709\u7528":[95,66,2,37],"\"text":18,"\u5224\u5b9a":[102,50,63],"\u3068\u306a\u308a":[127,22,37,29],"**":25," glossary":54,"float":[10,52,51,3],"_offline":52,"\u6700\u521d":[79,2,105,127,22,12,95,18,53,123,43],"*'":79,"_socket":[1,120],"\u5927\u6587":79,"\u5b89\u5168":29,redmine:61,cdbs:18,"cpu\u30b3\u30a2":[68,132],"_db":[18,109,129,52],"(id\u30d1\u30e9\u30e1\u30fc\u30bf":[92,118,63],"\u6027\u80fd":93,"true":[0,31,2,64,4,34,25,7,102,89,78,82,79,51,105,10,40,83,41,110,42,43,33,48,49,16,50,118,52,53,80,99,127,91,128,22,39,131]," \uff08":[36,86,76,58]," friends":33,"\u30e1\u30c3\u30bb\u30fc\u30b8":[128,9],"\u30c8\u30fc\u30af\u30ca\u30a4\u30ba":[79,131,2,86,47,100,58,18,76],"\u6587\u5b57":[0,2,64,34,100,68,25,52,36,79,51,105,81,10,40,43,33,46,86,50,18,53,80,123,127,91,93,94,22,39,128,131],"\u7d44\u307f\u8fbc\u3080":[93,46,6],score1:46,score2:46,"\u3059\u3063\u3071\u3044":64,distributions:106,"\u3054\u89a7\u304f":[2,124]," indicates":[103,5]," lion":52,test:[2,106,10,67,104,124],"\u5c5e\u6027":[49,75,67,129],"\u305f\u3081\u3057":50,"\ncrit":[4,25],truncate:[18,52,21,32,38],welcome:[79,105,127],update:120,":tasukuchan":128,"\u964d\u9806":[108,79,2,91],"\u3002tld":91,scorer:[38,110]," cutter":124,"\u5bc6\u9375":59,"5km":128,masaharu:52,"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc\u30c1\u30a7\u30c3\u30af":18,"/debian":107,"\u30ea\u30af\u30a8\u30b9\u30c8gqtp":120,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[38,111],"<threshold":68,"\u901a\u77e5":106,"\nlucid":109,"(ptr":109,"_denied":[1,120],"\u307e\u3067\u3057\u3070\u3089\u304f":106,"\u8a2d\u6a02":18,"\u5f53\u3066\u308b":10," tokenize":5,entries:[79,105,112,127],"/http":98,"\u72b6\u6cc1":[47,93],"\u3068\u3057\u3066":[1,66,35,68,6,18,76,77,117,79,9,105,106,81,108,11,40,83,41,109,104,113,43,116,46,51,52,89,122,123,124,90,131,127,93,20,94,22,107,85],"\u4e0d\u6574\u5408":0,"4gbyte":44," double":5,"=)\n":46," commit":85,"[munin":[18,52]," normallexicon":131,"\u30c8\u30e2":33,"[deb":[18,52],"\u6e2c\u4f4d":93,"\u30b5\u30d6\u30bf\u30b9\u30af":106,"\u96c6\u5408":[52,113],change:37,"\u30ec\u30dd\u30fc\u30c8":76," free":[88,103],"\u30d2\u30c3\u30c8\u30b9\u30b3\u30a2":[47,79,113],"\u305d\u306e\u969b":106,".spec":18,".exe":72,"\u305d\u306e\u307e\u307e":106,"\u6700\u5c0f":[107,90,11,98,117],"-cutter":106,"@wareohji":52,"\u7d71\u5408":[52,93],httpd:52,"\u6307\u6570":105,https:[132,106,85]," masahiro":109," takashi":18,"\u6d41\u91cf":37,"_plugin":[18,129],cas:120,"\u65b9\u6cd5":93,nfkc:131,clearlock:[38,0,21,32,52],",\"http":10,"_stamp":103,"\u884c\u3063":[124,50,106,91],",\n":[5,2,64,67,29,75,104,99,79,51,105,10,108,82,83,41,112,33,16,50,53,127,88,128,22,95],"/rpmforge":90,"-com":106,"\u884c\u3044":[125,33,46,2,106,91,47,128,100,68,83,53,104],",\"":[33,3,128,88,112,53],", ":93,",.":106,"\u884c\u3048":[83,2,124],write:[52,79,28],"^commit":106,"\u8fd1\u508d":[52,113],uint:[2,64,34,29,75,89,99,79,105,81,82,41,67,43,33,47,50,52,53,127,91,109,95,131],",_":[33,2,105,91,108,83,50,128],"\u5207\u308b":6,"\u5207\u308a":[114,18,106,52],"\u8fd4\u3059\u304b":108,ghz:104,"\u5404\u56fd":106,"\u30b2\u30c3\u30c8":17," day":82,",{":[3,104],"\u304b\u308f\u308a":[47,117],"\u5357\u534a":52,"\u82f1\u8a9e":[61,18,106,85],db1:37,ieee:34,"_account":85,":ss":[103,105],"_tsv":123,"\u30bd\u30d5\u30c8":123,"-libedit":109,"=(":106,"\u78ba\u5b9f":86,"\u78ba\u5b9a":108,"\u30de\u30c3\u30c1\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":76,"\u4f5c\u7528":52,"\u542b\u3081\u308b":[79,2,127,106,52,18,123],rake:106,"\"version":3,normalizermysqlgeneralci:131,"\"vector":52,alisa:83,now:[38,115,32],"\u3086\u304d":99,"\u8aad\u307f\u8fbc\u3081\u308b":112,el:90,domain:[91,67,68,41,29,75,120],en:[36,108],ea:103,"\u6700\u5f8c":[105,106,10,109,12,47,6,52,104],year:103,"\u70b9\u6570":95," puropose":5,"\u30ea\u30dd\u30b8\u30c8\u30ea\u30c7\u30fc\u30bf":106,space:127,"\u518d\u69cb":18," exclude":52,"\u3065\u3051":52,"/files":106,"\u5230\u9054":44,args:68,"\u5d8b\u7530":52,"/pub":90,"\u7d50\u5408\u5f0f":52,arnaud:18,"[windows":[18,52]," ringtail":[38,96],"\u3078\u3068":29,"\u3078\u306e":[10,76],"_block":[1,120],"\u305f\u3069\u308b":33,"_open":[18,120,1,109,52],message:[103,53,25],size:88,"\u4e0b\u3055\u3044":[117,90,106,11,107,72,96,52,60],"_obj":[18,46,52],"\uff08,":2,"\uff08-":[79,2],"\uff08 ":[117,79,35,105,15,11,22,127,107,6,7,76,123,90,60],"\u30bd\u30b1\u30c3\u30c8":[31,63,4,67,25,75,102,78,110,112,42,114,48,55,88,118,84,52,49,92,27,97],"\u3044\u308c":[10,52]," normalize":5,"\u3044\u308b":[46,106,93,54,124,85],kenichi:[18,109],localnames:112,"=path":96,libevent:76,"\uff08@":[18,109],x6:106,"\u30d5\u30a9\u30fc\u30e0":[79,127,113],"/gat":[50,2,91],"_basic":[6,37],"\u5404\u547d":104,browser:85," gnu":[38,96]," tokenbigram":[79,2,64,83,47,128,127,68,22,82,16,105,53,43],"\u3044\u304d":[2,106],")senna":123,"\u3044\u3044":[98,17],"-zlib":96,"\u30b3\u30f3\u30d1\u30a4\u30eb":52,"\u30b3\u30f3\u30d1\u30a4\u30e9":18,"_circle":[18,52,115,32,38],engin:[36,108],"\u591a\u5f69":93,"=none":5,"\u3044\u3064":36,"\u9806\u6b21":[125,68,2,29],begin:125,price:10,"\u5c0e\u5165":[13,9,124]," moritars":53,"_section":[49,128,53],"\u79fb\u52d5":[106,57,72,52,42,18],"\u672a\u4f7f\u7528":120,"\u3068\u308a\u3068\u3093":[105,127],"-yyy":85,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[18,52,130,38]," compatibility":131,"\u975e\u4e92":52,"\u65b0\u5bbf\u99c5":50,"\u3057\u304b":[79,105,10,127,6,53,85,37,43],"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":59,"\u3057\u3066":[61,33,79,109,2,106,47,128,11,6,52,13,124,85],"\u6700\u5927":[44,45,0,109,105,66,79,68,22,104,52,18,84,37,120],"\u30bf\u30a4\u30c8\u30eb":[33,79,127,10,53,105],title:[33,2,91,10,29,52,53],"-server":[38,90,117,11,68,23,107,52,18],"\u5f8c\u8ff0":[46,106],"1\u6708":[79,63,105,10,128,34,92,102]," jekyll":106," price":10," wget":[117,90,15,11,107,76],"/gqtp":98,"\u62c5\u5f53\u8005":106,"\u8b70\u8ad6":61," package":106," become":71,"(scan":124,"\u8a18\u6cd5":[53,105],"\u70b9\u4ee5\u4e0b":10,"\u5dee\u96c6\u5408":105,"import":106,"\u5dee\u3057":106,"\u3057\u308c":95,"\u3057\u3088":[102,82,46,63,10,40,51,52,18,118],"\u672a\u8a2d":52,article:53,"\u975e\u4f9d":90,"-groonga":[74,106,104]," arted":105,"\u5c55\u958b\u5f8c":79," command":[9,101,5,29,6,52,54]," gone":33,"\u8868\u8a18":[51,64,106,10,34,50,52,18,105,85]," followee":128,"\u578b\u60c5":52,"\u3002callback":46,"\u8868\u8a08":123," follower":128,"';":68," \u7528":76," res":104,"=yes":[52,79,124,106],ruby:[71,106,93,113,52,54],"\u5438\u53ce":[2,64]," advantage":22,these:22,"\u4f55\u3089\u304b":34,"\u30b7\u30b0\u30ca\u30eb":18,"\u4f7f\u7528\u4f8b":51,"/packages":106,"[grntest":18," many":101,"\u3002\u300d":47,"\u5fc5\u8981":[0,117,2,64,66,6,7,36,52,76,8,37,82,79,105,106,83,11,12,40,47,104,13,43,102,46,86,15,16,120,18,53,123,124,90,131,127,93,109,94,22,95,107,58,26,85,29],"_large":[1,120],", {":37,"\u5c65\u6b74":106,"\u8f9e\u66f8":[117,0,47,109,90,52],develop:9," normalizerauto":[83,131,94,43],"-dir":104,"\u6fc1\u70b9":131,document:[26,109,68,105,106],"\u3002\u3044":46,favorited:128,"\u5b89\u5b9a":[93,52,9,88],"_space":[1,120],".po\u30d5\u30a1\u30a4\u30eb":[59,106],", \"":53,favorites:128,"\u3059\u3079\u304d":46," patprefix":99,"\u3002\u3059":[82,104]," properties":103,"\u3059\u3079\u3066":[79,9,2,105,109,52,18,76,104],"[output":52,"\u3002ecmascript":79,"\u6bd4\u3079":[82,91],"'groonga":[107,90,11,117],"\u30ab\u30e9\u30e0":[0,31,63,32,67,35,68,18,102,76,78,38,79,108,40,41,110,43,48,49,52,92,93,109,27],speed:8,"\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af":55,"\u3002api":[22,113],"\u4f4e\u304f":47,mmap:52,"_extract":71,"\u4f4e\u3044":[47,79],"\u30ad\u30fc":[44,79,2,105,66,34,109,68,127,52,131,77,43],"\u542b\u3081":[79,123,127,106],"\u542b\u3080":[125,79,46,2,105,92,108,87,100,49,63,128,52,53,127],"\u8a00\u3046":36,"\u4e38\u62ec":2,read:120,"\u8a00\u3048":[47,127],"\u5c55\u958b\u7528":18,amd:106,"\u542b\u3093":[79,46,105,86,10,22,95,8,127],"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":[52,68,29,120],"\u6df7\u5728":26,"=site":29,output:[52,109,110],"\u5c5e\u3059\u308b":[75,34],unsplit:46,"\u3002sphinx":13,"\u30b7\u30b9\u30c6\u30e0":[93,59],"\u5de6\u53f3":2,"\u30ec\u30b9\u30dd\u30f3\u30b9":[18,1,120,37,52]," \"_":[2,64,29,36,89,99,79,51,105,10,108,82,83,41,33,86,16,50,53,127,91,128,95,58,131],"\u30de\u30b7\u30f3":68,"\u542b\u307f":95,"\u542b\u307e":[95,79,46,2,105,106,127,123,67,58,75,22,40,83,7,52,100,90,37,43],"\u5206\u3051":[38,106],tomoatsu:109,".posted":128,"-static":18,"\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":104," enable":6,"\u578b\u6307":52,processor:[107,90,11,117],"/admin":[18,68],"\u30aa\u30d5\u30bb\u30c3\u30c8":[52,79,108]," age":79,"_per":18,"\u53f3\u4e0a":0,"=title":29," \"k":33,your:85,log:[38,32,21,52,18,76],rpmforge:90,rlimit:103,"\u77e5\u8b58":104,cflags:15," snippet":22,"d\u30ad\u30fc":2,"/query":7," details":5,",\"links":10,"\u30b3\u30b9\u30c8":82," regular":6," nine":2,rect:51,"\u5bfe\u5fdc":[93,87,46,124],"\u95a2\u4fc2":[74,38,46,96],"\u56db\u89d2\u5f62":35,"_code":[95,103],"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af":[29,37],you:[5,85],"\u4f4f\u3093":128,string1:81,"\nattributes":5,coverage:124,"[fedora":52,gemfile:52,"\u4e94\u5165":18,"\u5b9a\u7fa9":[31,2,34,68,75,77,79,51,105,82,83,110,67,46,48,49,16,120,52,53,123,127,22],"\u8a66\u3059":132," stop":[98,6],"\u524d\u8ff0":[47,131,43],month:[33,103],"\u308f\u304b\u3061":100,"4byte":120,"\u57fa\u6570":105,"-e":68,"-d":[68,29],"-g":72,"\u4e16\u4ee3":9,"-a":[52,68,127],"-c":[117,90,68,29],"-m":125,"-l":[103,68],"-n":[18,2,68],"-i":[68,104],"_rc":[92,102,79,63,12],"-j":76,"-t":68,"-w":106,"-p":[125,68,29,104],"\u304b\u304b\u308b":[82,2],"\u304b\u304b\u308a":[82,105,106,127],"-x":[52,106],"-conditional":18,"\u4ed5\u7d44\u307f":52,"\u30de\u30eb\u30c1\u30d7\u30ed\u30bb\u30b9":[18,37],"-prefix":96,"_github":[106,85],"\u6b8a\u547d":104,normalizers:131,"- ":[106,54],"--":[0,63,64,68,52,102,104,79,105,106,12,83,33,47,50,118,18,123,92,128,109,129,26]," clang":124,"\u3057\u307e\u3057\u3087":50,"/work":106," compatible":[5,6],"\u518d\u73fe":[47,113],"\u975e\u5206":79,"\ntokenized":5,"@s":109,naoina:52,"-jinja":106,"\u6e2c\u5730":[51,10,34,39,50,80],"\ntokenizer":5,"\"yyyy":105,pub:106,"/ja":[106,85],"\u304b\u304b\u3063":[92,95,79,63,102],"\u306b\u95a2\u3059\u308b":[38,79,105,32,17,6,52,18,127],"\u30aa\u30b9\u30b9\u30e1":[117,90,11,107,72,96,60],"_dist":52,"\u30ec\u30b3\u30fc\u30c9r":46,"\nborder":5," letter":131,"\u308f\u304b\u308a":109,"\u30b0\u30ed\u30fc\u30d0\u30eb":52,"\u3068\u305d\u306e":9,"\u8ad6\u7406":[44,79,46,93,88,52],hoge:81,"\u30de\u30c3\u30c1":[0,46,127,79,22,16,113,18,76],"9\u3064":2,"\u30ed\u30b1\u30fc\u30b7\u30e7\u30f3":52," more":22,"\u6c7a\u307e\u308b":2,"\u6c7a\u307e\u308a":123,"@yito":52,fulltext:[5,22],".comment":[128,53],"-tokenizer":[117,52,90,11,107],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":22,"\u30af\u30ea\u30c3\u30af":106,"\u5fa9\u53f7":106,site:[10,2,29,91],"\u3002eclipse":85," newly":22,"[load":52,"-databases":[75,41,2,29],"\u9664\u53bb":[52,109]," lynx":[38,96],exclude:52,"-address":[18,68,52],snippet:[38,71,115,32,52],"\u3042\u3089\u304b\u3058\u3081":[117,34,106]," threshold":27,"_likes":[95,79,105,127],fu:5,"[dat":52,"\u901f\u304f":[33,76,43],"\u6642\u9593":[102,95,79,63,127,106,92,93,109,55,52,18,104],"\u901f\u3044":66,documentation:54," baseball":33,"\u4e00\u5bfe":10,uninstall:52,"\u5909\u63db":[1,66,34,6,128,18,131],help:[18,124],"\u592b\u5fc5":99,"-wno":18," release":[72,106]," creates":[103,101],"/lzo":[18,109],systemd:52,"\u306f\u3044\u304f\u3064\u304b":[44,95,127,37],"_rename":[38,21,32,52],">> ":[52,105],"\u30ab\u30fc\u30bd\u30eb":[18,109]," owner":6,"\u57fa\u672c":[93,38,106,52],"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":68,"-test":[124,106],"\u5e03\u6559":59,"\u30ad\u30fc\u30ef\u30fc\u30c9":[38,0,100,127,93,79,22,129,83,73,52,8,43],"\u597d\u304d":85,yito:52,"\u30bb\u30af\u30b7\u30e7\u30f3":[5,94,72,6,36,76,117,79,51,130,11,40,41,115,85,116,86,15,120,89,123,54,90,127,21,95,107,96,58,59,43,60],"\u9032\u3093":93,"\u30b5\u30a4\u30ba":[44,117,90,88,10,66,11,22,93,107,72,120,96,52,18,84,60,43],"\"sequence":[36,108,86,58],"\u30d5\u30a1\u30a4\u30eb":59,todo:[79,56,101,12,95,24,115],"_position":[82,79,2,64,83,47,128,127,22,49,16,53,105],"\u52a0\u3048\u308b":[49,18],"<ip":[68,104]," table":[2,64,67,68,102,63,89,99,40,79,51,105,10,108,82,83,41,110,112,43,33,47,48,49,16,118,53,127,91,92,128,22,131],issue:61,"/mailarchive":106,"\u9045\u304f":80,"\u9ad8\u304f":47,"\u9045\u3044":[66,51],"\u3002mysql":[107,90,11,131,117],"\u9ad8\u3044":[88,108,2,6,93],"\u3042\u308f\u305b\u308b":52,base:106,put:127,"\"roonga":8,bash:76," http":[30,38,90,32,117,15,93,125,11,68,107,6,52,76,60]," weight":[10,79],"\u30b5\u30a4\u30c8":[10,33,106,113]," not":[52,79,5,103],"\u5024\u3068":[10,79,127],encoding:3,"/data":54," allow":79,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":59,"\u3002_":[2,77],"\u5024\u304b":51," omitted":3,":value":[79,127],zeromq:76,"\u3002make":104,"\u30de\u30eb\u30c1\u30d0\u30a4\u30c8":18," unmanaged":88,grep:[107,90,11,117],"\u3002xml":95,"_probability":[18,108],"\u5206\u3051\u308b":[10,106],"\u30de\u30eb\u30c1\u30b9\u30ec\u30c3\u30c9":37,"null":[18,46,75,22,52],"\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3,lib:[109,7],"\u79d2\u5358":[10,34],"/synonyms":123,"\u5024\u3068\u3057\u3066":[51,68]," based":22,tokenbigramsplitsymbol:[47,109,28],".repoforge":90,"'hay":46,"/dev":106,"\uff08and":113,"\u6697\u53f7":106,"\u4ecb\u3057":[93,29],"\u6574\u5408":0,"\u62e1\u5f35\u578b":10,"\u59cb\u3081":85," already":5,"\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9":124," depends":71,"\nency":104,"\u4eca\u5f8c":[42,18],httprewritemodule:6,".nginx":6,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9":68,"\u89e6\u308c":2,"\u898b\u308b":[50,1]," \u6c11":100,"\u68ee\u7530":33,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30af\u30a8\u30ea\u30fc\u30a4\u30f3\u30bf\u30fc\u30d5\u30a7\u30a4\u30b9":3,"\u82b1\u5b50":33,"\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":27,"(argument":105,"_enough":[1,120],":groonga":[79,127,106],"_would":[1,120],"\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0":46,"\u7d39\u4ecb":[33,59,79,106,128],"\u4e00\u5ea6":[7,82,52,18,53,131,123],"\u5909\u6570":[105,106,15,129,52,18,123,124],"-level":68,"|persistent":[75,41,67]," really":105,"\u306f\u3061\u3087\u3046":105," takuto":109,"\u30d0\u30a4\u30f3\u30c7\u30a3\u30f3\u30b0":[116,113,54]," issue":61,oneiric:[18,106,52],geopoint:[33,0,51,91,10,34,109,39,80],"\u5f71\u97ff":[52,106]," about":[95,103,5,115],"\u767a\u63ee":93," database":[6,101,22],"-plugins":[107,90,96,117],"\u4e0d\u80fd":104,tokenbigramignoreblanksplitsymbol:[47,28],"\"web":[86,58],"\u306e\u3069\u308c":36," to":[79,5,105,22,95,71,6,103,52,127],"/db":[108,98,6,112],"/dd":105,"\u56de\u7279":104,"\u7a3c\u52d5":55," explorer":72,"\u6a29\u9650":76,"\u30a8\u30b9\u30b1\u30fc\u30d7":[40,52,22],"\u6307\u793a":[36,2,29],"\u505c\u6b62":[52,9,68,97]," entries":[79,105,112,127],"\u4eca\u5ea6":128,"_zlib":1,"!(n":105," values":40,"\u898b\u3064\u3051":[36,0,52],fedora:[38,106,96],"[suggest":52,"-jp":52,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6":[76,106]," select":47,user:[33,83,6,104,22],"\u30ab\u30b9\u30bf\u30de\u30a4\u30ba":[79,131,127,68,22,110,52,76,43],database:101,"\u30ef\u30a4\u30c9":18,"\u30b1\u30fc\u30b9":[47,79,43],"\u9806\u756a":[47,68,2,127],"\u30b0\u30e9\u30d5":93,"_path":[52,106,104],"\u30d0\u30a4\u30b0\u30e9\u30e0":47," word":[79,127],"\u4e8c\u756a\u76ee":105," work":103,"\u8fd1\u4f3c":[18,51,80,52],"\u56de\u6307\u5b9a":127," common":[18,105],"\"tritonn":79,"\u307e\u3057":[33,79,51,64,106,86,47,128,127,105,131,50,52,18,85,43],"\"uptime":3,"-gram":[5,2,105,47,93,100],"\u3064\u3051\u308b":99,"...":[79,62,3,88,108,67,127,75,12,82,24,6,112,18,26,52,56,104,105],"-untrusted":107,"\u9759\u7684":59,nginx:[117,52,90,11,107],"_com":106,"\u30b9\u30c6\u30fc\u30c8\u30d5\u30eb":120," your":[18,85,54],"\uff09\u307e\u305f":[105,127]," some":[103,5],popular:79,"\u4f5c\u696d":59,"\u30c7\u30d5\u30a9\u30eb\u30c8":[0,2,3,34,100,68,6,18,76,37,40,79,9,105,10,108,12,82,110,104,42,43,46,47,51,52,80,125,127,91,109,29],"\u5927\u304d\u306a":[37,43]," geoindex":33,"\u96a3\u63a5":[93,127],"\n ":[46,6,37],"~number":105,"\u5927\u304d\u304f":[10,109,9,112,80]," realtime":[108,58]," nanoseconds":103,"\u5927\u304d\u3044":[79,46,127,66,68,18],"\u3061\u3083\u3093":33," sed":11,"\u30af\u30a8\u30ea\u30fc":[38,79,32,108,7,52],"\u5927\u304d\u3055":66,".sh":[52,85,124,106,54],run:[124,6,106],"\u4ed8\u304d":[38,1,127,15,108,35,109],"\u81ea\u5df1":128,"\u4ed8\u3044":[128,131],"\u5f37\u5236":[52,0]," test":[2,124,106,10,29,53,104],"\u4ed8\u3051":[2,10,29,52,53,37],"\u30ab\u30a6\u30f3\u30c8":[52,128],"\u305d\u3053\u306b":[75,67],"\u4f3c\u305f":[50,131],"_read":1,"\u5185\u5bb9":[98,2,67,29,75,102,104,79,105,106,10,63,85,52,53,125,127,92,128,22,95,58,36],".garbage":52,block:10,".\n":[5,106,37,6,112,104],"\u3067\u3069\u3053":1," postgresql":[93,22],"\u30ad\u30e3\u30c3\u30b7\u30e5":[52,0,93],".(":106,".)":[52,105,103],".-":85,"..":[79,63,105,92,127,68,101,40,102,26,43],"\u5316\u6f0f\u308c":52,"\u3067\u3082\u3063\u3068\u3082":21,".\"":[33,2,105,10,22,82,83],"\u5909\u66f4":[38,0,106,52,76,54]," sign":106,".'":[49,52],"\u30fb\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":128,"\u30b3\u30f3\u30d5\u30a3\u30b0\u30d5\u30a1\u30a4\u30eb":9,"\u652f\u63f4":8," gothic":13,"\u30da\u30fc\u30b9\u30c8":52,"[groonga":[18,106,52],tokenbigramignoreblanksplitalpha:28,".]":[105,108,67,88,75,102],"._":[10,79,105,127],"\u3002\u30bf\u30b0":33," shimada":109,".h":57,".i":90,utf:[71,3,109,68,131,52,76,105],".n":[79,105,127],".o":33,munin:[117,0,11,90,107,52,18,76],"\u306b\u5bfe\u3057":[125,55,0,46,2,105,91,33,93,108,100,79,49,16,50,7,106,26,52,53,127],".c":[79,71],".d":[107,11],"_max":[45,1,120],".x":90,windows:59,".}":[88,105],"\u66ff\u3048":[47,38,111,106]," types":[108,5],"\u3002gnr":113,"#{l":103,"_columns":[38,109,110,52]," show":52,"\u958b\u3044":[18,27,131,109,78],"\u958b\u304f":[18,131,52],"_rate":[29,55,2,3,6],application:37,"\u958b\u3051":52,"'\u3002":68,"\u56db\u3064":100,sigcont:52,"\u6642\u4ee5\u5916":109,"\u843d\u3061\u308b":[18,109,52],"\u767a\u884c":29,draw:33,": n":125,"_len":52,".patch":85,"(title":[52,81],"\u306a\u304c\u308b":52,"\u4e00\u5de5":99,"\"suggest":8,"\u5f37\u5316":[18,109],kawaji:52,"_pat":[79,105,83,109,68,22,127,16,41,112,75,52,89,43]," changed":71,gr:79,"\u30d5\u30a3\u30eb\u30bf\u30fc\u30c6\u30ad\u30b9\u30c8":79,gb:3,ga:104," push":85," binding":71,".ssssss":103,"_unknown":1,"\u300cgroonga":113,"po\u30d5\u30a1\u30a4\u30eb":85,"/..":[6,106]," ./":[76,85]," ..":[2,105,88,108,83,6,63,102,52,37,85],"\u4e0d\u8db3":[117,90,11,107,72,96,60],"\u304a\u3053":[10,93],".mo\u30d5\u30a1\u30a4\u30eb":85," such":[52,5,85],"/bin":76,"\u5341\u5206":47,"/sbin":60,"\u8ca0\u6570":52,download:90,"-known":22,"/introduction":[2,29],opaque:120,".tsv":[123,3]," japanese":17,"\u542b\u307e\u308c":[79,93,100,22,95,7,43]," assigned":5,"\u983b\u7e41":76,"\u4fdd\u5b58":[38,35,52],"\u7b49\u5024":109,"\nalert":[4,25],"\u62e1\u5f35\u5b50":[109,3,104,7]," libmemcached":124,".weight":52," users":[79,128,83,41,112,103,89],blogroonga:59,"\u300d\uff08":[100,112],"_child":[1,120],"\u306e\u3042\u3068":52,"\u5177\u4f53":[47,53],"\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3":[116,93],"\u898b\u3064\u304b\u308a":79,"\u898b\u3064\u304b\u308b":52,"\u8d85\u3048":[47,79],win:72,"\u5171\u901a":[18,34,105,53,66],"\u7d5e\u308a\u8fbc\u3080":8,"\u624b\u9806":[59,119],"\u3002\u30d0\u30b0":61,"\u7d5e\u308a\u8fbc\u3093":93,"_no":[79,1,105,127,109,22,82,83,112,75,43],"\u81ea\u5206":[104,96,85],soundkitchen:[18,52],started:127,"\u5f15\u304d\u8d77\u3053\u3059":52,"\u5371\u967a":[106,37],"\u53d7\u3051\u4ed8\u3051":[52,109],mitsuhiro:109,"\u7de8\u96c6":[59,124,106],links:[10,29,91],sudo:[117,90,11,107,52,76],">max":3,objname:[27,78],"\u30b7\u30e3\u30fc\u30d7":43,"\u3055\u304d":10,tokendelimit:[5,28,58],"\u6df1\u523b":[47,52],"_repair":52,"\u512a\u5148":[93,104],"\u5fc3\u914d":96,"\u7d5e\u308a\u8fbc\u307f":[93,2],"\u66f8\u5f0f":38,rakutan:53,"\u81ea\u52d5":[33,2,99,106,66,7,127,104,52,18,105,77,85],"\u672c\u4f53":59,"\u898b\u3064\u304b\u3063":[79,8],"\uff08tokenmecab":47,"get\u30e1\u30bd\u30c3\u30c9":26,"\u30c7\u30d5\u30e9\u30b0":18,"-mysql":[117,90,5,11,107,131],"\u88dc\u8db3":6,"\"abandon":92,auto:[108,106],"\u629c\u304d\u51fa\u3059":93,"_seek":[1,120],takayuki:18,"\u306b\u304f\u308b":47,"\u5f15\u8a9e":2," meerkat":18,mode:46,"'query":52,"\u65e2\u5b58":[2,106,10,93,29,42,52,104]," tomita":109,chunk:88,"\u751f\u6210":59," gnupg":106,"\u3050\u308b\u3093":[33,105,127],"-match":96,"\u306b\u304f\u3044":93," row":22,"_default":[52,37]," floating":34,"\u30bd\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":[72,85],"\uff1f ":104,deprecated:[79,9],"-localstatedir":96,"\u307f\u304c":46,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30c4\u30fc\u30eb":122,"\u8aa4\u5dee":[18,51,80],largetext:66,"<max":68,unsupported:120,"\u76ee\u4ee5\u964d":79,"\u305e\u308c":[46,105,106,58],"\u5185\u8fd1\u304f":105,"\u305d\u3053":[10,47,106],mkdir:112,"\u6700\u4e2d":93,"]]":[79,63,92,108,67,68,40,118,110,102,104],"\u52d5\u5c0f":34,".groonga":[85,90,106,117,15,11,107,72,76,104,60],"_bad":1,"-doc":52,man:0,"\u306f\u3058\u3081":[38,108,9,130,85],configure:59,travi:52,",..":[40,75,67,79],"\nrequest":103,"\u3092\u3054":124,"-log":96,"_expander":52,"\u8a72\u5f53":53,"-threads":68,"\u56fd\u969b\u5316":[59,122],"\u30c8\u30c3\u30d7\u30da\u30fc\u30b8":106,"*ctx":12,"\u30de\u30a4\u30af\u30ed":[10,128,34,105],"\u3068\u307f":[26,52],"\u6f14\u7b97":[52,113,76,105,109],"-db":52," suggest":[108,58],"\u30b3\u30f3\u30d1\u30a4\u30e9\u30fc":76,sa:[108,86],url:[112,18,29,106,26],uri:[26,6],"/ipaexgothic":13,"\u6982\u5ff5":9,"\u57fa\u6e96":[10,93,2,106],"_temporarily":[1,120],"_data":[1,120],"\u3084\u308a":61,"\u3084\u308b":59,"\u3084\u3089":106,"\u3084\u3081":[18,52],"\u3002\u2193":68,ssssss:103,"\u53cb\u4eba":33,"\u6e2c\u5b9a":104,"\u65e5\u6642":[38,34,111],"\u4e0d\u6b63\u78ba":[55,52],"\\groonga":72,"\u4e0d\u8981":[52,93],"\u79d2\u3088\u308a":129,"\u3050\u308b":[127,105,113],"\u30d0\u30c3\u30af\u30a2\u30c3\u30d7":112,korea:91,"\u63a5\u7d9a\u5148":125,".list":[107,11],"_groonga":95,"|ga":79,"\u975e\u5e38":[52,37],"\u7ba1\u7406":[38,0,106,68,12,88,52,18,76]," gqtp":[93,98,1]," quit":68,ken:33,"\u3084\u304c":9,"\u304c\u304a\u304c":128," rdbms":93,"\u30a2\u30f3\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":52," init":52,"\u3053\u308c\u3089":[2,3,66,7,76,8,77,117,79,51,105,11,47,37,113,15,52,90,127,91,128,94,107,58,26,59,131],key:[95,79,108,67,40,41,118,112,52],admin:109,"\u96e3\u3057\u3044":93,"\u898b\u3064\u3051\u308b":[36,131],"\u4eca\u56de":[52,2,22,105],"\u4f5c\u6210":[59,119],"_add":68,"\u30af\u30ea\u30a2":[18,52]," backup":112,quit:[38,21,106,32],"\u30b9\u30ab\u30e9":67,quiz:33,"\u547d\u540d":52,"\u306b\u3088\u3063":[31,2,64,4,67,100,68,25,29,102,75,78,79,9,10,110,63,113,42,114,33,46,112,87,48,55,88,118,84,52,125,49,91,92,93,26,27,97],"\u6b21\u671f":106,username:[33,72],"\u65e5\u672c":[105,106,34,39,50,36,80,127]," fast":[95,79,105,22,40,53,127],"\u7d44\u307f\u5408\u308f":[93,79,46,43],"\noptional":5,"\u7a2e\u985e":[38,79,1,105,106,86,47,66,58,68,111,108,127,46,120,36,18,77,43],"_binary":52,"\u4ee3\u308a":[52,51,127],"\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":[79,72,52,18,123,43],"\u3060\u304b\u3089":79,"/_":106,"\u9818\u57df":[52,50,76],"/o":43,"_system":[18,1,120],"\u91cd\u8981":[79,76,106,124,93,21,70,82,6,12,37,43],"\u614e\u91cd":124,"/f":106,"/d":[6,37],"/c":[57,93],"\u91cd\u8996":[47,82],"-essential":[107,11],"/x":37,"-learner":[109,8,101]," need":5,"(mroonga":123,http:[117,38,90,109,106,26,125,11,68,107,72,6,112,52,18,104,85],"/\n":[109,106,85],"\u306b\u3088\u308a":[44,79,51,2,99,106,88,10,93,34,47,50,6,52,53,37,29],"\u306b\u3088\u308b":[38,51,2,105,106,10,93,34,94,52,18,111]," been":106,"/.":18,"/*":[57,98,85],"/(":106,"/groonga":[98,2,68,72,6,7,74,75,52,76,117,106,57,11,41,85,15,29,18,123,54,90,109,107,60],"\u30ab\u30b9\u30bf\u30e0\u30bb\u30ec\u30af\u30bf":52,"/$":85,"/\"":[33,2,91,10,50,29,112],"/ ":[107,11,6,37,109],"/;":6,"\ndo":104,"\u3042\u304d":99,"\u904b\u7528":93," yum":[52,90,117]," \u6642":128,"\u3042\u3063":[33,79,9,106,104,117,108,40,37,52,77,85],"-ruby":[52,106],"\u3042\u3068":[106,85],"\u30b5\u30fc\u30d0\u30fc\u30e2\u30c7\u30eb":120,"\u30fb\u5186":93,"\u6790\u7cfb":105,"\u756a\u53f7":[125,98,104,68,79,37,29,77],"\uff08or":113,".jp":[79,71,106,17,112],pikonyan:33,tomita:109,"\u6587\u5b57\u6570":[22,105],"(\u300c":106,"\u4e0b\u8a18":[55,88,9,46],"\u7570\u5e38":[88,104],linux:104,home:[76,106],"'config":68,"\u30bb\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u30d5\u30a9\u30eb\u30c8":52,"\u5411\u3051":59,"_permission":1,"\u304f\u308c\u308b":[57,93,85],"\u5411\u3044":[95,66,79],"\u3093\u304c":[105,127],"_number":[95,29],"\u3057\u3064\u3064":124,"\u3042\u308c":[105,106,47,82,104,43],"\u3042\u308a":[61,5,17,72,6,7,74,75,52,76,104,117,79,9,106,57,108,11,12,40,83,41,113,42,114,43,44,46,49,16,51,18,124,55,90,93,94,22,95,107,96,26,59,85,97,60],"\u3042\u308b":[92,1,2,33,4,66,34,35,68,25,31,52,36,116,76,37,78,79,9,105,106,81,10,108,40,83,110,104,63,113,42,114,67,43,102,45,46,112,86,47,48,49,16,51,84,18,53,80,123,125,55,126,127,88,85,93,109,75,22,39,118,26,27,97],offset:110,"\u304b\u3051\u308b":6,"\u9055\u3063":36,".hash":128,"-source":106,"\u6f0f\u308c":[52,113,106,93],"\u9055\u3044":[79,51,2,127,10,53,37,43],iexplore:72,"\u9055\u3046":109,"\u500b\u6570":52,"<log":68,additional:52,"\u8907\u6570":[38,0,46,127,108,93,67,109,75,79,49,83,6,26,18,52,132,104,43]," tokenizing":5,"\u30ed\u30b4":52,"\u30ed\u30b0":[0,106,4,129,25,52,18],"\u5c55\u958b":[38,79,106,32,7,83,72,52,18,76]," katakana":131," from":71,".travis":54,gronga:[123,8],"\u540c\u3058\u5024":[2,6],".\" ":29,truncation:18,"\u3068\u3053\u306e":36,limit:[18,110]," libevent":[107,11]," blogs":47,"\u3068\u3053\u308d":[105,57,128,94,7,52,85],"{\"":[88,104],"{ ":37," error":[52,25],"\u79d2\u5f62":34," kawaji":52," rinse":106,"\u3002video":33,halfwidth:131,"\u6163\u7fd2":52,"_many":[1,120]," system":[61,79,127,34,22,105],"_auto":52,"\u65b0\u3057\u3044":[93,59],"\u65b0\u3057\u304f":[79,9,2,82,113,43],friends:33,sphinx:59,"{\\":40,"\u305a\u308c":[9,63,4,93,34,68,51,40,10,50,25,120,46,102],".status":104,"=redhat":76,"\u3002scan":124,"\u00a0flags":12," scan":124,"\u3002groonga":[2,3,66,72,29,36,76,117,79,9,105,11,55,52,53,49,90,127,93,107,59,6]," inverted":22,"\u592a\u90ce":33,"\u30df\u30ea":[10,18,34,50,105],updated:47," use":[79,5,105,127,95,88,85],"void":52,internet:72,"\u3066\u307f\u307e\u3057\u3087":50,"\u53c2\u7167\u5143":10,"\u30df\u30b9":36,"=pat":52," tokens":5,vector:52,"\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":52," myisam":93,"\u9006\u9806":2,"\u3002grn":[46,113]," web":76,"\u6210\u529f":[76,12],"new":[79,51,106],net:91,maverick:18,"\u306f\u3044\u3051":[118,63],"\u5fdc\u3058":[93,104],"\u4e2d\u4e95":52," option":103,"\u305a\u3064":[128,53,68,104],":port":[26,68,6],"\u5411\u4e0a":[18,37,113],serch:[108,86],"\u3080\u308b":[105,127],"\u9023\u7d9a":[47,100,86],".yml":54,typo:18,type:[33,128,2,99,91,86,10,108,67,50,49,41,58,36,53,104,43],language:85,"\u4ee5\u4e0b":[5,1,63,4,67,35,68,25,72,6,7,75,52,76,104,79,51,106,108,40,83,41,112,13,43,44,46,49,16,102,18,89,80,124,54,88,92,94,22,95,26,85],"\u4ee5\u4e0a":[79,46,106,108,68,22,12,72,124,52,85,104,43],"_comment":16,"_left":[18,1,120,39],"-ipadic":[117,90],akio:52,"\u306b\u95a2\u3057":[46,104],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3":[0,27],"\u63a8\u5968":[79,9,95,29,96,52]," pdf":13,"\u5408\u5bbf":128,normalizernfkc:94,"\nworks":103,"_memo":83," management":[22,54],"\u9023\u7d61":85,sitedomain:[29,91],"\u30b9\u30fc\u30d7":100,"/result":52,"\nmultiple":5,"\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8":53,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":59,"\u3002tsv":[95,123],"_indexer":52,"\u9069\u5408":[47,2],"\u30a4\u30f3\u30dd\u30fc\u30c8":59,"\u9023\u7d50":[52,53],"\u5206\u5c90":124,"\u643a\u5e2f":93,"\u5358\u4e00":49,"\u65b0\u898f\u30ea\u30ea\u30fc\u30b9":106,"/acccess":98,"\u30aa\u30d5\u30a3\u30b7\u30e3\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea":109,"_jp":76,"_small":[1,120],"\u6d6e\u52d5":95,before:54,"\u7e26\u68d2":43,"=allow":79,"\u6574\u6570":[45,1,84],"\u3002id\u30d1\u30e9\u30e1\u30fc\u30bf":[118,63]," yoshioka":52,"\u300coutput":26,"\u30b9\u30c6\u30fc\u30bf\u30b9":[1,120],"\u691c\u8a0e":47,"-pack":96,"\u691c\u8a3c":125,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":[38,0,105,33,67,88,111,127],"'or":52,"\u975e\u4e92\u63db":18,cmd:72,"\u30d1\u30b9":[125,109,2,106,104,7,68,129,29,26,18,76,37,6],"\u7c21\u6613http":[107,90,11,117]," contain":52,"\u30ed\u30b0\u30d1\u30b9":109,realtime:58,"/bc":106,content:[95,79,105,22,82,16,18,52,53,37,127],grease:10,"/\uff09":109,"\u8996\u899a":93,"\u30d1\u30ea":51,"\u63a5\u8fd1":46,"\u30d1\u30c3\u30b1\u30fc\u30b8\u30df\u30b9":109,iso:105,"1\u884c":104," rand":45,"-th":5,"\u7531\u6765":113,"\u30e1\u30e2\u30ea\u30fc":43,"\u5358\u4f4d":[51,2,105,93,34,100,21,22,95,109,120,128,18,80],"_clear":18,tokens:5,"[http":52,"\u5358\u4f53":[93,104],"\u5f79\u5272":2," instantly":22,nsubrecs:[33,91,128],distance:51,keyword:[52,22,127],".json":3,gnupg:106,enables:[5,6]," munin":52,"\u30a8\u30e9\u30fc":[117,0,9,106,11,90,12,107,72,96,18,52,76,60]," allows":22,"\n\n":[31,2,92,68,67,48,118,6,102,42,63,128,37],"\u958b\u3051\u308b":52,"\n<":3,"\n>":[72,29],"\u7279\u6b8a":95,"_cas":1,"\n-":[92,102,118,63,106],"\n(":[103,3,106],"\n%":[85,90,106,117,15,11,68,107,29,112,52,18,76,124,60],"\n ":[33,79,5,105,104,88,47,128,67,127,68,95,83,50,51,110,6,37,43],"\n\"":[3,104],"\n#":[2,64,68,6,7,75,89,104,99,79,51,105,10,108,82,83,41,13,43,33,86,55,16,50,53,127,91,128,22,58,36,131,29],"\n]":[33,51,2,64,91,86,10,108,127,131,95,83,112,58,36,53,105,99],"\n[":[2,3,4,68,25,6,36,89,104,78,82,79,51,105,10,108,40,83,41,64,112,99,110,33,86,47,49,16,50,84,53,131,127,91,88,128,22,58,27],"') ":68,"\u3002\u30df\u30ea":10," env":123,"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":54," domain":[57,91],"\u3002munin":[107,90,11,117],"\u533a\u5207\u3089":18,"\n}":[46,6,37],don:6,radious:80,"\n{":[33,79,2,64,91,10,127,82,40,16,41,105,53,131,89,104,99],doc:[57,101,106,85],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u30eb\u30fc\u30c8":106,"\nn":5,"\u56fa\u5b9a":[2,120,43]," eight":2,"\na":[103,5],"\u306a\u304a\u3053\u306e":104,"\u6210\u308a\u7acb\u3063":46,syntax:120," token":[5,104],"\u65e5\u672c\u8a9e":[61,105,47,93,127,52,36,85],"\u8ffd\u52a0":[93,59,46],"_address":[1,29,120]," \u3057\u3044":[47,100]," dist":106,"\u72ec\u81ea":[95,93,125],"\\\"a":16,stop:52,"_limit":[38,0,1,21,32],"/grntest":106,"\\\"}":40,gbyte:44,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[117,38,79,100,105,58,11,90,129,127,107,86,109,73,52,18,28,43],bad:120,"\u623b\u308a":52,"\u524d\u56de":106,",\"location":[33,50],"\u591a\u304f":[79,2,10,68,22,47,18,132,43],"\nlog":103," keyword":[22,127],"\u623b\u3063":6,".kentaro":52,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30e9\u30a4\u30b9":100,"\u30aa\u30fc\u30ca\u30fc":52,"\u4e88\u7d04":49," gcc":[15,117,90],brazil:91,"\u672a\u958b\u653e":109,inappropriate:120,sigint:18,filename:120,"\u7bc4\u56f2":[38,79,9,93,35,52],"+fffe":5,"_geo":18,"\u3092\u901a\u3057":[68,2],"_get":[18,52],"\u534a\u5f84":80,"\u3092\u901a\u3058":50,"_operation":[1,120],"_level":[38,21,32],"\nmercurial":106,"\u73fe\u308c\u308b":47,"\u3044\u3044\u306d":[79,105,127],"0e":104,"\u8a9e\u5f59":[44,38,66,100,131,111,43],"\u62bd\u51fa":[16,52,22,43],"\u3068\u3044\u3063":[117,79,51,105,66,50,113,52,37,127],"_too":[1,120],"\u3068\u3044\u3051":[36,120,43],"\u3068\u3044\u3046":[2,3,66,34,100,6,7,36,52,76,37,64,79,9,105,106,10,108,83,104,113,13,43,33,86,47,87,88,50,51,18,53,123,124,131,127,91,93,94,22,128,26,85,29],"\u7528\u3044":[38,0,93,18,13,124],"-help":96,"\u7591\u4f3c":[38,79,32,45,40,52],"-scorer":115,"_log":52,"\u554f\u984c":[0,2,105,106,10,109,129,127,88,52,18,104,85],logaling:54,"_key":[0,68,18,75,77,40,79,51,105,108,82,83,41,112,43,16,52,89,127,109,22,131],"\u6700\u3082":[88,79,12],ip:[29,104],is:[10,103,120,6,85],it:[33,79,5,105,95,40,103,127],il:[47,100],io:71,"in":71,ia:[47,100],id:[2,64,66,67,68,103,29,36,75,89,77,99,79,105,10,108,82,41,63,33,112,86,47,88,50,118,53,127,91,109,95,58,131],"if":[103,5,105,46],"\u305d\u3093\u306a":[76,43]," remained":103,make:59," smaller":103,"\u306b\u3088\u3063\u3066":[9,2,10,93,47,124,77],"\u5f15\u7528":68,"8byte":120,"\u3055\u307e\u3056\u307e\u306a":[38,111,128],"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":[49,77,43]," articles":53,protocol:[26,68,3,37],just:5,"@groonga":[106,17],"||":[52,53,46],yes:[108,124]," debug":5,"\u5f8c\u65b9":[38,46,52],"\u89e3\u50cf":109,candidate:108,defrag:[38,0,21,32],"\u306f\u3059\u3079\u3066":[79,5,2,105,40,113,131,43]," four":[103,2]," libmecab":[107,11,106],save:106,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":[106,132],"_close":[18,46],"|>":103,"|<":103,"|:":103,"\u5cf6\u7530":52,"| ":[79,105,47,83,50,103]," environment":54,"\u6539\u540d":[18,52],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[0,63,66,34,68,6,7,102,52,76,77,78,38,105,40,104,112,113,43,116,46,49,88,118,18,131,92,93,27,132],centos:[38,106,96]," ueno":[52,109,129],"\u3067\u3044\u3046":131,"\u4f7f\u7528":[0,5,2,64,34,100,68,98,6,102,63,37,79,9,105,106,10,40,83,41,104,46,47,49,16,51,52,89,55,127,88,92,128,109,94,118,26,29]," results":[52,22],total:[88,104]," bigram":[47,128],"\u5c11\u3057":76,notification:103," firefox":85," visual":72,localhost:[125,3,106,37,18,104,6],"\u7a0b\u5ea6":[18,2,52],"\u53c2\u8003":[38,106,32],"\u5b8c\u5168":[79,46,105,66,49,43],"\u304c\u308f\u304b\u308a":128,"\u304c\u308f\u304b\u308b":51,"\u4e00\u500b":46," shopping":82,"\u30c1\u30a7\u30c3\u30af":[125,109,88,52,18,104]," aggregate":22,sphr:51,"\nlevel":103,"\u305d\u3061\u3089":76,"\uff08\u307e\u3082":37,editor:85,"\u6291\u3048":47,fork:[68,85],tokenbigramignoreblanksplitsymbolalphadigit:47,form:2,"\u7f6e\u3044":106,".ne":71,"_animal":10,"\u5165\u308c":[47,33,128],"\u5165\u308b":[75,67],"\u5165\u308a":[67,2,105,91],grroonga:8,"\u5426\u5b9a":[79,46],"delete":[38,0,32,109,21,18],"_location":95,"\u6c7a\u3081\u308b":[79,46],kwic:22,"\u5165\u3063":[33,2,95,120,52,36,53,124]," tokenization":5,"sort\u30ad\u30fc":0,"\u73fe\u5728\u5730":128,"\u30a8\u30c7\u30a3\u30bf":85,tokenbigramignoreblank:[47,28],excel:123,"\u3002\u307e\u305a":47,"\u914d\u5217":[95,79,46,127,67,109,75,22,49,88,52,18,43],"\u3002\u307e\u305f":[125,9,2,99,86,10,93,34,68,50,46,29,26,123,104,105]," ocelot":[18,52],"\u300d:":131,".service":52,fsf:52,macports:[38,96],pseudo:[38,79,32],"\u6539\u5584":[18,0,52],"_offset":[1,110],"\u9069\u5207":[93,109,2,104,43],"\u81ea\u52d5\u7684":104," hottolink":71,segv:[52,0],"\u7279\u6027":66,manager:[6,37],"\npackages":106,"\u7fa9\u8a9e":123,"\u795e\u5948\u5ddd":128,"\u3068\u3059\u3050":82,"\u524a\u9664":[0,31,66,7,48,93,109,6,68,52,118,18,89,77],"\u30bb\u30c3\u30b7\u30e7\u30f3":[114,68,120],string:[52,46],"\u8a2d\u8a08":79,"\u4e0a\u91ce":109,"[php":52,"\u30b5\u30f3\u30d7\u30eb":[52,79,109,129]," performance":22,"\u30b5\u30b8\u30a7\u30b9\u30c8\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8\u30b9\u30ad\u30fc\u30de":86,"\u304f\u3093":128,"\"mysql":8,"-escalation":96,item:[36,108,86,58],"\u672a\u6e80":127,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba":88,"-deb":106,"\u4ed8\u4e0e":[33,104,77],"\u30ed\u30b0\u30e1\u30c3\u30bb\u30fc\u30b8":52,"\u629c\u3051":[18,52],"\u5076\u6570":105,"\u63db\u6642":18,"\uff08normalization":131,"-dev":[106,11,17,107,52,18,124],">alloc":3,".so":7,"\u4f8b\u3068\u3057\u3066":10," two":[103,5],"-mode":85,"\npublished":106,shift:76,"\u3068\u3059\u308c":93,"_version":[18,106],"geopoint\u9593":18,bom:109,raccoon:33,bob:[79,127,83,41,89,37],"\u30dd\u30a4\u30f3\u30bf":12,"\u5fd8\u308c":18,"-leak":109,"\u521d\u671f":[93,18,109,52],"/main":11,"\u4e21\u8005":50,"-check":[18,109]," sequence":103,"\u5916\u90e8":87,"-libevent":52,"\u5e74\u9f62":[93,43]," mysqlgenerallexicon":131,ooo:66,"-each":18," rpmforge":90,"\"color":131,"\"mori":112,"/nfs":76," new":106,mbytes:104,"\u8fd1\u3055":105,"\u30b8\u30aa\u30b5\u30fc\u30c1":[18,111,38],"\u30dd\u30a4\u30f3\u30c8":123,"\u8fd1\u3044":125,"\u8fd1\u304f":[93,35,105],"-directory":52,"\u30fb\u30b5\u30fc\u30d0":2,normalize:[38,21,32],"\u3002\u30ed\u30b0":43,"\u30d0\u30a4\u30c8":[1,66,34,109,22,52,18],"/cpuinfo":[107,90,11,117],"\u8a9e\u53e5":33,map:18,groo:79,"\u518d\u8aad":[42,123],max:[125,45,2,3,55,88,29,52,84,104,6],mac:[38,96]," content":[79,105,83,22,82,16,53,127],"\"serach":86,fluent:74,"_values":18,"\u5e02\u5185":35,"_init":[103,18,52,12],"/fedora":[52,109,106,117]," am":22," an":[5,6]," as":[85,52,5,6,22]," at":[103,71],"\u8a08\u6e2c":[18,0,124],tweets:82," sjis":68,"\u91cd\u306a\u3063":52,repositories:106,"_timeout":[1,120],"\u3053\u3061\u3089":[83,53,123,2,85],ggdb:106,nroonga:[83,54],"\u5b9f\u4f8b":[59,119],"\u624b\u6bb5":46,"\u7a7a\u304d":88,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[38,35],correct:[108,86],"|allow":[79,127],"_content":[79,105,83,22,95,16,53,127],"8\u3064":104,"_string":124,org:[29,91],"\u62ec\u5f27":40,"\u4e8b\u9805":38,"\u6b21\u90ce":33," key":[52,2,106],"\u304c\u3042\u308a":[61,83,51,123],"] [":104,wiki:6,"\u30dd\u30fc\u30c8":[125,98,3,68,37,104,29]," nsis":106,"\u81ea\u5df1\u7d39":128,"\u9078\u3073":8,"\u9078\u3076":93," truncated":52,"1g":[107,11],"\u30bd\u30fc\u30c8\u30ad\u30fc":[108,0,79],"\u30d8\u30eb\u30d7":124,"_preparer":[36,108,86,58],"\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0":93,memo:83,continuous:5,"\u62e1\u5f35":[18,111,38],"\u5c0f\u3055\u304f":[82,66,51,37,80],"11":[47,83,79,105],"10":[2,104],"_index":[33,79,71,2,64,83,47,128,109,127,22,82,49,16,52,53,105],libgroonga:116,"\u5229\u7528\u4f8b":93,zsh:[76,106]," \u307e\u305f":[79,3,127,37,105,76,104,43],dash:76,"\"application":18,katakana:36,".uuuuuu":105,"\u914d\u5e03":[117,90,11,107,72,96,52,60],"_network":1," inv":104," int":[10,52,41,51],"_end":1,">#{":103,performance:22," objname":[27,78],beta:71,"\nhttp":6,pair:[36,108,86,58],synonym:[79,64],"\u539f\u56e0":[38,73,104],precise:[11,106],lexicon:[75,131,43],show:0,"-po":59,"\u6700\u5927\u5024":52,"\u30dc\u30c3\u30af\u30b9":79,threshold:18,"\u77ed\u6642\u9593":93,"-plugin":74," site":[33,2,91,10,50,29],"\u306a\u3093":9,"\u306a\u308c":9,"\u7acb\u3061\u4e0a\u3052":104,black:131,"\u306a\u3089":[117,79,9,114,105,86,127,11,68,90,131,55,107,46,124,36,52,53,54,104,43],"\u306a\u308a":[1,2,3,34,68,6,7,36,52,77,64,82,79,9,105,106,10,108,40,104,99,13,78,43,33,86,47,49,50,51,120,18,53,80,123,54,131,127,93,22,95,128,26,27,29],"\u306a\u308b":[0,2,64,34,68,72,6,76,104,78,117,79,105,106,39,10,11,12,82,83,112,43,85,46,47,49,52,80,90,93,109,22,129,107,96,58,27,60],wheezy:[38,106,96],get:[18,52],"-setuptools":13,"\u51fa\u305b\u308b":93,geo:[38,0,32,109,52,18,115],"\u3002utf":131," patch":71,tokyogeopoint:[18,34,80,50,39]," pangolin":[38,106,96],summary:104,"\u305f\u304b":[18,79,86],"\u5468\u8fba":[52,22]," lenny":18,"\u8907\u96d1":[52,79,46,105],sear:36,masahiro:109,"\u884c\u306a\u308f":52,"-threashold":[47,109],"\u53ca\u3073":[118,104],"\u30c0\u30a4\u30b8\u30a7\u30b9\u30c8":37,"\u6700\u5c0f\u5024":105,"\u3088\u3063\u3066":[34,35,50,70],"\u306a\u3069":[2,66,34,35,70,29,52,74,36,76,37,79,9,105,106,10,82,104,113,42,85,116,46,86,47,100,88,18,123,128,127,93,22,58],"\u306a\u306b":36,"\u306a\u3067":36,ja:[106,85],"\u306a\u3063":[79,9,2,124,106,88,10,93,109,95,47,29,52,18,53,128,37,127],"\u306a\u305c":[79,105,86,127,36,131,43],"\u5206\u5272":[2,105,93,100,66,18],"\u306a\u3059":39,"\u306a\u3055":[26,79,45],"\u306a\u3057":[9,63,127,16,92,83,1,102,52,80,118],"\u306a\u3052":64,nogpgcheck:52,"_allowed":[1,120],"\u306a\u304f":[0,2,64,66,35,6,7,102,52,76,104,79,105,106,10,37,113,43,16,18,53,54,127,93,109,22,59],"\u4f8b\u5916":117,"\u306a\u304a":[100,106],"\u306a\u3044":[0,3,66,35,68,6,52,76,104,79,9,105,106,108,82,112,113,43,44,46,15,87,55,88,18,123,124,54,125,127,16,93,109,129,95,96,26],"\u306a\u3046":128,"*bsd":[18,109],"_invalid":1,"\u30b9\u30fc\u30d7\u30ab\u30ec\u30fc\u30d0\u30fc":100,"} ":[103,85],"\u5f15\u304d\u51fa\u3059":93,"}/":[85,76,7],"}.":[83,79],".select":104,"\u524d\u5f8c":[68,2],"\u9ed2\u3044\u70b9":35," []":67,"}\n":[33,79,51,99,86,10,108,127,103,82,41,6,58,36,53,128,89,37,105],"[admin":[18,52],"\u5b57\u5c0f":79,"}|":103," [\"":[79,47,128,67,88,108],"_avoided":[1,120],"\u6240\u5b9a":[47,100]," haystack":46,sound:86,"\u30bb\u30df\u30b3\u30ed\u30f3":104,"\u30af\u30a8\u30ea\u30fcapi":[1,21],"}]":[3,104],hdd:104,"_corrupt":[1,120]," coverage":124,"\"mroonga":[16,79,105],"\u8af8\u6761":44,"\u578bn":79,"|')":49,"\uff01\u3057":17,"-document":[68,106],pat:66,"\u91cf\u8a08":0," special":[79,5],"=squeeze":106,"\u3002\u3044\u307e":52,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":38,"< y":52," xml":3,"\u8a00\u53ca":16,"\uff01\u300d":[79,105,127],"< n":105,"\u672c\u5f53":36,montywi:52,"\u305d\u3057\u3066":[79,10,93,22,128,36,53],markus:52,"\u30d3\u30e5\u30fc":52,"\u8aad\u307f\u98db\u3070":2,"\u5927\u8cb4":52," plugin":5,"(precise":106,money:33,"\u5927\u898f\u6a21":93,"\u3002\u3059\u3079\u3066":[124,85],"\u518d\u8d77":[98,123],".dll":104,"\u3002none":68,"/false":[10,0],"\u5ea7\u6a19":[51,105,128,35,39,18,80],"\u56f0\u96e3":[52,93],"\u9069\u5b9c":[64,106]," format":[103,71,3,85],server:[52,106,6,37,33],"\u9650\u308a":[40,47,46,100,77],quantal:[38,106,96],"},":[33,79,51,2,64,128,127,82,83,41,105,53,89,104,99]," ci":116,ellip:51,"/database":[6,37],"\u65b0\u5bbf":50," cd":[72,106,85],critical:103,"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":[38,52,23]," cp":11,"\u306b\u3064\u3051":105," check":124,"\u306f\u3044":10," normalizernfkc":131,"\n{\"":[105,86,108,82,83,58,36,53,127]," because":3,broken:120,"\u306f\u305a":[52,104]," schema":101,"\u306f\u3069":[79,43],"\u306f\u3068":66,"\u306f\u307f":59,"@soundkitchen":[18,52],"\u3082\u3061\u308d\u3093":104,"\"\u30df\u30ea":105,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":132,"_reopen":[38,32,4,21,25,52],"\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb":68,"\u8abf\u6574":[47,113],"\u3002\u3059\u3050":6,"\u4f55\u5ea6":52,"\u306a\u304c\u3089":[52,79,2,106,93],"\u3002command":9,"\u63d0\u6848":[130,38,108,109,52,18],"\u3082\u3046":[82,52,53,81],"\u8a18\u8f09":[52,106],"\u3002cpu\u30b3\u30a2":37,"\u3082\u3057":[79,51,127,43,95,1,104,76,123,37,54],"\u516c\u958b\u9375":106,hsiomaneki:128,"\u3082\u3059":7,"\u3082\u306e":[2,64,68,72,6,104,79,9,106,10,85,45,46,86,51,120,52,53,80,125,128,131]," cities":51,"\nbigram":104,"|on":79,"|oo":79," posted":128,"$prefix":18," enabled":[103,5],"\u5883\u754c":[52,51],"\u3082\u308c":64,general:131," enables":5,file:[0,109,120],"\u53d6\u308c\u308b":40,"\uff08true":10,"\u5b50\u5348\u7dda":51," sleepy":82,"\u4e0e\u3048\u308b":[40,125,50,9,68],"\u3002pcre":6,"\u8a18\u8ff0":[46,2,64,128,68,53,104]," rpm":[117,90,106],"\u4e0a\u9650":[38,87]," please":85," xvzf":[117,90,15,11,107,76,60],"}e":105," language":85," each":5,"\u30d6\u30e9\u30b8\u30eb":51,"\u30b7\u30fc\u30af\u30ee\u30fc\u30b5\u30fc":64,"/lib":[98,6,7],"-alloc":55,"\u8aad\u3081":52,"\u5dee\u5206":104,"\u8aad\u3093":[59,54]," type":[49,5]," metadata":52,")mroonga":123," boolean":71,"\u30e1\u30cb\u30e5\u30fc":106,"\u306f\u3053\u306e":79,sigusr:18,"\u30d6\u30c9\u30a6":64,"\u30d6\u30e9\u30a6\u30b6":[76,72,29,106,85],"\u304c\u3053\u306e":127,"\u30dc\u30c7\u30a3":[43,120,7],link:[10,29,91],"\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af":124,"\u5225\u9014deb":106,tokenbigramignoreblanksplitalphadigit:28,"_append":46," have":82," redcloth":106,"\u307e\u3057\u3087":[33,79,51,2],"\u30c6\u30b9\u30c8":[59,119,106],"\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8":68,"\u6e96\u5099":59,"\u5931\u308f":52,search:[127,86,108,58,36,123,8]," clone":[74,106,85],"-localestatedir":76,published:106,"\u300c\u5024":43,"\u307e\u308f\u308a":59,"\u672a\u77e5":52,".synonym":79,"\u8a08\u753b":117,"\u5ca9\u4e95":52,"\u5317\u534a\u7403":52,"\nprefix":46,"_gqtp":104,"\u3053\u3068":[13,59,46,87,93],"\u3053\u306e":[117,116,5,2,3,66,100,68,115,17,70,1,72,6,52,36,76,89,37,64,82,79,51,105,106,83,10,130,11,40,47,41,104,63,94,43,102,33,46,86,15,50,118,120,18,53,80,123,54,90,128,127,91,92,93,20,21,22,95,107,96,58,59,85,60],jsonp:18,"[element":105,"\u4e00\u756a\u5de6":105,none:[79,5,101,120,53,76]," return":[95,103],hour:103,"\u3053\u3053":[79,2,64,106,10,108,127,95,47,50,128,131,123,105],dev:[107,11],deb:[107,11,106],"\u4e2d\u5fc3":80,share:76," useful":[53,5],"\u3053\u308c":[66,100,6,7,36,52,76,128,8,37,79,51,105,106,10,82,43,46,86,47,16,50,120,18,53,123,131,127,91,93,22,57,58,85],"\u591a\u3059\u304e":109,"/afr":[50,2,91]," wgs":[10,33,50,51,128],"\u666e\u901a":105,"\u30cf\u30a4\u30d5\u30f3":[2,43]," tsv":3," engine":[108,86,58,8,22]," architectures":106,"\u3066\u304d":1,"\u3066\u304f":124," umemoto":18,"\u547c\u3073":[79,46,64,91,10,68,22,104],"\u547c\u3070":[34,2,105],"\u3002ftp":104,"`hostname":68,"\u5217\u578b":[10,64,91,127],"\u975e\u308f":100,"\u308c\u308b":[2,64,66,34,35,68,72,52,36,76,77,79,9,106,10,108,82,104,42,43,46,86,47,87,100,16,50,51,120,18,124,131,88,93,94,22,58,85],"\u6955\u5186":[51,80]," expressions":6,good:[82,79,105,127],"\u516c\u5f0f":[18,90,117,83],"\u3079\u3066":79,"\u9664\u304f":52,"\u5316\u95a2":109,"\u4f1d\u7d71":93,"\u3079\u304f":2," python":[13,106],"\u9664\u3044":[22,104],"-encoding":96,token:5,"\u767b\u9332":[93,59,46]," none":79," well":22," systemctl":98,flower:10,"\u30d5\u30e9\u30f3\u30b9":51,"\"gr":43,"\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":124," characteristics":22,"\u8ddd\u96e2":[0,51,105,81,93,35,50,52,80],"\u30b9\u30bf\u30fc\u30c8\u30e1\u30cb\u30e5\u30fc":72,"\u3068\u3082\u3063\u3068":76,"\u547c\u3093":100,tritonn:[79,105],"\u308c\u305a":9,"\u306b\u3082":[79,100],"\u306b\u3088":52," geodetic":34,"\u30cb\u30e5\u30fc\u30e8\u30fc\u30af":51,".blog":47," messagepack":3,koi:[52,76,68]," en":[36,108],"\u306b\u5bfe\u5fdc\u4ed8\u3051":36,"\u30ec\u30b9\u30dd\u30f3\u30b9\u30c7\u30fc\u30bf":37,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6":[26,68,6],"/archive":106,selector:110,"\u308c\u307e\u305b":[9,68,88,53,76,123],"\u6574\u7406":52,"\u4e71\u6570":[45,50],"\u5927\u91cf":[66,33,46,2,43]," gem":106," geo":[52,51]," customize":5,"\u4e0a\u8a18":[44,85,79,76,2,83,47,86,16,50,29,58,52,54,123,104,43],ages:[75,43],"/lists":106," : ":101,"-limit":[0,68,79],"\u307e\u3068\u3081":59,build:[55,52,72,106],"_available":[1,120],"\u53d6\u308a\u51fa\u3057":2,"\u306b\u3057":[79,105,127],"\u5e73\u884c":106,"-protocol":[68,29,104],"\u306b\u3059":47,"\u306b\u3066":[52,51,106],"_put":[4,38,21,32],wareohji:52,"\u306b\u3069":46,ko:71,"\u7528\u8a9e\u96c6":88,"\u4e0a\u66f8\u304d":[50,106],".com":59," element":105,"_by":[18,128,129,52],"(drilldown":77,"\u30d1\u30c3\u30c1":57,"[number":40,nterms:88,"id]]":[92,63],"\u30a2\u30ca\u30a6\u30f3\u30b9":106," built":5,permission:120,express:[52,72],"\u601d\u3044":85," build":[107,11,106,54],"\u30b7\u30fc\u30af\u30a1\u30fc\u30b5\u30fc":64," localhost":68,"\u62c5\u5f53":106,"\u9593\u9055\u3063":[18,86,8,52],"\"popular":79,"\u300chsiomaneki":128,"_and":46," finished":103,"\u601d\u3063":57," suited":22,"/log":[98,76,68],"\u554f\u3044\u5408\u308f":46,tokenizers:[38,79,5,32,43],"\u5c02\u7528":[38,111,106,85],"\u30e2\u30b8\u30e5\u30fc\u30eb":[38,9,109,93],"(news":106,".log":[76,98,9,68,104],"\u30cb\u30db\u30f3":36,readme:106,"\u8a9e\u4ee5":105,"\u8868\u73fe":59,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30d7\u30e9\u30b0\u30a4\u30f3api":52,"\u66f8\u3051\u308b":52,"\u5024\u578b":10,"\u6570\u70b9":34," appears":22,"-file":[95,18,68],"\u5b9f\u51e6":46,"\u6642\u70b9":[52,9,106,12],point:41,"\u3059\u304e\u307e\u305b":33,"\u306f\u3058\u307e\u308a":9,shutdown:[38,109,21,32],"\u6253\u3064\u524d":106,"\"gronga":8,"_connection":1,"\u30b3\u30f3\u30c6\u30ad\u30b9\u30c8":16,"\u53ce\u96c6":[95,93],"_when":[95,41,94,89],"\u30a2\u30ed\u30b1\u30fc\u30c8":55,bill:[47,100]," optional":5,"\u307b\u3057\u304f":79,engi:[36,108],karmic:124,"^ \"":105,"'article":53," queryexpandertsv":123,"(>":46,"\u95be\u5024":[38,79,108,100,68,12,73,18,76],"-key":[52,106],"\u7d42\u7aef":52,")groonga":123,"\u56fd\u540d":91,"-chroot":106,"\uff08perl":6," document":[22,106],"\u5834\u6240":[95,109,104,17,106],"\"\u3001":36,"\u30b9\u30bf\u30a4\u30eb":68,"\u7d44\u307f\u5408\u308f\u305b":[46,2,106,47,93,49],"_source":106,flags:[49,88,41,67,12],sortby:[18,110],"\u8d8a\u3048":47,"\u3002header":[41,94,89],"\u3064\u307e\u308a":[79,106],"\u3002dump":112," music":103,"\u547c\u3073\u51fa\u3059":[45,80,81,39,113,126],"\"value":79,"\u547c\u3073\u51fa\u3055":79,"\u547c\u3073\u51fa\u3057":[46,93,109,22,112,113,52],"\u306f\u3069\u3061\u3089":37,source:[33,2,106,128,67,49,41,95,53],realloc:109,bin:72,"\u968e\u5c64":46," blog":[47,16,53,2],bit:[117,90,15,34,11,107,72,96,54,104,60],"\u5f53\u3066":[66,67,75],"\u30d7\u30e9\u30b0\u30a4\u30f3":[117,0,109,83,93,11,90,129,131,107,52,7,18,76,123,85],"\u5927\u4e08\u592b":[61,76],"\u8aa4\u308a":52,"_body":[47,49,64]," lucid":[38,96],"\u4e0a\u8ff0":123,"-command":[109,54],"_over":[1,120],"\u4ee5\u5916":[102,79,46,63,64,106,92,66,34,35,12,55,109,93,18,104,43],google:[79,8],"\u8aa4\u3063":[52,106],examples:109,"\u3001[":[102,2],"\u3001_":[128,50,2,91],"\u66f8\u304b":[52,128],"\u3001c":2,"\u66f8\u304f":[53,127],"\u8a73\u3057\u304f":[10,93,2],"\u66f8\u304d":[93,79,104],"\u66f8\u3044":[128,105,127],"\u3092\u3064\u3051\u308b":105,"\u30d3\u30eb\u30c9":59,"\u5024\u306a\u3057":52,"\u3001\n":[50,84,106],"/cutter":106,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d7\u30ed\u30c8\u30b3\u30eb":52,cxxflags:[15,106],"\u3001\"":[2,64,86,128,34,58,16,18,36,52,8],"\u3001$":106,"\u3001'":[64,10,34,68,83,50,105],"\u3001&":50,"\u3001(":[34,104],"\u3001-":[26,34,109,104],"\u3001/":[2,29],"\u3001.":[124,85],"\u5730\u5f62":[51,80]," configuration":6,"\u3001:":104,"(fedora":98,"\u3084\u3059\u3044\u304b":123,"\u3057\u307e\u3059":[79,105,91,128,100,90,8,127],"/yum":106,"\u9010\u6b21":93,"\u6295\u5165":[47,0]," without":22,"_fin":52,"\u30de\u30eb\u30c1\u30b3\u30a2cpu":76,"\u3072\u3068\u3064":[52,127,81],"\u51fa\u3059":128,"\u51fa\u3055":52,"\u51fa\u3057":128,"\nexecuted":29,"_full":106," needed":6,"-binary":37,"/epel":90," senboku":52,"\u56de\u907f":[47,106],"\u52d5\u304d":37,"\u52d5\u304f":[18,76,132,52],"\u52d5\u304b":52," functions":71," shops":100,curl:[52,76,37,54],sourceforge:106,"\u90fd\u6c11":[47,100]," accurate":22,"\u3042\u3052\u308b":[38,73]," ga":131," go":82,"\u5207\u308a\u6368\u3066":10,"\u30c7\u30fc\u30bf":[38,0,35,112,32,117,93,108,11,79,109,107,46,72,96,52,18,90,60],"\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb":104,"_empty":[1,120],confirm:85," base":6,"_nil":109,failures:106,"\u7d50\u5408":[46,127,113]," post":[79,105,127],rinse:106," b":[105,127]," c":[127,57,93,72,18,105]," `":3," a":[79,5,127,106,22,101,82,103,52]," d":[47,100]," i":[106,85]," n":[93,79,5,105,127],"\u57cb\u3081\u8fbc\u3080":104," z":34," {":[51,2,86,108,55,6,58,36,128,37,29]," x":[38,96]," y":52," |":[125,117,79,105,106,83,47,11,90,107,50,6,52,54],"\u30d5\u30a1\u30a4\u30eb\u30c7\u30a3\u30b9\u30af\u30ea\u30d7\u30bf\u30fc":52," @":[79,99,47,128,100,16,105],"_debug":124,"/\u65e5":128,"\u30d6\u30ed\u30b0\u30a8\u30f3\u30c8\u30ea":[79,105,127],"-release":59," [":[5,2,64,68,6,7,63,89,104,99,82,79,51,105,10,108,40,83,41,110,112,43,102,33,86,47,49,16,50,118,52,53,125,55,127,91,88,92,128,75,22,101,95,58,36,131,29]," ^":[52,105]," _":[33,79,51,2,99,91,10,128,127,16,50,52,105]," \\":[16,100,68,105,83]," ]":[95,6]," \"":[5,2,64,34,72,29,75,36,89,37,99,82,79,51,105,10,108,40,83,41,104,67,33,86,47,55,16,50,52,53,123,127,91,88,128,94,22,95,58,131,6]," #":[128,109,129,37,85]," ":[5,2,3,68,6,75,36,76,89,37,64,79,9,105,106,10,108,82,83,41,110,104,99,43,33,46,86,55,16,50,51,53,54,125,127,91,88,128,94,22,95,58,131,29],"\u4f59\u308a":105," &":[105,47,100,16,50,52]," '":[2,99,34,100,68,103,36,37,117,79,51,105,10,108,11,82,83,85,33,86,47,16,50,52,90,127,128,22,107,58]," $":106," %":[52,105]," *":[79,105,47,34,83,25,52,37,85]," +":[79,105,34,6,52,26,127]," (":[44,38,79,5,105,32,107,11,22,117,51,71,72,46,106,52,90,127]," .":[117,90,76,106,107,15,11,47,72,124,54,104,60]," /":[125,100,2,105,47,108,11,68,29,7,52,37,6]," -":[117,90,106,11,107,72,13,76,124,60]," 3":16,"\u6e0b\u8c37":128," 4":16," :":105,"_database":52," >":[105,100,50,112,52,18,104]," ?":105," <":[79,71,105,47,22,50,112,52,18,104]," =":[33,79,51,99,68,50,46,105],"\u30b9\u30c6\u30fc\u30bf\u30b9\u30b3\u30fc\u30c9":52,"-build":124,uubntu:124,"\u512a\u308c":93,".output":26,"\u76f4\u611f":99,"\u9665\u3063":52,"\u9023\u643a":93,"_thread":104,"= n":105,"\u5f35\u308c\u308b":52,"\u4e2d\u56fd":51,"= y":52,nonexistent:79,"\u632f\u821e":51,others:5,"0xc":120,"\u306b\u5bfe\u5fdc":[102,79,63,92,26,68,40,52,42,18,131],"= \"":[79,105],"/tmp":[123,37],"\u57cb\u3081\u8fbc\u307e":106,"\u57cb\u3081\u8fbc\u307f":22," article":53,"/senna":112,"/to":[6,37],"\u30ed\u30f3\u30c9\u30f3":51,"\u7518\u3044":64,"(ctx":46,"\u5b8c\u4e86":[79,106,85],"'mroonga":[83,53]," garbage":88,"\u30d5\u30ec\u30fc\u30ba":52,".pid":68,"\u5f35\u3063":52,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[38,126,105,32,113,12,88,7,18,52,27,78],"\u4e2d\u7a0b\u5ea6":[117,90,11,107,72,96,60],"[header":[5,94,95,41,7,89,43],normalized:94,"\u305d\u308c\u3089":[125,79,123,37],"\u30e2\u30cb\u30bf\u30ea\u30f3\u30b0":52,"\u8d77\u52d5":[9,3,106,109,68,55,72,104,52,26,37],twiter:52,iptables:37," github":85,"\"correction":8,"\u30af\u30e9\u30c3\u30b7\u30e5":[18,109,52],"{prefix":[76,7],"/linux":[38,96]," mte":71,gcc:[18,76,52],dd:[103,105]," size":88,"\u30b3\u30de\u30f3\u30c9":[38,0,46,106,32,109,72,18,74,13,52,76,124],"\u5186\u6ed1":106,"/universe":11,"\u5f35\u3089":[10,52],"\u5f35\u308b":[105,127]," composition":131,".textile":106,"\u30b5\u30fc\u30d0\u30fcid":18,bind:18,lines:124,"/repositories":106,"\u30e1\u30e2\u30ea\u30c7\u30d0\u30c3\u30b0":109,"\nwarning":[4,25],"\u7d9a\u304d":40,"\u306e\u3088\u3046":[52,79,127,105,113],"(cutter":124,"\u7d9a\u3044":[47,92,79,63,102],hiroshi:18,jiro:33,"\u3002int":52,"\u7d9a\u3051":104,lf:125,"\u6d88\u8cbb":82,lc:85,ll:[47,100],"'column":52,euc:[52,76,68],li:[47,100],lt:22,"_gqpt":104,"\u9589\u3058\u308b":[18,0,66],"\u306f\u3069\u3061\u3089\u304b":[105,127],"\u4f75\u305b":2," cache":52,dat:66,"\uff08world":34,"@' ":2,day:103,"\u30e6\u30fc\u30b6":[79,46,2,64,106,86,34,58,49,52,36,8,104]," function":[71,115],"\u4e00\u3064":[31,63,4,34,100,25,102,75,78,9,81,10,12,110,112,42,114,67,45,48,49,16,51,84,80,55,126,88,92,93,39,118,27,97],"\u70b9\u9593":[51,50,35],normalizerauto:[75,94,43],"\u74b0\u5883":[93,59],"\u5217\u5f15":46,"& b":105,"\u5f85\u3061\u53d7\u3051\u308b":29,"\u30b5\u30f3\u30d7\u30eb\u30b9\u30ad\u30fc\u30de":[16,83],"\"sphere":80,res:104,"& _":50,"\u30ab\u30ec\u30fc":100,red:59,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[16,79,51,22,83]," ubuntu":106,"/\u6708":128,"\u73fe\u72b6":9," too":53,"\u4ed8\u5c5e":[26,6],"/aba":[50,2,91],"& (":105,"\u76ee\u8996":95,"\u30d6\u30e9\u30b8\u30ea\u30a2":51,"_options":52," quote":5,"_long":[1,120],"\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0":93,hex:33,"\u30d9\u30af\u30bf":[52,0,109,67],"\u7d44\u307f\u8fbc\u307f":[38,32,94,21,112,104]," protocol":120,"\u8aad\u307f\u8fbc\u3093":29,"\u6c38\u7d9a":[38,32,43],"\u8aad\u307f\u8fbc\u3080":0,natty:[18,106]," mecab":[93,90,71,117],"\u3068\u3088\u3044":76,"\u53d6\u308a\u5f97\u308b":34,"\u305b\u3044\u305c\u3044":43,"_illegal":1,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":52,"\u5229\u70b9":93,"\u30da\u30fc\u30b8":[38,79,2,106,68,17,52,26,85],"\u81f3\u308b":10," tritonn":[79,105,127],"=users":37,"\"co":8,min:[125,52,104],"_control":[1,120]," lexicon":[83,82,16,53,104,43],"\u914d\u4e0b":[26,106],"\u8aad\u307f\u8fbc\u307f":[18,123,2,7],"\uff08gnu":76,"/commands":[75,41],"\uff09\u3001":[66,100],"\u306a\u3082\u306e":106,"\uff09\u3002":[47,128],"\u6e2c\u5730\u7cfb":34,"\u30c7\u30d5\u30a9\u30eb\u30c8\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":[52,86,43],"\u30a8\u30e9\u30fc\u30e1\u30c3\u30bb\u30fc\u30b8":[0,9,109,95,52,18],"\u7d44\u307f\u8fbc\u3093":93," tracking":61,text:[79,3,66,34,127,95,52,53,37,105],"\u8d8a\u3048\u308b":47,supported:71,"\u5ea6\u3068":18,conifugration:54,"\u610f\u5473":[79,46,2,105,108,68,50,36,76,123,104,127],"\u5b66\u3093":128," is":[79,5,2,3,10,127,22,83,29,103,52,53,105,37,6]," it":[82,5,127]," in":[52,46],"\u5bfe\u8a71":[2,29]," id":[103,88,93]," if":6," documents":[83,22],"\u5c11\u306a\u304f":[82,93,127,22,105],"\u5c11\u306a\u3044":[79,127,82,113,123,105],"% ":[106,85],"\u7e70\u308a\u8fd4\u3059":109,"\u306e\u307f\u3057\u304b":8,"\u7e70\u308a\u8fd4\u3057":[105,104,85],"\u5272\u308a":[10,66,67,105,75],fixed:52," quotation":5,"_busy":[1,120],"\u5236\u5fa1":[52,6,83],"\u3002blogs":47,"\u4ee3\u5165":[109,46,127],terms:[47,88,79,2],xxxxx:106,"\u985e\u4f3c":[52,46,113,108],"{name":105,"(string":81,"\u30c7\u30e1\u30ea\u30c3\u30c8":66,progress:103,"\u5b66\u3073":[79,51],"\u7dad\u6301":[93,37],"\u5168\u4ef6":[105,127],"\u518d\u8d77\u52d5":7,plugin:18,"-suggest":[30,38,32,108,109,129,52,18],shorttext:[2,64,66,34,68,29,36,75,89,99,79,105,10,108,82,83,41,112,67,43,33,86,47,49,16,50,18,53,127,91,128,109,95,58,131]," swig":71,".org":[33,90,76,2,91,85,107,15,11,10,50,72,6,112,106,117,60,104,29],"\u88dc\u6b63":[38,130,108],"\u5171\u901a\u63a5":66,"\u59cb\u307e\u308b":[79,105,104,49,37,36,123,8,77,127],comment:[128,53],"\"fulltext":5,"\u304a\u304d\u307e\u3057\u3087":10,"\u3002drilldown":[79,91],"-history":18,"\u4ee5\u524d":[10,128,47,84,52,18,131],"\u30ab\u30b9\u30bf\u30e0":6,"\u91cd\u307f\u4ed8\u3051":[47,79],"\u30e1\u30e2\u30ea":[117,90,109,11,12,107,72,96,52,60],"\u5c0f\u6570\u70b9":10,json:[18,109,52],define:[38,21,32],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":18,"\u306a\u306b\u5bfe\u3057":[105,127],"_domain":1,"=..":106,"\u5168\u4f53":76,value:79,"\u540c\u3058":[0,34,68,6,7,75,104,38,79,9,105,108,12,37,42,67,86,18,123,93,109,95,26,131,73]," record":[10,51,2,29],"\u30bf\u30a4\u30df\u30f3\u30b0":[52,2],".db":[68,67,2,29],pkgs:90," event":[36,108,86,58],":!":127,"[apt":52,auth:[6,37],"\u30c4\u30a4\u30fc\u30c8\u30dc\u30bf\u30f3":106,center:80,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30e2\u30fc\u30c9":52,"\u30bd\u30fc\u30b9\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":106,"\u304a\u3063\u3055\u3093":128,"\u4e00\u81f4\u7528":99,position:5,"1byte":120,"\"ellipsoid":80,"\u8868\u793a":[0,3,67,68,18,75,76,111,38,79,9,106,10,104,33,47,55,88,52,91,93,109],"-platform":96," me":28,"_byte":[1,120],"x\u30df\u30ea":[34,105],"\u5229\u7528":[38,90,35,112,106,117,85,93,11,68,95,107,72,124,96,52,76,18,60,104,43],"\u30ad\u30fc\u30b5\u30dd\u30fc\u30c8":66,":<":[79,127],"\u958b\u59cb":[79,51,63,92,55,124,102,18,104],"\u3055\u3093":[109,22,129,52,18,8,37,85],add:52,"\u3002gqtp":[125,1,29,120],"\u3055\u3089":53,match:[38,109,12,110,52,76],tests:106,"|none":79,"\u5730\u57df":93,elapsed:[3,94,95,41,103,89],"\u30c8\u30ec\u30fc\u30c9\u30aa\u30d5":47,success:120,"_leak":124,"\u7f6e\u63db":79,"\u30af\u30a8\u30ea\u30fc\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc":37,"\u4e0d\u6b63":[0,109,52,18,124,43],"((x":34,"\u8ca0\u8377":[109,6],"\u7121\u52b9":[52,79,76,6,127],"\u610f\u56f3":[16,53,83,52],tmp:[2,106,108,68,41,29,75,123,37]," old":106,sjis:[76,71],"\u5f62\u5f0f":[38,0,46,32,21,52,18],",\"domain":91,"\u30d3\u30c3\u30c8\u30b7\u30d5\u30c8":105,"\u30d0\u30b0":18,host:[29,104],"\u6319\u52d5":[38,109,68,52],"\u30c0\u30e1\u30fc\u30b8":47,about:54,socket:120,"\u4ee5\u5185":[36,50,128,105,86]," important":5,"_time":[95,103,41,94,89],tomo:33,"\u3055\u3044":[98,1,2,99,65,66,34,17,72,6,7,76,37,117,79,51,105,83,10,108,11,47,41,104,43,15,16,29,52,89,124,90,127,93,94,107,26,85,60],"!!":[40,33,128],"! ":[82,79,46,105,127],"!\"":[33,79,2,105,10,128,95,127,82,6,52,53,37,29],"\u30ea\u30b9\u30c8\u30a2\u30c3\u30d7":106," value":[52,79,2],"<":22,"_object":1,"\u30ec\u30fc\u30bf":52," concurrently":103,"\u95b2\u89a7":29,">default":3,"\u901f\u5ea6":[18,33,66,104,52],"\u30a8\u30e9\u30fc\u30ed\u30b0":98,"_inappropriate":1,"\u3002post":37,"\u3068\u3068":[57,85],"\u3068\u3069":130,"\u3068\u306e":105,"\u30fb\u5168":110,"\u3068\u3066":[66,79,37,93],"&& ":[47,16,99,105],"\u5730\u56f3":93,enginen:36,"\u3068\u3057":[125,33,46,105,86,10,34,68,82,51,58,36,53,123,8,104],"\u3068\u3048":[9,64,93,100,22,50,76],binlib:106,"\u3068\u304d":[0,2,34,100,68,29,7,36,52,76,8,37,117,79,51,105,10,108,11,113,67,43,33,46,86,87,120,18,123,90,128,127,93,109,22,95,107,58,131],"-disable":[18,109],"!\\":105,epel:[52,90],pid:[0,76,68],"\u8a08\u7b97":[0,51,105,81,93,34,35,50,86,52,36,80,58],"\u30c7\u30a3\u30b9\u30c8\u30ea\u30d3\u30e5\u30fc\u30b7\u30e7\u30f3":[109,76,106],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":[38,111],saer:[108,86],"\u4f7f\u3044\u5206\u3051":[47,100]," suggestion":101,"\u305f\u3060\u3057":[0,100,105,26,68,52,18,77,127],"\u305f\u3060\u3051":52," # ":6,"\u6291\u5236":52,detail:104,"\u3068\u308a":[79,94,12,41,26,124],"\u4fc2\u6570":46,"\u30aa\u30d5\u30e9\u30a4\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":52,"\u3068\u3082":[79,105,128,22,16,50,104,127],"/sysconfig":98,"\u307b\u307c":53,"\u307b\u3069":[10,68,108,2,43],"\u305f\u3070\u304b\u308a":82,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30d0\u30a4\u30c8\u30aa\u30fc\u30c0\u30fc":[52,120]," #{":103,"\u307b\u304b":[10,93],"\u2026\uff09":86,"|ro":79,"(shorttext":64," takahiro":109," thread":[103,104],"\u6e1b\u3089":[52,86,66],"\"ab":8,"\u3002google":127,"/plugins":[109,76,7],"\u30dd\u30fc\u30bf\u30d3\u30ea\u30c6\u30a3":[18,52],"\u5b9f\u6570":34," aramaki":[18,109],"\u6761\u4ef6\u5f0f":52,"\u6700\u9577":[18,105,104],"_snip":52,"\u30c7\u30fc\u30bf\u30bb\u30c3\u30c8":108,"-repository":[52,106]," ka":131,"\u30a8\u30e9\u30fc\u30c1\u30a7\u30c3\u30af":[18,52]," column":[33,79,51,2,64,91,83,10,108,127,22,82,49,16,41,112,128,52,53,47,105],"/mm":105,"\u7b87\u6240":[95,52,22,106]," install":[117,90,106,107,96,13,124,60],"\u30aa\u30fc\u30d0\u30fc\u30d5\u30ed\u30fc":18,"\u4e00\u8a9e":47,"\u5b9f\u65bd":106,"\u81f4\u547d":52,"-rpm":106,"\u683c\u7d0d":[82,46,105,66,67,35,68,93,49,75,18,77,43],"\u7fbd\u7530":128,"\u53cd\u8ee2":105,"\u30e2\u30cb\u30bf\u30fc":[107,90,11,117],"\u9069\u7528":[79,2,105],"\u3002output":112,path:[104,67,68,41,6,7,75,37],"\u95a2\u4fc2\u5f0f":59,".ddl":104," weakness":22,"\u79cb\u8449":50,"\u5f62\u614b":[93,76,105],"\u58ca\u308c\u308b":[18,0,109,52],"\u63a8\u79fb":9,"\u3082\u3063\u3068":79,"-ci":52,"\u8fd4\u5374":[102,79,63,92,67,75,2],"\u8aad\u307f\u3084\u3059\u3044":52,"/munin":76,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d5\u30a1\u30a4\u30eb":52,noarch:[117,90],m6:15,autogen:[52,106,85]," columns":79,"\u30a2\u30e1\u30ea\u30ab":51,"_jis":76,"-bind":[18,68,52],"\u7f6e\u304d\u63db\u3048":[68,127,85],mb:52,mm:[103,105],"\"blank":131,"\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":104,mv:42,install:[106,54],"/xml":37,"-> ":109,"\u81ea\u8eab":[18,123,68,52],end:[125,3,120],eng:[36,108]," locale":85,"\u3002functions":124,"\u30d7\u30ed\u30bb\u30b9":[125,9,2,93,68,55,88,114,104,7,52,37],rroonga:[16,113,83,54],"\u30b4\u30df":[18,109,88],"\u7d42\u4e86":[9,106,109,68,114,52,104]," title":[33,2,10,16,29,53],description:[128,5,100],"-devel":[117,90],"\ndebug":[4,25],"\u305d\u306e\u5f8c":105,".tar":85,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[38,111],"-files":59,"\u5c0f\u3055\u3044":[79,46,127,66,129,80,43],"\u5272\u308a\u5f53\u3066":109,"\u4e88\u5b9a":[9,57,22,51,18,37],"\u305f\u3057":33,"\u305f\u304f":[18,85,8,37,22],synonyms:123,"\u300c\u697d\u3057\u3044":100,"@packages":106,gqtp:59,"\u305f\u3073":[50,9,104]," message":[52,53,25],"\u305f\u3060":117,"\u4e00\u884c":[109,68,104],"\u3072\u308d":99,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":[38,111],"\u3072\u3089":[36,105,127],"\ncustomized":103,"\u3054\u3089\u3093\u304f":74,"2\u3064":[61,79,2,127,81,128,83,16,58,52,53,132,37,43],each:[5,86,108,58,36,103],searc:36,"\u3002\uff08":[79,100,105,58,66,34,35,22,12,127,88,86,109,18,113,36,85,54],"\u3002\uff09":[85,0,100,105,86,66,35,22,127,109,58,18,43,79,54],"\u6e96\u62e0":6,goo:[105,127],msgpack:[3,120],"\u30da\u30a2":[36,86,123,8,58]," implemented":71,free:109," html":[13,106,85],"\u305f\u308a":[93,34,113,84,66,59,43],"\u305f\u3089":[79,105,106,109,36,76,37,85],"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":67,"\u305f\u3081":[93,59,17]," links":10,"\nstring":5,freecode:59,"\u53e4\u3044":[52,131,106],filter:[52,109,110,118],rand:[38,115,32],"\u53ef\u5909":[18,27,120],"\u897f\u66a6":105," one":5,top:[18,39],"\u771f\u507d\u5024":38,"\u304a\u304b\u3057\u304f":109,too:120,tom:83,"|compress":67,"_pragma":79,"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8":88,mlock:109,"\u6d0b\u723e":18,"\"good":[79,105],obata:109,"\u8d64\u9053":51," sphinx":13,ram:104," customized":103,raw:54,"\u5834\u5408":46,"\u5f93\u3063":[26,79,37],"\u4e00\u89a7":[38,32]," yappo":71,"\u591a\u9762":93,"> y":52," service":[98,86],"\u5f93\u3046":109,"/share":[18,68],"\u3044\u307e\u305b":[79,105,127,66,35,90,95,108,52,132,123,37,43],bsd:76,the:57,"\u30b5\u30b8\u30a7\u30b9\u30c8":[38,108,109,101,52,18,76],"\u30ed\u30fc\u30de":36,"\u30ed\u30fc\u30c9":[38,105,93,109,68,111,52,18,37],"\u30ec\u30b3\u30fc\u30c9":[44,38,46,93,35,40,109,110,52,18,118],marverick:109,"\u307f\u306a\u3055":46,pkg:[109,76],"_vector":[33,79,10,128,49,16],"\u5ea6\u8868":109,"\u5c0f\u6570":[79,63,92,95,102,18]," libzmq":[107,11],"\u6c42\u307e\u308a":93," spaces":5,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf":46,"|| ":[52,105],"\u59cb\u307e\u3063":[95,8],"\u3064\u3064":[47,83],"\u306f\u307e\u3068\u3081\u3066":106,"\u8aad\u307f":[36,0,113,106,93],"\u3064\u304d":[79,123],"\u3064\u304b":129,"\u3064\u3044":128,"\u7d50\u679c":[38,79,46,106,93,109,94,95,112,52,18,124,54],hendro:52," five":2,"-per":18,"_with":[127,105,100,99,43],"\u3064\u3051":[79,51,94]," this":[5,2,6,37,22],nul:18," first":[79,105,127],"-commnad":9," named":5,"_for":46,"\u30d7\u30ed\u30b0\u30e9\u30e0":[52,59,109,6],"\u5bbf\u99c5":128,"\u56db\u6368":18,"\u30d7\u30ed\u30bb\u30b9id":29,"\u30b5\u30fc\u30d0\u30fc":[30,38,90,32,117,11,107,6,52,18],"\u59cb\u307e\u308a":106," which":5,news:[52,106],"\u884c\u6307\u5411":93,"\u3068\u3057\u307e\u3057\u3087":53,"\u30e9\u30f3\u30c0\u30e0":50,"4gib":[66,120],"\u591a\u91cd":125,"\u5f8c\u304b\u3089":112,"\u7d4c\u7def":[10,34,50],trust:106," my":[79,105,127],"\uff13\u3064":34,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0":104,"\u7b49\u3057\u3044":[79,46,105,127],"\u7b49\u3057\u304f":[46,105,127]," sitecountry":91,"\u3072\u308d\u3042\u304d":99,monkey:10,"_blog":53,"\u8d77\u6e90":10,"/shutdown":[6,37],tokenmecab:[47,52,100],"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[105,94,68,88,41,112,108,89],"\u5f97\u308b":6,xxx:[52,68],"_not":[41,1,89,79,120],"\u6700\u9069":6,"\u7528\u9014":[117,79,66,11,90,95,107,72,96,93,98,60],"\u63a2\u3057":[93,104],tasukuchan:128,"\u4fee\u6b63\u4e2d":86,"\"a":16,"\"n":[79,105,127]," can":[103,5,22,85],"\"s":36,"\"}":[33,131,64,91,83,10,108,86,127,16,50,58,36,53,105,37,99],suggest:[18,109,21,32,38],"\u30bf\u30fc\u30df\u30ca\u30eb":6,"\"]":[33,79,2,105,47,94,67,68,22,92,112,128],"\"_":[33,79,51,2,64,91,10,127,40,16,41,112,105,53,131,47,89,37,99],"\"[":52,"\"'":[79,105,47,100,52,127],"\" ":[79,2,3,106,10,15,123,34,83,16,50,72,104,99,52,105,47,37,64],"\"\"":[16,34,52],"\"#":18,"\",":[2,64,67,68,29,36,75,89,104,99,82,79,51,105,10,108,40,83,41,112,33,86,47,55,16,50,52,53,127,91,88,128,22,95,58,131,6],"\"-":[18,51],"\".":[105,91],"\"/":[50,68],"\"(":52,"\")":[33,51,105,81,83,39,50,52],"\"*":52,"\"<":52,"\"?":3,"\":":[2,3,29,36,89,37,64,40,79,51,105,10,108,82,83,41,104,99,33,86,55,16,50,53,127,91,88,128,58,131,6],"\";":[104,6,37],"\"\n":[2,3,29,36,75,89,104,64,79,51,105,10,108,82,83,41,99,33,86,16,50,53,127,91,128,94,22,95,58,131],"/run":[68,106],"\u3084\u3059\u304f":109,"\u3084\u3059\u3044":[0,79,22,113],"_tags":[33,128],"_ctx":[18,52,20,32,38],"\u4ecb\u6587":128,"_buffer":[1,120],".scr":104,"_selector":[38,21,32],"5f":104,ceekz:52,"\u30ab\u30e9\u30e0\u30d9\u30fc\u30b9":[105,127],advanced:71," means":[103,79,5,6],"\u5c0f\u6587\u5b57":[131,2,43],poedit:85,"\u6b63\u3057\u304f":[36,52],"\"engine":[36,86,58],"\u6b63\u3057\u3044":[123,8,86],"\u7d20\u89e3":[93,76,105],"_str":128,"\u3080\u3044\u3061\u3083\u3044":128," flags":[49,5],"\u73fe\u4ee3":93,"\u5217\u6319":2,".zip":85,"\u6765\u307e\u3057":128,"_right":[18,39],".github":[106,54],core:104,"\u30d0\u30c3\u30c1\u30e2\u30fc\u30c9":52,"\u3001\u300c":[33,0,47,128,100,68,79,36],"\u6d88\u3048":66," application":37," username":33,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9":[52,2]," tajima":52," last":[52,128],"\u3002ascii":[105,127],"\u3092\u3054\u89a7\u304f":93,"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":75," saerch":[108,86],"[@":[18,52],git:[106,85]," disabled":103,"[{":37," number":[68,104],"[test":52,"[n":52,head:[125,120]," make":[117,90,106,15,11,107,13,76,124,60],"_interrupted":1,"[\n":[33,79,51,2,64,83,10,128,127,22,82,16,50,105,99],"\u6253\u3064":106,"[2":68,"\u9032\u6570":[88,105],"[:":29,"[#":[18,52],"[\"":[33,105,10,108,67,88]," studio":[52,72],autoconf:18,"\u5185\u8a33":47,"[,":80,"\u8abf\u3079\u308b":[39,80]," nfkc":131,decrypt:106,"(match":[16,83],"_ip":29,check:[18,0,21,32,38],ongaeshi:[52,109],"\u305f\u304b\u3063":86,no:[0,71,108,79,120,66,52],saerch:[108,86],"\u4e09\u756a\u76ee":105,"=number":96,"_touch":109,"\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8":88," createrepo":106,"\u672c\u756a":106,"_memory":[52,1,120]," required":[5,6,37],",\"tags":33,"\u8a9e\u7248":106,"\u30d2\u30c3\u30c8":[79,46,64,47,128,100,82,36,99],"\u5fc5\u9808":[76,72]," \u304b":60," sudo":[117,90,106,15,11,98,107,52,76,124,60],"\u4e00\u822c":[93,79,2,127,113],"\nrequests":103,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u30c6\u30fc\u30d6\u30eb":[105,127]," character":[103,5],enqueue:87," \u3002":47,"\u3053\u305d":128,level:[4,25,120],"\u8208\u5473":93," successor":105,"/db2":37,"/db1":37,"\u6f14\u7b97\u5b50":[52,79,46,109],"\u79d2\u8868":[10,47,50,105],port:[29,104],"\u5024\u6bce":79,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30a4\u30c8\u30eb":106,"\u3044\u308d\u3044\u308d":[38,111],"/load":37,reply:53," ')":40," makecache":[52,90],"\u751f\u3058":[31,4,48,49,25,110,42,118,78],baseball:[33,53],"\u9ad8\u6a5f":[93,46],"\u6b63\u78ba":[10,55,2],"\u63d0\u4f9b":[109,66,6,18,8,37,117,9,106,11,12,30,46,51,52,54,90,93,20,107,131,132],"_success":[79,1,63,92,12,102,103],"\uff08ruby":54,"\u64ec\u4f3c":[79,105,127],"\u9006\u306b":33," case":5," solaris":[38,96]," level":[4,103,25,68],"\u30ea\u30f3\u30af":[127,106,10,74,52,105],"_delete":18,"\u307f\u307e\u3057\u3087":[33,2,64,10,128,50,53],"\u8fd4\u3055":[79,9,63,92,108,40,88,84,102,52],"\uff08messagepack":76," family":5,"-src":[107,11],sports:33,"\"name":83,msg:87,"_concurrency":125,"\u30bb\u30c3\u30c8":[27,100,46,78],"\u3044\u308f\u3086\u308b":33,".txt":106," on":[85,71,6,37,22]," of":[5,88,108,22,16,71,6,103,52],"\uff11\u3064":87,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9":[125,52,6],".]]":63,"/setup":54," os":[38,96],"_sis":[127,105,100,99,43],"-docutils":106,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":[38,96],":clear":106,"\u76f8\u5f53":[95,50,2],"\u5f15\u304d\u8d77\u3059":52,clone:[74,59,106],"\u30aa\u30fc\u30d7\u30f3\u30bd\u30fc\u30b9\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":54,"\nctrl":29,"\u7f72\u540d":59,"\u6b20\u70b9":93,succeeded:[41,89],"\u30b0\u30eb\u30fc\u30d7":[52,79,93],"\u3002tag":33,"_res":104,"/srpm":106,"_descriptor":[1,120],"\u542b\u307e\u308c\u308b":[46,2,106,10,93,68,47],normalizermysqlunicodeci:131," just":[82,103,5,101],"\u56f2\u307e":22,"\u56f2\u307f":[68,22],"[[":[63,99,67,68,75,102,89,79,51,105,10,82,83,41,33,47,53,127,92,128,94,22],"\u30d9\u30fc\u30b9\u30d1\u30b9":6,"\u56de\u7e70\u308a":104,cutter:59," aptitude":[13,124,107],"\u6ce8\u76ee":79,"\u3059\u306a\u308f\u3061":10,term:49,name:[67,48,49,88,41,110],"\u500b\u3005":[47,9,46]," link":10," line":54,"\u534a\u7121":[18,43]," iwai":52,"\u53d6\u308b":120,"\u30cd\u30b9\u30c8":[52,53],"\u30d1\u30fc\u30b9":[18,113],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":48,"\u6642\u4ee3":93,"\u3042\u3044\u307e\u3044":43,"\nnormalizer":5,"-default":96," warning":4,"\u914d\u7f6e":[2,106],"\u56f2\u3080":[2,22],"\u3002key":[100,2],"\u30b3\u30fc\u30c9":85,"\u3082\u3057\u4ed6":94,"\u4e92\u63db":[117,90,9,105,106,11,107,26,131,37],"\u30db\u30b9\u30c8":[125,106,68,29,52,18,104],yum:[52,90,106,117],"-normalizer":[117,90,5,11,107,52,131],"\u304a\u9858\u3044":104," correction":86,redhat:[18,76],"-version":[109,106],"\u30b7\u30f3\u30d7\u30eb":[132,113],"_function":[1,120],"\u7d5e\u8fbc":[38,111]," text":[79,5,105,22,83,104,112,53,37,127],"\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0":[51,113]," logged":103,kbytes:104,"\u7b49\u4fa1":[79,109,113]," files":[103,72,6],"\u30a8\u30f3\u30c8\u30ea":[16,79,105,127]," match":6,specify:[6,85],"-httpd":[30,38,90,32,117,11,107,52,18],"(tab":123,"< t1":46,"\u3080\u308b\u3093":[105,127],posix:105,"\n\uff08":109,and:[52,50,5,22],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30b5\u30a4\u30ba":44," target":5,"_local":[112,104],prm:90,",' ":[10,34],"\u53b3\u5bc6":36,"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":59,"_permitted":[1,120],"\u30d5\u30e9\u30b0":[0,31,2,99,4,70,25,18,78,79,105,10,110,42,43,48,49,88,118,120,52,127,131],animation:33,"\u30a8\u30b9\u30ab\u30ec\u30fc\u30b7\u30e7\u30f3":[79,76,68],"_suggest":129,"\nstatus":[2,29]," mail":104," main":107,"\u81a8\u5927":93,"\uff09:":[117,90,100,15,11,107,60],"\u4e2d\u65ad":[18,52],"8mb":131,"\u5c06\u6765":[117,51,94,120,37],"\u4e00\u81f4":[38,0,46,106,108,79,129,52,43],"\uff09 ":[18,79,109,131],"\u30c4\u30a4\u30fc\u30c8":[106,17],"\u5ea6y":34,sitecountry:[29,91],"\u540c\u3058\u91cd\u307f":83,"\u88dc\u5b8c":[38,108,109,130,7],"\u3002weight":10,"\u30d1\u30c3\u30b1\u30fc\u30b8":59,"\u5024\u3088\u308a":[79,46],"\u985e\u7fa9":79," given":52,"\u57f7\u7b46":[53,35,70],"\u5f53\u8a72":9,ssh:106," groo":79," liblzo":[107,11],"\"null":52,"_port":104,":')":49," groonga":[98,2,68,6,18,103,76,37,117,79,105,106,11,112,85,15,16,29,52,53,123,90,127,93,22,95,107,131,60]," jquery":109,"# ":[2,64,68,29,36,75,89,37,99,79,51,105,10,108,82,83,41,85,33,86,16,50,53,127,91,128,94,22,58,131,6],"#'":68," narwhal":18,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9":[128,0,43],"<gqtp":104,"\"#\"":104,"(..":52," shutdown":6,"#{":103," cflags":[15,106],cities:51," memo":83,"\u4e0d\u5909":77,quiet:120,"\u30ec\u30b3\u30fc\u30c9id":[38,118,63,32,52]," dpkg":106,"\u4e00\u822c\u7684":93,color:131,"\u30c6\u30fc\u30d6\u30eb\u30d7\u30e9\u30b0\u30a4\u30f3":52," rewrited":71,"\u76f8\u5bfe":[18,79,106],"_clone":106,raring:[38,96]," comment":[16,53,128],"\u6709\u9650":79,"\u4ee3\u308f\u308a":[131,63,127,92,68,22,118,72,29,76,43],engine:[36,108,58],"/vdw":[50,2,91]," approximate":51,"_tokenizer":[52,79,1],"_value":[18,79,109,77,52]," location":[33,51,10,128,50,6],"\ntreated":5,"_tokenized":5,"\u30ed\u30ae\u30f3\u30b0":12,"\u975e\u63a8\u5968":52,"\u53d7\u3051":[51,2,87,94,29,52,37,120],"\u305f\u3068\u3048":47,saerc:[108,86],"\u8aad\u307f\u51fa\u3057":93,html:59,events:37,"\uff08romaji":36,status:[38,0,32,109,21,52],"0\u30d9\u30fc\u30b9":79,downloads:72,"[\u8a9e":88," porting":71,without:6,"[geo":18,"\u30d1\u30bf\u30fc\u30f3":[95,105],"/unit":124," brother":127,"\u4f5c\u6210\u6e08":68,"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[59,119],unicode:131,"\u3088\u304b\u3063":47,rose:10,blog:53,"\\'":[68,127],"\\%":72,"\\\"":[40,16,100,22],"\u9577\u65b9\u5f62":18,hino:52,"\u63a2\u3059":53,"\u3002point":[39,80]," git":[74,106,85],"/base":106,"\\\\":[16,72],")..":106,"\u3079\u304d":[131,120,106],"\u3068\u304a\u308a":[44,104]," very":[95,79,127,22,40,105]," they":5," datasets":101,"-mm":[103,105],"_host":104,"\u985e\u7d39":47,"\"groonga":[79,105,22,16,8,43],automake:109,"\u9234\u6728":52,"@uzulla":18,mooz:18,"\u4e09\u3064":[51,100],o0:106," binary":[93,34,3],"\u304a\u3059\u3059\u3081":37," mark":131,"\u30b9\u30da\u30a4\u30f3":51,tokenbigramsplitsymbolalpha:[47,79,5,28,100]," shibuya":109,oo:66,on:[6,37,22],"_escalation":[109,76,12],"\u30e6\u30fc\u30b6\u30fc":[33,79,127,95,16,6,59,76,37],"\u8a2d\u5b9a\u5024":[0,84],os:104,or:[79,127,50,120,123,64],tokentrigram:[5,28],"_leading":79,"\u5c11\u306a\u3051\u308c":43,"\u5f0f\u5168":[105,127],"\u884c\u76ee":[95,106,104],"\u30c1\u30e3\u30f3\u30af":88,"\u30a8\u30ed":128,"{path":76,"\u8a55\u4fa1":[16,46,105,52],there:[5,127],"\u53d7\u3051\u53d6\u308a":[46,2],"\u300ccomments":128,"/modules":[109,6],"\u901a\u308a":[79,51,105,106,83,47,108,67,35,22,80,127,16,58,76,75,54,43],"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc\u30aa\u30d7\u30b7\u30e7\u30f3":131,"(location":[33,50,51,128],"\u69cb\u7bc9":59,"\u4f5c\u3063":[47,18,131,128]," using":[53,71],"/hostname":[68,104],"\u30de\u30fc\u30b8":[52,85],"\u65b9\u5f62":[51,80]," messages":52,"\u4f5c\u308a":[36,53,86,43],"\u4f5c\u308b":[33,86,128,87,113,43,85],"\u8ab2\u7a0b":52,gettext:85,"_type":[40,52,112],ftp:104,"\n% ":85,"\u53d7\u3051\u53d6\u3063":93,"\u3002ctrl\u30ad\u30fc":2,"/mysql":131," good":[82,5],"\u65b9\u5f0f":[68,53,2,93],":mm":[103,105],"/usr":[76,68],"\u6c17\u306b":85,"/select":29,directory:120,"4\u3064":[66,22],"\u30c7\u30fc\u30e2\u30f3":[52,0,68,6]," \"\u308d\u3086\u304d":99," advanced":71,"\u306a\u3051\u308c":[49,79,1,105,10,127,68,40,76,52,54,123,104,43],dist:106,"\u6761\u4ef6":[59,46],"\u306f\u305d\u306e":12,"\u8fd1\u3044\u9806":35,jessie:[38,96],"\u30d3\u30c3\u30c8":127,"/locale":[106,85],init:76,program:72,".name":[16,128,88],"\u95a2\u9023":[93,59,106,17],"=message":96,"-word":79,"***":25,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[93,59],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9":[18,106],"\u30d0\u30c3\u30d5\u30a1id":88,longtext:34,list:106,"_html":[38,32,68,52,18,115],"\u304a\u3088\u3073":[2,106,10,93,68,52,76],"\u4f4e\u6e1b":109,"\u6d69\u4e8c":52,"<protocol":68,"\u89aa\u5207":109,"\u884c\u3048\u308b":[52,33],"/news":106,"/centos":[90,98,106],"_scalar":[33,79,51,64,91,83,47,128,67,127,22,82,49,16,41,112,53,105],"(packages":106," point":[52,41,51],sub:[38,115,106,32,52],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":59,version:[2,3,106,55,29,18,104,6],memcached:[38,124,111,93],"\u793a\u3059":[92,79,1,63,99,39,10,67,127,22,40,16,51,102,95,75,80,83,37,105],tags:[33,75,43],"\u88dc\u5b8c\u8a9e":36,"#worker":6," name":[79,5,105,83,10,128,48,49,16,31,110,6,112,43],serihiro:52,matsuu:109,options:[125,68,101,104],"\ninfo":[4,25],gtihub:18,tokenunigram:28," cover":22,"\u5358\u7d14":[46,99,80],"\u300c\u697d\u3057":100," tar":[107,90,11,106,117],"/atv":[50,2,91],"\u69cb\u6587":[38,129,32,52]," supported":[5,6],"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9":[55,97],"\u7a4d\u7b97":[79,46]," tag":[33,106]," nroonga":53,flag:5,"\u3002git":106,"\u30d7\u30ed\u30f3\u30d7\u30c8":[72,3],"\u524d\u63d0":59,"\u89e3\u6790":59,"\u79fb\u884c":[18,9],"=table":43,"\u671f\u5316":[52,12],"\u30ea\u30cd\u30fc\u30e0":18,"\u958b\u767a":[93,59],"\u7406\u7531":[93,52,79,37,43],"&..":29," three":[10,2],disable:18,"_text":124,"\u30ea\u30dd\u30b8\u30c8\u30ea":[59,119,106],"-max":[18,68],"\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":124,"-munin":[107,90,96,117]," dictionary":131,"-http":[38,90,117,11,23,107,6,52]," segment":88,"\"book":105,":\u79d2":128,"\u30c6\u30b9\u30c8\u30c7\u30fc\u30bf":106,"\u9ad8\u307e\u3063":93,disables:6,"\u623b\u308a\u5024":12,"\"is":10,"\u30bf\u30a4\u30d7":[18,104,37],"_link":[1,120],soccer:33,"\u30d6\u30fc\u30ea\u30a2\u30f3":34," feature":[5,85],"return":[95,103],"\u52d5\u4f5c":59,"\u5897\u3048":53,"\u8aa4\u5b57":[18,109,123,52],"\u8a71\u984c":17," \u30d0\u30c3\u30d5\u30a1":88,"-encodiong":105," tool":54,innodb:93,"\u51fa\u6765\u308b":128,"\u4e0d\u9069\u5207":52,"-create":[30,38,32,108,129,52],weight:[10,52,79],"_release":106," st":105," sh":106,"/en":106,"\u547c\u3076":[52,124,113],"\u6c42\u3081":[93,81],"_new":[18,87,52],"/managers":[6,37],"\u3072\u3053\u3055\u3093":52,thread:[87,104]," processing":103,"_ito":18,"_hash":[79,51,105,82,83,112,75,131,43],"\u5927\u304d":[52,66,88,43],",[]":63,"\u5f62\u72b6":35,"${":[83,79,105],"\u306a\u306a\u3069":[105,127],"\n\u308b":109,passes:106,"\u5b58\u5728":[0,109,2,91,93,100,79,80,95,39,50,29,112,52,53,104,77],"\n\u30b9":18,script:[45,79,126,81,40,39,118,80,104],gpg:106,"\u3050\u3088\u3046":51,"\u60c5\u5831\u540d":[75,67],passed:106,gps:93," lgpl":71,"\u8a9e\u691c":79,"$(":[117,107,90,11,60],"\uff01 ":128," transfer":120,"$ ":[99,105],"\u4fbf\u5229":[79,127,10,93,94,95,113,36,76]," localnames":112,"/'":11,"-working":52," alphabets":5,"-get":[52,11,106,107],",[\"":47," true":105,"7e":104,"\u898b\u3066":[95,79],"\u307e\u307e":[10,9,106],"\u898b\u3064":[52,109,108],"\u540dn":[75,67,79]," abandon":[92,102,118,63],"\u307e\u3060":[79,9,105,108,22,55,120,52,18],"\u307e\u3067":[44,82,46,2,99,106,66,68,40,128,53,104,85],"\u307e\u3059":[1,2,3,4,5,6,7,8,9,10,11,12,13,15,16,18,20,21,22,39,25,26,27,30,31,33,34,35,57,36,37,117,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,107,58,59,60,61,63,64,66,67,68,17,70,72,29,74,75,76,77,78,79,80,81,82,83,84,85,86,88,89,90,91,92,93,94,95,96,97,98,99,100,102,104,105,106,108,110,112,113,114,115,116,118,120,122,123,124,125,126,127,128,130,131,132],"\u307e\u305a":[2,64,106,47,128,100,72,6,105,76,104,85],"\u307e\u305b":[1,2,66,34,35,68,6,7,36,52,76,8,37,82,79,51,105,104,10,108,12,40,83,77,63,42,114,94,67,43,100,86,47,49,118,120,18,53,123,127,55,131,106,93,75,22,95,85,97,29],"_list":[38,0,1,32,109,21,52,18],"\u307e\u305f":[31,63,4,66,34,68,25,18,75,104,78,79,51,105,106,110,112,42,114,67,102,48,55,88,118,84,52,124,54,49,127,92,22,95,27,97],"\u3058\u304d":22,"\u6c42\u3081\u308b":[93,51,80],centos6:52,"\u7279\u5b9a":93,"[pat":52,"\u30b3\u30e1\u30f3\u30c8\u30ab\u30e9\u30e0":53," superior":22,"\u66f8\u304d\u5f8c":100,"\u3093\u3057\u304d":113,"\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":46,"\u30d5\u30a3\u30eb\u30bf":52,exec:120,"\u30e1\u30fc\u30c8\u30eb":[51,80],"\u89e3\u653e":55,"\u307e\u307e\u3067":47,"@kiske":52,"-oriented":22,"\u9577\u3055":[10,52,104],"&query":29,".rb":109,"\u304a\u3051":79,"_users":128,"\u304a\u304d":[93,106],"\u304a\u304f":[10,105,106]," night":82,"\u304a\u304b":76,"\u304a\u3044":[2,106,10,93,50,124,18,77,85],"\u59cb\u70b9":2,"_call":[1,120,46],"_format":[1,120],firewood:52,"\u304a\u3070":[18,0],"-ftp":104,"\u4f4e\u6a5f":46,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":132,"\u629c\u3051\u308b":2," used":103,"\u671b\u307e\u3057\u3044":[93,106],"\u30c7\u30fc\u30e2\u30f3\u30d7\u30ed\u30bb\u30b9":6,"\n# ":[55,2,29],"\u304a\u3070\u305f":18,"\u305d\u308c":[117,90,46,2,64,106,10,128,34,100,127,55,47,109,72,58,105,53,85,43]," supports":71,"\u306b\u304a\u3044":[10,9,106],"\u4fdd\u8a3c":[88,9],"\u6570\u5024":[38,0,46,63,127,92,100,68,79,49,109,102,80,111],"(content":22,"3\u3064":[117,79,2,10,11,22,95,107,124,113,52,53,90,98],"\u30b3\u30df\u30c3\u30c8":106,"\u305d\u3057":128," search":[5,105,86,108,58,22,52,18,123,8,127],tobby:83,dump:[38,0,32,109,21,52]," universe":11,"][":[18,127,52],"\u305d\u3046":[105,54],"\ncolumn":[47,83,51,112,128],"\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":[106,104,85],"]}":[10,16,88],"\u30b9\u30b3\u30a2":[79,46,47,108,50,128,52,77],"]x":[128,50],"\u305d\u306e":[38,46,106,93,96,85],latin:[52,76,68],"\u8a18\u9332":[93,52,77,7],"\u304a\u3089":106,"\u304a\u308a":[128,53]," easy":13,"]\n":[5,2,64,68,29,36,75,89,99,40,79,51,105,10,108,82,83,41,43,33,86,16,50,53,127,91,128,22,95,58,131],"\u672a\u521d":52,"\"requires":52,license:106,"\u8a02\u6b63":123,"]'":37,"] ":[125,106,94,68,101,41,29,52,18,89,104],context:6,"]\"":[52,50,128],"<= ":[52,6,105],"],":[2,64,67,68,29,36,75,89,104,99,40,79,51,105,10,108,82,83,41,63,102,33,112,86,47,55,16,50,53,127,91,88,92,128,22,95,58,131],"]/":29,"])":[45,80]," off":6,improper:120,"\u30b3\u30de\u30f3\u30c9url":37,"'alice":127,"\u7d76\u5bfe":7,":#{":103,"\u8003\u616e":47,due:22,po:59,kiske:52,"\u3057\u3084\u3059\u304f":52,"\u6574\u5217":[93,2]," raltime":58,"#groonga\u30bf\u30b0":128,"\u8a00\u8a9e\u540d":85," its":103,"\u30d9\u30fc\u30b9":[98,105,93,109,127,52,18,132,85],"\u79d2\u9593":18,"\u5730\u7cfb":51,"\"sug":8,"\u5404\u8a9e":88,"\u6027\u5225":93,"_expansion":[18,52],"\u30ed\u30fc\u30ab\u30eb":[105,106]," logs":[103,43]," float":10," signing":106,"\u6210\u679c":59,"\u5065\u4f5c":33," tokenizers":5,"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":[93,59],"\nmroonga":123," describes":95,"/hoge":68,"_info":52,"\u672c\u6765":64," buffer":88,abcde:94,edge:87," --":[33,79,105,128,22,83,72],nanoseconds:103,"\\bin":72,"\"alice":127,"\u6b8b\u5ff5":10,"\u9006\u5f15\u304d":[38,111],"\u3067\u304d\u308b":[93,59,87],tables:112,"\u4e92\u63db\u6027":106,"\u64a4\u5ec3":[109,68]," -e":11," -g":72,"\u5024\u7528":18," -h":37,"\u304f\u3060":[98,1,2,99,65,66,34,17,72,6,7,76,37,117,79,51,105,83,10,108,11,47,41,104,43,15,16,29,52,89,90,127,93,94,107,26,85,60]," add":[79,85],"'haystack":46,unstable:[107,106],"\u6642\u523b":[95,86,128,55,126,104]," lower":5,".title":10,"\u7f6e\u304b":[26,76,123,6],"\u7f6e\u304d":[109,106],"\u7f6e\u304f":76,"[dump":52,"\u5404\u8981":64,"\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0":[0,76,105,68,12,131]," seven":2,retry:120,"\u69cb\u6210":[117,90,46,2,106,11,98,107],proc:[107,79,11,90,117],"\u5ea6\u5206":34,"_improper":1," fix":71,"\u9577\u751f\u304d":43,"\u5b9f\u73fe":[93,59,119],"\"service":86,range:[75,41,67,120],"\ncharacter":5,"\u672c\u6587":53," patsuffix":99,"\u5831\u544a":59,"\u524d\u65b9":[38,0,46,108,129,52,43],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u30da\u30fc\u30b8":106,shimoda:109,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0":68,"\u7a2e\u5225":67,fast:[79,127,22,105],"/hosts":106,"_links":[1,120],files:106," tests":106," wibowo":52,"-query":[98,2,99,68,22,103,83,52,18,123,127],"\u30ec\u30fc\u30d9\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3":0,"-host":104,"\u30a2\u30c3\u30c8\u30de\u30fc\u30af":43,"_op":46," that":[52,79,5,22,103],"_or":[1,41,46,29,89,80,120],"\u306b\u3064":52,"_of":[1,120],"_on":[1,120]," than":103,"\u63a5\u982d":[18,105,66]," tokenbigramsplitsymbolalphadigit":83,horikoshi:18,"\u679c\u305f":2," candidate1":108,warning:103,"\u306b\u5bfe\u3059\u308b":[38,46,2,106,91,33,10,93,109,108,52,18,111],grn:59,gro:22,nice:82,users:[41,72,37]," except":5,"\u5c5e\u3057":34,"\u305f\u3076\u3093":76,drilldown:[0,110],"\u982d\u8f9e":66,"\u300d\u3001":[33,128],"\u300d\u3002":113,"\u300d\u300c":128,"\u8868\u3059\u578b":34,"-deafult":18,"\ngenerated":5,"\u8aad\u307f\u53d6\u308a":[40,68],"-package":[106,96],"\u30b3\u30a2":[76,6,37],"-count":55," official":106,"\u30a4\u30f3\u30c7\u30c3\u30af":53,"\u958b\u304f\u969b":52,"\u5272\u308a\u5f53\u3066\u308b":[10,66,2],"\u8a9e\u6271":100,"\u30ad\u30fc\u30b5\u30a4\u30ba":66,"\u30cb\u30e5\u30fc\u30b9":82,stable:9," yamaguchi":18,include:57,"\u7e70\u308a\u8fd4\u3057\u6570":104,"\u30de\u30c9\u30ea\u30fc\u30c9":51,"\"saerch":86,"\u30d7\u30e9\u30b0\u30de":79,"\u306a\u3068\u304d":93,"\u3002run":124,"\u3067\u5024":[68,2],"\"complete":8,"-in":[5,106],"-id":[52,68],"_dir":[18,106],"\u884c\u308f":[125,33,79,104],"|correct":108,"_use":[1,120],".po":59," term":[49,88,64],".pc":[18,129],"-line":54," specifies":5,etime:125," specified":5," voiced":131,"\u30a8\u30f3\u30b8\u30f3":[10,33,79,68,93],"{time":103,"-exact":55,"\u521d\u56de":85," score":41,"\u30de\u30af\u30c9\u30ca\u30eb\u30c9":35,"\u5341\u5206\u6c17":79,"(gqtp":98,"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9":[66,2,6],"\u4e0a\u3052\u308b":47,"/coremodule":6,"_name":[95,129],"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9":68,"\u30c8\u30e9\u30a4":[18,127,66,105,43],">= ":[52,105],"\u300coffgao":128,">version":3,"\u5206\u6790":93,apple:131,apt:[107,11,106,54]," turn":6,hardy:109,api:[38,46,32,109,129,52,18],"\u5148\u60c5":128,"\u9001\u4fe1":[31,63,4,67,25,75,102,104,78,110,112,42,114,48,55,88,118,84,49,92,27,97],use:[52,79,5,68],usa:91,"\u3057\u307e\u305b":[47,36,79,76],"\u5730\u70b9":[50,51]," defines":101,"\u3057\u307e\u3046":[93,18,109,106,52],usr:[68,6,7,76,124,60],"\u3057\u307e\u3044":[10,47,99,104,86],"\u4efb\u610f":[2,106,93,34,68,104]," registering":5,tokenbigramignoreblanksplitsymbolalpha:47,"?msg":106,"/index":[68,106,85],"-html":[52,109]," morning":82,"\u30fbor":50,tar:[117,90,106,15,11,107,76,60],"_install":[13,96,54]," example":[79,5],tag:33,sis:18,satoh:18,"\u30c0\u30d6\u30eb":[127,66,52,18,43,105],sid:[38,96]," physical":88,"_create":[38,46,32,21,129,52,18],"\u884c\u3046":[125,33,79,51,99,91,100,98,83,50,109,106,52,53,124],"\"rectangle":[52,51,80]," mroonga":[79,127,83,16,53,105]," instead":[79,68],"_configure":52,"\u30a2\u30af\u30bb\u30b9":[125,109,106,10,26,68,29,52,18,85,6]," nice":82,"\u3042\u308b\u3044":[117,90,9,105,93,120,127,39,46,6,80,43],"-config":[0,109,68,52,18,76],"$home":106,interrupted:120," restart":98,"\u4eac\u90fd":[47,100],"#groonga":123,"\u300cbill":100," shorttext":[2,64,68,89,104,99,79,51,105,10,82,83,41,112,43,33,47,49,16,53,127,91,128,22,131],"\u7279\u5225":[76,36,1,127],"\u30c0\u30f3\u30d7":[52,109],"\u30ed\u30b1\u30fc\u30eb\u30e1\u30c3\u30bb\u30fc\u30b8":106,"/apt":[107,11,106],"/api":37," extract":103," gpl":71," gpg":106,"\u30b9\u30ad\u30fc\u30de":[79,51,105,83,22,82,16,112,53,127],"\u3082\u3057\u3054":52,articles:53,edit:[38,0,115,106,32],".net":[33,2,106,91,10,17,50,29]," updated":[47,71,85],"%\\":72,nfs:76," updates":22,"\u6df7\u305c":[10,108],".overcommit":52,",\"link":10,"\u5c3a\u5ea6":93,"\u89e3\u6c7a":[18,88,52],"\u3002redmine":61,out:104,"\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8":128,"\u30ec\u30a4\u30e4":46,"\u5408\u81f4":2,"8r":[52,76,68],lts:[38,106,96],"\u4e00\u90e8":[48,2,8,106,52],"_nsubrecs":77,"\u304a\u3059\u3059\u3081\u3057":[105,106,127],"\u8aac\u660e":[61,1,32,72,76,38,106,11,85,116,46,117,15,52,54,90,21,95,107,96,59,60],"1\u305a":[9,77],"\u53d6\u308a\u8fbc\u307f":18," context":22,"_symbolic":[1,120],"\u8d77\u70b9":[92,102,79,63],utc:105,"\u78ba\u8a8d":59,"_qlog":52,unknown:120,"\u304a\u304b\u3057":109,makefile:106,",[":[47,92,102]," prefix":[18,105],"1\u3064":[44,33,79,128,120,105,66,108,127,22,61,83,104,7,18,53,89,8,37,43],"\u30b3\u30de\u30f3\u30c9\u30ea\u30b9\u30c8":68,"\u7279\u5316":[105,85]," for":[51,71,34,22,101,5,103,52],"\u30d5\u30a9\u30eb\u30c0\u30fc":72,"-jumandic":[117,90],"\u64a4\u53bb":18,"\u8a9e\u610f":70,"\u9ad8\u3044\u9806":2,"\u89e3\u6d88":[0,27],"_unsupported":1," started":[95,103,79,105,127],see:5,".grn":112,"\u82e6\u624b":93,"\u30ab\u30bf\u30ab\u30ca":[36,131,108]," snippet3":22,"\u76ee\u304f\u3089\u3044":43,"_expanders":[123,7],"^ ":105,"\u4eee\u60f3":[50,91],"\u901f\u3084\u304b":9,"\u7d44\u8fbc\u578b":[38,32],"_build":124,"\u73fe\u5728":[125,2,106,93,35,70,84,128,42,126,104,43],"_delimited":71,"\u6dfb\u4ed8":52,"_is":[1,94,95,41,120,18,89],hh:[103,105],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[38,79,66,34,18,111],"_in":[38,0,1,32,109,95,52,18,115],"-output":[52,79,22,104],"_id":[79,2,105,106,50,52,18,77],"_delimiter":5,"\u6307\u3057":10,",\n ":[33,79,105,47,108,67,95,88,6,128,127],",\n#":[33,79,2,105,10,128,83,50,29,127]," favorite":85,"\u5bfe\u8c61":[31,2,67,100,18,76,37,78,38,79,9,106,108,43,40,110,111,112,85,33,46,47,87,48,49,52,124,125,127,93,22,27],"_truncate":18," project":105,cache:[38,0,21,32]," doesn":[5,6],"\u30b7\u30a7\u30eb":[76,104],daiki:[52,109,129],"\u30d3\u30eb\u30c9\u30b7\u30b9\u30c6\u30e0":76,"\u6295\u7a3f":106,"\u4ed8\u3051\u308b":[87,131,2],"!condition":105," same":52,",\n{":[131,64,91,83,108,86,127,16,58,36,53,105,99],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5":[79,84],words:105,"\u30b7\u30a7\u30a2":17,"\u3070\u3044\u3051":[79,105,127,43,52,76,123,54],"(column":22,",\n[":[22,112],",\n]":[47,16,50,64],queries:104,view:68,"\u304b\u304e\u308a":104,"=fedora":106," markup":57,"\u884c\u6570":18,"\"table":68,dll:[18,52]," york":51,"\u4e43\u6bc5":109,job:104," only":[5,6],homebrew:[38,96]," map":103," max":[45,84],april:106," mac":52,"/local":[76,6,106],"\u672a\u5bfe":52,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9":[26,109,68,52],"\u30d3\u30eb\u30c9\u30aa\u30d7\u30b7\u30e7\u30f3":[76,72],table:[38,46,32,48,67,109,21,49,9,52,18],"\u671f\u5f85":93,rpm:[117,90,106,109,52,18],"\ngrn":46,"\u30b5\u30d6\u30bb\u30c3\u30c8":34," argument":105,"\u9bae\u5ea6":82,"_refused":[1,120],"\u3002gdb":124,"\u521d\u671f\u5024":125,"\u30ed\u30fc\u30c9\u30a8\u30e9\u30fc":52,"\u5927\u6587\u5b57":[2,43]," when":52,"-cache":68,last:128," or":[79,5,64,83,103,123,127],reverse:106," favorited":128,"\u672a\u5b9a":10,"\u4f4f\u6240":52," favorites":128,"\u793a\u3055":[75,67],"\u793a\u3057":[1,2,35,91,47,20,55,51,29,106,53]," sound":131," zlib":[107,11],"\u578b\u3068":91,"\u3072\u308d\u3086\u304d":99,"-debug":109,avg:125," original":[99,112],"\u8fd4\u4fe1":[128,53],uptime:[0,2,3,55,29,6],"\u5185\u90e8":[10,52,55,22,106],"\u578b\u304b":34," replied":128,"\uff08longest":[18,105],"\u6ce8\u610f":[79,2,99,106,10,47,104,18,105,37,43]," replies":53," local":112," body":[63,64,47,48,49,92,102],"\u5168\u6587\u691c":[38,109,111,43],"\uff01\"":128,uzulla:18,"\uff01:":76," translation":85," obj":88,"\u521d\u671f\u5316":[52,12],tcp:68,"_device":[1,120],"(windows":104,"\u5236\u7d04":44,"}]\n":10,"\u9ad8\u7cbe":93,qwik:112,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0":[18,76,124,96,85],"\u300c\uff76":131,"'pid":68,"{\n":[46,6,37]," tracker":61,"\u307e\u305f\u3044":[52,51]," specify":5,"_threshold":[18,76,109,12],"\u307e\u305f\u3050":[38,51,111,52],"\u306a\u304b\u3063":[79,9,2,105,4,68,110,48,49,47,25,31,84,118,42,52,104,78],"_push":46,because:6,sequence:[36,108,86,58],"\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9":[79,70]," candidate2":108,") ":[79,1,105,106,34,46,52,104]," unpatched":71,"\u30b3\u30e1\u30f3\u30c8":[109,68,16,53,123,104],"_sortby":110,"_exists":[1,120]," origin":85,"\u306e\u307b\u304b":[10,34],"\u96e2\u308c":50,"\u2192id":66,"\u7d44\u5408":83,"\u7acb\u3061\u4e0a\u304c\u3063":104,"\u518d\u691c":113,"\u306e\u3044\u305a\u308c\u304b":[39,80]," grn":[103,46,123,113],"\u305d\u308c\u305e\u308c":[2,3,66,100,68,76,64,79,105,106,10,83,43,46,47,50,120,53,124,91,128,22,95,26],"\u5358\u72ec":104,column:[38,0,46,32,109,21,52,18],universe:11,"_nofile":103,".html":[68,106,85],"$groonga":106,"\u6570\u5b57":[47,86,104,43],"_length":120,"\u5b9f\u7a3c":125,"\u3002mroonga":93,"var":[76,67,46,68,6]," query":[103,108,123,120,7],"\u30a4\u30f3\u30c6\u30b0\u30ec\u30fc\u30b7\u30e7\u30f3":54,"-pid":[18,68],"\u30b9\u30cb\u30da\u30c3\u30c8":22,"_term":71,squeeze:[38,106,96],"\u6848\u5185":106," object":[52,5]," eggs":53,"\u30ed\u30b0\u30a4\u30f3":106,"\u4e00\u9577":93,"\u6c7a\u5b9a":79,"\u7a4d\u7528":79,"8bit":34,"\u7acb\u5834":59,"\"se":36,"@github":106,"\u52a0\u3048":[10,46,99,54],book:105,bool:[99,10,34,39,52,80,127],"\u30eb\u30fc\u30d7":[52,109],"-analyzer":[18,52]," developer":128,"\u306f\u307e\u305a":106,".gpg":106,"-sortby":52,".location":128,"\u30a8\u30af\u30b9\u30dd\u30fc\u30c8":109,debian:59," tags":33,emerg:[4,25],"\u5909\u66f4\u70b9":59,"\u306f\u307e\u3060":[37,132]},objtypes:{"0":"std:option","1":"c:type","2":"c:function"},objnames:{"0":["std","option","option"],"1":["c","type","C \u306e\u30c7\u30fc\u30bf\u578b"],"2":["c","function","C \u306e\u95a2\u6570"]},filenames:["news/0.x","reference/command/return_code","tutorial/introduction","reference/output","reference/commands/log_level","reference/commands/tokenize","reference/executables/groonga-httpd","reference/commands/register","suggest/introduction","reference/command/command_version","tutorial/data","install/ubuntu","reference/api/grn_ctx","contribution/development/document","spec","install/solaris","reference/functions/sub_filter","community","news/1.2.x","reference/query_expanders","reference/api","reference/command","reference/functions/snippet_html","server","reference/cast","reference/commands/log_put","reference/executables/groonga-server-http","reference/commands/defrag","reference/tokenizers","tutorial/network","reference/executables","reference/commands/table_remove","reference","tutorial/index","reference/types","geolocation_search","suggest/completion","server/http/comparison","index","reference/functions/geo_in_rectangle","reference/commands/load","reference/commands/column_rename","reference/commands/log_reopen","reference/commands/table_create","limitations","reference/functions/rand","contribution/development/query","troubleshooting/different_results_with_the_same_keyword","reference/commands/column_remove","reference/commands/column_create","tutorial/search","reference/functions/geo_distance","news","tutorial/match_columns","development/travis-ci","reference/commands/status","reference/api/grn_expr","contribution/documentation/c-api","suggest/suggestion","contribution","install/mac_os_x","contribution/report","suggest/tutorial","reference/commands_not_implemented/set","tutorial/query_expansion","server/gqtp","reference/tables","reference/commands/column_list","reference/executables/groonga","server/http/groonga-httpd","tutorial/lexicon","news/senna","install/windows","troubleshooting","contribution/development/repository","reference/commands/table_list","install/others","reference/pseudo_column","reference/commands/clearlock","reference/commands/select","reference/functions/geo_in_circle","reference/functions/edit_distance","reference/indexing","reference/functions/query","reference/commands/cache_limit","contribution/documentation/i18n","suggest/correction","contribution/development/com","reference/commands/check","reference/commands/truncate","install/centos","tutorial/drilldown","reference/commands_not_implemented/get","characteristic","reference/commands/normalize","reference/command/output_format","install","reference/commands/shutdown","server/package","tutorial/patricia_trie","spec/search","reference/executables/groonga-suggest-create-dataset","reference/commands_not_implemented/add","reference/log","reference/executables/grntest","reference/grn_expr/script_syntax","contribution/development/release","install/debian","reference/commands/suggest","news/1.0.x","reference/commands/define_selector","tutorial","reference/commands/dump","reference/grn_expr","reference/commands/quit","reference/function","development","install/fedora","reference/commands/delete","contribution/development","spec/gqtp","server/http/groonga","contribution/documentation","reference/query_expanders/tsv","contribution/development/test","reference/executables/grnslap","reference/functions/now","reference/grn_expr/query_syntax","tutorial/micro_blog","news/1.1.x","suggest","reference/normalizers","server/http"],titles:["\u30d0\u30fc\u30b8\u30e7\u30f30.x\u306e\u304a\u77e5\u3089\u305b","8.3.3. \u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9","4.1. \u57fa\u672c\u7684\u306a\u64cd\u4f5c","8.2. \u51fa\u529b","8.3.16. log_level","8.3.29. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">tokenize</span></tt>","8.1.4. groonga-httpd","8.3.21. register","5.1. \u306f\u3058\u3081\u306b","8.3.1. \u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3","4.3. \u3044\u308d\u3044\u308d\u306a\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","2.4. Ubuntu","8.14.1. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">grn_ctx</span></tt>","13.2.3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210","9. \u4ed5\u69d8","2.7. Oracle Solaris","8.11.9. sub_filter","3. \u30b3\u30df\u30e5\u30cb\u30c6\u30a3","1.2.9\u30ea\u30ea\u30fc\u30b9 - 2011/12/29","8.8. \u30af\u30a8\u30ea\u30fc\u5c55\u958b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u4e00\u89a7","8.14. API","8.3. \u30b3\u30de\u30f3\u30c9","8.11.8. snippet_html","7. \u30b5\u30fc\u30d0\u30fc","Cast","8.3.17. log_put","8.1.5. groonga HTTP\u30b5\u30fc\u30d0\u30fc","8.3.12. defrag","8.7. Tokenizers","4.2. \u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9","8.1. \u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","8.3.28. table_remove","8. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","4.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","8.4. \u30c7\u30fc\u30bf\u578b","6. \u4f4d\u7f6e\u60c5\u5831\u691c\u7d22","5.3. \u88dc\u5b8c","7.3.1. \u6bd4\u8f03","groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","8.11.4. geo_in_rectangle","8.3.15. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">load</span></tt>","8.3.10. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">column_rename</span></tt>","8.3.18. log_reopen","8.3.26. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">table_create</span></tt>","10. \u5236\u9650\u4e8b\u9805","8.11.7. rand","13.2.4. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","11.1. \u540c\u3058\u691c\u7d22\u30ad\u30fc\u30ef\u30fc\u30c9\u306a\u306e\u306b\u5168\u6587\u691c\u7d22\u7d50\u679c\u304c\u7570\u306a\u308b","8.3.9. column_remove","8.3.7. column_create","4.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a","8.11.2. geo_distance","\u304a\u77e5\u3089\u305b","4.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","12.1. Travis CI","8.3.24. status","8.14.2. grn_expr","13.3.1. C API","5.5. \u63d0\u6848","13. groonga\u3078\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","2.2. Mac OS X","13.1. \u30d0\u30b0\u30ec\u30dd\u30fc\u30c8\u306e\u9001\u308a\u65b9","5.2. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","set","4.11. \u30af\u30a8\u30ea\u62e1\u5f35","7.2. GQTP","8.5. \u30c6\u30fc\u30d6\u30eb","8.3.8. column_list","8.1.3. groonga\u30b3\u30de\u30f3\u30c9","7.3.3. groonga-httpd","4.9. \u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831","News in Senna period","2.1. Windows","11. \u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0","13.2.1. \u30ea\u30dd\u30b8\u30c8\u30ea","8.3.27. table_list","2.8. \u305d\u306e\u4ed6","8.9. \u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","8.3.6. clearlock","8.3.22. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">select</span></tt>","8.11.3. geo_in_circle","8.11.1. edit_distance","8.12. \u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u69cb\u7bc9","8.11.6. query","8.3.4. cache_limit","13.3.2. \u56fd\u969b\u5316","5.4. \u88dc\u6b63","13.2.2. groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","8.3.5. check","8.3.30. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">truncate</span></tt>","2.5. CentOS","4.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","get","1. groonga\u306e\u7279\u5fb4","8.3.19. <tt class=\"docutils literal docutils literal\"><span class=\"pre\">normalize</span></tt>","8.3.2. \u51fa\u529b\u5f62\u5f0f","2. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","8.3.23. shutdown","7.1. \u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8","4.8. \u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","9.2. \u691c\u7d22","8.1.6. groonga-suggest-create-dataset","add","8.13. Log","8.1.2. grntest","8.10.2. \u30b9\u30af\u30ea\u30d7\u30c8\u69cb\u6587","13.2.6. \u30ea\u30ea\u30fc\u30b9\u624b\u9806","2.3. Debian GNU/Linux","8.3.25. suggest","\u30d0\u30fc\u30b8\u30e7\u30f31.0.x\u306e\u304a\u77e5\u3089\u305b","8.3.11. define_selector","4. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","8.3.14. dump","8.10. grn_expr","8.3.20. quit","8.11. \u95a2\u6570","12. \u958b\u767a","2.6. Fedora","8.3.13. delete","13.2. groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","9.1. GQTP","7.3.2. groonga","13.3. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u95a2\u9023\u306e\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8\u65b9\u6cd5","8.8.1. QueryExpanderTSV","13.2.7. \u30c6\u30b9\u30c8\u65b9\u6cd5","8.1.1. grnslap","8.11.5. now","8.10.1. \u30af\u30a8\u30ea\u30fc\u69cb\u6587","4.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","\u30d0\u30fc\u30b8\u30e7\u30f31.1.x\u306e\u304a\u77e5\u3089\u305b","5. \u30b5\u30b8\u30a7\u30b9\u30c8","8.6. \u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc","7.3. HTTP"],objects:{"":{"--ftp":[104,0,1,"cmdoption--ftp"],"--dir":[104,0,1,"cmdoption--dir"],"--document-root":[68,0,1,"cmdoption--document-root"],"--cache-limit":[68,0,1,"cmdoption--cache-limit"],grn_ctx:[12,1,1,""],"-P":[125,0,1,"cmdoption-P"],"--pid-path":[68,0,1,"cmdoption--pid-path"],"-e":[68,0,1,"cmdoption-e"],"-d":[68,0,1,"cmdoption-d"],"-a":[68,0,1,"cmdoption-a"],"-c":[68,0,1,"cmdoption-c"],"-m":[125,0,1,"cmdoption-m"],"-l":[68,0,1,"cmdoption-l"],"-n":[68,0,1,"cmdoption-n"],"-i":[68,0,1,"cmdoption-i"],"-h":[68,0,1,"cmdoption-h"],"-t":[68,0,1,"cmdoption-t"],"-p":[68,0,1,"cmdoption-p"],"-s":[68,0,1,"cmdoption-s"],"--log-path":[68,0,1,"cmdoption--log-path"],"--default-match-escalation-threshold":[68,0,1,"cmdoption--default-match-escalation-threshold"],"--log-output-dir":[104,0,1,"cmdoption--log-output-dir"],"--config-path":[68,0,1,"cmdoption--config-path"],"--query-log-path":[68,0,1,"cmdoption--query-log-path"],grn_ctx_init:[12,2,1,""],"--protocol":[68,0,1,"cmdoption--protocol"],"--bind-address":[68,0,1,"cmdoption--bind-address"],"--groonga":[104,0,1,"cmdoption--groonga"]}},titleterms:{"_pat":66,senna:71,"\u6539\u826f":[0,71,109,129,52,18],"\u7b26\u53f7":105," quetzal":11,": ":[47,79],"\u6d41\u308c":85,"-prefix":76,"\u9ad8\u5ea6":79,prefix:46," v":46,"\u6761\u4ef6":[50,79,106,127],query:[103,16,79,120,83]," x":60,"=number":76,"\u3084\u308b":106,jessie:107,"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":29,"\u30d3\u30c3\u30c8":105,tt:[79,5,94,12,40,41,89,43],"-release":106,"\u901a\u4fe1":87,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3":3,"_column":[16,77,83],"\u30fb\u30e1\u30e2\u30ea\u30ea\u30fc\u30af":124,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":[73,104],string:[5,94],groonga:[38,98,71,106,93,87,68,69,46,119,6,101,121,26,59,85,29],"\u95a2\u9023":[79,63,4,92,25,110,6,42,102,53,122,118,78],"=message":76,"\u304a\u6c17":128," -":[0,71,109,129,52,18],facebook:17,"\u30b5\u30f3\u30d7\u30eb":[125,104],"_database":6,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[13,123,124,96],"2pdf":13,"\u52d5\u4f5c":[36,86,124,106,58],"\u30b9\u30af\u30ea\u30d7\u30c8":[105,106],"\u3068\u3057\u3066":34,"\u3065\u3051":9," update":106,"-escalation":76,"\u6761\u4ef6\u5f0f":127,"\u7c21\u5358":79,"\u30aa\u30d7\u30b7\u30e7\u30f3":[125,108,68,101,104],".po":85,"\u8ad6\u7406\u548c":127,"\u4ed8\u4e0e":53,"\u771f\u507d\u5024":[10,105],"\u6f14\u7b97\u5b50":105," install":76,"-lzo":76,"_remove":[31,48],"\u7701\u7565":[83,51],sub:16,"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9":106,"\u53c2\u8003":[95,79,5,83,66,113,94,22,101,40,16,1,108,131,123,43],"\u30ea\u30c6\u30e9\u30eb":105,"\u30d5\u30a1\u30bb\u30c3\u30c8":79,tips:106,"\u683c\u7d0d":34,memcached:29,body:95,"\u30d1\u30c3\u30b1\u30fc\u30b8":106,"\u6587\u6cd5":50,"\u30de\u30c3\u30c1\u30ab\u30e9\u30e0":127,"\u30c6\u30b9\u30c8":124,"\u30bf\u30b0":33,"\u3042\u308a":[105,127],ubuntu:11,"\u6e96\u5099":[64,106],"\u30d7\u30ec\u30d5\u30a3\u30c3\u30af\u30b9\u30d1\u30b9":37,"\u306b\u95a2\u3059\u308b":34,"\u95a2\u4fc2\u5f0f":46,"\u4e26\u5217":106,"_key":66,"\u4e3b\u30ad\u30fc":[34,99],blogroonga:106,"_version":9,"_name":[41,89],"_output":79,"\u5165\u6f14":105,changes:71,"\u7ffb\u8a33":[106,85]," solaris":15,"\u5909\u66f4":[47,109,37],"\u30af\u30a8\u30ea":[93,46,64],"\u30de\u30c3\u30c1":105,"\u30b3\u30f3\u30c8\u30ea\u30d3\u30e5\u30fc\u30c8":[59,122],"\u6587\u5b57\u5217":[10,105],api:20,"_table":46,select:79,"\u6982\u8981":[40,79,5,83,66,95,94,22,51,12,1,16,41,9,6,7,93,89,131,123,43],"\u9001\u4fe1":29,"\u69cb\u6587":[79,5,105,83,127,94,22,40,16,41,51,7,89,43],"\u624b\u9806":106,zip:72,"\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":46,"\u30d5\u30ec\u30fc\u30ba":127,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6":93," api":57,"_no":66,https:37,tokenize:5,"_flags":79,"\u60c5\u5831":[106,93,35,70,50,119,124],"\u30d6\u30ed\u30b0":106,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":19,"\u3059\u308b":[61,106,86,47,6,58,36,53,124],normalizer:[5,94,43],"\u7d4c\u7def\u5ea6":10,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u30ea\u30c6\u30e9\u30eb":105,"\u30ea\u30ea\u30fc\u30b9\u30bf\u30b0":106,"\u3053\u3068":106,"_base":6,"\u3067\u304d":34," http":26,"\u4ee5\u4e0b":127,"\u4ee5\u4e0a":[105,127],"\u30b8\u30aa\u30b5\u30fc\u30c1":33,"\u8d77\u52d5":[98,29],"\u524d\u63d0":106,clearlock:78,"\u89e3\u6790":124,"\u7de8\u96c6":85,"\u6bd4\u8f03":[105,37],"\u304c\u3063":53,process:103,"_install":76,"/linux":107,"\u660e\u793a":106," lynx":11,"\u958b\u767a":[116,119]," os":60,"\u548c\u4ee3":105,normalize:94,"-localstatedir":76,sphere:51,", ":46,"\u540d\u524d":[31,63,4,34,68,25,102,75,77,78,81,108,110,104,112,42,114,67,45,48,49,88,118,84,80,125,55,126,92,101,39,26,27,97],"\u691c\u51fa":124,normalizernfkc:131,snippet:22,"\u548c\u6f14":105,sid:107,"\u52d5\u7684":82,"\u5b9f\u884c\u4f8b":12,"\u8fd1\u508d":105," (":77,"\u30b3\u30de\u30f3\u30c9":[21,2,29,68,26],"_create":[49,43],"-gqtp":98,"\u7d42\u4e86":[98,6,29],clone:85,"\u4e57\u7b97":105,mac:60,"\u6642\u9593":[128,105],"\u7f72\u540d":106,"\u30da\u30fc\u30b8\u30f3\u30b0":79,"\u8a2d\u5b9a":[106,6,37,54],status:[55,120],"-munin":76,"\u4e00\u81f4rk":36,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":10,register:7,"-files":106,callback:46,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30e9\u30fc":72,"\u30b0\u30eb\u30fc\u30d7":[105,127],"\u30a4\u30f3\u30dd\u30fc\u30c8":106,"\u8ee2\u7f6e":93,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[62,111],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":[13,122,106,38],rand:45,"=\"":[79,5,94,12,40,41,89,43],grntest:[106,104],"\u30d1\u30c8\u30ea\u30b7\u30a2":99,"\u623b\u308a\u5024":[5,83,108,94,22,40,16,41,51,7,89,43],"><":[79,5,94,12,40,41,89,43],"\u305f\u3044":106,gqtp:[87,120,29,98,65],"\u6d6e\u52d5":105,"_api":46,"_rename":41,"\u6587\u66f8":105,"=platform":76,"\u63a5\u7d9a":29,tsv:[95,123],"\u4ee5\u4e0b\u6f14":105,cutter:[124,106],"\u57fa\u672c":[2,105],greater:46,"\u30d7\u30ed\u30c8\u30b3\u30eb":[29,120],http:[98,132,3,29],"\u9664\u7b97":105,not:46,"\u8a8d\u8a3c":37,"\u30d6\u30e9\u30a6\u30b6\u30d9\u30fc\u30b9":29,now:126,"\u5c0f\u306a\u308a":[105,127],"_select":46,"-pack":76,name:43,edit:81,"-encoding":76,"\u66f4\u65b0":[93,106,85],"\u7d44\u307f\u8fbc\u307f":[131,68],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0":2,"\u767b\u9332":[61,106],"-create":101,"\u4e26\u3079":2,"\u4e00\u6642\u30c6\u30fc\u30d6\u30eb":66,normalizerauto:131,"\u751f\u6210":[106,85],"\u74b0\u5883":[124,106],"\u5b9f\u4f8b":46,"\u30d5\u30a1\u30a4\u30eb":[30,46,106,123,37,85],"\u70b9\u6570":105,"\u30d8\u30c3\u30c0\u30fc":120,todo:[83,22],"\u9001\u308a\u65b9":[61,85],"-match":76,"\u30ab\u30d0\u30ec\u30c3\u30b8":124,"\u7def\u5ea6":93," precise":11,docutils:[79,5,94,12,40,41,89,43],"-default":76,"\u5bfe\u5fdc":[35,37],"\u90e8\u5206":100,red:106,"\u30b5\u30f3\u30d7\u30eb\u30c7\u30fc\u30bf":[105,127]," log":103,"\u30e6\u30fc\u30b6\u30fcid":128,"\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":124,"_string":[16,83],"\u305f\u3081":[79,46],lts:11,"\u7d50\u5408\u5f0f":127,"\u4ed5\u69d8":14,"\u4e8b\u9805":[44,34,104],freecode:106,filter:79,"\u53ef\u80fd":[83,51,6,93],"\u30ab\u30e9\u30e0\u30b9\u30c8\u30a2":93,"_hash":66," ringtail":11,"\u30d9\u30af\u30bf\u30fc":34,"\u6e1b\u7b97":105,suffix:46,"\u8aac\u660e":[31,63,4,34,68,25,102,75,77,78,81,108,110,104,112,42,114,67,45,48,49,88,118,84,80,125,55,126,92,39,26,27,97],"-version":9,"\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":42,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":128," mode":46,"\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9":106,"> ":71,size:120,"\u78ba\u8a8d":[106,85],"\u7d5e\u8fbc":50,"\u4fee\u6b63":[0,71,109,129,52,18],"\u5bfe\u7b56":47,"\u6c38\u7d9a":66,"\u30ea\u30dd\u30b8\u30c8\u30ea":[74,85],"=encoding":76,"\u306f\u3058\u3081":8,tokenizer:5,configure:[76,106]," parameters":5,desctipion:101,"\u8ffd\u8de1":61,"=path":76,rst:13,"\u66f8\u5f0f":[31,2,4,67,68,25,6,75,63,104,78,81,108,110,112,42,114,102,45,48,49,88,118,84,80,125,55,126,92,39,26,27,97],"\u5b66\u7fd2":[36,86,8,58],"\u30bf\u30b0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":43,"-httpd":[98,6,69],"-log":76,"-http":98,"\u30c7\u30a3\u30ec\u30af\u30c6\u30a3\u30d6":6,"\u30c6\u30fc\u30d6\u30eb":[44,2,10,66,34,83,128,53,43],"_expander":[83,79]," gnu":107,hashtags:128,"\u30a8\u30e9\u30fc":95,"-zlib":76,"\u56fd\u969b\u5316":85,"\u5834\u5408":[95,53,106],"null":105,"_circle":80,"\u3044\u308b":[128,35],"\u7279\u6b8a":104,"\u4e00\u89a7":[1,19],"_list":[75,67],"\u7d22\u5f15":93,check:88,"\u304b\u3089":[117,90,11,107,72,76,60],"\u30d0\u30b0\u30ec\u30dd\u30fc\u30c8":61,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30c6\u30fc\u30d6\u30eb":43,"-with":76,"\u7279\u5b9a":[124,106],"\u307e\u3068\u3081":106,"_distance":[51,81],"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":124,libmemcached:124,"\u7d22\u7528":2,"\u7528\u79d8":106,"\u30c4\u30fc\u30eb":[76,6,29],"\u7d44\u8fbc\u578b":34,"\u30b5\u30b8\u30a7\u30b9\u30c8":130,synopstis:101,"_put":25,windows:[72,106],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":91,"_in":[39,80],"\u4e00\u81f4":[127,36,100,99,105],"\u30c7\u30a3\u30ec\u30af\u30c8\u30ea":106,"\u30b5\u30fc\u30d0":[93,29],"\u4f7f\u3044":100,"_processes":6,".com":106,"\u5fc5\u9808":[79,51,94,83,41,89],"\u30ec\u30b3\u30fc\u30c9":[79,2],"-po":106,"\u5270\u4f59":105,"\u6210\u529f":95,"\u30d1\u30c3\u30c1":85,"\u30ea\u30ea\u30fc\u30b9\u30a2\u30ca\u30a6\u30f3\u30b9":106,"\u8ffd\u52a0":[85,131,106,70],"\u5bfe\u8c61":53,"\u88dc\u5b8c":[36,8],"\u3044\u308d\u3044\u308d":10,"\u5c0f\u6570":105,xml:95,ellipsoid:51," senna":71,"\u4e0d\u7b49\u4fa1":[105,127],grnslap:125,cache:[79,84],"\u72ec\u81ea":105,"\u65e5\u6642":10," in":71,"_equal":46,"\u65b9\u6cd5":[9,106,86,47,82,58,36,59,122,124,85],"\u30ea\u30ea\u30fc\u30b9":[0,106,109,129,52,18],rectangle:51,"\u4e00\u6642":66,"\u6295\u7a3f":128,"-server":98,"\u30a2\u30af\u30bb\u30b9\u30ed\u30b0":37,wheezy:107,get:92,db:46,clang:124,"_html":22,"_limit":[79,84],"\u7b97\u5b50":105,"\u91cd\u307f":53,geo:[39,51,80],"\u30b3\u30de\u30f3\u30c9\u30d0\u30fc\u30b8\u30e7\u30f3":[9,37],"\u5171\u8d77":[36,86,58]," releases":52,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u30fc":47," pangolin":11,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":1,"\u7d50\u679c":[47,2,104],"\u52a0\u7b97":105,"\u6570\u5024":10,contain:46,"\u64cd\u4f5c":2,"\u69cb\u7bc9":[82,124],"\u5236\u5fa1":105,set:63,dump:112,"\u4ee3\u5165":105,travis:54,tokenizers:28,arg:46,news:71,"\u8a00\u8a9e":85,"\u65b0\u898f":106,"\u6a5f\u80fd":35,"\u30ab\u30e9\u30e0":[53,51,2,77],"\u985e\u4f3c":[105,86],"\u7ba1\u7406":[6,29],"\u5c02\u7528":29,"\u30e2\u30b8\u30e5\u30fc\u30eb":6,"_pack":76," arg":46,"\u305d\u306e":76,"\u7bc4\u56f2":[2,43],"\u4f4d\u7f6e":[51,50,9,35,93],"\u8868\u73fe":46,javascript:50,"\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3":93,"\u30b5\u30fc\u30d0\u30fc":[26,98,23],key:43,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":104,"\u5373\u6642":93,"\u30b7\u30d5\u30c8":105,optional:5," literal":[79,5,94,12,40,41,89,43],"_level":4,"\u6392\u4ed6":105,"\u518d\u8d77\u52d5":98,"\u77e5\u308a":106,"-suggest":101,"\u306a\u3057":[105,37],equal:46,"\u30ec\u30b3\u30fc\u30c9id":66,"\u88dc\u6b63":[8,86],"\u306a\u3044":34,pdf:13,load:40,"\u8a9e\u5f59":[2,70],"\u4f5c\u6210":[13,128,2,106,43],point:51,"\u4fdd\u5b58":[10,43],"\u62bd\u51fa":105,header:95,"\u7f6e\u63db":83,"\u95a2\u6570":[115,105,124],"\u6574\u6570":105,shutdown:97,homebrew:60,table:[79,31,66,41,75,89,43],raring:11,quit:114," period":71,json:[49,31,4,108,67,48,40,88,25,110,84,95,42,75,27,55,118,78],po:106,"\u7528\u3044":[42,50],define:110,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8":[103,123],"-help":76,"_tokenizer":43,"\u7591\u4f3c":77,"\u5b9f\u884c":[30,46,106,104,6,124],"\u7a2e\u985e":10,"-message":76,"\u5dee\u6f14":105,"\u30e1\u30fc\u30ea\u30f3\u30b0\u30ea\u30b9\u30c8":[61,17],"\u30a8\u30b9\u30b1\u30fc\u30d7":127,value:43,"\u5236\u9650":[44,66,34,123,104],cast:24,near:46,"\u691c\u7d22":[33,79,100,2,64,86,47,93,35,70,127,50,58,99,36,53,105,128,43],match:[16,53,79,83],"\u30e9\u30a4\u30d6\u30e9\u30ea":[93,76],"\u540c\u3058":47,"\u30b3\u30df\u30e5\u30cb\u30c6\u30a3":17,geopoint:128,"\u30ce\u30fc\u30de\u30e9\u30a4\u30b6\u30fc":131,"\u5f15\u6570":[5,63,4,67,68,25,31,102,75,104,78,79,51,81,40,83,41,110,112,42,114,43,45,48,49,16,118,84,89,80,125,55,88,92,94,39,27,97],"\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9":106,"_expansion":79,"\u53d6\u5f97":[2,106],"</":[79,5,94,12,40,41,89,43],"\u95be\u5024":47,"\u8a9e\u5f59\u8868":43,"\u5ea7\u6a19\u5024":105,"\u30a6\u30a7\u30d6\u30b5\u30a4\u30c8":106,fedora:117,"\u4f7f\u3044\u65b9":[82,79,5,3,83,86,58,94,22,40,16,41,51,6,7,36,89,123,104,43],"_rectangle":39,suggest:108,make:[76,106],"\u6210\u679c":85,"-dataset":101,"\u7a4d\u6f14":105,"_filter":16,html:[13,85],messagepack:95,"\u30ad\u30fc\u30ef\u30fc\u30c9":[47,128],"\u30d7\u30ed\u30b8\u30a7\u30af\u30c8":106,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":32,".po\u30d5\u30a1\u30a4\u30eb":85,"\u306b\u3088\u308b":[53,99],"\u975e\u308f\u304b\u3061":100,"\u8ab2\u984c":61,"_columns":[53,79],"\">":[79,5,94,12,40,41,89,43],"\u5834\u6240":123,pull:85,"\u5168\u6587\u691c":2,"\u95a2\u4fc2":[33,79,76],"\u307e\u305f":53,"\u3055\u307e\u3056\u307e\u306a":50,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":[44,33,53,82],flags:[5,120,43],sortby:79,"\u51fa\u529b":[95,79,2,3,85],gzip:37,the:52,lcov:124,"_path":6,"\u8868\u793a":2,"-platform":76,protocol:120,"-path":76,less:46,"(v":46,"\u5229\u7528":[50,6],"_ctx":12,"\u5171\u6709":93,"\u9006\u5f15\u304d":33,"\u8fd4\u5024":[31,4,67,25,75,78,79,81,110,112,42,114,45,48,49,88,84,80,55,126,39,26,27,97],"\u547c\u3073\u51fa\u3057":105,"\u5f8c\u65b9":[127,99,105],"\u3067\u304d\u308b":46,"\u8ad6\u7406":[105,127],"\u30d1\u30e9\u30e1\u30fc\u30bf":[53,9],"\u30bd\u30fc\u30c8":50,defrag:27,add:102,"_selector":110,"\u660e\u793a\u7684":51,"\u62e1\u5f35":64,"\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9":37,"\u7d4c\u5ea6":93,"\u30ed\u30c3\u30af\u30d5\u30ea\u30fc":93,"\u8ad6\u7406\u7a4d":127,"\u9759\u7684":[82,124],nginx:6,"()":46,"\u30bd\u30fc\u30b9":[117,90,11,107,72,76,60],"\u7a4d\u4ee3":105,"\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb":29," lucid":11,"\u691c\u7d22\u4f8b":46,"-command":9,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":[2,37],"_expr":[46,56,113],output:79,"_threshold":79,"\u4f5c\u696d":106,"\u307e\u305f\u3050":53,quantal:11,"\u30ea\u30e2\u30fc\u30c8\u30a2\u30af\u30bb\u30b9":29," request":85,"\u4ed5\u65b9":85,centos:90,twitter:[106,17],"-plugins":76,"\u30b7\u30b9\u30c6\u30e0":[61,128],"\u5358\u8a9e":105,"_dat":66,"\u5727\u7e2e":37,"\u30b3\u30e1\u30f3\u30c8":128,"_sortby":79,"\u5411\u3051":[119,106]," old":52,"\u5bc6\u9375":106,"\u66f8\u304d":100,"\u5f62\u5f0f":[49,31,4,108,67,48,40,88,25,110,95,42,75,27,55,118,78],comments:128,exit:101,"\u30af\u30a8\u30ea\u30fc":[6,19,127],"\u30b5\u30fc\u30d0\u30fc\u30d1\u30c3\u30b1\u30fc\u30b8":98,"\u30d3\u30eb\u30c9":[117,90,106,11,107,72,76,60],"\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":87,"\u5206\u3051":100,"\u5168\u6587\u691c\u7d22":127,"\u4ed8\u304d":[33,105],"\u4e0a\u9650":44,"\u4f9d\u5b58":76,"\u5b8c\u5168":100,"\u3042\u308b":128,"\u5927\u306a\u308a":[105,127],offset:79,"\u96c6\u8a08":93,post:37,"\u6319\u52d5":100,"\u53c2\u7167":[10,33,120,93],"\u5b9f\u73fe":46,column:[49,41,48,67],"_escalation":79,"\u30e6\u30fc\u30b6\u30fc":128,location:51,scorer:[50,79],"_reopen":42,"\u5b9f\u9a13":18,"\u30ad\u30e3\u30c3\u30b7\u30e5":79,"\u5831\u544a":61,"\u524d\u65b9":[36,127,99,105],"\u7279\u6709":6,"\u9805\u76ee":[63,4,92,25,110,42,102,118,78],span:[79,5,94,12,40,41,89,43],log:[4,42,25,103],"\u8907\u6570":[53,37],". ":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,19,20,21,22,23,39,25,26,27,28,29,30,31,32,33,34,35,57,36,37,117,40,41,42,43,44,45,46,47,48,49,50,51,53,54,55,56,107,58,59,60,61,62,64,65,66,67,68,69,70,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,93,94,95,96,97,98,99,100,103,104,105,106,108,110,111,112,113,114,115,116,118,119,120,121,122,123,124,125,126,127,128,101,130,131,132],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":104,"_prefix":76,approximate:51,"\u30d0\u30fc\u30b8\u30e7\u30f3":[109,0,9,106,129],"\u30ab\u30e9\u30e0\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":53,"\u30ed\u30b0":42,"\u5c55\u958b":19,"\u7b49\u4fa1":[105,127],"\u63d0\u6848":[8,58],"cpu\u30b3\u30a2":37,"\u30d5\u30a9\u30ed\u30fc":128,files:101,"\u6027\u80fd":[6,37],"\u7b97\u8853":105,squeeze:107," status":101,"\u5165\u308a":128,"default":[9,43],"\u5426\u5b9a":[105,127],"\u30d1\u30b9\u30d5\u30ec\u30fc\u30ba":106,limit:79,"\u66ff\u3048":2,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9":12,"\u304a\u77e5\u3089":[52,0,109,129],similar:46,"delete":118,"\u611f\u8b1d":[18,0,109,129,52],bigram:128,"\u30a2\u30fc\u30ab\u30a4\u30d6\u30d5\u30a1\u30a4\u30eb":106,command:9,"\u69d8\u3005":124,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0":128,"\u3054\u3068":53,"\u7279\u5fb4":[66,93],"\u306e\u306b":47,"\u30b9\u30c8\u30ec\u30fc\u30b8":93,pre:[79,5,94,12,40,41,89,43],"\u7570\u306a\u308b":47,"\u4ee3\u5165\u5f0f":127,"\u914d\u5217":105,"\u3042\u3052\u308b":47,"\u306e\u307f":[124,106],grn:[46,56,113,12],"\u5168\u6587":[2,47,93,70,50,53],"_type":[51,120,43],users:128,truncate:89,"\u30c7\u30fc\u30bf":[10,128,34,2,43],worker:6,"-package":76,"\u30c7\u30d0\u30c3\u30ac":124,"\u6307\u5b9a":[51,2,127,106,34,50,9,53]," docutils":[79,5,94,12,40,41,89,43],"\u547d\u4ee4":104,"\u65b0\u3057\u3044":85," ci":54,"\u30c0\u30a6\u30f3\u30bf\u30a4\u30e0":37,"\u4f7f\u3046":[51,6],drilldown:79," hat":106,"\u3088\u3046":[36,86,58],debian:[107,106],"\u30ed\u30fc\u30c9":[128,2],sphinx:13,macports:60,"-threshold":76,required:5,pseudo:77,"-latest":106,"\u306b\u5bfe\u3059\u308b":70,"_offset":79,queryexpandertsv:123,"\u5909\u66f4\u70b9":106,oracle:15,"\u539f\u56e0":47,"\u30c7\u30fc\u30e2\u30f3":29," class":[79,5,94,12,40,41,89,43]}})
|