null+****@clear*****
null+****@clear*****
2010年 8月 20日 (金) 16:19:34 JST
Tasuku SUENAGA a.k.a. gunyarakun 2010-08-20 07:19:34 +0000 (Fri, 20 Aug 2010)
New Revision: f7182eef8f86a4bd40843cae1632718a4167218e
Log:
Added make man and changed html output directory.
Removed files:
doc/ja/_static/basic.css
doc/ja/_static/default.css
doc/ja/_static/doctools.js
doc/ja/_static/file.png
doc/ja/_static/jquery.js
doc/ja/_static/minus.png
doc/ja/_static/plus.png
doc/ja/_static/pygments.css
doc/ja/_static/searchtools.js
doc/ja/characteristic.html
doc/ja/commands.html
doc/ja/commands/add.html
doc/ja/commands/cache_limit.html
doc/ja/commands/check.html
doc/ja/commands/clearlock.html
doc/ja/commands/column_create.html
doc/ja/commands/column_list.html
doc/ja/commands/column_remove.html
doc/ja/commands/define_selector.html
doc/ja/commands/defrag.html
doc/ja/commands/delete.html
doc/ja/commands/dump.html
doc/ja/commands/get.html
doc/ja/commands/load.html
doc/ja/commands/log_level.html
doc/ja/commands/log_put.html
doc/ja/commands/log_reopen.html
doc/ja/commands/quit.html
doc/ja/commands/select.html
doc/ja/commands/set.html
doc/ja/commands/shutdown.html
doc/ja/commands/status.html
doc/ja/commands/table_create.html
doc/ja/commands/table_list.html
doc/ja/commands/table_remove.html
doc/ja/commands/view_add.html
doc/ja/developer.html
doc/ja/developer/com.html
doc/ja/developer/document.html
doc/ja/developer/query.html
doc/ja/developer/test.html
doc/ja/execfile.html
doc/ja/expr.html
doc/ja/functions.html
doc/ja/functions/geo_distance.html
doc/ja/functions/geo_in_circle.html
doc/ja/functions/geo_in_rectangle.html
doc/ja/functions/now.html
doc/ja/functions/rand.html
doc/ja/genindex.html
doc/ja/grnslap.html
doc/ja/grntest.html
doc/ja/http.html
doc/ja/index.html
doc/ja/process.html
doc/ja/pseudo_column.html
doc/ja/reference.html
doc/ja/search.html
doc/ja/searchindex.js
doc/ja/tutorial.html
doc/ja/tutorial/tutorial01.html
doc/ja/tutorial/tutorial02.html
doc/ja/tutorial/tutorial03.html
doc/ja/tutorial/tutorial04.html
doc/ja/tutorial/tutorial05.html
doc/ja/tutorial/tutorial06.html
doc/ja/tutorial/tutorial07.html
doc/ja/tutorial/tutorial08.html
doc/ja/tutorial/tutorial09.html
doc/ja/tutorial/tutorial10.html
doc/ja/type.html
Modified files:
doc/ja/Makefile
doc/ja/source/conf.py
Modified: doc/ja/Makefile (+7 -2)
===================================================================
--- doc/ja/Makefile 2010-08-20 05:29:25 +0000 (e7dc8ac)
+++ doc/ja/Makefile 2010-08-20 07:19:34 +0000 (b8ecc71)
@@ -31,10 +31,15 @@ help:
clean:
-rm -rf $(BUILDDIR)/*
+man:
+ $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
+ @echo
+ @echo "Build finished. The man pages are in $(BUILDDIR)/man."
+
html:
- $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) .
+ $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
@echo
- @echo "Build finished. The HTML pages are in current."
+ @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
dirhtml:
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
Deleted: doc/ja/_static/basic.css (+0 -509) 100644
===================================================================
--- doc/ja/_static/basic.css 2010-08-20 05:29:25 +0000 (69f30d4)
+++ /dev/null
@@ -1,509 +0,0 @@
-/*
- * basic.css
- * ~~~~~~~~~
- *
- * Sphinx stylesheet -- basic theme.
- *
- * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
- * :license: BSD, see LICENSE for details.
- *
- */
-
-/* -- main layout ----------------------------------------------------------- */
-
-div.clearer {
- clear: both;
-}
-
-/* -- relbar ---------------------------------------------------------------- */
-
-div.related {
- width: 100%;
- font-size: 90%;
-}
-
-div.related h3 {
- display: none;
-}
-
-div.related ul {
- margin: 0;
- padding: 0 0 0 10px;
- list-style: none;
-}
-
-div.related li {
- display: inline;
-}
-
-div.related li.right {
- float: right;
- margin-right: 5px;
-}
-
-/* -- sidebar --------------------------------------------------------------- */
-
-div.sphinxsidebarwrapper {
- padding: 10px 5px 0 10px;
-}
-
-div.sphinxsidebar {
- float: left;
- width: 230px;
- margin-left: -100%;
- font-size: 90%;
-}
-
-div.sphinxsidebar ul {
- list-style: none;
-}
-
-div.sphinxsidebar ul ul,
-div.sphinxsidebar ul.want-points {
- margin-left: 20px;
- list-style: square;
-}
-
-div.sphinxsidebar ul ul {
- margin-top: 0;
- margin-bottom: 0;
-}
-
-div.sphinxsidebar form {
- margin-top: 10px;
-}
-
-div.sphinxsidebar input {
- border: 1px solid #98dbcc;
- font-family: sans-serif;
- font-size: 1em;
-}
-
-img {
- border: 0;
-}
-
-/* -- search page ----------------------------------------------------------- */
-
-ul.search {
- margin: 10px 0 0 20px;
- padding: 0;
-}
-
-ul.search li {
- padding: 5px 0 5px 20px;
- background-image: url(file.png);
- background-repeat: no-repeat;
- background-position: 0 7px;
-}
-
-ul.search li a {
- font-weight: bold;
-}
-
-ul.search li div.context {
- color: #888;
- margin: 2px 0 0 30px;
- text-align: left;
-}
-
-ul.keywordmatches li.goodmatch a {
- font-weight: bold;
-}
-
-/* -- index page ------------------------------------------------------------ */
-
-table.contentstable {
- width: 90%;
-}
-
-table.contentstable p.biglink {
- line-height: 150%;
-}
-
-a.biglink {
- font-size: 1.3em;
-}
-
-span.linkdescr {
- font-style: italic;
- padding-top: 5px;
- font-size: 90%;
-}
-
-/* -- general index --------------------------------------------------------- */
-
-table.indextable {
- width: 100%;
-}
-
-table.indextable td {
- text-align: left;
- vertical-align: top;
-}
-
-table.indextable dl, table.indextable dd {
- margin-top: 0;
- margin-bottom: 0;
-}
-
-table.indextable tr.pcap {
- height: 10px;
-}
-
-table.indextable tr.cap {
- margin-top: 10px;
- background-color: #f2f2f2;
-}
-
-img.toggler {
- margin-right: 3px;
- margin-top: 3px;
- cursor: pointer;
-}
-
-div.modindex-jumpbox {
- border-top: 1px solid #ddd;
- border-bottom: 1px solid #ddd;
- margin: 1em 0 1em 0;
- padding: 0.4em;
-}
-
-div.genindex-jumpbox {
- border-top: 1px solid #ddd;
- border-bottom: 1px solid #ddd;
- margin: 1em 0 1em 0;
- padding: 0.4em;
-}
-
-/* -- general body styles --------------------------------------------------- */
-
-a.headerlink {
- visibility: hidden;
-}
-
-h1:hover > a.headerlink,
-h2:hover > a.headerlink,
-h3:hover > a.headerlink,
-h4:hover > a.headerlink,
-h5:hover > a.headerlink,
-h6:hover > a.headerlink,
-dt:hover > a.headerlink {
- visibility: visible;
-}
-
-div.body p.caption {
- text-align: inherit;
-}
-
-div.body td {
- text-align: left;
-}
-
-.field-list ul {
- padding-left: 1em;
-}
-
-.first {
- margin-top: 0 !important;
-}
-
-p.rubric {
- margin-top: 30px;
- font-weight: bold;
-}
-
-.align-left {
- text-align: left;
-}
-
-.align-center {
- clear: both;
- text-align: center;
-}
-
-.align-right {
- text-align: right;
-}
-
-/* -- sidebars -------------------------------------------------------------- */
-
-div.sidebar {
- margin: 0 0 0.5em 1em;
- border: 1px solid #ddb;
- padding: 7px 7px 0 7px;
- background-color: #ffe;
- width: 40%;
- float: right;
-}
-
-p.sidebar-title {
- font-weight: bold;
-}
-
-/* -- topics ---------------------------------------------------------------- */
-
-div.topic {
- border: 1px solid #ccc;
- padding: 7px 7px 0 7px;
- margin: 10px 0 10px 0;
-}
-
-p.topic-title {
- font-size: 1.1em;
- font-weight: bold;
- margin-top: 10px;
-}
-
-/* -- admonitions ----------------------------------------------------------- */
-
-div.admonition {
- margin-top: 10px;
- margin-bottom: 10px;
- padding: 7px;
-}
-
-div.admonition dt {
- font-weight: bold;
-}
-
-div.admonition dl {
- margin-bottom: 0;
-}
-
-p.admonition-title {
- margin: 0px 10px 5px 0px;
- font-weight: bold;
-}
-
-div.body p.centered {
- text-align: center;
- margin-top: 25px;
-}
-
-/* -- tables ---------------------------------------------------------------- */
-
-table.docutils {
- border: 0;
- border-collapse: collapse;
-}
-
-table.docutils td, table.docutils th {
- padding: 1px 8px 1px 5px;
- border-top: 0;
- border-left: 0;
- border-right: 0;
- border-bottom: 1px solid #aaa;
-}
-
-table.field-list td, table.field-list th {
- border: 0 !important;
-}
-
-table.footnote td, table.footnote th {
- border: 0 !important;
-}
-
-th {
- text-align: left;
- padding-right: 5px;
-}
-
-table.citation {
- border-left: solid 1px gray;
- margin-left: 1px;
-}
-
-table.citation td {
- border-bottom: none;
-}
-
-/* -- other body styles ----------------------------------------------------- */
-
-ol.arabic {
- list-style: decimal;
-}
-
-ol.loweralpha {
- list-style: lower-alpha;
-}
-
-ol.upperalpha {
- list-style: upper-alpha;
-}
-
-ol.lowerroman {
- list-style: lower-roman;
-}
-
-ol.upperroman {
- list-style: upper-roman;
-}
-
-dl {
- margin-bottom: 15px;
-}
-
-dd p {
- margin-top: 0px;
-}
-
-dd ul, dd table {
- margin-bottom: 10px;
-}
-
-dd {
- margin-top: 3px;
- margin-bottom: 10px;
- margin-left: 30px;
-}
-
-dt:target, .highlighted {
- background-color: #fbe54e;
-}
-
-dl.glossary dt {
- font-weight: bold;
- font-size: 1.1em;
-}
-
-.field-list ul {
- margin: 0;
- padding-left: 1em;
-}
-
-.field-list p {
- margin: 0;
-}
-
-.refcount {
- color: #060;
-}
-
-.optional {
- font-size: 1.3em;
-}
-
-.versionmodified {
- font-style: italic;
-}
-
-.system-message {
- background-color: #fda;
- padding: 5px;
- border: 3px solid red;
-}
-
-.footnote:target {
- background-color: #ffa
-}
-
-.line-block {
- display: block;
- margin-top: 1em;
- margin-bottom: 1em;
-}
-
-.line-block .line-block {
- margin-top: 0;
- margin-bottom: 0;
- margin-left: 1.5em;
-}
-
-.guilabel, .menuselection {
- font-family: sans-serif;
-}
-
-.accelerator {
- text-decoration: underline;
-}
-
-.classifier {
- font-style: oblique;
-}
-
-/* -- code displays --------------------------------------------------------- */
-
-pre {
- overflow: auto;
-}
-
-td.linenos pre {
- padding: 5px 0px;
- border: 0;
- background-color: transparent;
- color: #aaa;
-}
-
-table.highlighttable {
- margin-left: 0.5em;
-}
-
-table.highlighttable td {
- padding: 0 0.5em 0 0.5em;
-}
-
-tt.descname {
- background-color: transparent;
- font-weight: bold;
- font-size: 1.2em;
-}
-
-tt.descclassname {
- background-color: transparent;
-}
-
-tt.xref, a tt {
- background-color: transparent;
- font-weight: bold;
-}
-
-h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
- background-color: transparent;
-}
-
-.viewcode-link {
- float: right;
-}
-
-.viewcode-back {
- float: right;
- font-family: sans-serif;
-}
-
-div.viewcode-block:target {
- margin: -1px -10px;
- padding: 0 10px;
-}
-
-/* -- math display ---------------------------------------------------------- */
-
-img.math {
- vertical-align: middle;
-}
-
-div.body div.math p {
- text-align: center;
-}
-
-span.eqno {
- float: right;
-}
-
-/* -- printout stylesheet --------------------------------------------------- */
-
- @ media print {
- div.document,
- div.documentwrapper,
- div.bodywrapper {
- margin: 0 !important;
- width: 100%;
- }
-
- div.sphinxsidebar,
- div.related,
- div.footer,
- #top-link {
- display: none;
- }
-}
Deleted: doc/ja/_static/default.css (+0 -277) 100644
===================================================================
--- doc/ja/_static/default.css 2010-08-20 05:29:25 +0000 (405b90c)
+++ /dev/null
@@ -1,277 +0,0 @@
-/*
- * default.css_t
- * ~~~~~~~~~~~~~
- *
- * Sphinx stylesheet -- default theme.
- *
- * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
- * :license: BSD, see LICENSE for details.
- *
- */
-
- @ import url("basic.css");
-
-/* -- page layout ----------------------------------------------------------- */
-
-body {
- font-family: #666666;
- font-size: 100%;
- background-color: #11303d;
- color: #000;
- margin: 0;
- padding: 0;
-}
-
-div.document {
- background-color: #1c4e63;
-}
-
-div.documentwrapper {
- float: left;
- width: 100%;
-}
-
-div.bodywrapper {
- margin: 0 0 0 230px;
-}
-
-div.body {
- background-color: #ffffff;
- color: #000000;
- padding: 0 20px 30px 20px;
-}
-div.bodywrapper {
- margin: 0 230px 0 0;
-}
-
-div.footer {
- color: #ffffff;
- width: 100%;
- padding: 9px 0 9px 0;
- text-align: center;
- font-size: 75%;
-}
-
-div.footer a {
- color: #ffffff;
- text-decoration: underline;
-}
-
-div.related {
- background-color: #133f52;
- line-height: 30px;
- color: #ffffff;
-}
-
-div.related a {
- color: #ffffff;
-}
-
-div.sphinxsidebar {
- top: 30px;
- bottom: 0;
- margin: 0;
- position: fixed;
- overflow: auto;
- height: auto;
- float: right;
- right: 0;
-}
-/* this is nice, but it it leads to hidden headings when jumping
- to an anchor */
-/*
-div.related {
- position: fixed;
-}
-
-div.documentwrapper {
- margin-top: 30px;
-}
-*/
-
-div.sphinxsidebar h3 {
- font-family: 'Trebuchet MS', sans-serif;
- color: #ffffff;
- font-size: 1.4em;
- font-weight: normal;
- margin: 0;
- padding: 0;
-}
-
-div.sphinxsidebar h3 a {
- color: #ffffff;
-}
-
-div.sphinxsidebar h4 {
- font-family: 'Trebuchet MS', sans-serif;
- color: #ffffff;
- font-size: 1.3em;
- font-weight: normal;
- margin: 5px 0 0 0;
- padding: 0;
-}
-
-div.sphinxsidebar p {
- color: #ffffff;
-}
-
-div.sphinxsidebar p.topless {
- margin: 5px 10px 10px 10px;
-}
-
-div.sphinxsidebar ul {
- margin: 10px;
- padding: 0;
- color: #ffffff;
-}
-
-div.sphinxsidebar a {
- color: #98dbcc;
-}
-
-div.sphinxsidebar input {
- border: 1px solid #98dbcc;
- font-family: sans-serif;
- font-size: 1em;
-}
-
-
-/* -- hyperlink styles ------------------------------------------------------ */
-
-a {
- color: #355f7c;
- text-decoration: none;
-}
-
-a:visited {
- color: #355f7c;
- text-decoration: none;
-}
-
-a:hover {
- text-decoration: underline;
-}
-
-
-
-/* -- body styles ----------------------------------------------------------- */
-
-div.body h1,
-div.body h2,
-div.body h3,
-div.body h4,
-div.body h5,
-div.body h6 {
- font-family: 'Trebuchet MS', sans-serif;
- background-color: #f2f2f2;
- font-weight: normal;
- color: #20435c;
- border-bottom: 1px solid #ccc;
- margin: 20px -20px 10px -20px;
- padding: 3px 0 3px 10px;
-}
-
-div.body h1 { margin-top: 0; font-size: 200%; }
-div.body h2 { font-size: 160%; }
-div.body h3 { font-size: 140%; }
-div.body h4 { font-size: 120%; }
-div.body h5 { font-size: 110%; }
-div.body h6 { font-size: 100%; }
-
-a.headerlink {
- color: #c60f0f;
- font-size: 0.8em;
- padding: 0 4px 0 4px;
- text-decoration: none;
-}
-
-a.headerlink:hover {
- background-color: #c60f0f;
- color: white;
-}
-
-div.body p, div.body dd, div.body li {
- text-align: justify;
- line-height: 130%;
-}
-
-div.admonition p.admonition-title + p {
- display: inline;
-}
-
-div.admonition p {
- margin-bottom: 5px;
-}
-
-div.admonition pre {
- margin-bottom: 5px;
-}
-
-div.admonition ul, div.admonition ol {
- margin-bottom: 5px;
-}
-
-div.note {
- background-color: #eee;
- border: 1px solid #ccc;
-}
-
-div.seealso {
- background-color: #ffc;
- border: 1px solid #ff6;
-}
-
-div.topic {
- background-color: #eee;
-}
-
-div.warning {
- background-color: #ffe4e4;
- border: 1px solid #f66;
-}
-
-p.admonition-title {
- display: inline;
-}
-
-p.admonition-title:after {
- content: ":";
-}
-
-pre {
- padding: 5px;
- background-color: #eeffcc;
- color: #333333;
- line-height: 120%;
- border: 1px solid #ac9;
- border-left: none;
- border-right: none;
-}
-
-tt {
- background-color: #ecf0f3;
- padding: 0 1px 0 1px;
- font-size: 0.95em;
-}
-
-th {
- background-color: #ede;
-}
-
-.warning tt {
- background: #efc2c2;
-}
-
-.note tt {
- background: #d6d6d6;
-}
-
-.viewcode-back {
- font-family: #666666;
-}
-
-div.viewcode-block:target {
- background-color: #f4debf;
- border-top: 1px solid #ac9;
- border-bottom: 1px solid #ac9;
-}
\ No newline at end of file
Deleted: doc/ja/_static/doctools.js (+0 -247) 100644
===================================================================
--- doc/ja/_static/doctools.js 2010-08-20 05:29:25 +0000 (eeea95e)
+++ /dev/null
@@ -1,247 +0,0 @@
-/*
- * doctools.js
- * ~~~~~~~~~~~
- *
- * Sphinx JavaScript utilties for all documentation.
- *
- * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
- * :license: BSD, see LICENSE for details.
- *
- */
-
-/**
- * select a different prefix for underscore
- */
-$u = _.noConflict();
-
-/**
- * make the code below compatible with browsers without
- * an installed firebug like debugger
-if (!window.console || !console.firebug) {
- var names = ["log", "debug", "info", "warn", "error", "assert", "dir",
- "dirxml", "group", "groupEnd", "time", "timeEnd", "count", "trace",
- "profile", "profileEnd"];
- window.console = {};
- for (var i = 0; i < names.length; ++i)
- window.console[names[i]] = function() {};
-}
- */
-
-/**
- * small helper function to urldecode strings
- */
-jQuery.urldecode = function(x) {
- return decodeURIComponent(x).replace(/\+/g, ' ');
-}
-
-/**
- * small helper function to urlencode strings
- */
-jQuery.urlencode = encodeURIComponent;
-
-/**
- * This function returns the parsed url parameters of the
- * current request. Multiple values per key are supported,
- * it will always return arrays of strings for the value parts.
- */
-jQuery.getQueryParameters = function(s) {
- if (typeof s == 'undefined')
- s = document.location.search;
- var parts = s.substr(s.indexOf('?') + 1).split('&');
- var result = {};
- for (var i = 0; i < parts.length; i++) {
- var tmp = parts[i].split('=', 2);
- var key = jQuery.urldecode(tmp[0]);
- var value = jQuery.urldecode(tmp[1]);
- if (key in result)
- result[key].push(value);
- else
- result[key] = [value];
- }
- return result;
-};
-
-/**
- * small function to check if an array contains
- * a given item.
- */
-jQuery.contains = function(arr, item) {
- for (var i = 0; i < arr.length; i++) {
- if (arr[i] == item)
- return true;
- }
- return false;
-};
-
-/**
- * highlight a given string on a jquery object by wrapping it in
- * span elements with the given class name.
- */
-jQuery.fn.highlightText = function(text, className) {
- function highlight(node) {
- if (node.nodeType == 3) {
- var val = node.nodeValue;
- var pos = val.toLowerCase().indexOf(text);
- if (pos >= 0 && !jQuery(node.parentNode).hasClass(className)) {
- var span = document.createElement("span");
- span.className = className;
- span.appendChild(document.createTextNode(val.substr(pos, text.length)));
- node.parentNode.insertBefore(span, node.parentNode.insertBefore(
- document.createTextNode(val.substr(pos + text.length)),
- node.nextSibling));
- node.nodeValue = val.substr(0, pos);
- }
- }
- else if (!jQuery(node).is("button, select, textarea")) {
- jQuery.each(node.childNodes, function() {
- highlight(this);
- });
- }
- }
- return this.each(function() {
- highlight(this);
- });
-};
-
-/**
- * Small JavaScript module for the documentation.
- */
-var Documentation = {
-
- init : function() {
- this.fixFirefoxAnchorBug();
- this.highlightSearchWords();
- this.initIndexTable();
- },
-
- /**
- * i18n support
- */
- TRANSLATIONS : {},
- PLURAL_EXPR : function(n) { return n == 1 ? 0 : 1; },
- LOCALE : 'unknown',
-
- // gettext and ngettext don't access this so that the functions
- // can safely bound to a different name (_ = Documentation.gettext)
- gettext : function(string) {
- var translated = Documentation.TRANSLATIONS[string];
- if (typeof translated == 'undefined')
- return string;
- return (typeof translated == 'string') ? translated : translated[0];
- },
-
- ngettext : function(singular, plural, n) {
- var translated = Documentation.TRANSLATIONS[singular];
- if (typeof translated == 'undefined')
- return (n == 1) ? singular : plural;
- return translated[Documentation.PLURALEXPR(n)];
- },
-
- addTranslations : function(catalog) {
- for (var key in catalog.messages)
- this.TRANSLATIONS[key] = catalog.messages[key];
- this.PLURAL_EXPR = new Function('n', 'return +(' + catalog.plural_expr + ')');
- this.LOCALE = catalog.locale;
- },
-
- /**
- * add context elements like header anchor links
- */
- addContextElements : function() {
- $('div[id] > :header:first').each(function() {
- $('<a class="headerlink">\u00B6</a>').
- attr('href', '#' + this.id).
- attr('title', _('Permalink to this headline')).
- appendTo(this);
- });
- $('dt[id]').each(function() {
- $('<a class="headerlink">\u00B6</a>').
- attr('href', '#' + this.id).
- attr('title', _('Permalink to this definition')).
- appendTo(this);
- });
- },
-
- /**
- * workaround a firefox stupidity
- */
- fixFirefoxAnchorBug : function() {
- if (document.location.hash && $.browser.mozilla)
- window.setTimeout(function() {
- document.location.href += '';
- }, 10);
- },
-
- /**
- * highlight the search words provided in the url in the text
- */
- highlightSearchWords : function() {
- var params = $.getQueryParameters();
- var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : [];
- if (terms.length) {
- var body = $('div.body');
- window.setTimeout(function() {
- $.each(terms, function() {
- body.highlightText(this.toLowerCase(), 'highlighted');
- });
- }, 10);
- $('<li class="highlight-link"><a href="javascript:Documentation.' +
- 'hideSearchWords()">' + _('Hide Search Matches') + '</a></li>')
- .appendTo($('.sidebar .this-page-menu'));
- }
- },
-
- /**
- * init the domain index toggle buttons
- */
- initIndexTable : function() {
- var togglers = $('img.toggler').click(function() {
- var src = $(this).attr('src');
- var idnum = $(this).attr('id').substr(7);
- $('tr.cg-' + idnum).toggle();
- if (src.substr(-9) == 'minus.png')
- $(this).attr('src', src.substr(0, src.length-9) + 'plus.png');
- else
- $(this).attr('src', src.substr(0, src.length-8) + 'minus.png');
- }).css('display', '');
- if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) {
- togglers.click();
- }
- },
-
- /**
- * helper function to hide the search marks again
- */
- hideSearchWords : function() {
- $('.sidebar .this-page-menu li.highlight-link').fadeOut(300);
- $('span.highlighted').removeClass('highlighted');
- },
-
- /**
- * make the url absolute
- */
- makeURL : function(relativeURL) {
- return DOCUMENTATION_OPTIONS.URL_ROOT + '/' + relativeURL;
- },
-
- /**
- * get the current relative url
- */
- getCurrentURL : function() {
- var path = document.location.pathname;
- var parts = path.split(/\//);
- $.each(DOCUMENTATION_OPTIONS.URL_ROOT.split(/\//), function() {
- if (this == '..')
- parts.pop();
- });
- var url = parts.join('/');
- return path.substring(url.lastIndexOf('/') + 1, path.length - 1);
- }
-};
-
-// quick alias for translations
-_ = Documentation.gettext;
-
-$(document).ready(function() {
- Documentation.init();
-});
Deleted: doc/ja/_static/file.png (+0 -0) 100644
===================================================================
(Binary files differ)
Deleted: doc/ja/_static/jquery.js (+0 -154) 100644
===================================================================
--- doc/ja/_static/jquery.js 2010-08-20 05:29:25 +0000 (7c24308)
+++ /dev/null
@@ -1,154 +0,0 @@
-/*!
- * jQuery JavaScript Library v1.4.2
- * http://jquery.com/
- *
- * Copyright 2010, John Resig
- * Dual licensed under the MIT or GPL Version 2 licenses.
- * http://jquery.org/license
- *
- * Includes Sizzle.js
- * http://sizzlejs.com/
- * Copyright 2010, The Dojo Foundation
- * Released under the MIT, BSD, and GPL Licenses.
- *
- * Date: Sat Feb 13 22:33:48 2010 -0500
- */
-(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o<i;o++)e(a[o],b,f?d.call(a[o],o,e(a[o],b)):d,j);return a}return i?
-e(a[0],b):w}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function na(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function oa(a){var b,d=[],f=[],e=arguments,j,i,o,k,n,r;i=c.data(this,"events");if(!(a.liveFired===this||!i||!i.live||a.button&&a.type==="click")){a.liveFired=this;var u=i.live.slice(0);for(k=0;k<u.length;k++){i=u[k];i.origType.replace(O,"")===a.type?f.push(i.selector):u.splice(k--,1)}j=c(a.target).closest(f,a.currentTarget);n=0;for(r=
-j.length;n<r;n++)for(k=0;k<u.length;k++){i=u[k];if(j[n].selector===i.selector){o=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouseleave")f=c(a.relatedTarget).closest(i.selector)[0];if(!f||f!==o)d.push({elem:o,handleObj:i})}}n=0;for(r=d.length;n<r;n++){j=d[n];a.currentTarget=j.elem;a.data=j.handleObj.data;a.handleObj=j.handleObj;if(j.handleObj.origHandler.apply(j.elem,e)===false){b=false;break}}return b}}function pa(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g,
-"&")}function qa(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function ra(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var f=c.data(a[d++]),e=c.data(this,f);if(f=f&&f.events){delete e.handle;e.events={};for(var j in f)for(var i in f[j])c.event.add(this,j,f[j][i],f[j][i].data)}}})}function sa(a,b,d){var f,e,j;b=b&&b[0]?b[0].ownerDocument||b[0]:s;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===s&&!ta.test(a[0])&&(c.support.checkClone||!ua.test(a[0]))){e=
-true;if(j=c.fragments[a[0]])if(j!==1)f=j}if(!f){f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)c.fragments[a[0]]=j?f:1;return{fragment:f,cacheable:e}}function K(a,b){var d={};c.each(va.concat.apply([],va.slice(0,b)),function(){d[this]=a});return d}function wa(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Ra=A.jQuery,Sa=A.$,s=A.document,T,Ta=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/,
-Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&&
-(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this,
-a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b===
-"find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,
-function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b<d;b++)if((e=arguments[b])!=null)for(j in e){i=a[j];o=e[j];if(a!==o)if(f&&o&&(c.isPlainObject(o)||c.isArray(o))){i=i&&(c.isPlainObject(i)||
-c.isArray(i))?i:c.isArray(o)?[]:{};a[j]=c.extend(f,i,o)}else if(o!==w)a[j]=o}return a};c.extend({noConflict:function(a){A.$=Sa;if(a)A.jQuery=Ra;return c},isReady:false,ready:function(){if(!c.isReady){if(!s.body)return setTimeout(c.ready,13);c.isReady=true;if(Q){for(var a,b=0;a=Q[b++];)a.call(s,c);Q=null}c.fn.triggerHandler&&c(s).triggerHandler("ready")}},bindReady:function(){if(!xa){xa=true;if(s.readyState==="complete")return c.ready();if(s.addEventListener){s.addEventListener("DOMContentLoaded",
-L,false);A.addEventListener("load",c.ready,false)}else if(s.attachEvent){s.attachEvent("onreadystatechange",L);A.attachEvent("onload",c.ready);var a=false;try{a=A.frameElement==null}catch(b){}s.documentElement.doScroll&&a&&ma()}}},isFunction:function(a){return $.call(a)==="[object Function]"},isArray:function(a){return $.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||$.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!aa.call(a,"constructor")&&!aa.call(a.constructor.prototype,
-"isPrototypeOf"))return false;var b;for(b in a);return b===w||aa.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;a=c.trim(a);if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return A.JSON&&A.JSON.parse?A.JSON.parse(a):(new Function("return "+
-a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&Va.test(a)){var b=s.getElementsByTagName("head")[0]||s.documentElement,d=s.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(s.createTextNode(a));else d.text=a;b.insertBefore(d,b.firstChild);b.removeChild(d)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,b,d){var f,e=0,j=a.length,i=j===w||c.isFunction(a);if(d)if(i)for(f in a){if(b.apply(a[f],
-d)===false)break}else for(;e<j;){if(b.apply(a[e++],d)===false)break}else if(i)for(f in a){if(b.call(a[f],f,a[f])===false)break}else for(d=a[0];e<j&&b.call(d,e,d)!==false;d=a[++e]);return a},trim:function(a){return(a||"").replace(Wa,"")},makeArray:function(a,b){b=b||[];if(a!=null)a.length==null||typeof a==="string"||c.isFunction(a)||typeof a!=="function"&&a.setInterval?ba.call(b,a):c.merge(b,a);return b},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var d=0,f=b.length;d<f;d++)if(b[d]===
-a)return d;return-1},merge:function(a,b){var d=a.length,f=0;if(typeof b.length==="number")for(var e=b.length;f<e;f++)a[d++]=b[f];else for(;b[f]!==w;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,j=a.length;e<j;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,j=0,i=a.length;j<i;j++){e=b(a[j],j,d);if(e!=null)f[f.length]=e}return f.concat.apply([],f)},guid:1,proxy:function(a,b,d){if(arguments.length===2)if(typeof b==="string"){d=a;a=d[b];b=w}else if(b&&
-!c.isFunction(b)){d=b;b=w}if(!b&&a)b=function(){return a.apply(d||this,arguments)};if(a)b.guid=a.guid=a.guid||b.guid||c.guid++;return b},uaMatch:function(a){a=a.toLowerCase();a=/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}},browser:{}});P=c.uaMatch(P);if(P.browser){c.browser[P.browser]=true;c.browser.version=P.version}if(c.browser.webkit)c.browser.safari=
-true;if(ya)c.inArray=function(a,b){return ya.call(b,a)};T=c(s);if(s.addEventListener)L=function(){s.removeEventListener("DOMContentLoaded",L,false);c.ready()};else if(s.attachEvent)L=function(){if(s.readyState==="complete"){s.detachEvent("onreadystatechange",L);c.ready()}};(function(){c.support={};var a=s.documentElement,b=s.createElement("script"),d=s.createElement("div"),f="script"+J();d.style.display="none";d.innerHTML=" <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";
-var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected,
-parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent=
-false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n=
-s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true,
-applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando];
-else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this,
-a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===
-w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i,
-cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1)if(e.className){for(var j=" "+e.className+" ",
-i=e.className,o=0,k=b.length;o<k;o++)if(j.indexOf(" "+b[o]+" ")<0)i+=" "+b[o];e.className=c.trim(i)}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(k){var n=c(this);n.removeClass(a.call(this,k,n.attr("class")))});if(a&&typeof a==="string"||a===w)for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1&&e.className)if(a){for(var j=(" "+e.className+" ").replace(Aa," "),i=0,o=b.length;i<o;i++)j=j.replace(" "+b[i]+" ",
-" ");e.className=c.trim(j)}else e.className=""}return this},toggleClass:function(a,b){var d=typeof a,f=typeof b==="boolean";if(c.isFunction(a))return this.each(function(e){var j=c(this);j.toggleClass(a.call(this,e,j.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var e,j=0,i=c(this),o=b,k=a.split(ca);e=k[j++];){o=f?o:!i.hasClass(e);i[o?"addClass":"removeClass"](e)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,"__className__",this.className);this.className=
-this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(Aa," ").indexOf(a)>-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j<d;j++){var i=
-e[j];if(i.selected){a=c(i).val();if(b)return a;f.push(a)}}return f}if(Ba.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Za,"")}return w}var o=c.isFunction(a);return this.each(function(k){var n=c(this),r=a;if(this.nodeType===1){if(o)r=a.call(this,k,n.val());if(typeof r==="number")r+="";if(c.isArray(r)&&Ba.test(this.type))this.checked=c.inArray(n.val(),r)>=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected=
-c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");
-a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g,
-function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split(".");
-k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a),
-C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B<r.length;B++){u=r[B];if(d.guid===u.guid){if(i||k.test(u.namespace)){f==null&&r.splice(B--,1);n.remove&&n.remove.call(a,u)}if(f!=
-null)break}}if(r.length===0||f!=null&&r.length===1){if(!n.teardown||n.teardown.call(a,o)===false)Ca(a,e,z.handle);delete C[e]}}else for(var B=0;B<r.length;B++){u=r[B];if(i||k.test(u.namespace)){c.event.remove(a,n,u.handler,B);r.splice(B--,1)}}}if(c.isEmptyObject(C)){if(b=z.handle)b.elem=null;delete z.events;delete z.handle;c.isEmptyObject(z)&&c.removeData(a)}}}}},trigger:function(a,b,d,f){var e=a.type||a;if(!f){a=typeof a==="object"?a[G]?a:c.extend(c.Event(e),a):c.Event(e);if(e.indexOf("!")>=0){a.type=
-e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&&
-f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;
-if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e<j;e++){var i=d[e];if(b||f.test(i.namespace)){a.handler=i.handler;a.data=i.data;a.handleObj=i;i=i.handler.apply(this,arguments);if(i!==w){a.result=i;if(i===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
-fix:function(a){if(a[G])return a;var b=a;a=c.Event(b);for(var d=this.props.length,f;d;){f=this.props[--d];a[f]=b[f]}if(!a.target)a.target=a.srcElement||s;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=s.documentElement;d=s.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||
-d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==w)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,a.origType,c.extend({},a,{handler:oa}))},remove:function(a){var b=true,d=a.origType.replace(O,"");c.each(c.data(this,
-"events").live||[],function(){if(d===this.origType.replace(O,""))return b=false});b&&c.event.remove(this,a.origType,oa)}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};var Ca=s.removeEventListener?function(a,b,d){a.removeEventListener(b,d,false)}:function(a,b,d){a.detachEvent("on"+b,d)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=
-a;this.type=a.type}else this.type=a;this.timeStamp=J();this[G]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=Z;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=Z;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=Z;this.stopPropagation()},isDefaultPrevented:Y,isPropagationStopped:Y,
-isImmediatePropagationStopped:Y};var Da=function(a){var b=a.relatedTarget;try{for(;b&&b!==this;)b=b.parentNode;if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}}catch(d){}},Ea=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(d){c.event.add(this,b,d&&d.selector?Ea:Da,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?Ea:Da)}}});if(!c.support.submitBubbles)c.event.special.submit=
-{setup:function(){if(this.nodeName.toLowerCase()!=="form"){c.event.add(this,"click.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="submit"||d==="image")&&c(b).closest("form").length)return na("submit",this,arguments)});c.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="text"||d==="password")&&c(b).closest("form").length&&a.keyCode===13)return na("submit",this,arguments)})}else return false},teardown:function(){c.event.remove(this,".specialSubmit")}};
-if(!c.support.changeBubbles){var da=/textarea|input|select/i,ea,Fa=function(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",
-e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,
-"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a,
-d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j<o;j++)c.event.add(this[j],d,i,f)}return this}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&
-!a.preventDefault)for(var d in a)this.unbind(d,a[d]);else{d=0;for(var f=this.length;d<f;d++)c.event.remove(this[d],a,b)}return this},delegate:function(a,b,d,f){return this.live(b,d,f,a)},undelegate:function(a,b,d){return arguments.length===0?this.unbind("live"):this.die(b,null,d,a)},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){a=c.Event(a);a.preventDefault();a.stopPropagation();c.event.trigger(a,b,this[0]);return a.result}},
-toggle:function(a){for(var b=arguments,d=1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(f){var e=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,e+1);f.preventDefault();return b[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var Ga={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,f,e,j){var i,o=0,k,n,r=j||this.selector,
-u=j?this:c(this.context);if(c.isFunction(f)){e=f;f=w}for(d=(d||"").split(" ");(i=d[o++])!=null;){j=O.exec(i);k="";if(j){k=j[0];i=i.replace(O,"")}if(i==="hover")d.push("mouseenter"+k,"mouseleave"+k);else{n=i;if(i==="focus"||i==="blur"){d.push(Ga[i]+k);i+=k}else i=(Ga[i]||i)+k;b==="live"?u.each(function(){c.event.add(this,pa(i,r),{data:f,selector:r,handler:e,origType:i,origHandler:e,preType:n})}):u.unbind(pa(i,r),e)}}return this}});c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),
-function(a,b){c.fn[b]=function(d){return d?this.bind(b,d):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});A.attachEvent&&!A.addEventListener&&A.attachEvent("onunload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});(function(){function a(g){for(var h="",l,m=0;g[m];m++){l=g[m];if(l.nodeType===3||l.nodeType===4)h+=l.nodeValue;else if(l.nodeType!==8)h+=a(l.childNodes)}return h}function b(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];
-if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1&&!p){t.sizcache=l;t.sizset=q}if(t.nodeName.toLowerCase()===h){y=t;break}t=t[g]}m[q]=y}}}function d(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1){if(!p){t.sizcache=l;t.sizset=q}if(typeof h!=="string"){if(t===h){y=true;break}}else if(k.filter(h,[t]).length>0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,
-e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift();
-t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D||
-g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h<g.length;h++)g[h]===g[h-1]&&g.splice(h--,1)}return g};k.matches=function(g,h){return k(g,null,null,h)};k.find=function(g,h,l){var m,q;if(!g)return[];
-for(var p=0,v=n.order.length;p<v;p++){var t=n.order[p];if(q=n.leftMatch[t].exec(g)){var y=q[1];q.splice(1,1);if(y.substr(y.length-1)!=="\\"){q[1]=(q[1]||"").replace(/\\/g,"");m=n.find[t](q,h,l);if(m!=null){g=g.replace(n.match[t],"");break}}}}m||(m=h.getElementsByTagName("*"));return{set:m,expr:g}};k.filter=function(g,h,l,m){for(var q=g,p=[],v=h,t,y,S=h&&h[0]&&x(h[0]);g&&h.length;){for(var H in n.filter)if((t=n.leftMatch[H].exec(g))!=null&&t[2]){var M=n.filter[H],I,D;D=t[1];y=false;t.splice(1,1);if(D.substr(D.length-
-1)!=="\\"){if(v===p)p=[];if(n.preFilter[H])if(t=n.preFilter[H](t,v,l,p,m,S)){if(t===true)continue}else y=I=true;if(t)for(var U=0;(D=v[U])!=null;U++)if(D){I=M(D,t,U,v);var Ha=m^!!I;if(l&&I!=null)if(Ha)y=true;else v[U]=false;else if(Ha){p.push(D);y=true}}if(I!==w){l||(v=p);g=g.replace(n.match[H],"");if(!y)return[];break}}}if(g===q)if(y==null)k.error(g);else break;q=g}return v};k.error=function(g){throw"Syntax error, unrecognized expression: "+g;};var n=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,
-CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(g){return g.getAttribute("href")}},
-relative:{"+":function(g,h){var l=typeof h==="string",m=l&&!/\W/.test(h);l=l&&!m;if(m)h=h.toLowerCase();m=0;for(var q=g.length,p;m<q;m++)if(p=g[m]){for(;(p=p.previousSibling)&&p.nodeType!==1;);g[m]=l||p&&p.nodeName.toLowerCase()===h?p||false:p===h}l&&k.filter(h,g,true)},">":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m<q;m++){var p=g[m];if(p){l=p.parentNode;g[m]=l.nodeName.toLowerCase()===h?l:false}}}else{m=0;for(q=g.length;m<q;m++)if(p=g[m])g[m]=
-l?p.parentNode:p.parentNode===h;l&&k.filter(h,g,true)}},"":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("parentNode",h,m,g,p,l)},"~":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("previousSibling",h,m,g,p,l)}},find:{ID:function(g,h,l){if(typeof h.getElementById!=="undefined"&&!l)return(g=h.getElementById(g[1]))?[g]:[]},NAME:function(g,h){if(typeof h.getElementsByName!=="undefined"){var l=[];
-h=h.getElementsByName(g[1]);for(var m=0,q=h.length;m<q;m++)h[m].getAttribute("name")===g[1]&&l.push(h[m]);return l.length===0?null:l}},TAG:function(g,h){return h.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,h,l,m,q,p){g=" "+g[1].replace(/\\/g,"")+" ";if(p)return g;p=0;for(var v;(v=h[p])!=null;p++)if(v)if(q^(v.className&&(" "+v.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},
-CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m,
-g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},
-text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},
-setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return h<l[3]-0},gt:function(g,h,l){return h>l[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h=
-h[3];l=0;for(m=h.length;l<m;l++)if(h[l]===g)return false;return true}else k.error("Syntax error, unrecognized expression: "+q)},CHILD:function(g,h){var l=h[1],m=g;switch(l){case "only":case "first":for(;m=m.previousSibling;)if(m.nodeType===1)return false;if(l==="first")return true;m=g;case "last":for(;m=m.nextSibling;)if(m.nodeType===1)return false;return true;case "nth":l=h[2];var q=h[3];if(l===1&&q===0)return true;h=h[0];var p=g.parentNode;if(p&&(p.sizcache!==h||!g.nodeIndex)){var v=0;for(m=p.firstChild;m;m=
-m.nextSibling)if(m.nodeType===1)m.nodeIndex=++v;p.sizcache=h}g=g.nodeIndex-q;return l===0?g===0:g%l===0&&g/l>=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m===
-"="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g,
-h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l<m;l++)h.push(g[l]);else for(l=0;g[l];l++)h.push(g[l]);return h}}var B;if(s.documentElement.compareDocumentPosition)B=function(g,h){if(!g.compareDocumentPosition||
-!h.compareDocumentPosition){if(g==h)i=true;return g.compareDocumentPosition?-1:1}g=g.compareDocumentPosition(h)&4?-1:g===h?0:1;if(g===0)i=true;return g};else if("sourceIndex"in s.documentElement)B=function(g,h){if(!g.sourceIndex||!h.sourceIndex){if(g==h)i=true;return g.sourceIndex?-1:1}g=g.sourceIndex-h.sourceIndex;if(g===0)i=true;return g};else if(s.createRange)B=function(g,h){if(!g.ownerDocument||!h.ownerDocument){if(g==h)i=true;return g.ownerDocument?-1:1}var l=g.ownerDocument.createRange(),m=
-h.ownerDocument.createRange();l.setStart(g,0);l.setEnd(g,0);m.setStart(h,0);m.setEnd(h,0);g=l.compareBoundaryPoints(Range.START_TO_END,m);if(g===0)i=true;return g};(function(){var g=s.createElement("div"),h="script"+(new Date).getTime();g.innerHTML="<a name='"+h+"'/>";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&&
-q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML="<a href='#'></a>";
-if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="<p class='TEST'></p>";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}();
-(function(){var g=s.createElement("div");g.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}:
-function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q<p;q++)k(g,h[q],l);return k.filter(m,l)};c.find=k;c.expr=k.selectors;c.expr[":"]=c.expr.filters;c.unique=k.uniqueSort;c.text=a;c.isXMLDoc=x;c.contains=E})();var eb=/Until$/,fb=/^(?:parents|prevUntil|prevAll)/,
-gb=/,/;R=Array.prototype.slice;var Ia=function(a,b,d){if(c.isFunction(b))return c.grep(a,function(e,j){return!!b.call(e,j,e)===d});else if(b.nodeType)return c.grep(a,function(e){return e===b===d});else if(typeof b==="string"){var f=c.grep(a,function(e){return e.nodeType===1});if(Ua.test(b))return c.filter(b,f,!d);else b=c.filter(b,f)}return c.grep(a,function(e){return c.inArray(e,b)>=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f<e;f++){d=b.length;
-c.find(a,this[f],b);if(f>0)for(var j=d;j<b.length;j++)for(var i=0;i<d;i++)if(b[i]===b[j]){b.splice(j--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,f=b.length;d<f;d++)if(c.contains(this,b[d]))return true})},not:function(a){return this.pushStack(Ia(this,a,false),"not",a)},filter:function(a){return this.pushStack(Ia(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j=
-{},i;if(f&&a.length){e=0;for(var o=a.length;e<o;e++){i=a[e];j[i]||(j[i]=c.expr.match.POS.test(i)?c(i,b||this.context):i)}for(;f&&f.ownerDocument&&f!==b;){for(i in j){e=j[i];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a===
-"string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",
-d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?
-a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType===
-1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/<tbody/i,jb=/<|&#?\w+;/,ta=/<script|<object|<embed|<option|<style/i,ua=/checked\s*(?:[^=]|=\s*.checked.)/i,Ma=function(a,b,d){return hb.test(d)?
-a:b+"></"+d+">"},F={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=
-c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},
-wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},
-prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,
-this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);
-return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja,
-""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(f){this.empty().append(a)}}else c.isFunction(a)?this.each(function(e){var j=c(this),i=j.html();j.empty().append(function(){return a.call(this,e,i)})}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&
-this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var d=c(this),f=d.html();d.replaceWith(a.call(this,b,f))});if(typeof a!=="string")a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,d){function f(u){return c.nodeName(u,"table")?u.getElementsByTagName("tbody")[0]||
-u.appendChild(u.ownerDocument.createElement("tbody")):u}var e,j,i=a[0],o=[],k;if(!c.support.checkClone&&arguments.length===3&&typeof i==="string"&&ua.test(i))return this.each(function(){c(this).domManip(a,b,d,true)});if(c.isFunction(i))return this.each(function(u){var z=c(this);a[0]=i.call(this,u,b?z.html():w);z.domManip(a,b,d)});if(this[0]){e=i&&i.parentNode;e=c.support.parentNode&&e&&e.nodeType===11&&e.childNodes.length===this.length?{fragment:e}:sa(a,this,o);k=e.fragment;if(j=k.childNodes.length===
-1?(k=k.firstChild):k.firstChild){b=b&&c.nodeName(j,"tr");for(var n=0,r=this.length;n<r;n++)d.call(b?f(this[n],j):this[n],n>0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]);
-return this}else{e=0;for(var j=d.length;e<j;e++){var i=(e>0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["",
-""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]==="<table>"&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e=
-c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]?
-c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja=
-function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter=
-Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a,
-"border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f=
-a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=
-a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=/<script(.|\s)*?\/script>/gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!==
-"string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("<div />").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this},
-serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),
-function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,
-global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&&
-e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)?
-"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===
-false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B=
-false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since",
-c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E||
-d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x);
-g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===
-1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b===
-"json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional;
-if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");
-this[a].style.display=d||"";if(c.css(this[a],"display")==="none"){d=this[a].nodeName;var f;if(la[d])f=la[d];else{var e=c("<"+d+" />").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a<b;a++)this[a].style.display=c.data(this[a],"olddisplay")||"";return this}},hide:function(a,b){if(a||a===0)return this.animate(K("hide",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");!d&&d!=="none"&&c.data(this[a],
-"olddisplay",c.css(this[a],"display"))}a=0;for(b=this.length;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b){var d=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||d?this.each(function(){var f=d?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(K("toggle",3),a,b);return this},fadeTo:function(a,b,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d)},
-animate:function(a,b,d,f){var e=c.speed(b,d,f);if(c.isEmptyObject(a))return this.each(e.complete);return this[e.queue===false?"each":"queue"](function(){var j=c.extend({},e),i,o=this.nodeType===1&&c(this).is(":hidden"),k=this;for(i in a){var n=i.replace(ia,ja);if(i!==n){a[n]=a[i];delete a[i];i=n}if(a[i]==="hide"&&o||a[i]==="show"&&!o)return j.complete.call(this);if((i==="height"||i==="width")&&this.style){j.display=c.css(this,"display");j.overflow=this.style.overflow}if(c.isArray(a[i])){(j.specialEasing=
-j.specialEasing||{})[i]=a[i][1];a[i]=a[i][0]}}if(j.overflow!=null)this.style.overflow="hidden";j.curAnim=c.extend({},a);c.each(a,function(r,u){var z=new c.fx(k,j,r);if(Ab.test(u))z[u==="toggle"?o?"show":"hide":u](a);else{var C=Bb.exec(u),B=z.cur(true)||0;if(C){u=parseFloat(C[2]);var E=C[3]||"px";if(E!=="px"){k.style[r]=(u||1)+E;B=(u||1)/z.cur(true)*B;k.style[r]=B+E}if(C[1])u=(C[1]==="-="?-1:1)*u+B;z.custom(B,u,E)}else z.custom(B,u,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);
-this.each(function(){for(var f=d.length-1;f>=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration===
-"number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||
-c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;
-this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=
-this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem,
-e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||
-c.fx.stop()},stop:function(){clearInterval(W);W=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=function(a){return c.grep(c.timers,function(b){return a===b.elem}).length};c.fn.offset="getBoundingClientRect"in s.documentElement?
-function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&f.scrollTop||b.scrollTop)-(f.clientTop||b.clientTop||0),left:d.left+(self.pageXOffset||c.support.boxModel&&f.scrollLeft||b.scrollLeft)-(f.clientLeft||b.clientLeft||0)}}:function(a){var b=
-this[0];if(a)return this.each(function(r){c.offset.setOffset(this,a,r)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,f=b,e=b.ownerDocument,j,i=e.documentElement,o=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentStyle;for(var k=b.offsetTop,n=b.offsetLeft;(b=b.parentNode)&&b!==o&&b!==i;){if(c.offset.supportsFixedPosition&&f.position==="fixed")break;j=e?e.getComputedStyle(b,null):b.currentStyle;
-k-=b.scrollTop;n-=b.scrollLeft;if(b===d){k+=b.offsetTop;n+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&j.overflow!=="visible"){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=j}if(f.position==="relative"||f.position==="static"){k+=o.offsetTop;n+=o.offsetLeft}if(c.offset.supportsFixedPosition&&
-f.position==="fixed"){k+=Math.max(i.scrollTop,o.scrollTop);n+=Math.max(i.scrollLeft,o.scrollLeft)}return{top:k,left:n}};c.offset={initialize:function(){var a=s.body,b=s.createElement("div"),d,f,e,j=parseFloat(c.curCSS(a,"marginTop",true))||0;c.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});b.innerHTML="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";
-a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b);
-c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a,
-d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top-
-f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset":
-"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in
-e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window);
Deleted: doc/ja/_static/minus.png (+0 -0) 100644
===================================================================
(Binary files differ)
Deleted: doc/ja/_static/plus.png (+0 -0) 100644
===================================================================
(Binary files differ)
Deleted: doc/ja/_static/pygments.css (+0 -61) 100644
===================================================================
--- doc/ja/_static/pygments.css 2010-08-20 05:29:25 +0000 (1f2d2b6)
+++ /dev/null
@@ -1,61 +0,0 @@
-.hll { background-color: #ffffcc }
-.c { color: #408090; font-style: italic } /* Comment */
-.err { border: 1px solid #FF0000 } /* Error */
-.k { color: #007020; font-weight: bold } /* Keyword */
-.o { color: #666666 } /* Operator */
-.cm { color: #408090; font-style: italic } /* Comment.Multiline */
-.cp { color: #007020 } /* Comment.Preproc */
-.c1 { color: #408090; font-style: italic } /* Comment.Single */
-.cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */
-.gd { color: #A00000 } /* Generic.Deleted */
-.ge { font-style: italic } /* Generic.Emph */
-.gr { color: #FF0000 } /* Generic.Error */
-.gh { color: #000080; font-weight: bold } /* Generic.Heading */
-.gi { color: #00A000 } /* Generic.Inserted */
-.go { color: #303030 } /* Generic.Output */
-.gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
-.gs { font-weight: bold } /* Generic.Strong */
-.gu { color: #800080; font-weight: bold } /* Generic.Subheading */
-.gt { color: #0040D0 } /* Generic.Traceback */
-.kc { color: #007020; font-weight: bold } /* Keyword.Constant */
-.kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
-.kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
-.kp { color: #007020 } /* Keyword.Pseudo */
-.kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
-.kt { color: #902000 } /* Keyword.Type */
-.m { color: #208050 } /* Literal.Number */
-.s { color: #4070a0 } /* Literal.String */
-.na { color: #4070a0 } /* Name.Attribute */
-.nb { color: #007020 } /* Name.Builtin */
-.nc { color: #0e84b5; font-weight: bold } /* Name.Class */
-.no { color: #60add5 } /* Name.Constant */
-.nd { color: #555555; font-weight: bold } /* Name.Decorator */
-.ni { color: #d55537; font-weight: bold } /* Name.Entity */
-.ne { color: #007020 } /* Name.Exception */
-.nf { color: #06287e } /* Name.Function */
-.nl { color: #002070; font-weight: bold } /* Name.Label */
-.nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
-.nt { color: #062873; font-weight: bold } /* Name.Tag */
-.nv { color: #bb60d5 } /* Name.Variable */
-.ow { color: #007020; font-weight: bold } /* Operator.Word */
-.w { color: #bbbbbb } /* Text.Whitespace */
-.mf { color: #208050 } /* Literal.Number.Float */
-.mh { color: #208050 } /* Literal.Number.Hex */
-.mi { color: #208050 } /* Literal.Number.Integer */
-.mo { color: #208050 } /* Literal.Number.Oct */
-.sb { color: #4070a0 } /* Literal.String.Backtick */
-.sc { color: #4070a0 } /* Literal.String.Char */
-.sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
-.s2 { color: #4070a0 } /* Literal.String.Double */
-.se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
-.sh { color: #4070a0 } /* Literal.String.Heredoc */
-.si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
-.sx { color: #c65d09 } /* Literal.String.Other */
-.sr { color: #235388 } /* Literal.String.Regex */
-.s1 { color: #4070a0 } /* Literal.String.Single */
-.ss { color: #517918 } /* Literal.String.Symbol */
-.bp { color: #007020 } /* Name.Builtin.Pseudo */
-.vc { color: #bb60d5 } /* Name.Variable.Class */
-.vg { color: #bb60d5 } /* Name.Variable.Global */
-.vi { color: #bb60d5 } /* Name.Variable.Instance */
-.il { color: #208050 } /* Literal.Number.Integer.Long */
\ No newline at end of file
Deleted: doc/ja/_static/searchtools.js (+0 -518) 100644
===================================================================
--- doc/ja/_static/searchtools.js 2010-08-20 05:29:25 +0000 (5cbfe00)
+++ /dev/null
@@ -1,518 +0,0 @@
-/*
- * searchtools.js
- * ~~~~~~~~~~~~~~
- *
- * Sphinx JavaScript utilties for the full-text search.
- *
- * :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS.
- * :license: BSD, see LICENSE for details.
- *
- */
-
-/**
- * helper function to return a node containing the
- * search summary for a given text. keywords is a list
- * of stemmed words, hlwords is the list of normal, unstemmed
- * words. the first one is used to find the occurance, the
- * latter for highlighting it.
- */
-
-jQuery.makeSearchSummary = function(text, keywords, hlwords) {
- var textLower = text.toLowerCase();
- var start = 0;
- $.each(keywords, function() {
- var i = textLower.indexOf(this.toLowerCase());
- if (i > -1)
- start = i;
- });
- start = Math.max(start - 120, 0);
- var excerpt = ((start > 0) ? '...' : '') +
- $.trim(text.substr(start, 240)) +
- ((start + 240 - text.length) ? '...' : '');
- var rv = $('<div class="context"></div>').text(excerpt);
- $.each(hlwords, function() {
- rv = rv.highlightText(this, 'highlighted');
- });
- return rv;
-}
-
-/**
- * Porter Stemmer
- */
-var PorterStemmer = function() {
-
- var step2list = {
- ational: 'ate',
- tional: 'tion',
- enci: 'ence',
- anci: 'ance',
- izer: 'ize',
- bli: 'ble',
- alli: 'al',
- entli: 'ent',
- eli: 'e',
- ousli: 'ous',
- ization: 'ize',
- ation: 'ate',
- ator: 'ate',
- alism: 'al',
- iveness: 'ive',
- fulness: 'ful',
- ousness: 'ous',
- aliti: 'al',
- iviti: 'ive',
- biliti: 'ble',
- logi: 'log'
- };
-
- var step3list = {
- icate: 'ic',
- ative: '',
- alize: 'al',
- iciti: 'ic',
- ical: 'ic',
- ful: '',
- ness: ''
- };
-
- var c = "[^aeiou]"; // consonant
- var v = "[aeiouy]"; // vowel
- var C = c + "[^aeiouy]*"; // consonant sequence
- var V = v + "[aeiou]*"; // vowel sequence
-
- var mgr0 = "^(" + C + ")?" + V + C; // [C]VC... is m>0
- var meq1 = "^(" + C + ")?" + V + C + "(" + V + ")?$"; // [C]VC[V] is m=1
- var mgr1 = "^(" + C + ")?" + V + C + V + C; // [C]VCVC... is m>1
- var s_v = "^(" + C + ")?" + v; // vowel in stem
-
- this.stemWord = function (w) {
- var stem;
- var suffix;
- var firstch;
- var origword = w;
-
- if (w.length < 3)
- return w;
-
- var re;
- var re2;
- var re3;
- var re4;
-
- firstch = w.substr(0,1);
- if (firstch == "y")
- w = firstch.toUpperCase() + w.substr(1);
-
- // Step 1a
- re = /^(.+?)(ss|i)es$/;
- re2 = /^(.+?)([^s])s$/;
-
- if (re.test(w))
- w = w.replace(re,"$1$2");
- else if (re2.test(w))
- w = w.replace(re2,"$1$2");
-
- // Step 1b
- re = /^(.+?)eed$/;
- re2 = /^(.+?)(ed|ing)$/;
- if (re.test(w)) {
- var fp = re.exec(w);
- re = new RegExp(mgr0);
- if (re.test(fp[1])) {
- re = /.$/;
- w = w.replace(re,"");
- }
- }
- else if (re2.test(w)) {
- var fp = re2.exec(w);
- stem = fp[1];
- re2 = new RegExp(s_v);
- if (re2.test(stem)) {
- w = stem;
- re2 = /(at|bl|iz)$/;
- re3 = new RegExp("([^aeiouylsz])\\1$");
- re4 = new RegExp("^" + C + v + "[^aeiouwxy]$");
- if (re2.test(w))
- w = w + "e";
- else if (re3.test(w)) {
- re = /.$/;
- w = w.replace(re,"");
- }
- else if (re4.test(w))
- w = w + "e";
- }
- }
-
- // Step 1c
- re = /^(.+?)y$/;
- if (re.test(w)) {
- var fp = re.exec(w);
- stem = fp[1];
- re = new RegExp(s_v);
- if (re.test(stem))
- w = stem + "i";
- }
-
- // Step 2
- re = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/;
- if (re.test(w)) {
- var fp = re.exec(w);
- stem = fp[1];
- suffix = fp[2];
- re = new RegExp(mgr0);
- if (re.test(stem))
- w = stem + step2list[suffix];
- }
-
- // Step 3
- re = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/;
- if (re.test(w)) {
- var fp = re.exec(w);
- stem = fp[1];
- suffix = fp[2];
- re = new RegExp(mgr0);
- if (re.test(stem))
- w = stem + step3list[suffix];
- }
-
- // Step 4
- re = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/;
- re2 = /^(.+?)(s|t)(ion)$/;
- if (re.test(w)) {
- var fp = re.exec(w);
- stem = fp[1];
- re = new RegExp(mgr1);
- if (re.test(stem))
- w = stem;
- }
- else if (re2.test(w)) {
- var fp = re2.exec(w);
- stem = fp[1] + fp[2];
- re2 = new RegExp(mgr1);
- if (re2.test(stem))
- w = stem;
- }
-
- // Step 5
- re = /^(.+?)e$/;
- if (re.test(w)) {
- var fp = re.exec(w);
- stem = fp[1];
- re = new RegExp(mgr1);
- re2 = new RegExp(meq1);
- re3 = new RegExp("^" + C + v + "[^aeiouwxy]$");
- if (re.test(stem) || (re2.test(stem) && !(re3.test(stem))))
- w = stem;
- }
- re = /ll$/;
- re2 = new RegExp(mgr1);
- if (re.test(w) && re2.test(w)) {
- re = /.$/;
- w = w.replace(re,"");
- }
-
- // and turn initial Y back to y
- if (firstch == "y")
- w = firstch.toLowerCase() + w.substr(1);
- return w;
- }
-}
-
-
-/**
- * Search Module
- */
-var Search = {
-
- _index : null,
- _queued_query : null,
- _pulse_status : -1,
-
- init : function() {
- var params = $.getQueryParameters();
- if (params.q) {
- var query = params.q[0];
- $('input[name="q"]')[0].value = query;
- this.performSearch(query);
- }
- },
-
- loadIndex : function(url) {
- $.ajax({type: "GET", url: url, data: null, success: null,
- dataType: "script", cache: true});
- },
-
- setIndex : function(index) {
- var q;
- this._index = index;
- if ((q = this._queued_query) !== null) {
- this._queued_query = null;
- Search.query(q);
- }
- },
-
- hasIndex : function() {
- return this._index !== null;
- },
-
- deferQuery : function(query) {
- this._queued_query = query;
- },
-
- stopPulse : function() {
- this._pulse_status = 0;
- },
-
- startPulse : function() {
- if (this._pulse_status >= 0)
- return;
- function pulse() {
- Search._pulse_status = (Search._pulse_status + 1) % 4;
- var dotString = '';
- for (var i = 0; i < Search._pulse_status; i++)
- dotString += '.';
- Search.dots.text(dotString);
- if (Search._pulse_status > -1)
- window.setTimeout(pulse, 500);
- };
- pulse();
- },
-
- /**
- * perform a search for something
- */
- performSearch : function(query) {
- // create the required interface elements
- this.out = $('#search-results');
- this.title = $('<h2>' + _('Searching') + '</h2>').appendTo(this.out);
- this.dots = $('<span></span>').appendTo(this.title);
- this.status = $('<p style="display: none"></p>').appendTo(this.out);
- this.output = $('<ul class="search"/>').appendTo(this.out);
-
- $('#search-progress').text(_('Preparing search...'));
- this.startPulse();
-
- // index already loaded, the browser was quick!
- if (this.hasIndex())
- this.query(query);
- else
- this.deferQuery(query);
- },
-
- query : function(query) {
- var stopwords = ['and', 'then', 'into', 'it', 'as', 'are', 'in',
- 'if', 'for', 'no', 'there', 'their', 'was', 'is',
- 'be', 'to', 'that', 'but', 'they', 'not', 'such',
- 'with', 'by', 'a', 'on', 'these', 'of', 'will',
- 'this', 'near', 'the', 'or', 'at'];
-
- // stem the searchterms and add them to the correct list
- var stemmer = new PorterStemmer();
- var searchterms = [];
- var excluded = [];
- var hlterms = [];
- var tmp = query.split(/\s+/);
- var object = (tmp.length == 1) ? tmp[0].toLowerCase() : null;
- for (var i = 0; i < tmp.length; i++) {
- if ($u.indexOf(stopwords, tmp[i]) != -1 || tmp[i].match(/^\d+$/) ||
- tmp[i] == "") {
- // skip this "word"
- continue;
- }
- // stem the word
- var word = stemmer.stemWord(tmp[i]).toLowerCase();
- // select the correct list
- if (word[0] == '-') {
- var toAppend = excluded;
- word = word.substr(1);
- }
- else {
- var toAppend = searchterms;
- hlterms.push(tmp[i].toLowerCase());
- }
- // only add if not already in the list
- if (!$.contains(toAppend, word))
- toAppend.push(word);
- };
- var highlightstring = '?highlight=' + $.urlencode(hlterms.join(" "));
-
- // console.debug('SEARCH: searching for:');
- // console.info('required: ', searchterms);
- // console.info('excluded: ', excluded);
-
- // prepare search
- var filenames = this._index.filenames;
- var titles = this._index.titles;
- var terms = this._index.terms;
- var objects = this._index.objects;
- var objtypes = this._index.objtypes;
- var objnames = this._index.objnames;
- var fileMap = {};
- var files = null;
- // different result priorities
- var importantResults = [];
- var objectResults = [];
- var regularResults = [];
- var unimportantResults = [];
- $('#search-progress').empty();
-
- // lookup as object
- if (object != null) {
- for (var prefix in objects) {
- for (var name in objects[prefix]) {
- var fullname = (prefix ? prefix + '.' : '') + name;
- if (fullname.toLowerCase().indexOf(object) > -1) {
- match = objects[prefix][name];
- descr = objnames[match[1]] + _(', in ') + titles[match[0]];
- // XXX the generated anchors are not generally correct
- // XXX there may be custom prefixes
- result = [filenames[match[0]], fullname, '#'+fullname, descr];
- switch (match[2]) {
- case 1: objectResults.push(result); break;
- case 0: importantResults.push(result); break;
- case 2: unimportantResults.push(result); break;
- }
- }
- }
- }
- }
-
- // sort results descending
- objectResults.sort(function(a, b) {
- return (a[1] > b[1]) ? -1 : ((a[1] < b[1]) ? 1 : 0);
- });
-
- importantResults.sort(function(a, b) {
- return (a[1] > b[1]) ? -1 : ((a[1] < b[1]) ? 1 : 0);
- });
-
- unimportantResults.sort(function(a, b) {
- return (a[1] > b[1]) ? -1 : ((a[1] < b[1]) ? 1 : 0);
- });
-
-
- // perform the search on the required terms
- for (var i = 0; i < searchterms.length; i++) {
- var word = searchterms[i];
- // no match but word was a required one
- if ((files = terms[word]) == null)
- break;
- if (files.length == undefined) {
- files = [files];
- }
- // create the mapping
- for (var j = 0; j < files.length; j++) {
- var file = files[j];
- if (file in fileMap)
- fileMap[file].push(word);
- else
- fileMap[file] = [word];
- }
- }
-
- // now check if the files don't contain excluded terms
- for (var file in fileMap) {
- var valid = true;
-
- // check if all requirements are matched
- if (fileMap[file].length != searchterms.length)
- continue;
-
- // ensure that none of the excluded terms is in the
- // search result.
- for (var i = 0; i < excluded.length; i++) {
- if (terms[excluded[i]] == file ||
- $.contains(terms[excluded[i]] || [], file)) {
- valid = false;
- break;
- }
- }
-
- // if we have still a valid result we can add it
- // to the result list
- if (valid)
- regularResults.push([filenames[file], titles[file], '', null]);
- }
-
- // delete unused variables in order to not waste
- // memory until list is retrieved completely
- delete filenames, titles, terms;
-
- // now sort the regular results descending by title
- regularResults.sort(function(a, b) {
- var left = a[1].toLowerCase();
- var right = b[1].toLowerCase();
- return (left > right) ? -1 : ((left < right) ? 1 : 0);
- });
-
- // combine all results
- var results = unimportantResults.concat(regularResults)
- .concat(objectResults).concat(importantResults);
-
- // print the results
- var resultCount = results.length;
- function displayNextItem() {
- // results left, load the summary and display it
- if (results.length) {
- var item = results.pop();
- var listItem = $('<li style="display:none"></li>');
- if (DOCUMENTATION_OPTIONS.FILE_SUFFIX == '') {
- // dirhtml builder
- var dirname = item[0] + '/';
- if (dirname.match(/\/index\/$/)) {
- dirname = dirname.substring(0, dirname.length-6);
- } else if (dirname == 'index/') {
- dirname = '';
- }
- listItem.append($('<a/>').attr('href',
- DOCUMENTATION_OPTIONS.URL_ROOT + dirname +
- highlightstring + item[2]).html(item[1]));
- } else {
- // normal html builders
- listItem.append($('<a/>').attr('href',
- item[0] + DOCUMENTATION_OPTIONS.FILE_SUFFIX +
- highlightstring + item[2]).html(item[1]));
- }
- if (item[3]) {
- listItem.append($('<span> (' + item[3] + ')</span>'));
- Search.output.append(listItem);
- listItem.slideDown(5, function() {
- displayNextItem();
- });
- } else if (DOCUMENTATION_OPTIONS.HAS_SOURCE) {
- $.get(DOCUMENTATION_OPTIONS.URL_ROOT + '_sources/' +
- item[0] + '.txt', function(data) {
- if (data != '') {
- listItem.append($.makeSearchSummary(data, searchterms, hlterms));
- Search.output.append(listItem);
- }
- listItem.slideDown(5, function() {
- displayNextItem();
- });
- });
- } else {
- // no source available, just display title
- Search.output.append(listItem);
- listItem.slideDown(5, function() {
- displayNextItem();
- });
- }
- }
- // search finished, update title and status message
- else {
- Search.stopPulse();
- Search.title.text(_('Search Results'));
- if (!resultCount)
- Search.status.text(_('Your search did not match any documents. Please make sure that all words are spelled correctly and that you\'ve selected enough categories.'));
- else
- Search.status.text(_('Search finished, found %s page(s) matching the search query.').replace('%s', resultCount));
- Search.status.fadeIn(500);
- }
- }
- displayNextItem();
- }
-}
-
-$(document).ready(function() {
- Search.init();
-});
Deleted: doc/ja/characteristic.html (+0 -162) 100644
===================================================================
--- doc/ja/characteristic.html 2010-08-20 05:29:25 +0000 (199e679)
+++ /dev/null
@@ -1,162 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>1. groongaの特徴 — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="_static/default.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="index.html" />
- <link rel="next" title="2. チュートリアル" href="tutorial.html" />
- <link rel="prev" title="groonga ドキュメント" href="index.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="tutorial.html" title="2. チュートリアル"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="index.html" title="groonga ドキュメント"
- accesskey="P">previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="groonga">
-<h1>1. groongaの特徴<a class="headerlink" href="#groonga" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="senna">
-<h2>1.1. 全文検索ライブラリSennaの後継<a class="headerlink" href="#senna" title="Permalink to this headline">¶</a></h2>
-<p>groongaは、広く使われている全文検索ライブラリSennaの後継として開発されています。Sennaの特徴である、高速・高精度・高柔軟性という特徴を引き継ぎつつ、さらにそれらの特徴を追求するために開発が始められました。</p>
-</div>
-<div class="section" id="http">
-<h2>1.2. HTTPなどの複数プロトコルに対応したサーバ<a class="headerlink" href="#http" title="Permalink to this headline">¶</a></h2>
-<p>Sennaは、全文検索を行うアプリケーションで用いるための部品でした。groongaでは、全文検索サービスを行うためのサーバが存在します。groongaサーバは、HTTPやmemcached binaryプロトコル、独自プロトコルであるgqtpを用いてクライアントとTCP/IP通信を行うことができます。よって、ライブラリをインストールできないレンタルサーバなどの環境でも利用しやすくなりました。</p>
-<p>Sennaと同様に、groongaもC言語のライブラリとして利用できます。</p>
-</div>
-<div class="section" id="id1">
-<h2>1.3. 高速なデータ更新<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>groongaの前身であるSennaは、ストレージを持たない全文検索ライブラリでした。そのため、MySQLのMyISAMストレージエンジンと組み合わせて用いるTritonnや、PostgreSQLと組み合わせて用いるLudiaを通じて利用するのが一般的でした。しかし、これらの形態では、全文検索インデックス更新における参照lockが不要というSennaの性能特性を生かすことができませんでした。</p>
-<p>たとえば、MyISAMではレコードが更新される際には、多くの場合テーブルロックが必要となります。このような場合には、いかに全文検索インデックスの更新が速くとも、MyISAMでのデータ更新がボトルネックとなってしまいます。</p>
-<p>より即時性の高い検索サービスを実現するために、groongaでは参照lockが不要なストレージを実装しました。</p>
-</div>
-<div class="section" id="id2">
-<h2>1.4. 複数プロセス・複数スレッドで共有できるストレージ<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<p>groongaのストレージファイルは、複数プロセスや複数スレッドで共有することができます。明示的なロックなどは必要ありません。</p>
-<p>Tritonnの次期バージョンは、MySQLのプラガブルストレージエンジンとして実装予定です。Tritonnで開いているgroongaストレージファイルも共有可能です。たとえば、MySQLプロトコルでデータの更新を行い、HTTPでデータの参照を行うことができます。</p>
-</div>
-<div class="section" id="id3">
-<h2>1.5. ドリルダウンなどの集計系クエリを高速に実現<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groongaのストレージは、カラムごとにデータを保存するカラム指向データベースを採用しています。カラム指向データベースはOLAPなどの集計クエリを高速に実現するのに向いています。</p>
-<p>全文検索結果のうち、特定のカラム値ごとにグループ分けをし、それぞれのグループのレコード数を数えるような処理をドリルダウンといいます。groongaはカラム指向データベースを生かして、このような処理を高速に実行します。</p>
-</div>
-<div class="section" id="id4">
-<h2>1.6. Sennaの転置インデックス実装をさらに改良<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p>groongaの転置インデックスは、Sennaにおける転置インデックスの実装を改良し、より高速かつ汎用的なものとなりました。</p>
-<p>転置インデックスを生かすことにより、SQLでも実現が難しい複雑なクエリを高速に実行することができます。いわゆるタグ検索やドリルダウンにおいて、転置インデックスを利用した高速な処理を行うことができます。</p>
-</div>
-<div class="section" id="id5">
-<h2>1.7. 位置情報(緯度・経度)検索<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<p>日本測地系のみならず、世界測地系にも対応した位置情報での絞込が可能です。位置情報の範囲は、円や矩形を指定することができます。また、任意の2点間の距離も計算可能です。</p>
-</div>
-<div class="section" id="id6">
-<h2>1.8. 自動クエリキャッシュ機構<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<p>参照系のクエリについて、自動的にクエリキャッシュを行います。</p>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">1. groongaの特徴</a><ul>
-<li><a class="reference internal" href="#senna">1.1. 全文検索ライブラリSennaの後継</a></li>
-<li><a class="reference internal" href="#http">1.2. HTTPなどの複数プロトコルに対応したサーバ</a></li>
-<li><a class="reference internal" href="#id1">1.3. 高速なデータ更新</a></li>
-<li><a class="reference internal" href="#id2">1.4. 複数プロセス・複数スレッドで共有できるストレージ</a></li>
-<li><a class="reference internal" href="#id3">1.5. ドリルダウンなどの集計系クエリを高速に実現</a></li>
-<li><a class="reference internal" href="#id4">1.6. Sennaの転置インデックス実装をさらに改良</a></li>
-<li><a class="reference internal" href="#id5">1.7. 位置情報(緯度・経度)検索</a></li>
-<li><a class="reference internal" href="#id6">1.8. 自動クエリキャッシュ機構</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="index.html"
- title="previous chapter">groonga ドキュメント</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="tutorial.html"
- title="next chapter">2. チュートリアル</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="_sources/characteristic.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="tutorial.html" title="2. チュートリアル"
- >next</a> |</li>
- <li class="right" >
- <a href="index.html" title="groonga ドキュメント"
- >previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands.html (+0 -138) 100644
===================================================================
--- doc/ja/commands.html 2010-08-20 05:29:25 +0000 (b5065e5)
+++ /dev/null
@@ -1,138 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2. 組み込みコマンド一覧 — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="_static/default.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="index.html" />
- <link rel="up" title="3. リファレンスマニュアル" href="reference.html" />
- <link rel="next" title="3.2.1. cache_limit" href="commands/cache_limit.html" />
- <link rel="prev" title="3.1.4. grntest" href="grntest.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="commands/cache_limit.html" title="3.2.1. cache_limit"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="grntest.html" title="3.1.4. grntest"
- accesskey="P">previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="reference.html" accesskey="U">3. リファレンスマニュアル</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="id1">
-<h1>3.2. 組み込みコマンド一覧<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
-<div class="toctree-wrapper compound">
-<ul>
-<li class="toctree-l1"><a class="reference internal" href="commands/cache_limit.html">3.2.1. cache_limit</a></li>
-<li class="toctree-l1"><a class="reference internal" href="commands/check.html">3.2.2. check</a></li>
-<li class="toctree-l1"><a class="reference internal" href="commands/clearlock.html">3.2.3. clearlock</a></li>
-<li class="toctree-l1"><a class="reference internal" href="commands/column_create.html">3.2.4. column_create</a></li>
-<li class="toctree-l1"><a class="reference internal" href="commands/column_list.html">3.2.5. column_list</a></li>
-<li class="toctree-l1"><a class="reference internal" href="commands/column_remove.html">3.2.6. column_remove</a></li>
-<li class="toctree-l1"><a class="reference internal" href="commands/define_selector.html">3.2.7. define_selector</a></li>
-<li class="toctree-l1"><a class="reference internal" href="commands/defrag.html">3.2.8. defrag</a></li>
-<li class="toctree-l1"><a class="reference internal" href="commands/delete.html">3.2.9. delete</a></li>
-<li class="toctree-l1"><a class="reference internal" href="commands/dump.html">3.2.10. dump</a></li>
-<li class="toctree-l1"><a class="reference internal" href="commands/load.html">3.2.11. load</a></li>
-<li class="toctree-l1"><a class="reference internal" href="commands/log_level.html">3.2.12. log_level</a></li>
-<li class="toctree-l1"><a class="reference internal" href="commands/log_put.html">3.2.13. log_put</a></li>
-<li class="toctree-l1"><a class="reference internal" href="commands/log_reopen.html">3.2.14. log_reopen</a></li>
-<li class="toctree-l1"><a class="reference internal" href="commands/quit.html">3.2.15. quit</a></li>
-<li class="toctree-l1"><a class="reference internal" href="commands/select.html">3.2.16. select</a></li>
-<li class="toctree-l1"><a class="reference internal" href="commands/shutdown.html">3.2.17. shutdown</a></li>
-<li class="toctree-l1"><a class="reference internal" href="commands/status.html">3.2.18. status</a></li>
-<li class="toctree-l1"><a class="reference internal" href="commands/table_create.html">3.2.19. table_create</a></li>
-<li class="toctree-l1"><a class="reference internal" href="commands/table_list.html">3.2.20. table_list</a></li>
-<li class="toctree-l1"><a class="reference internal" href="commands/table_remove.html">3.2.21. table_remove</a></li>
-<li class="toctree-l1"><a class="reference internal" href="commands/view_add.html">3.2.22. view_add</a></li>
-</ul>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h4>Previous topic</h4>
- <p class="topless"><a href="grntest.html"
- title="previous chapter">3.1.4. grntest</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="commands/cache_limit.html"
- title="next chapter">3.2.1. cache_limit</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="_sources/commands.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="commands/cache_limit.html" title="3.2.1. cache_limit"
- >next</a> |</li>
- <li class="right" >
- <a href="grntest.html" title="3.1.4. grntest"
- >previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="reference.html" >3. リファレンスマニュアル</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/add.html (+0 -190) 100644
===================================================================
--- doc/ja/commands/add.html 2010-08-20 05:29:25 +0000 (552bd4d)
+++ /dev/null
@@ -1,190 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>add — groonga v0.7.2 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.2',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.2 documentation" href="../index.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li><a href="../index.html">groonga v0.7.2 documentation</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="add">
-<h1>add<a class="headerlink" href="#add" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>add - 一件のレコードの追加 <a class="footnote-reference" href="#id9" id="id2">[1]</a></p>
-</div>
-<div class="section" id="id3">
-<h2>書式<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>add table [key [columns [values [output_columns [output_type]]]]]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id4">
-<h2>説明<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p><strong>未実装です</strong></p>
-<p>groonga組込コマンドの一つであるaddについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>addは、使用しているデータベースのテーブルに1件のレコードを登録し、カラムの値を更新し、更新したカラムの値を返却します。</p>
-</div>
-<div class="section" id="id5">
-<h2>引数<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<p><tt class="docutils literal"><span class="pre">table</span></tt></p>
-<blockquote>
-レコードを追加しようとするテーブルの名前を指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">key</span></tt></p>
-<blockquote>
-登録するレコードの主キー値を指定します。主キーなしのテーブルの場合はこのパラメータを指定する必要はなく、指定された場合は無視されます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">columns</span></tt></p>
-<blockquote>
-テーブルに登録するレコードに値を設定するカラム名のリストを指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">values</span></tt></p>
-<blockquote>
-<p>登録するレコードの値を表現した文字列を渡します。</p>
-<p>以下のいずれかの形式が使用できます。</p>
-<dl class="docutils">
-<dt><tt class="docutils literal"><span class="pre">形式1</span></tt></dt>
-<dd>[カラム値1, カラム値2,..]</dd>
-<dt><tt class="docutils literal"><span class="pre">形式2</span></tt></dt>
-<dd>{カラム名1: カラム値1, カラム名2: カラム値2}</dd>
-</dl>
-<p>形式1の[カラム名1, カラム名2,..]の要素はcolumns引数が省略された場合のみ有効です。</p>
-</blockquote>
-<p><tt class="docutils literal"><span class="pre">output_columns</span></tt></p>
-<blockquote>
-出力するカラム名のリストをカンマ(‘,’)区切りで指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">output_type</span></tt></p>
-<blockquote>
-出力形式を、json,tsv,xmlのいずれかで指定します。</blockquote>
-<p>返値
-—</p>
-<p>以下のようなjson形式で値が返却されます。 <a class="footnote-reference" href="#id9" id="id6">[1]</a></p>
-<div class="highlight-none"><div class="highlight"><pre>[[リターンコード, 処理開始時間, 処理時間], 新規追加、[カラム値1, ...]]
-</pre></div>
-</div>
-<p><tt class="docutils literal"><span class="pre">リターンコード</span></tt></p>
-<blockquote>
-grn_rcに対応する数値が返されます。0(GRN_SUCCESS)以外の場合は、続いてエラー内容を示す
-文字列が返されます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">処理開始時間</span></tt></p>
-<blockquote>
-処理を開始した時間について、1970年1月1日0時0分0秒を起点とした秒数を小数で返します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">処理時間</span></tt></p>
-<blockquote>
-処理にかかった秒数を返します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">新規追加</span></tt></p>
-<blockquote>
-レコードが追加されたかどうかを判定する。</blockquote>
-<p><tt class="docutils literal"><span class="pre">カラム値n</span></tt></p>
-<blockquote>
-output_columnsで指定されたカラムの値。</blockquote>
-</div>
-<div class="section" id="id7">
-<h2>例<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
-<p>テーブルEntryにレコードを登録します。:</p>
-<div class="highlight-none"><div class="highlight"><pre>add Entry abandon body 放棄する
-
-[[0,1268208665.67547,0.045],true,[]]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id8">
-<h2>関連項目<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h2>
-<p><a class="reference internal" href="load.html"><em>load</em></a></p>
-<p class="rubric">脚注</p>
-<table class="docutils footnote" frame="void" id="id9" rules="none">
-<colgroup><col class="label" /><col /></colgroup>
-<tbody valign="top">
-<tr><td class="label"><a class="fn-backref" href="#id6">[1]</a></td><td>tsv,xml出力はv1.0でサポートされます。また、処理開始時間・処理時間については正確でない場合があります。</td></tr>
-</tbody>
-</table>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">add</a><ul>
-<li><a class="reference internal" href="#id1">名前</a></li>
-<li><a class="reference internal" href="#id3">書式</a></li>
-<li><a class="reference internal" href="#id4">説明</a></li>
-<li><a class="reference internal" href="#id5">引数</a></li>
-<li><a class="reference internal" href="#id7">例</a></li>
-<li><a class="reference internal" href="#id8">関連項目</a></li>
-</ul>
-</li>
-</ul>
-
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/add.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li><a href="../index.html">groonga v0.7.2 documentation</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/cache_limit.html (+0 -173) 100644
===================================================================
--- doc/ja/commands/cache_limit.html 2010-08-20 05:29:25 +0000 (3903e92)
+++ /dev/null
@@ -1,173 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.1. cache_limit — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.2.2. check" href="check.html" />
- <link rel="prev" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="check.html" title="3.2.2. check"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="../commands.html" title="3.2. 組み込みコマンド一覧"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="cache-limit">
-<h1>3.2.1. cache_limit<a class="headerlink" href="#cache-limit" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.1.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>cache_limit - cacheサイズの設定・取得</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.1.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>cache_limit max
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.1.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるcache_limitについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>cache_limitは、クエリキャッシュの最大件数を取得したり設定したりします。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.2.1.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p><tt class="docutils literal"><span class="pre">max</span></tt></p>
-<blockquote>
-クエリキャッシュの最大件数を整数で指定します。
-maxが指定されなかった場合には、クエリキャッシュの最大件数は変更せず、
-現在の設定値のみが返されます。</blockquote>
-</div>
-<div class="section" id="id5">
-<h2>3.2.1.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<div class="section" id="json">
-<h3>3.2.1.5.1. json<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
-<div class="highlight-none"><div class="highlight"><pre>[以前の設定値]
-
-``以前の設定値``
-
- すでに設定されていたクエリキャッシュの最大件数を返す。
-</pre></div>
-</div>
-</div>
-</div>
-<div class="section" id="id6">
-<h2>3.2.1.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>cache_limit 4
-[100]
-</pre></div>
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.1. cache_limit</a><ul>
-<li><a class="reference internal" href="#id1">3.2.1.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.1.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.1.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.1.4. 引数</a></li>
-<li><a class="reference internal" href="#id5">3.2.1.5. 返値</a><ul>
-<li><a class="reference internal" href="#json">3.2.1.5.1. json</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id6">3.2.1.6. 例</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="../commands.html"
- title="previous chapter">3.2. 組み込みコマンド一覧</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="check.html"
- title="next chapter">3.2.2. check</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/cache_limit.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="check.html" title="3.2.2. check"
- >next</a> |</li>
- <li class="right" >
- <a href="../commands.html" title="3.2. 組み込みコマンド一覧"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/check.html (+0 -285) 100644
===================================================================
--- doc/ja/commands/check.html 2010-08-20 05:29:25 +0000 (3a027b2)
+++ /dev/null
@@ -1,285 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.2. check — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.2.3. clearlock" href="clearlock.html" />
- <link rel="prev" title="3.2.1. cache_limit" href="cache_limit.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="clearlock.html" title="3.2.3. clearlock"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="cache_limit.html" title="3.2.1. cache_limit"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="check">
-<h1>3.2.2. check<a class="headerlink" href="#check" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.2.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>check - オブジェクトの状態表示</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.2.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>check obj
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.2.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるcheckについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>checkコマンドは、groongaプロセス内の指定したオブジェクトの状態を表示します。主にデータベースが壊れた場合など異常時の問題解決のために使用することを想定しています。デバッグ用のため、返値のフォーマットが安定しているということは保証されません。(フォーマットが変更される可能性が高い)</p>
-</div>
-<div class="section" id="id4">
-<h2>3.2.2.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p><tt class="docutils literal"><span class="pre">obj</span></tt></p>
-<blockquote>
-状態を表示するオブジェクトの名前を指定します。</blockquote>
-</div>
-<div class="section" id="id5">
-<h2>3.2.2.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<div class="section" id="json">
-<h3>3.2.2.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
-<p>チェックするオブジェクトにより返される値が変わります。</p>
-<p>インデックスカラムの場合:</p>
-<div class="highlight-none"><div class="highlight"><pre>下記のような配列が出力されます。
-
- [インデックスの状態, バッファの状態1, バッファの状態2, ...]
-
-``インデックスの状態``には下記の項目がハッシュ形式で出力されます。
-
-``flags``
-
- 指定されているフラグ値です。16進数で表現されています。
-
-``max sid``
-
- セグメントのうち最も大きなIDです。
-
-``number of garbage segments``
-
- ゴミセグメントの数です。
-
-``number of array segments``
-
- 配列セグメントの数です。
-
-``max id of array segment``
-
- 配列セグメントのうち最も大きなIDです。
-
-``number of buffer segments``
-
- バッファセグメントの数です。
-
-``max id of buffer segment``
-
- バッファセグメントのうち最も大きなIDです。
-
-``max id of physical segment in use``
-
- 使用中の論理セグメントのうち最も大きなIDです。
-
-``number of unmanaged segments``
-
- 管理されていないセグメントの数です。
-
-``total chunk size``
-
- チャンクサイズの合計です。
-
-``max id of chunk segments in use``
-
- 使用中のチャンクセグメントのうち最も大きなIDです。
-
-``number of garbage chunk``
-
- 各チャンク毎のゴミの数です。
-
-``バッファの状態``には下記の項目がハッシュ形式で出力されます。
-
-``buffer id``
-
- バッファIDです。
-
-``chunk size``
-
- チャンクのサイズです。
-
-``buffer term``
-
- バッファ内にある語の一覧です。各語の状態は以下のような配列となっています。
-
- [語, バッファに登録されている語のID, 用語集に登録されている語のID, バッファ内でのサイズ, チャンク内でのサイズ]
-
-``buffer free``
-
- バッファの空き容量です。
-
-``size in buffer``
-
- バッファの使用量です。
-
-``nterms``
-
- バッファ内にある語の数です。
-
-``nterms with chunk``
-
- バッファ内にある語のうち、チャンクを使っている語の数です。
-</pre></div>
-</div>
-</div>
-</div>
-<div class="section" id="id6">
-<h2>3.2.2.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<p>テーブルTermsのインデックスカラムnameの状態を表示します。:</p>
-<div class="highlight-none"><div class="highlight"><pre>check Terms.name
-[{"flags":"00008202",
- "max sid":1,
- "number of garbage segments":0,
- "number of array segments":1,
- "max id of array segment":1,
- "number of buffer segments":110,
- "max id of buffer segment":111,
- "max id of physical segment in use":111,
- "number of unmanaged segments":4294967185,
- "total chunk size":7470239,
- "max id of chunk segments in use":127,
- "number of garbage chunk":[0,0,0,0,0,0,0,0,2,2,0,0,0,0,0]},
- {"buffer id":0,
- "chunk size":94392,
- "buffer term":["596","59777","6",...],
- "buffer free":152944,
- "size in buffer":7361,
- "nterms":237,
- "nterms with chunk":216,
- "buffer id":1,
- "chunk size":71236,
- "buffer term":[["に述",18149,18149,2,25,6,6],
- ["に追",4505,4505,76,485,136,174],
- ["に退",26568,26568,2,9,2,2],
- ...],
- "buffer free":120000,
- "size in buffer":11155,
- "nterms":121,
- "nterms with chunk":116},
- {"buffer id":1,
- ...},
- ...]
-</pre></div>
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.2. check</a><ul>
-<li><a class="reference internal" href="#id1">3.2.2.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.2.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.2.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.2.4. 引数</a></li>
-<li><a class="reference internal" href="#id5">3.2.2.5. 返値</a><ul>
-<li><a class="reference internal" href="#json">3.2.2.5.1. json形式</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id6">3.2.2.6. 例</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="cache_limit.html"
- title="previous chapter">3.2.1. cache_limit</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="clearlock.html"
- title="next chapter">3.2.3. clearlock</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/check.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="clearlock.html" title="3.2.3. clearlock"
- >next</a> |</li>
- <li class="right" >
- <a href="cache_limit.html" title="3.2.1. cache_limit"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/clearlock.html (+0 -180) 100644
===================================================================
--- doc/ja/commands/clearlock.html 2010-08-20 05:29:25 +0000 (16f582d)
+++ /dev/null
@@ -1,180 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.3. clearlock — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.2.4. column_create" href="column_create.html" />
- <link rel="prev" title="3.2.2. check" href="check.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="column_create.html" title="3.2.4. column_create"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="check.html" title="3.2.2. check"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="clearlock">
-<h1>3.2.3. clearlock<a class="headerlink" href="#clearlock" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.3.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>clearlock - オブジェクトにセットされたロックを解除する</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.3.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>clearlock objname
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.3.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるclearlockについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>clearlockは、対象となるオブジェクト(データベース,テーブル,インデックス等)を指定し、オブジェクトにかけられたロックを再帰的に解除します。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.2.3.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p><tt class="docutils literal"><span class="pre">objname</span></tt></p>
-<blockquote>
-対象となるオブジェクト名を指定します。空の場合、開いているdbオブジェクトが対象となります。</blockquote>
-<p>返値
-—</p>
-<div class="section" id="json">
-<h3>3.2.3.4.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
-<div class="highlight-none"><div class="highlight"><pre>[成功かどうかのフラグ]
-
-``成功かどうかのフラグ``
-
- エラーが生じなかった場合にはtrue、エラーが生じた場合にはfalseを返す。
-</pre></div>
-</div>
-</div>
-</div>
-<div class="section" id="id5">
-<h2>3.2.3.5. 例<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<p>開いているデータベースのロックをすべて解除する:</p>
-<div class="highlight-none"><div class="highlight"><pre>clearlock
-[true]
-</pre></div>
-</div>
-<p>テーブル名 Entry のカラム body のロックを解除する:</p>
-<div class="highlight-none"><div class="highlight"><pre>clearlock Entry.body
-[true]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id6">
-<h2>3.2.3.6. 関連項目<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<p><a class="reference internal" href="load.html"><em>load</em></a></p>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.3. clearlock</a><ul>
-<li><a class="reference internal" href="#id1">3.2.3.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.3.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.3.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.3.4. 引数</a><ul>
-<li><a class="reference internal" href="#json">3.2.3.4.1. json形式</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id5">3.2.3.5. 例</a></li>
-<li><a class="reference internal" href="#id6">3.2.3.6. 関連項目</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="check.html"
- title="previous chapter">3.2.2. check</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="column_create.html"
- title="next chapter">3.2.4. column_create</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/clearlock.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="column_create.html" title="3.2.4. column_create"
- >next</a> |</li>
- <li class="right" >
- <a href="check.html" title="3.2.2. check"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/column_create.html (+0 -210) 100644
===================================================================
--- doc/ja/commands/column_create.html 2010-08-20 05:29:25 +0000 (0c4be37)
+++ /dev/null
@@ -1,210 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.4. column_create — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.2.5. column_list" href="column_list.html" />
- <link rel="prev" title="3.2.3. clearlock" href="clearlock.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="column_list.html" title="3.2.5. column_list"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="clearlock.html" title="3.2.3. clearlock"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="column-create">
-<h1>3.2.4. column_create<a class="headerlink" href="#column-create" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.4.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>column_create - カラムの追加</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.4.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>column_create table name flags type [source]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.4.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるcolumn_createについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>column_createは、使用しているデータベースのテーブルに対してカラムを追加します。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.2.4.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p><tt class="docutils literal"><span class="pre">table</span></tt></p>
-<blockquote>
-カラムを追加するテーブルの名前を指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">name</span></tt></p>
-<blockquote>
-<p>作成するカラムの名前を指定します。カラム名は、テーブルの中で一意でなければなりません。</p>
-<p>ピリオド(‘.’), コロン(‘:’)を含む名前のカラムは作成できません。また、アンダースコア(‘_’)で始まる名前は予約済みであり、使用できません。</p>
-</blockquote>
-<p><tt class="docutils literal"><span class="pre">flags</span></tt></p>
-<blockquote>
-<p>カラムの属性を表す以下の数値か、パイプ(‘|’)で組み合わせたシンボル名を指定します。</p>
-<dl class="docutils">
-<dt>0, <tt class="docutils literal"><span class="pre">COLUMN_SCALAR</span></tt></dt>
-<dd>単一の値が格納できるカラムを作成します。</dd>
-<dt>1, <tt class="docutils literal"><span class="pre">COLUMN_VECTOR</span></tt></dt>
-<dd>複数の値の配列を格納できるカラムを作成します。</dd>
-<dt>2, <tt class="docutils literal"><span class="pre">COLUMN_INDEX</span></tt></dt>
-<dd>インデックス型のカラムを作成します。</dd>
-</dl>
-<p>インデックス型のカラムについては、flagsの値に以下の値を加えることによって、追加の属
-性を指定することができます。</p>
-<dl class="docutils">
-<dt>128, <tt class="docutils literal"><span class="pre">WITH_SECTION</span></tt></dt>
-<dd>段落情報を格納するインデックスを作成します。</dd>
-<dt>256, <tt class="docutils literal"><span class="pre">WITH_WEIGHT</span></tt></dt>
-<dd>ウェイト情報を格納するインデックスを作成します。</dd>
-<dt>512, <tt class="docutils literal"><span class="pre">WITH_POSITION</span></tt></dt>
-<dd>位置情報を格納するインデックス(完全転置インデックス)を作成します。</dd>
-</dl>
-</blockquote>
-<p><tt class="docutils literal"><span class="pre">type</span></tt></p>
-<blockquote>
-値の型を指定します。groongaの組込型か、同一データベースに定義済みのユーザ定義型、定義済みのテーブルを指定することができます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">source</span></tt></p>
-<blockquote>
-インデックス型のカラムを作成した場合は、インデックス対象となるカラムをsource引数に指定します。</blockquote>
-</div>
-<div class="section" id="id5">
-<h2>3.2.4.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<div class="section" id="json">
-<h3>3.2.4.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
-<div class="highlight-none"><div class="highlight"><pre>[成功かどうかのフラグ]
-
-``成功かどうかのフラグ``
-
- エラーが生じなかった場合にはtrue、エラーが生じた場合にはfalseを返す。
-</pre></div>
-</div>
-</div>
-</div>
-<div class="section" id="id6">
-<h2>3.2.4.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<p>テーブルEntryに、ShortText型の値を格納するカラム、bodyを作成します。:</p>
-<div class="highlight-none"><div class="highlight"><pre>column_create Entry body --type ShortText
-[true]
-</pre></div>
-</div>
-<p>テーブルTermに、Entryテーブルのbodyカラムの値を対象とする完全転置インデックス型カラム、entry_bodyを作成します。:</p>
-<div class="highlight-none"><div class="highlight"><pre>column_create Term entry_body COLUMN_INDEX|WITH_POSITION Entry body
-[true]
-</pre></div>
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.4. column_create</a><ul>
-<li><a class="reference internal" href="#id1">3.2.4.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.4.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.4.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.4.4. 引数</a></li>
-<li><a class="reference internal" href="#id5">3.2.4.5. 返値</a><ul>
-<li><a class="reference internal" href="#json">3.2.4.5.1. json形式</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id6">3.2.4.6. 例</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="clearlock.html"
- title="previous chapter">3.2.3. clearlock</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="column_list.html"
- title="next chapter">3.2.5. column_list</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/column_create.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="column_list.html" title="3.2.5. column_list"
- >next</a> |</li>
- <li class="right" >
- <a href="clearlock.html" title="3.2.3. clearlock"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/column_list.html (+0 -220) 100644
===================================================================
--- doc/ja/commands/column_list.html 2010-08-20 05:29:25 +0000 (ea29b6c)
+++ /dev/null
@@ -1,220 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.5. column_list — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.2.6. column_remove" href="column_remove.html" />
- <link rel="prev" title="3.2.4. column_create" href="column_create.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="column_remove.html" title="3.2.6. column_remove"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="column_create.html" title="3.2.4. column_create"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="column-list">
-<h1>3.2.5. column_list<a class="headerlink" href="#column-list" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.5.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>column_list - テーブルに定義されているカラムのリスト表示</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.5.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>column_list table
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.5.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるcolumn_listについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>column_listはテーブルに定義されているカラムをリスト表示します。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.2.5.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<dl class="docutils">
-<dt><tt class="docutils literal"><span class="pre">table</span></tt></dt>
-<dd>カラム情報を出力するテーブルの名前を指定します。</dd>
-</dl>
-</div>
-<div class="section" id="id5">
-<h2>3.2.5.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<div class="section" id="json">
-<h3>3.2.5.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
-<div class="highlight-none"><div class="highlight"><pre>テーブル名一覧が以下の形式で返却されます。
-
- [[検索件数], [[カラム名1,カラム型1],..], 検索結果1,..]
-
-``検索件数``
-
- 検索件数が出力されます。
-
-``カラム名n``
-
- output_columnsに指定された条件に従って、対象となるカラム名が出力されます。
- カラム名ごとに格納されている情報は、以下のとおりです。
-
- ``id``
-
- カラムオブジェクトに割り当てられたID
-
- ``name``
-
- カラム名
-
- ``path``
-
- カラム値を格納するファイル名
-
- ``type``
-
- スカラ型,ベクタ型,インデックス型の種別
-
- ``flags``
-
- カラムのflags属性
-
- ``domain``
-
- カラムの値の属する型
-
- ``range``
-
- テーブルのkeyの型
-
- ``source``
-
- インデックスカラムのとき、インデックス対象カラム名の配列
-
-``カラム型n``
-
- output_columnsに指定された条件に従って、対象となるカラム型が出力されます。
-
-``テーブル情報n``
-
- テーブル情報が出力されます。
-</pre></div>
-</div>
-</div>
-</div>
-<div class="section" id="id6">
-<h2>3.2.5.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>column_list Entry
-
-[[["id", "UInt32"],["name","ShortText"],["path","ShortText"],["type","ShortText"],["flags","ShortText"],["domain", "ShortText"],["range", "ShortText"],["source","ShortText"]],[258,"Entry.body","test.db.0000102","var","COLUMN_SCALAR|COMPRESS_NONE|PERSISTENT","Entry","ShortText",[]]]
-</pre></div>
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.5. column_list</a><ul>
-<li><a class="reference internal" href="#id1">3.2.5.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.5.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.5.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.5.4. 引数</a></li>
-<li><a class="reference internal" href="#id5">3.2.5.5. 返値</a><ul>
-<li><a class="reference internal" href="#json">3.2.5.5.1. json形式</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id6">3.2.5.6. 例</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="column_create.html"
- title="previous chapter">3.2.4. column_create</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="column_remove.html"
- title="next chapter">3.2.6. column_remove</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/column_list.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="column_remove.html" title="3.2.6. column_remove"
- >next</a> |</li>
- <li class="right" >
- <a href="column_create.html" title="3.2.4. column_create"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/column_remove.html (+0 -183) 100644
===================================================================
--- doc/ja/commands/column_remove.html 2010-08-20 05:29:25 +0000 (d802a2a)
+++ /dev/null
@@ -1,183 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.6. column_remove — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.2.7. define_selector" href="define_selector.html" />
- <link rel="prev" title="3.2.5. column_list" href="column_list.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="define_selector.html" title="3.2.7. define_selector"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="column_list.html" title="3.2.5. column_list"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="column-remove">
-<h1>3.2.6. column_remove<a class="headerlink" href="#column-remove" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.6.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>column_remove - テーブルに定義されているカラムの削除</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.6.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>column_remove table name
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.6.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるcolumn_removeについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>column_removeはテーブルに定義されているカラムを削除します。
-また、付随するインデックスも削除されます。[#]_</p>
-</div>
-<div class="section" id="id4">
-<h2>3.2.6.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<dl class="docutils">
-<dt><tt class="docutils literal"><span class="pre">table</span></tt></dt>
-<dd>削除対象のカラムが定義されているテーブルの名前を指定します。</dd>
-<dt><tt class="docutils literal"><span class="pre">name</span></tt></dt>
-<dd>削除対象のカラム名を指定します。</dd>
-</dl>
-</div>
-<div class="section" id="id5">
-<h2>3.2.6.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<div class="section" id="json">
-<h3>3.2.6.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
-<div class="highlight-none"><div class="highlight"><pre>[成功かどうかのフラグ]
-
-``成功かどうかのフラグ``
-
- エラーが生じなかった場合にはtrue、エラーが生じた場合にはfalseを返す。
-</pre></div>
-</div>
-</div>
-</div>
-<div class="section" id="id6">
-<h2>3.2.6.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>column_remove Entry body
-
-[true]
-</pre></div>
-</div>
-<p class="rubric">脚注</p>
-<table class="docutils footnote" frame="void" id="id7" rules="none">
-<colgroup><col class="label" /><col /></colgroup>
-<tbody valign="top">
-<tr><td class="label">[1]</td><td>マルチセクションインデックスの一部である場合も、インデックスが削除されます。</td></tr>
-</tbody>
-</table>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.6. column_remove</a><ul>
-<li><a class="reference internal" href="#id1">3.2.6.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.6.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.6.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.6.4. 引数</a></li>
-<li><a class="reference internal" href="#id5">3.2.6.5. 返値</a><ul>
-<li><a class="reference internal" href="#json">3.2.6.5.1. json形式</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id6">3.2.6.6. 例</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="column_list.html"
- title="previous chapter">3.2.5. column_list</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="define_selector.html"
- title="next chapter">3.2.7. define_selector</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/column_remove.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="define_selector.html" title="3.2.7. define_selector"
- >next</a> |</li>
- <li class="right" >
- <a href="column_list.html" title="3.2.5. column_list"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/define_selector.html (+0 -221) 100644
===================================================================
--- doc/ja/commands/define_selector.html 2010-08-20 05:29:25 +0000 (8377214)
+++ /dev/null
@@ -1,221 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.7. define_selector — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.2.8. defrag" href="defrag.html" />
- <link rel="prev" title="3.2.6. column_remove" href="column_remove.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="defrag.html" title="3.2.8. defrag"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="column_remove.html" title="3.2.6. column_remove"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="define-selector">
-<h1>3.2.7. define_selector<a class="headerlink" href="#define-selector" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.7.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>define_selector - 検索コマンドを定義</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.7.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>define_selector name table [match_columns [query [filter [scorer [sortby
- [output_columns [offset [limit [drilldown [drilldown_sortby
- [drilldown_output_columns [drilldown_offset [drilldown_limit]]]]]]]]]]]]]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.7.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるdefine_selectorについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>define_selectorは、検索条件をカスタマイズした新たな検索コマンドを定義します。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.2.7.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p><tt class="docutils literal"><span class="pre">name</span></tt></p>
-<blockquote>
-定義するselectorコマンドの名前を指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">table</span></tt></p>
-<blockquote>
-検索対象のテーブルを指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">match_columns</span></tt></p>
-<blockquote>
-追加するselectorコマンドのmatch_columns引数のデフォルト値を指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">query</span></tt></p>
-<blockquote>
-追加するselectorコマンドのquery引数のデフォルト値を指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">filter</span></tt></p>
-<blockquote>
-追加するselectorコマンドのfilter引数のデフォルト値を指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">scorer</span></tt></p>
-<blockquote>
-追加するselectorコマンドのscorer引数のデフォルト値を指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">sortby</span></tt></p>
-<blockquote>
-追加するselectorコマンドのsortby引数のデフォルト値を指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">output_columns</span></tt></p>
-<blockquote>
-追加するselectorコマンドのoutput_columns引数のデフォルト値を指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">offset</span></tt></p>
-<blockquote>
-追加するselectorコマンドのoffset引数のデフォルト値を指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">limit</span></tt></p>
-<blockquote>
-追加するselectorコマンドのlimit引数のデフォルト値を指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">drilldown</span></tt></p>
-<blockquote>
-追加するselectorコマンドのdrilldown引数のデフォルト値を指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">drilldown_sortby</span></tt></p>
-<blockquote>
-追加するselectorコマンドのdrilldown_sortby引数のデフォルト値を指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">drilldown_output_columns</span></tt></p>
-<blockquote>
-追加するselectorコマンドのdrilldown_output_columns引数のデフォルト値を指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">drilldown_offset</span></tt></p>
-<blockquote>
-追加するselectorコマンドのdrilldown_offset引数のデフォルト値を指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">drilldown_limit</span></tt></p>
-<blockquote>
-追加するselectorコマンドのdrilldown_limit引数のデフォルト値を指定します。</blockquote>
-</div>
-<div class="section" id="id5">
-<h2>3.2.7.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<div class="section" id="json">
-<h3>3.2.7.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
-<div class="highlight-none"><div class="highlight"><pre>[成功かどうかのフラグ]
-
-``成功かどうかのフラグ``
-
- エラーが生じなかった場合にはtrue、エラーが生じた場合にはfalseを返す。
-</pre></div>
-</div>
-</div>
-</div>
-<div class="section" id="id6">
-<h2>3.2.7.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<p>テーブルEntryの全レコード・全カラムの値を出力するselectorコマンドを定義します。:</p>
-<div class="highlight-none"><div class="highlight"><pre>define_selector entry_selector Entry
-[true]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id7">
-<h2>3.2.7.7. 関連項目<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
-<p><a class="reference internal" href="../expr.html"><em>grn_expr</em></a></p>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.7. define_selector</a><ul>
-<li><a class="reference internal" href="#id1">3.2.7.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.7.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.7.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.7.4. 引数</a></li>
-<li><a class="reference internal" href="#id5">3.2.7.5. 返値</a><ul>
-<li><a class="reference internal" href="#json">3.2.7.5.1. json形式</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id6">3.2.7.6. 例</a></li>
-<li><a class="reference internal" href="#id7">3.2.7.7. 関連項目</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="column_remove.html"
- title="previous chapter">3.2.6. column_remove</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="defrag.html"
- title="next chapter">3.2.8. defrag</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/define_selector.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="defrag.html" title="3.2.8. defrag"
- >next</a> |</li>
- <li class="right" >
- <a href="column_remove.html" title="3.2.6. column_remove"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/defrag.html (+0 -177) 100644
===================================================================
--- doc/ja/commands/defrag.html 2010-08-20 05:29:25 +0000 (50926f0)
+++ /dev/null
@@ -1,177 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.8. defrag — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.2.9. delete" href="delete.html" />
- <link rel="prev" title="3.2.7. define_selector" href="define_selector.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="delete.html" title="3.2.9. delete"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="define_selector.html" title="3.2.7. define_selector"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="defrag">
-<h1>3.2.8. defrag<a class="headerlink" href="#defrag" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.8.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>defrag - オブジェクトにセットされたロックを解除する</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.8.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>defrag objname threshold
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.8.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるdefragについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>defragは、対象となるオブジェクト(データベースか可変長サイズカラム)を指定し、オブジェクトのフラグメンテーションを解消します。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.2.8.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p><tt class="docutils literal"><span class="pre">objname</span></tt></p>
-<blockquote>
-対象となるオブジェクト名を指定します。空の場合、開いているdbオブジェクトが対象となります。</blockquote>
-</div>
-<div class="section" id="id5">
-<h2>3.2.8.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<div class="section" id="json">
-<h3>3.2.8.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
-<div class="highlight-none"><div class="highlight"><pre>[フラグメンテーション解消を実行したセグメントの数]
-
-``フラグメンテーション解消を実行したセグメントの数``
-
- フラグメンテーション解消を実行したセグメントの数を返す。
-</pre></div>
-</div>
-</div>
-</div>
-<div class="section" id="id6">
-<h2>3.2.8.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<p>開いているデータベースのフラグメンテーションを解消する:</p>
-<div class="highlight-none"><div class="highlight"><pre>defrag
-[300]
-</pre></div>
-</div>
-<p>テーブル名 Entry のカラム body のフラグメンテーションを解消する:</p>
-<div class="highlight-none"><div class="highlight"><pre>defrag Entry.body
-[30]
-</pre></div>
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.8. defrag</a><ul>
-<li><a class="reference internal" href="#id1">3.2.8.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.8.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.8.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.8.4. 引数</a></li>
-<li><a class="reference internal" href="#id5">3.2.8.5. 返値</a><ul>
-<li><a class="reference internal" href="#json">3.2.8.5.1. json形式</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id6">3.2.8.6. 例</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="define_selector.html"
- title="previous chapter">3.2.7. define_selector</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="delete.html"
- title="next chapter">3.2.9. delete</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/defrag.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="delete.html" title="3.2.9. delete"
- >next</a> |</li>
- <li class="right" >
- <a href="define_selector.html" title="3.2.7. define_selector"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/delete.html (+0 -182) 100644
===================================================================
--- doc/ja/commands/delete.html 2010-08-20 05:29:25 +0000 (67264b4)
+++ /dev/null
@@ -1,182 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.9. delete — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.2.10. dump" href="dump.html" />
- <link rel="prev" title="3.2.8. defrag" href="defrag.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="dump.html" title="3.2.10. dump"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="defrag.html" title="3.2.8. defrag"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="delete">
-<h1>3.2.9. delete<a class="headerlink" href="#delete" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.9.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>delete - 一件のレコードの削除</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.9.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>delete table [key [id]]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.9.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるdeleteについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>deleteは、使用しているデータベースのテーブルに1件のレコードを削除します。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.2.9.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p><tt class="docutils literal"><span class="pre">table</span></tt></p>
-<blockquote>
-レコードを削除しようとするテーブルの名前を指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">key</span></tt></p>
-<blockquote>
-削除するレコードの主キー値を指定します。主キーなしのテーブルの場合はこのパラメータを指定しても無視されます(idパラメータを代わりに指定します)。</blockquote>
-<p><tt class="docutils literal"><span class="pre">id</span></tt></p>
-<blockquote>
-レコードIDによってレコードを指定します。idパラメータを指定する場合は、keyパラメータを指定してはいけません。</blockquote>
-<p>返値
-—</p>
-<div class="section" id="json">
-<h3>3.2.9.4.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
-<div class="highlight-none"><div class="highlight"><pre>[成功かどうかのフラグ]
-
-``成功かどうかのフラグ``
-
- エラーが生じなかった場合にはtrue、エラーが生じた場合にはfalseを返す。
-</pre></div>
-</div>
-</div>
-</div>
-<div class="section" id="id5">
-<h2>3.2.9.5. 例<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<p>テーブルEntryからレコードを削除します。:</p>
-<div class="highlight-none"><div class="highlight"><pre>delete Entry abandon
-
-[true]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id6">
-<h2>3.2.9.6. 関連項目<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<p><a class="reference internal" href="load.html"><em>load</em></a></p>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.9. delete</a><ul>
-<li><a class="reference internal" href="#id1">3.2.9.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.9.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.9.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.9.4. 引数</a><ul>
-<li><a class="reference internal" href="#json">3.2.9.4.1. json形式</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id5">3.2.9.5. 例</a></li>
-<li><a class="reference internal" href="#id6">3.2.9.6. 関連項目</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="defrag.html"
- title="previous chapter">3.2.8. defrag</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="dump.html"
- title="next chapter">3.2.10. dump</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/delete.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="dump.html" title="3.2.10. dump"
- >next</a> |</li>
- <li class="right" >
- <a href="defrag.html" title="3.2.8. defrag"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/dump.html (+0 -177) 100644
===================================================================
--- doc/ja/commands/dump.html 2010-08-20 05:29:25 +0000 (8bc3464)
+++ /dev/null
@@ -1,177 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.10. dump — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.2.11. load" href="load.html" />
- <link rel="prev" title="3.2.9. delete" href="delete.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="load.html" title="3.2.11. load"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="delete.html" title="3.2.9. delete"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="dump">
-<h1>3.2.10. dump<a class="headerlink" href="#dump" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.10.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>dump - データベースのスキーマとデータを出力する</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.10.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>dump
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.10.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるdumpについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>dumpはデータベースのスキーマとデータを後から読み込めるフォーマットで出力します。dumpの結果は大きくなるため、主にコマンドラインから使うことを想定しています。データベースのバックアップが主な利用方法です。</p>
-<p>dumpが出力するフォーマットは直接groongaが解釈できるフォーマットです。そのため、以下のようにしてデータベースをコピーすることができます。:</p>
-<div class="highlight-none"><div class="highlight"><pre>% groonga original/db dump > dump.grn
-% mkdir backup
-% groonga -n backup/db < dump.grn
-</pre></div>
-</div>
-</div>
-<div class="section" id="id4">
-<h2>3.2.10.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p>ありません。</p>
-</div>
-<div class="section" id="id5">
-<h2>3.2.10.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<p>データベースのスキーマとデータをgroongaの組み込みコマンド呼び出し形式で出力します。output_type指定は無視されます。</p>
-</div>
-<div class="section" id="id6">
-<h2>3.2.10.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>dump
-
-table_create LocalNames 48 ShortText
-table_create Entries 48 ShortText
-column_create Entries local_name 0 LocalNames
-column_create LocalNames Entries_local_name 2 Entries local_name
-...
-
-load --table LocalNames
-[
-["_key"],
-["Items"],
-["BLT"],
-...
-]
-...
-</pre></div>
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.10. dump</a><ul>
-<li><a class="reference internal" href="#id1">3.2.10.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.10.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.10.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.10.4. 引数</a></li>
-<li><a class="reference internal" href="#id5">3.2.10.5. 返値</a></li>
-<li><a class="reference internal" href="#id6">3.2.10.6. 例</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="delete.html"
- title="previous chapter">3.2.9. delete</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="load.html"
- title="next chapter">3.2.11. load</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/dump.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="load.html" title="3.2.11. load"
- >next</a> |</li>
- <li class="right" >
- <a href="delete.html" title="3.2.9. delete"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/get.html (+0 -185) 100644
===================================================================
--- doc/ja/commands/get.html 2010-08-20 05:29:25 +0000 (0d23dee)
+++ /dev/null
@@ -1,185 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>get — groonga v0.7.2 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.2',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.2 documentation" href="../index.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li><a href="../index.html">groonga v0.7.2 documentation</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="get">
-<h1>get<a class="headerlink" href="#get" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>get - 一件のレコードの値の取得</p>
-</div>
-<div class="section" id="id2">
-<h2>書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>get table [key [output_columns [output_type [id]]]]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるgetについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>getは、使用しているデータベースのテーブルの中の1件のレコードを指定し、カラムの値を取得します。</p>
-</div>
-<div class="section" id="id4">
-<h2>引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p><tt class="docutils literal"><span class="pre">table</span></tt></p>
-<blockquote>
-値を取得するレコードを含むテーブルの名前を指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">key</span></tt></p>
-<blockquote>
-値を取得するレコードの主キー値を指定します。主キーなしのテーブルの場合はこのパラメータを指定しても無視されます(idパラメータを代わりに指定します)。</blockquote>
-<p><tt class="docutils literal"><span class="pre">output_columns</span></tt></p>
-<blockquote>
-出力するカラム名のリストをカンマ(‘,’)区切りで指定します。 <a class="footnote-reference" href="#id10" id="id5">[1]</a></blockquote>
-<p><tt class="docutils literal"><span class="pre">output_type</span></tt></p>
-<blockquote>
-出力形式を、json,tsv,xmlのいずれかで指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">id</span></tt></p>
-<blockquote>
-レコードIDによってレコードを指定します。idパラメータを指定する場合は、keyパラメータを指定してはいけません。 <a class="footnote-reference" href="#id11" id="id6">[2]</a></blockquote>
-<p>返値
-—</p>
-<p>以下のようなjson形式で値が返却されます。 <a class="footnote-reference" href="#id12" id="id7">[3]</a></p>
-<div class="highlight-none"><div class="highlight"><pre>[[リターンコード, 処理開始時間, 処理時間], [カラム値1,..]]
-</pre></div>
-</div>
-<p><tt class="docutils literal"><span class="pre">リターンコード</span></tt></p>
-<blockquote>
-grn_rcに対応する数値が返されます。0(GRN_SUCCESS)以外の場合は、続いてエラー内容を示す
-文字列が返されます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">処理開始時間</span></tt></p>
-<blockquote>
-処理を開始した時間について、1970年1月1日0時0分0秒を起点とした秒数を小数で返します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">処理時間</span></tt></p>
-<blockquote>
-処理にかかった秒数を返します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">カラム値n</span></tt></p>
-<blockquote>
-output_columnsで指定されたカラムの値。</blockquote>
-</div>
-<div class="section" id="id8">
-<h2>例<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h2>
-<p>テーブルEntryから主キー値が”abandon”であるレコードのbodyカラムの値を取得します。:</p>
-<div class="highlight-none"><div class="highlight"><pre>get Entry abandon body
-
-[[0,1268211658.00739,0.000361],["放棄する"]]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id9">
-<h2>関連項目<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h2>
-<p><a class="reference internal" href="load.html"><em>load</em></a></p>
-<table class="docutils footnote" frame="void" id="id10" rules="none">
-<colgroup><col class="label" /><col /></colgroup>
-<tbody valign="top">
-<tr><td class="label"><a class="fn-backref" href="#id5">[1]</a></td><td>output_columnsでのgrn式指定はv1.0でサポートされます。</td></tr>
-</tbody>
-</table>
-<table class="docutils footnote" frame="void" id="id11" rules="none">
-<colgroup><col class="label" /><col /></colgroup>
-<tbody valign="top">
-<tr><td class="label"><a class="fn-backref" href="#id6">[2]</a></td><td>idパラメータはv1.0でサポートされます。</td></tr>
-</tbody>
-</table>
-<table class="docutils footnote" frame="void" id="id12" rules="none">
-<colgroup><col class="label" /><col /></colgroup>
-<tbody valign="top">
-<tr><td class="label"><a class="fn-backref" href="#id7">[3]</a></td><td>tsv,xml出力はv1.0でサポートされます。また、処理開始時間・処理時間については正確でない場合があります。</td></tr>
-</tbody>
-</table>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">get</a><ul>
-<li><a class="reference internal" href="#id1">名前</a></li>
-<li><a class="reference internal" href="#id2">書式</a></li>
-<li><a class="reference internal" href="#id3">説明</a></li>
-<li><a class="reference internal" href="#id4">引数</a></li>
-<li><a class="reference internal" href="#id8">例</a></li>
-<li><a class="reference internal" href="#id9">関連項目</a></li>
-</ul>
-</li>
-</ul>
-
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/get.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li><a href="../index.html">groonga v0.7.2 documentation</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/load.html (+0 -208) 100644
===================================================================
--- doc/ja/commands/load.html 2010-08-20 05:29:25 +0000 (06a1372)
+++ /dev/null
@@ -1,208 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.11. load — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.2.12. log_level" href="log_level.html" />
- <link rel="prev" title="3.2.10. dump" href="dump.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="log_level.html" title="3.2.12. log_level"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="dump.html" title="3.2.10. dump"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="load">
-<h1>3.2.11. load<a class="headerlink" href="#load" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.11.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>load - データのロード</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.11.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>load values table [columns [ifexists [input_type]]]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.11.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるloadについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>loadは、使用しているデータベースのテーブルにレコードを登録し、カラムの値を更新します。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.2.11.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p><tt class="docutils literal"><span class="pre">values</span></tt></p>
-<blockquote>
-<p>input_typeに指定する形式で登録するレコードの値を表現した文字列を渡します。</p>
-<p>input_typeがjsonである場合には、以下のいずれかの形式が使用できます。</p>
-<dl class="docutils">
-<dt><tt class="docutils literal"><span class="pre">形式1</span></tt></dt>
-<dd>[[カラム名1, カラム名2,..], [カラム値1, カラム値2,..], [カラム値1, カラム値2,..],..]</dd>
-<dt><tt class="docutils literal"><span class="pre">形式2</span></tt></dt>
-<dd>[{カラム名1: カラム値1, カラム名2: カラム値2}, {カラム名1: カラム値1, カラム名2: カラム値2},..]</dd>
-</dl>
-<p>形式1の[カラム名1, カラム名2,..]の要素はcolumns引数が省略された場合のみ有効です。</p>
-<p>対象のテーブルが主キーを持つテーブルであった場合は、カラム名の中に’_key’(主キーを示す疑似カラム名)が含まれていなければなりません。</p>
-<p>values引数が省略された場合には、括弧の対応が取れるまで標準入力からvaluesの値を読み取ります。引数として値を指定する場合は、文字列のエスケープが必要ですが、標準入力から与える文字列はエスケープする必要がありません。</p>
-</blockquote>
-<p>続きの文字列については、空白文字(‘ ‘)をエスケープする必要はありません。</p>
-<p><tt class="docutils literal"><span class="pre">table</span></tt></p>
-<blockquote>
-レコードを追加しようとするテーブルの名前を指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">columns</span></tt></p>
-<blockquote>
-テーブルに登録するレコードに値を設定するカラム名のリストを、カンマ区切りで指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">ifexists</span></tt></p>
-<blockquote>
-指定した主キーに対応するレコードが既にテーブルに登録済みであった場合に実行するscript形式のgrn_expr文字列を指定します。ifexistsにgrn_exprが指定された場合は、式の値が真である場合に限り、その他のカラムの値が更新されます。(デフォルトはtrue)</blockquote>
-<p><tt class="docutils literal"><span class="pre">input_type</span></tt></p>
-<blockquote>
-入力形式を指定します。jsonのみに対応しています。</blockquote>
-<p>返値
-—</p>
-<div class="section" id="json">
-<h3>3.2.11.4.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
-<div class="highlight-none"><div class="highlight"><pre>[登録件数]
-</pre></div>
-</div>
-<p><tt class="docutils literal"><span class="pre">登録件数</span></tt></p>
-<blockquote>
-テーブルに登録されたレコードの件数が返されます。</blockquote>
-</div>
-</div>
-<div class="section" id="id5">
-<h2>3.2.11.5. 例<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<p>テーブルEntryにレコードを登録します。:</p>
-<div class="highlight-none"><div class="highlight"><pre>load --table Entry --input_type json --values [{\"_key\":\"abandon\",\"body\":\"放棄する\"}]
-
-[1]
-</pre></div>
-</div>
-<p>標準入力からvaluesの値を与えます。:</p>
-<div class="highlight-none"><div class="highlight"><pre>load --table Entry --input_type json
-[
-{"_key": "abbreviate", "body": "短縮する"}
-]
-
-[1]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id6">
-<h2>3.2.11.6. 関連項目<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<p><a class="reference internal" href="../expr.html"><em>grn_expr</em></a></p>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.11. load</a><ul>
-<li><a class="reference internal" href="#id1">3.2.11.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.11.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.11.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.11.4. 引数</a><ul>
-<li><a class="reference internal" href="#json">3.2.11.4.1. json形式</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id5">3.2.11.5. 例</a></li>
-<li><a class="reference internal" href="#id6">3.2.11.6. 関連項目</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="dump.html"
- title="previous chapter">3.2.10. dump</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="log_level.html"
- title="next chapter">3.2.12. log_level</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/load.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="log_level.html" title="3.2.12. log_level"
- >next</a> |</li>
- <li class="right" >
- <a href="dump.html" title="3.2.10. dump"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/log_level.html (+0 -187) 100644
===================================================================
--- doc/ja/commands/log_level.html 2010-08-20 05:29:25 +0000 (d805d89)
+++ /dev/null
@@ -1,187 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.12. log_level — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.2.13. log_put" href="log_put.html" />
- <link rel="prev" title="3.2.11. load" href="load.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="log_put.html" title="3.2.13. log_put"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="load.html" title="3.2.11. load"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="log-level">
-<h1>3.2.12. log_level<a class="headerlink" href="#log-level" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.12.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>log_level - ログ出力レベルの設定</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.12.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>log_level level
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.12.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるlog_levelについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>log_levelは、ログ出力レベルを設定します。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.2.12.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p><tt class="docutils literal"><span class="pre">level</span></tt></p>
-<blockquote>
-<p>設定するログ出力レベルの値を以下のいずれかで指定します。</p>
-<blockquote>
-EMERG
-ALERT
-CRIT
-error
-warning
-notice
-info
-debug</blockquote>
-</blockquote>
-</div>
-<div class="section" id="id5">
-<h2>3.2.12.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<div class="section" id="json">
-<h3>3.2.12.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
-<div class="highlight-none"><div class="highlight"><pre>[成功かどうかのフラグ]
-
-``成功かどうかのフラグ``
-
- エラーが生じなかった場合にはtrue、エラーが生じた場合にはfalseを返す。
-</pre></div>
-</div>
-</div>
-</div>
-<div class="section" id="id6">
-<h2>3.2.12.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>log_level warning
-[true]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id7">
-<h2>3.2.12.7. 関連項目<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
-<p><a class="reference internal" href="log_put.html"><em>log_put</em></a>
-<a class="reference internal" href="log_reopen.html"><em>log_reopen</em></a></p>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.12. log_level</a><ul>
-<li><a class="reference internal" href="#id1">3.2.12.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.12.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.12.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.12.4. 引数</a></li>
-<li><a class="reference internal" href="#id5">3.2.12.5. 返値</a><ul>
-<li><a class="reference internal" href="#json">3.2.12.5.1. json形式</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id6">3.2.12.6. 例</a></li>
-<li><a class="reference internal" href="#id7">3.2.12.7. 関連項目</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="load.html"
- title="previous chapter">3.2.11. load</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="log_put.html"
- title="next chapter">3.2.13. log_put</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/log_level.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="log_put.html" title="3.2.13. log_put"
- >next</a> |</li>
- <li class="right" >
- <a href="load.html" title="3.2.11. load"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/log_put.html (+0 -190) 100644
===================================================================
--- doc/ja/commands/log_put.html 2010-08-20 05:29:25 +0000 (9c8be71)
+++ /dev/null
@@ -1,190 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.13. log_put — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.2.14. log_reopen" href="log_reopen.html" />
- <link rel="prev" title="3.2.12. log_level" href="log_level.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="log_reopen.html" title="3.2.14. log_reopen"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="log_level.html" title="3.2.12. log_level"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="log-put">
-<h1>3.2.13. log_put<a class="headerlink" href="#log-put" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.13.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>log_put - ログ出力</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.13.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>log_put level message
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.13.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるlog_putについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>log_putは、ログにmessageを出力します。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.2.13.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p><tt class="docutils literal"><span class="pre">level</span></tt></p>
-<blockquote>
-<p>設定するログ出力レベルの値を以下のいずれかで指定します。</p>
-<blockquote>
-EMERG
-ALERT
-CRIT
-error
-warning
-notice
-info
-debug</blockquote>
-</blockquote>
-<p><tt class="docutils literal"><span class="pre">message</span></tt></p>
-<blockquote>
-出力する文字列を指定します。</blockquote>
-</div>
-<div class="section" id="id5">
-<h2>3.2.13.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<div class="section" id="json">
-<h3>3.2.13.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
-<div class="highlight-none"><div class="highlight"><pre>[成功かどうかのフラグ]
-
-``成功かどうかのフラグ``
-
- エラーが生じなかった場合にはtrue、エラーが生じた場合にはfalseを返す。
-</pre></div>
-</div>
-</div>
-</div>
-<div class="section" id="id6">
-<h2>3.2.13.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>log_put ERROR ****MESSAGE****
-[true]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id7">
-<h2>3.2.13.7. 関連項目<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
-<p><a class="reference internal" href="log_level.html"><em>log_level</em></a>
-<a class="reference internal" href="log_reopen.html"><em>log_reopen</em></a></p>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.13. log_put</a><ul>
-<li><a class="reference internal" href="#id1">3.2.13.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.13.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.13.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.13.4. 引数</a></li>
-<li><a class="reference internal" href="#id5">3.2.13.5. 返値</a><ul>
-<li><a class="reference internal" href="#json">3.2.13.5.1. json形式</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id6">3.2.13.6. 例</a></li>
-<li><a class="reference internal" href="#id7">3.2.13.7. 関連項目</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="log_level.html"
- title="previous chapter">3.2.12. log_level</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="log_reopen.html"
- title="next chapter">3.2.14. log_reopen</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/log_put.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="log_reopen.html" title="3.2.14. log_reopen"
- >next</a> |</li>
- <li class="right" >
- <a href="log_level.html" title="3.2.12. log_level"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/log_reopen.html (+0 -188) 100644
===================================================================
--- doc/ja/commands/log_reopen.html 2010-08-20 05:29:25 +0000 (b61c820)
+++ /dev/null
@@ -1,188 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.14. log_reopen — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.2.15. quit" href="quit.html" />
- <link rel="prev" title="3.2.13. log_put" href="log_put.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="quit.html" title="3.2.15. quit"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="log_put.html" title="3.2.13. log_put"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="log-reopen">
-<h1>3.2.14. log_reopen<a class="headerlink" href="#log-reopen" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.14.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>log_reopen - ログファイルの再読み込み</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.14.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>log_reopen
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.14.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるlog_reopenについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>log_reopenは、ログファイルを再読み込みします。</p>
-<p>現在、デフォルトのログ関数を用いている場合のみに対応しています。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.2.14.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p>ありません。</p>
-</div>
-<div class="section" id="id5">
-<h2>3.2.14.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<div class="section" id="json">
-<h3>3.2.14.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
-<div class="highlight-none"><div class="highlight"><pre>[成功かどうかのフラグ]
-
-``成功かどうかのフラグ``
-
- エラーが生じなかった場合にはtrue、エラーが生じた場合にはfalseを返す。
-</pre></div>
-</div>
-</div>
-</div>
-<div class="section" id="id6">
-<h2>3.2.14.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>log_reopen
-
-[true]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id7">
-<h2>3.2.14.7. log_reopenを用いたログのローテーション<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
-<ol class="arabic simple">
-<li>ログファイルをmvなどで移動する。
-ログはmvで移動された先のファイルに書き込まれる。</li>
-<li>log_reopenコマンドを実行する。</li>
-<li>既存のログファイル名と同じファイル名で、新たなログファイルが作成される。
-今後のログは新たなログファイルに書き込まれる。</li>
-</ol>
-</div>
-<div class="section" id="id8">
-<h2>3.2.14.8. 関連項目<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h2>
-<p><a class="reference internal" href="log_level.html"><em>log_level</em></a>
-<a class="reference internal" href="log_put.html"><em>log_put</em></a></p>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.14. log_reopen</a><ul>
-<li><a class="reference internal" href="#id1">3.2.14.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.14.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.14.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.14.4. 引数</a></li>
-<li><a class="reference internal" href="#id5">3.2.14.5. 返値</a><ul>
-<li><a class="reference internal" href="#json">3.2.14.5.1. json形式</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id6">3.2.14.6. 例</a></li>
-<li><a class="reference internal" href="#id7">3.2.14.7. log_reopenを用いたログのローテーション</a></li>
-<li><a class="reference internal" href="#id8">3.2.14.8. 関連項目</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="log_put.html"
- title="previous chapter">3.2.13. log_put</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="quit.html"
- title="next chapter">3.2.15. quit</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/log_reopen.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="quit.html" title="3.2.15. quit"
- >next</a> |</li>
- <li class="right" >
- <a href="log_put.html" title="3.2.13. log_put"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/quit.html (+0 -156) 100644
===================================================================
--- doc/ja/commands/quit.html 2010-08-20 05:29:25 +0000 (ec2e2ed)
+++ /dev/null
@@ -1,156 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.15. quit — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.2.16. select" href="select.html" />
- <link rel="prev" title="3.2.14. log_reopen" href="log_reopen.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="select.html" title="3.2.16. select"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="log_reopen.html" title="3.2.14. log_reopen"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="quit">
-<h1>3.2.15. quit<a class="headerlink" href="#quit" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.15.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>quit - セッション終了</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.15.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>quit
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.15.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるquitについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>quitは、groongaプロセスとのセッションを終了します。クライアントプロセスならばgroongaプロセスとの接続を切ります。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.2.15.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p>ありません。</p>
-</div>
-<div class="section" id="id5">
-<h2>3.2.15.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<p>ありません。</p>
-</div>
-<div class="section" id="id6">
-<h2>3.2.15.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>quit
-</pre></div>
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.15. quit</a><ul>
-<li><a class="reference internal" href="#id1">3.2.15.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.15.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.15.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.15.4. 引数</a></li>
-<li><a class="reference internal" href="#id5">3.2.15.5. 返値</a></li>
-<li><a class="reference internal" href="#id6">3.2.15.6. 例</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="log_reopen.html"
- title="previous chapter">3.2.14. log_reopen</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="select.html"
- title="next chapter">3.2.16. select</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/quit.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="select.html" title="3.2.16. select"
- >next</a> |</li>
- <li class="right" >
- <a href="log_reopen.html" title="3.2.14. log_reopen"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/select.html (+0 -331) 100644
===================================================================
--- doc/ja/commands/select.html 2010-08-20 05:29:25 +0000 (6b5004e)
+++ /dev/null
@@ -1,331 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.16. select — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.2.17. shutdown" href="shutdown.html" />
- <link rel="prev" title="3.2.15. quit" href="quit.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="shutdown.html" title="3.2.17. shutdown"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="quit.html" title="3.2.15. quit"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="select">
-<h1>3.2.16. select<a class="headerlink" href="#select" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.16.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>select - テーブルの中から条件にマッチするレコードを検索して出力する</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.16.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>select table [match_columns [query [filter [scorer [sortby [output_columns
- [offset [limit [drilldown [drilldown_sortby [drilldown_output_columns
- [drilldown_offset [drilldown_limit [cache]]]]]]]]]]]]]]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.16.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるselectについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>selectは、使用しているデータベースのテーブルの中から条件にマッチするレコードを検索して出力します。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.2.16.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p><tt class="docutils literal"><span class="pre">table</span></tt></p>
-<blockquote>
-検索対象のテーブルを指定します。存在しないテーブルを指定した場合はエラーになります。</blockquote>
-<p><tt class="docutils literal"><span class="pre">match_columns</span></tt></p>
-<blockquote>
-<p>query引数に指定する検索条件文字列でデフォルトの検索対象となるカラムを指定します。</p>
-<blockquote>
-カラム名</blockquote>
-<p>カラム名の後ろに’* 数値’を指定することによって、そのカラムにヒットした際のスコアに積算される重みを指定することができます。</p>
-<blockquote>
-カラム名 * 重み</blockquote>
-<p>複数のカラムを’||’で結合して指定することもできます。</p>
-<blockquote>
-カラム名1 * 重み1 || カラム名2 * 重み2</blockquote>
-<p>また、カラム名ではなく、検索に使用するインデックス名を指定することもできます。</p>
-</blockquote>
-<p><tt class="docutils literal"><span class="pre">query</span></tt></p>
-<blockquote>
-以下の形式の文字列によって検索条件を指定します。</blockquote>
-<div class="section" id="id5">
-<h3>3.2.16.4.1. 条件式<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
-<p>以下の条件式が使用できます。</p>
-<dl class="docutils">
-<dt>文字列</dt>
-<dd>全文検索条件(デフォルト検索対象カラムの値が指定された文字列を含んでいる)</dd>
-<dt>“文字列”</dt>
-<dd>フレーズ検索条件(デフォルト検索対象カラムの値が指定されたフレーズを含んでいる)</dd>
-<dt>カラム名:値</dt>
-<dd>一致条件(カラム値 == 値)</dd>
-<dt>カラム名:!値</dt>
-<dd>不一致条件(カラム値 != 値)</dd>
-<dt>カラム名:<値</dt>
-<dd>比較条件(カラム値 < 値)</dd>
-<dt>カラム名:>値</dt>
-<dd>比較条件(カラム値 > 値)</dd>
-<dt>カラム名:<=値</dt>
-<dd>比較条件(カラム値 <= 値)</dd>
-<dt>カラム名:>=値</dt>
-<dd>比較条件(カラム値 >= 値)</dd>
-<dt>カラム名:@文字列</dt>
-<dd>全文検索条件(カラム値が指定された文字列を含んでいる)</dd>
-</dl>
-</div>
-<div class="section" id="id6">
-<h3>3.2.16.4.2. 結合演算子<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
-<p>複数の条件式を結合するために以下の演算子が使用できます。</p>
-<dl class="docutils">
-<dt>a OR b</dt>
-<dd>論理和(aとbといずれかの条件がマッチする)</dd>
-<dt>a + b</dt>
-<dd>論理積(aとbの両方がマッチする)</dd>
-<dt>a - b</dt>
-<dd>aにマッチし、bにはマッチしない</dd>
-<dt>( )</dt>
-<dd>複数の条件をまとめる</dd>
-</dl>
-<p><tt class="docutils literal"><span class="pre">filter</span></tt></p>
-<blockquote>
-<p>絞り込み条件をscript形式のgrn_expr文字列によって指定します。</p>
-<p>query引数とfilter引数をどちらも指定した場合は、両方の条件を満足するレコードのみがヒットします。どちらも指定しない場合は全件がヒットします。</p>
-</blockquote>
-<p><tt class="docutils literal"><span class="pre">scorer</span></tt></p>
-<blockquote>
-<p>検索条件にマッチする全てのレコードに対して適用するgrn_exprをscript形式で指定します。</p>
-<p>scorerは、検索処理が完了し、ソート処理が実行される前に呼び出されます。従って、各レコードのスコアを操作する式を指定しておけば、検索結果のソート順序をカスタマイズできるようになります。</p>
-</blockquote>
-<p><tt class="docutils literal"><span class="pre">sortby</span></tt></p>
-<blockquote>
-<p>ソートキーとなるカラム名のリストをカンマ(‘,’)区切りで指定します。:</p>
-<div class="highlight-none"><div class="highlight"><pre>[-]カラム名1 [-]カラム名2 [-]カラム名3...
-</pre></div>
-</div>
-<p>カラム名1の値でソートし、値が同一である場合はカラム名2でソート、と順次比較を行いソートします。カラム名の前に - を付加した場合は降順にソートします。付加しない場合には昇順にソートします。</p>
-<p>query引数またはfilter引数を指定した場合はカラム名に’_score’を使えます。’_score’を指定することでスコアでソートすることができます。query引数もfilter引数も指定していない状態で’_score’を指定するとエラーになります。</p>
-</blockquote>
-<p><tt class="docutils literal"><span class="pre">output_columns</span></tt></p>
-<blockquote>
-<p>出力するカラム名のリストをカンマ(‘,’)区切りで指定します。</p>
-<p>アスタリスク(‘*’)を指定すると、全てのカラムが指定されたものとみなされます。または、script形式のgrn_expr文字列を指定します。 (デフォルトは、’_id *’)</p>
-</blockquote>
-<p><tt class="docutils literal"><span class="pre">offset</span></tt></p>
-<blockquote>
-検索条件にマッチしたレコードのうち、出力対象となる最初のレコードの番号を0ベースで指定します。デフォルト値は0です。offsetに負の値を指定した場合は、ヒットした件数 + offset によって算出される値が指定されたものとみなされます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">limit</span></tt></p>
-<blockquote>
-検索条件にマッチしたレコードのうち、出力を行うレコードの件数を指定します。デフォルト値は10です。実際には、offset + limit がヒットした件数を超えない範囲でレコードが出力されます。limitに負の値を指定した場合は、ヒットした件数 + limit + 1 によって算出される値が指定されたものとみなされます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">drilldown</span></tt></p>
-<blockquote>
-グループ化のキーとなるカラム名のリストをカンマ(‘,’)区切りで指定します。検索条件にマッチした各レコードを出力したのちに、drilldownに指定されたカラムの値が同一であるレコードをとりまとめて、それぞれについて結果レコードを出力します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">drilldown_sortby</span></tt></p>
-<blockquote>
-drilldown条件に指定されたカラムの値毎にとりまとめられたレコードについて、ソートキーとなるカラム名のリストをカンマ(‘,’)区切りで指定します。sortbyパラメータと同様に昇降順を指定できます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">drilldown_output_columns</span></tt></p>
-<blockquote>
-drilldown条件に指定されたカラムの値毎にとりまとめられたレコードについて、出力するカラム名のリストをカンマ(‘,’)区切りで指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">drilldown_offset</span></tt></p>
-<blockquote>
-drilldown条件に指定されたカラムの値毎にとりまとめられたレコードについて、出力対象となる最初のレコードの番号を0ベースで指定します。デフォルト値は0です。drilldown_offsetに負の値を指定した場合は、ヒットした件数 + drilldown_offsetによって算出される値が指定されたものとみなされます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">drilldown_limit</span></tt></p>
-<blockquote>
-drilldown条件に指定されたカラムの値毎にとりまとめられたレコードについて、出力を行うレコードの件数を指定します。デフォルト値は10です。実際には、drilldown_offset + drilldown_limit がヒットした件数を超えない範囲でレコードが出力されます。drilldown_limitに負の値を指定した場合は、ヒットした件数 + drilldown_limit + 1 によって算出される値が指定されたものとみなされます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">cache</span></tt></p>
-<blockquote>
-<p>クエリキャッシュに関する動作を設定します。</p>
-<blockquote>
-<p><tt class="docutils literal"><span class="pre">no</span></tt></p>
-<blockquote>
-検索結果をクエリキャッシュに残しません。キャッシュして再利用される可能性が低いクエリに対して用います。キャッシュ容量は有限です。有効なキャッシュが多くヒットするために、このパラメータは有効です。</blockquote>
-</blockquote>
-</blockquote>
-</div>
-</div>
-<div class="section" id="id7">
-<h2>3.2.16.5. 返値<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
-<p>以下のようなjson形式で値が返却されます。</p>
-<div class="highlight-none"><div class="highlight"><pre>[[リターンコード, 処理開始時間, 処理時間], [検索結果, ドリルダウン結果]]
-</pre></div>
-</div>
-<p><tt class="docutils literal"><span class="pre">リターンコード</span></tt></p>
-<blockquote>
-grn_rcに対応する数値が返されます。0(GRN_SUCCESS)以外の場合は、続いてエラー内容を示す
-文字列が返されます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">処理開始時間</span></tt></p>
-<blockquote>
-処理を開始した時間について、1970年1月1日0時0分0秒を起点とした秒数を小数で返します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">処理時間</span></tt></p>
-<blockquote>
-処理にかかった秒数を返します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">検索結果</span></tt></p>
-<blockquote>
-<p>drilldown条件が実行される前の検索結果が以下のように出力されます。:</p>
-<div class="highlight-none"><div class="highlight"><pre>[[検索件数], [[カラム名1,カラム型1],..], 検索結果1,..]
-</pre></div>
-</div>
-<p><tt class="docutils literal"><span class="pre">検索件数</span></tt></p>
-<blockquote>
-検索件数が出力されます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">カラム名n</span></tt></p>
-<blockquote>
-output_columnsに指定された条件に従って、対象となるカラム名が出力されます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">カラム型n</span></tt></p>
-<blockquote>
-output_columnsに指定された条件に従って、対象となるカラム型が出力されます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">検索結果n</span></tt></p>
-<blockquote>
-output_columns, offset, limitによって指定された条件に従って各レコードの値が出力されます。</blockquote>
-</blockquote>
-<p><tt class="docutils literal"><span class="pre">drilldown結果</span></tt></p>
-<blockquote>
-<p>drilldown処理の結果が以下のように出力されます。:</p>
-<div class="highlight-none"><div class="highlight"><pre>[[[件数], [[カラム名1,カラム型1],..], 検索結果1,..],..]
-</pre></div>
-</div>
-<p><tt class="docutils literal"><span class="pre">件数</span></tt></p>
-<blockquote>
-drilldownに指定されたカラムの値の異なり数が出力されます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">カラム名n</span></tt></p>
-<blockquote>
-drilldown_output_columnsに指定された条件に従って、対象となるカラム名が出力されます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">カラム型n</span></tt></p>
-<blockquote>
-drilldown_output_columnsに指定された条件に従って、対象となるカラム型が出力されます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">ドリルダウン結果n</span></tt></p>
-<blockquote>
-drilldown_output_columns, drilldown_offset, drilldown_limitによって指定された条件に従って各レコードの値が出力されます。</blockquote>
-</blockquote>
-</div>
-<div class="section" id="id8">
-<h2>3.2.16.6. 例<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h2>
-<p>テーブルEntryの全レコード・全カラムの値を出力します。:</p>
-<div class="highlight-none"><div class="highlight"><pre>select Entry
-
-[[[2],[["_id", "UInt32"],["_key","ShortText"],["body","ShortText"]],[1,"abandon","放棄する"],[2,"abbreviate","短縮する"]]]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id9">
-<h2>3.2.16.7. 関連項目<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h2>
-<p><a class="reference internal" href="../expr.html"><em>grn_expr</em></a></p>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.16. select</a><ul>
-<li><a class="reference internal" href="#id1">3.2.16.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.16.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.16.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.16.4. 引数</a><ul>
-<li><a class="reference internal" href="#id5">3.2.16.4.1. 条件式</a></li>
-<li><a class="reference internal" href="#id6">3.2.16.4.2. 結合演算子</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id7">3.2.16.5. 返値</a></li>
-<li><a class="reference internal" href="#id8">3.2.16.6. 例</a></li>
-<li><a class="reference internal" href="#id9">3.2.16.7. 関連項目</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="quit.html"
- title="previous chapter">3.2.15. quit</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="shutdown.html"
- title="next chapter">3.2.17. shutdown</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/select.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="shutdown.html" title="3.2.17. shutdown"
- >next</a> |</li>
- <li class="right" >
- <a href="quit.html" title="3.2.15. quit"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/set.html (+0 -191) 100644
===================================================================
--- doc/ja/commands/set.html 2010-08-20 05:29:25 +0000 (2e2fc8e)
+++ /dev/null
@@ -1,191 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>set — groonga v0.7.2 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.2',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.2 documentation" href="../index.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li><a href="../index.html">groonga v0.7.2 documentation</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="set">
-<h1>set<a class="headerlink" href="#set" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>set - 一件のレコードの値の更新 <a class="footnote-reference" href="#id9" id="id2">[1]</a></p>
-</div>
-<div class="section" id="id3">
-<h2>書式<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>set table [key [columns [values [output_columns [output_type [id]]]]]]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id4">
-<h2>説明<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるsetについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>setは、使用しているデータベースのテーブルの中の1件のレコードについて、カラムの値を更新し、更新したカラムの値を返却します。</p>
-</div>
-<div class="section" id="id5">
-<h2>引数<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<p><tt class="docutils literal"><span class="pre">table</span></tt></p>
-<blockquote>
-値を更新しようとするレコードを含むテーブルの名前を指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">key</span></tt></p>
-<blockquote>
-値を変更するレコードの主キー値を指定します。主キーなしのテーブルの場合はこのパラメータを指定しても無視されます(idパラメータを代わりに指定します)。</blockquote>
-<p><tt class="docutils literal"><span class="pre">columns</span></tt></p>
-<blockquote>
-テーブルに登録するレコードに値を設定するカラム名のリストを指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">values</span></tt></p>
-<blockquote>
-<p>登録するレコードの値を表現した文字列を渡します。</p>
-<p>以下のいずれかの形式が使用できます。</p>
-<dl class="docutils">
-<dt><tt class="docutils literal"><span class="pre">形式1</span></tt></dt>
-<dd>[カラム値1, カラム値2,..]</dd>
-<dt><tt class="docutils literal"><span class="pre">形式2</span></tt></dt>
-<dd>{カラム名1: カラム値1, カラム名2: カラム値2}</dd>
-</dl>
-<p>形式1の[カラム名1, カラム名2,..]の要素はcolumns引数が省略された場合のみ有効です。</p>
-</blockquote>
-<p><tt class="docutils literal"><span class="pre">output_columns</span></tt></p>
-<blockquote>
-出力するカラム名のリストをカンマ(‘,’)区切りで指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">output_type</span></tt></p>
-<blockquote>
-出力形式を、json,tsv,xmlのいずれかで指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">id</span></tt></p>
-<blockquote>
-レコードIDによってレコードを指定します。idパラメータを指定する場合は、keyパラメータを指定してはいけません。</blockquote>
-<p>返値
-—</p>
-<p>以下のようなjson形式で値が返却されます。 <a class="footnote-reference" href="#id9" id="id6">[1]</a></p>
-<div class="highlight-none"><div class="highlight"><pre>[[リターンコード, 処理開始時間, 処理時間], [新規追加, [カラム値1, ...]]]
-</pre></div>
-</div>
-<p><tt class="docutils literal"><span class="pre">リターンコード</span></tt></p>
-<blockquote>
-grn_rcに対応する数値が返されます。0(GRN_SUCCESS)以外の場合は、続いてエラー内容を示す
-文字列が返されます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">処理開始時間</span></tt></p>
-<blockquote>
-処理を開始した時間について、1970年1月1日0時0分0秒を起点とした秒数を小数で返します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">処理時間</span></tt></p>
-<blockquote>
-処理にかかった秒数を返します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">新規追加</span></tt></p>
-<blockquote>
-レコードが追加されたかどうかを判定する。</blockquote>
-<p><tt class="docutils literal"><span class="pre">カラム値n</span></tt></p>
-<blockquote>
-output_columnsで指定されたカラムの値。</blockquote>
-</div>
-<div class="section" id="id7">
-<h2>例<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
-<p>テーブルEntryにレコードを登録します。:</p>
-<div class="highlight-none"><div class="highlight"><pre>set Entry abandon body 放棄する
-
-[[0,1268208665.67547,0.045],[]]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id8">
-<h2>関連項目<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h2>
-<p><a class="reference internal" href="load.html"><em>load</em></a></p>
-<table class="docutils footnote" frame="void" id="id9" rules="none">
-<colgroup><col class="label" /><col /></colgroup>
-<tbody valign="top">
-<tr><td class="label"><a class="fn-backref" href="#id6">[1]</a></td><td>tsv,xml出力はv1.0でサポートされます。また、処理開始時間・処理時間については正確でない場合があります。</td></tr>
-</tbody>
-</table>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">set</a><ul>
-<li><a class="reference internal" href="#id1">名前</a></li>
-<li><a class="reference internal" href="#id3">書式</a></li>
-<li><a class="reference internal" href="#id4">説明</a></li>
-<li><a class="reference internal" href="#id5">引数</a></li>
-<li><a class="reference internal" href="#id7">例</a></li>
-<li><a class="reference internal" href="#id8">関連項目</a></li>
-</ul>
-</li>
-</ul>
-
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/set.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li><a href="../index.html">groonga v0.7.2 documentation</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/shutdown.html (+0 -156) 100644
===================================================================
--- doc/ja/commands/shutdown.html 2010-08-20 05:29:25 +0000 (d1ec16f)
+++ /dev/null
@@ -1,156 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.17. shutdown — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.2.18. status" href="status.html" />
- <link rel="prev" title="3.2.16. select" href="select.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="status.html" title="3.2.18. status"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="select.html" title="3.2.16. select"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="shutdown">
-<h1>3.2.17. shutdown<a class="headerlink" href="#shutdown" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.17.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>shutdown - サーバプロセスの停止</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.17.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>shutdown
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.17.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるshutdownについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>shutdownは、接続しているgroongaサーバプロセスを停止します。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.2.17.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p>ありません。</p>
-</div>
-<div class="section" id="id5">
-<h2>3.2.17.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<p>ありません。</p>
-</div>
-<div class="section" id="id6">
-<h2>3.2.17.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>shutdown
-</pre></div>
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.17. shutdown</a><ul>
-<li><a class="reference internal" href="#id1">3.2.17.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.17.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.17.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.17.4. 引数</a></li>
-<li><a class="reference internal" href="#id5">3.2.17.5. 返値</a></li>
-<li><a class="reference internal" href="#id6">3.2.17.6. 例</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="select.html"
- title="previous chapter">3.2.16. select</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="status.html"
- title="next chapter">3.2.18. status</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/shutdown.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="status.html" title="3.2.18. status"
- >next</a> |</li>
- <li class="right" >
- <a href="select.html" title="3.2.16. select"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/status.html (+0 -179) 100644
===================================================================
--- doc/ja/commands/status.html 2010-08-20 05:29:25 +0000 (80b0eda)
+++ /dev/null
@@ -1,179 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.18. status — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.2.19. table_create" href="table_create.html" />
- <link rel="prev" title="3.2.17. shutdown" href="shutdown.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="table_create.html" title="3.2.19. table_create"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="shutdown.html" title="3.2.17. shutdown"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="status">
-<h1>3.2.18. status<a class="headerlink" href="#status" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.18.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>status - groongaプロセスの状態表示</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.18.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>status
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.18.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるstatusについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>statusコマンドは、groongaプロセスの状態を表示します。主にgroongaサーバプロセスに対して使用することを想定しています。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.2.18.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p>ありません。</p>
-</div>
-<div class="section" id="id5">
-<h2>3.2.18.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<div class="section" id="json">
-<h3>3.2.18.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
-<div class="highlight-none"><div class="highlight"><pre>下記の項目がハッシュ形式で出力されます。
-
-``alloc_count``
-
- groongaプロセスの内部でアロケートされ、まだ解放されてないメモリブロックの数を示します。groongaをbuildする際に、configureオプションで --enable-exact-alloc-countが指定されていたならば、正確な値を返します。それ以外の場合は不正確な値を返す場合があります。
-
-``starttime``
-
- groongaプロセスが起動した時刻のtvsec値を返します。
-
-``uptime``
-
- groongaプロセスが起動してから経過した秒数を返します。
-</pre></div>
-</div>
-</div>
-</div>
-<div class="section" id="id6">
-<h2>3.2.18.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>status
-{"alloc_count":104,
- "starttime":1268213679,
- "uptime":1}
-</pre></div>
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.18. status</a><ul>
-<li><a class="reference internal" href="#id1">3.2.18.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.18.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.18.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.18.4. 引数</a></li>
-<li><a class="reference internal" href="#id5">3.2.18.5. 返値</a><ul>
-<li><a class="reference internal" href="#json">3.2.18.5.1. json形式</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id6">3.2.18.6. 例</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="shutdown.html"
- title="previous chapter">3.2.17. shutdown</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="table_create.html"
- title="next chapter">3.2.19. table_create</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/status.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="table_create.html" title="3.2.19. table_create"
- >next</a> |</li>
- <li class="right" >
- <a href="shutdown.html" title="3.2.17. shutdown"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/table_create.html (+0 -222) 100644
===================================================================
--- doc/ja/commands/table_create.html 2010-08-20 05:29:25 +0000 (829bf92)
+++ /dev/null
@@ -1,222 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.19. table_create — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.2.20. table_list" href="table_list.html" />
- <link rel="prev" title="3.2.18. status" href="status.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="table_list.html" title="3.2.20. table_list"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="status.html" title="3.2.18. status"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="table-create">
-<h1>3.2.19. table_create<a class="headerlink" href="#table-create" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.19.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>table_create - テーブルの追加</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.19.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>table_create name [flags [key_type [value_type [default_tokenizer]]]]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.19.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるtable_createについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>table_createコマンドは、使用しているデータベースに対してテーブルを追加します。groongaには名前付きテーブルと名前なしテーブル、永続テーブルと一時テーブルがありますが、table_createコマンドでは、名前付きの永続テーブルのみが作成できます。テーブルはレコードの集合であり、全てのレコードは一意なIDを持ちます。IDはレコードを追加した順序に従って自動的に付与されます。</p>
-<p>テーブルにカラムを追加する時にはcolumn_createコマンドを使用します。また、テーブルを作成した時点でいくつかの疑似カラムが使用可能になっています。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.2.19.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p><tt class="docutils literal"><span class="pre">name</span></tt></p>
-<blockquote>
-作成するテーブルの名前を指定します。nameはデータベース内で一意な、未定義の名前でなければなりません。組込型名・組込コマンド名・組込関数名は予約済みであり、テーブル名には 使用できません。また、ピリオド(‘.’), コロン(‘:’)を含む名前のテーブルは作成できません。</blockquote>
-<p><tt class="docutils literal"><span class="pre">flags</span></tt></p>
-<blockquote>
-<p>作成するテーブルの属性を示す数値か、パイプ(‘|’)で組み合わせたシンボル名を指定します。(デフォルト値は0(=”TABLE_HASH_KEY”))</p>
-<blockquote>
-<dl class="docutils">
-<dt>0, <tt class="docutils literal"><span class="pre">TABLE_HASH_KEY</span></tt></dt>
-<dd>主キー値をハッシュ表で管理するテーブルを作成します。ハッシュ表を使用したテーブルでは、主キー値に完全一致するレコードを高速に検索することができます。</dd>
-<dt>1, <tt class="docutils literal"><span class="pre">TABLE_PAT_KEY</span></tt></dt>
-<dd>主キー値をパトリシア木で管理するテーブルを作成します。パトリシア木を使用したテーブルでは、主キー値に完全一致するレコード、前方一致するレコード、および最長共通接頭辞となるレコードを高速に検索することができます。また、キー値の昇降順でレコードを取り出したり、キー値の範囲での検索を行うことができます。また、flagsの値に64を加えることによって、後方一致検索も可能となります。</dd>
-<dt>3, <tt class="docutils literal"><span class="pre">TABLE_NO_KEY</span></tt></dt>
-<dd>主キーを持たないテーブルを作成します。各レコードはIDのみによって特定することができます。</dd>
-<dt>4, <tt class="docutils literal"><span class="pre">TABLE_VIEW</span></tt></dt>
-<dd>複数のテーブルをまとめて操作するための仮想的なテーブル(view)を作成します。</dd>
-<dt>64, <tt class="docutils literal"><span class="pre">KEY_WITH_SIS</span></tt></dt>
-<dd>語彙表となるパトリシア木型のテーブルにおいて、後方一致検索を可能とします。</dd>
-<dt>128, <tt class="docutils literal"><span class="pre">KEY_NORMALIZE</span></tt></dt>
-<dd>ハッシュ表型か、パトリシア木型のテーブルにおいて、主キー値を正規化した上で登録します。この値が指定されたテーブルではたとえば、主キー値’abc’と’ABC’ は同一のレコードに対応するものとみなされます。</dd>
-</dl>
-</blockquote>
-</blockquote>
-<p><tt class="docutils literal"><span class="pre">key_type</span></tt></p>
-<blockquote>
-主キー値の型を指定します。主キー値を持つテーブルに限り有効です。型にはgroongaの組込型か、同一データベースに定義済みのユーザ定義型、定義済みのテーブルを指定することができます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">value_type</span></tt></p>
-<blockquote>
-値の型を指定します。tableの値には固定長の型のみが指定できます。(可変長の値が必要な場合は別途カラムを作成します) 型にはgroongaの組込型か、同一データベースに定義済みのユーザ定義型、またはテーブルを指定することができます。(デフォルトはvalueなし)</blockquote>
-<p><tt class="docutils literal"><span class="pre">default_tokenizer</span></tt></p>
-<blockquote>
-<p>作成するテーブルを語彙表として使用する場合、文字列を分割するトークナイザを指定します。</p>
-<p>組込のトークナイザとして、以下が準備されています。</p>
-<dl class="docutils">
-<dt><tt class="docutils literal"><span class="pre">TokenDelimit</span></tt></dt>
-<dd>空白で区切られた文字列をトークンとする</dd>
-<dt><tt class="docutils literal"><span class="pre">TokenUnigram</span></tt></dt>
-<dd>unigram(1文字を1トークンとする)</dd>
-<dt><tt class="docutils literal"><span class="pre">TokenBigram</span></tt></dt>
-<dd>bigram(2文字の文字列要素をトークンとする)</dd>
-<dt><tt class="docutils literal"><span class="pre">TokenTrigram</span></tt></dt>
-<dd>trigram(3文字の文字列要素をトークンとする)</dd>
-<dt><tt class="docutils literal"><span class="pre">TokenMecab</span></tt></dt>
-<dd>形態素解析器mecabで解析した形態素をトークンとする。(mecabを組み込んだ場合のみ有効)</dd>
-</dl>
-<p>トークナイザが指定されなかった場合は、対象の文字列を分割せずに語彙表に登録します。</p>
-</blockquote>
-</div>
-<div class="section" id="id5">
-<h2>3.2.19.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<div class="section" id="json">
-<h3>3.2.19.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
-<div class="highlight-none"><div class="highlight"><pre>[成功かどうかのフラグ]
-
-``成功かどうかのフラグ``
-
- エラーが生じなかった場合にはtrue、エラーが生じた場合にはfalseを返す。
-</pre></div>
-</div>
-</div>
-</div>
-<div class="section" id="id6">
-<h2>3.2.19.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<p>ShortText型の主キーを持つハッシュ表型のテーブル、Entryを作成します。:</p>
-<div class="highlight-none"><div class="highlight"><pre>table_create Entry --key_type ShortText
-[true]
-</pre></div>
-</div>
-<p>ShortText型の主キーを持つパトリシア木型のテーブル、Termを作成します。主キー値は正規化して管理します。また、このテーブルを語彙表とする転置索引を作成する場合には、バイグラムの索引を作成します。:</p>
-<div class="highlight-none"><div class="highlight"><pre>table_create Term --flags TABLE_PAT_KEY|KEY_NORMALIZE --key_type ShortText --default_tokenizer TokenBigram
-[true]
-</pre></div>
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.19. table_create</a><ul>
-<li><a class="reference internal" href="#id1">3.2.19.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.19.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.19.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.19.4. 引数</a></li>
-<li><a class="reference internal" href="#id5">3.2.19.5. 返値</a><ul>
-<li><a class="reference internal" href="#json">3.2.19.5.1. json形式</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id6">3.2.19.6. 例</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="status.html"
- title="previous chapter">3.2.18. status</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="table_list.html"
- title="next chapter">3.2.20. table_list</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/table_create.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="table_list.html" title="3.2.20. table_list"
- >next</a> |</li>
- <li class="right" >
- <a href="status.html" title="3.2.18. status"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/table_list.html (+0 -202) 100644
===================================================================
--- doc/ja/commands/table_list.html 2010-08-20 05:29:25 +0000 (2084e92)
+++ /dev/null
@@ -1,202 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.20. table_list — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.2.21. table_remove" href="table_remove.html" />
- <link rel="prev" title="3.2.19. table_create" href="table_create.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="table_remove.html" title="3.2.21. table_remove"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="table_create.html" title="3.2.19. table_create"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="table-list">
-<h1>3.2.20. table_list<a class="headerlink" href="#table-list" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.20.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>table_list - DBに定義されているテーブルをリスト表示</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.20.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>table_list
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.20.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるtable_listについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>table_listは、DBに定義されているテーブルのリストを表示します。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.2.20.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p>ありません。</p>
-</div>
-<div class="section" id="id5">
-<h2>3.2.20.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<div class="section" id="json">
-<h3>3.2.20.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
-<dl class="docutils">
-<dt>::</dt>
-<dd><p class="first">テーブル名一覧が以下の形式で返却されます。</p>
-<blockquote>
-[[検索件数], [[カラム名1,カラム型1],..], 検索結果1,..]</blockquote>
-<p><tt class="docutils literal"><span class="pre">検索件数</span></tt></p>
-<blockquote>
-検索件数が出力されます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">カラム名n</span></tt></p>
-<blockquote>
-<p>output_columnsに指定された条件に従って、対象となるカラム名が出力されます。
-カラム名ごとに格納されている情報は、以下のとおりです。</p>
-<p><tt class="docutils literal"><span class="pre">id</span></tt></p>
-<blockquote>
-テーブルオブジェクトに割り当てられたID</blockquote>
-<p><tt class="docutils literal"><span class="pre">name</span></tt></p>
-<blockquote>
-テーブル名</blockquote>
-<p><tt class="docutils literal"><span class="pre">path</span></tt></p>
-<blockquote>
-テーブルのレコードを格納するファイル名</blockquote>
-<p><tt class="docutils literal"><span class="pre">flags</span></tt></p>
-<blockquote>
-テーブルのflags属性</blockquote>
-<p><tt class="docutils literal"><span class="pre">domain</span></tt></p>
-<blockquote>
-主キー値の属する型のID</blockquote>
-<p><tt class="docutils literal"><span class="pre">range</span></tt></p>
-<blockquote>
-range</blockquote>
-</blockquote>
-<p><tt class="docutils literal"><span class="pre">カラム型n</span></tt></p>
-<blockquote>
-output_columnsに指定された条件に従って、対象となるカラム型が出力されます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">テーブル情報n</span></tt></p>
-<blockquote class="last">
-テーブル情報が出力されます。</blockquote>
-</dd>
-</dl>
-</div>
-</div>
-<div class="section" id="id6">
-<h2>3.2.20.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>table_list Entry
-
-[[["id", "UInt32"],["name","ShortText"],["path","ShortText"],["flags","ShortText"],["domain", "ShortText"],["range","ShortText"]],[256,"Entry","test.db.0000100","TABLE_HASH_KEY|PERSISTENT","ShortText","null"],[257,"Term","test.db.0000101","TABLE_PAT_KEY|KEY_NORMALIZE|PERSISTENT","ShortText","null"]]
-</pre></div>
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.20. table_list</a><ul>
-<li><a class="reference internal" href="#id1">3.2.20.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.20.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.20.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.20.4. 引数</a></li>
-<li><a class="reference internal" href="#id5">3.2.20.5. 返値</a><ul>
-<li><a class="reference internal" href="#json">3.2.20.5.1. json形式</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id6">3.2.20.6. 例</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="table_create.html"
- title="previous chapter">3.2.19. table_create</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="table_remove.html"
- title="next chapter">3.2.21. table_remove</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/table_list.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="table_remove.html" title="3.2.21. table_remove"
- >next</a> |</li>
- <li class="right" >
- <a href="table_create.html" title="3.2.19. table_create"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/table_remove.html (+0 -173) 100644
===================================================================
--- doc/ja/commands/table_remove.html 2010-08-20 05:29:25 +0000 (dd02e38)
+++ /dev/null
@@ -1,173 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.21. table_remove — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.2.22. view_add" href="view_add.html" />
- <link rel="prev" title="3.2.20. table_list" href="table_list.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="view_add.html" title="3.2.22. view_add"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="table_list.html" title="3.2.20. table_list"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="table-remove">
-<h1>3.2.21. table_remove<a class="headerlink" href="#table-remove" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.21.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>table_remove - テーブルの削除</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.21.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>table_remove table
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.21.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるtable_removeについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>table_removeはテーブルと定義されているカラムを削除します。カラムに付随するインデックスも再帰的に削除されます。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.2.21.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<dl class="docutils">
-<dt><tt class="docutils literal"><span class="pre">table</span></tt></dt>
-<dd>削除対象のカラムが定義されているテーブルの名前を指定します。</dd>
-</dl>
-</div>
-<div class="section" id="id5">
-<h2>3.2.21.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<div class="section" id="json">
-<h3>3.2.21.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
-<div class="highlight-none"><div class="highlight"><pre>[成功かどうかのフラグ]
-
-``成功かどうかのフラグ``
-
- エラーが生じなかった場合にはtrue、エラーが生じた場合にはfalseを返す。
-</pre></div>
-</div>
-</div>
-</div>
-<div class="section" id="id6">
-<h2>3.2.21.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>column_remove Entry body
-
-[true]
-</pre></div>
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.21. table_remove</a><ul>
-<li><a class="reference internal" href="#id1">3.2.21.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.21.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.21.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.21.4. 引数</a></li>
-<li><a class="reference internal" href="#id5">3.2.21.5. 返値</a><ul>
-<li><a class="reference internal" href="#json">3.2.21.5.1. json形式</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id6">3.2.21.6. 例</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="table_list.html"
- title="previous chapter">3.2.20. table_list</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="view_add.html"
- title="next chapter">3.2.22. view_add</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/table_remove.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="view_add.html" title="3.2.22. view_add"
- >next</a> |</li>
- <li class="right" >
- <a href="table_list.html" title="3.2.20. table_list"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/commands/view_add.html (+0 -175) 100644
===================================================================
--- doc/ja/commands/view_add.html 2010-08-20 05:29:25 +0000 (6a4976d)
+++ /dev/null
@@ -1,175 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.2.22. view_add — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.2. 組み込みコマンド一覧" href="../commands.html" />
- <link rel="next" title="3.3. データ型" href="../type.html" />
- <link rel="prev" title="3.2.21. table_remove" href="table_remove.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="../type.html" title="3.3. データ型"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="table_remove.html" title="3.2.21. table_remove"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" accesskey="U">3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="view-add">
-<h1>3.2.22. view_add<a class="headerlink" href="#view-add" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.2.22.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>view_add - view型のテーブルに要素となるテーブルを追加</p>
-</div>
-<div class="section" id="id2">
-<h2>3.2.22.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>view_add view table
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.2.22.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込コマンドの一つであるview_addについて説明します。組込コマンドは、groonga実行ファイルの引数、標準入力、またはソケット経由でgroongaサーバにリクエストを送信することによって実行します。</p>
-<p>view_addは、view型のテーブルに要素となるテーブルを定義します。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.2.22.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p><tt class="docutils literal"><span class="pre">view</span></tt></p>
-<blockquote>
-テーブルを追加するview型のテーブルの名前を指定します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">table</span></tt></p>
-<blockquote>
-view型のテーブルに追加されるテーブルの名前を指定します。</blockquote>
-</div>
-<div class="section" id="id5">
-<h2>3.2.22.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<div class="section" id="json">
-<h3>3.2.22.5.1. json形式<a class="headerlink" href="#json" title="Permalink to this headline">¶</a></h3>
-<div class="highlight-none"><div class="highlight"><pre>[成功かどうかのフラグ]
-
-``成功かどうかのフラグ``
-
- エラーが生じなかった場合にはtrue、エラーが生じた場合にはfalseを返す。
-</pre></div>
-</div>
-</div>
-</div>
-<div class="section" id="id6">
-<h2>3.2.22.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<dl class="docutils">
-<dt>::</dt>
-<dd>view_add Ventry Entry
-[true]</dd>
-</dl>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.2.22. view_add</a><ul>
-<li><a class="reference internal" href="#id1">3.2.22.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.2.22.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.2.22.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.2.22.4. 引数</a></li>
-<li><a class="reference internal" href="#id5">3.2.22.5. 返値</a><ul>
-<li><a class="reference internal" href="#json">3.2.22.5.1. json形式</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id6">3.2.22.6. 例</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="table_remove.html"
- title="previous chapter">3.2.21. table_remove</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="../type.html"
- title="next chapter">3.3. データ型</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/commands/view_add.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="../type.html" title="3.3. データ型"
- >next</a> |</li>
- <li class="right" >
- <a href="table_remove.html" title="3.2.21. table_remove"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../commands.html" >3.2. 組み込みコマンド一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/developer.html (+0 -118) 100644
===================================================================
--- doc/ja/developer.html 2010-08-20 05:29:25 +0000 (cf49ca0)
+++ /dev/null
@@ -1,118 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>4. groonga開発者向け情報 — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="_static/default.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="index.html" />
- <link rel="next" title="4.1. groonga 通信アーキテクチャ" href="developer/com.html" />
- <link rel="prev" title="3.6.5. rand" href="functions/rand.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="developer/com.html" title="4.1. groonga 通信アーキテクチャ"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="functions/rand.html" title="3.6.5. rand"
- accesskey="P">previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="groonga">
-<h1>4. groonga開発者向け情報<a class="headerlink" href="#groonga" title="Permalink to this headline">¶</a></h1>
-<div class="toctree-wrapper compound">
-<ul>
-<li class="toctree-l1"><a class="reference internal" href="developer/com.html">4.1. groonga 通信アーキテクチャ</a></li>
-<li class="toctree-l1"><a class="reference internal" href="developer/document.html">4.2. ドキュメント作成</a></li>
-<li class="toctree-l1"><a class="reference internal" href="developer/query.html">4.3. クエリの実現</a></li>
-<li class="toctree-l1"><a class="reference internal" href="developer/query.html#id5">4.4. クエリの実例</a></li>
-<li class="toctree-l1"><a class="reference internal" href="developer/test.html">4.5. テスト方法</a></li>
-</ul>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h4>Previous topic</h4>
- <p class="topless"><a href="functions/rand.html"
- title="previous chapter">3.6.5. rand</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="developer/com.html"
- title="next chapter">4.1. groonga 通信アーキテクチャ</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="_sources/developer.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="developer/com.html" title="4.1. groonga 通信アーキテクチャ"
- >next</a> |</li>
- <li class="right" >
- <a href="functions/rand.html" title="3.6.5. rand"
- >previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/developer/com.html (+0 -136) 100644
===================================================================
--- doc/ja/developer/com.html 2010-08-20 05:29:25 +0000 (c6191ba)
+++ /dev/null
@@ -1,136 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>4.1. groonga 通信アーキテクチャ — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="4. groonga開発者向け情報" href="../developer.html" />
- <link rel="next" title="4.2. ドキュメント作成" href="document.html" />
- <link rel="prev" title="4. groonga開発者向け情報" href="../developer.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="document.html" title="4.2. ドキュメント作成"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="../developer.html" title="4. groonga開発者向け情報"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../developer.html" accesskey="U">4. groonga開発者向け情報</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="groonga">
-<h1>4.1. groonga 通信アーキテクチャ<a class="headerlink" href="#groonga" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="gqtp">
-<h2>4.1.1. gqtpでのアーキテクチャ<a class="headerlink" href="#gqtp" title="Permalink to this headline">¶</a></h2>
-<ul class="simple">
-<li>comが外部からの接続を受け付ける。</li>
-<li>comは1スレッド。</li>
-<li>comがedgeを作る。</li>
-<li>edgeは接続と1対1対応。</li>
-<li>edgeはctxを含む。</li>
-<li>workerはthreadと1対1対応。</li>
-<li>workerは上限が個定数。</li>
-<li>workerは、1つのedgeと結びつくことができる。</li>
-<li>edgeごとにqueueを持つ。</li>
-<li>msgはcomによって、edgeのqueueにenqueueされる。
-edgeがworkerに結びついていないときは、同時に、ctx_newというqueueに、msgをenqueueした対象のedgeをenqueueする。</li>
-</ul>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">4.1. groonga 通信アーキテクチャ</a><ul>
-<li><a class="reference internal" href="#gqtp">4.1.1. gqtpでのアーキテクチャ</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="../developer.html"
- title="previous chapter">4. groonga開発者向け情報</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="document.html"
- title="next chapter">4.2. ドキュメント作成</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/developer/com.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="document.html" title="4.2. ドキュメント作成"
- >next</a> |</li>
- <li class="right" >
- <a href="../developer.html" title="4. groonga開発者向け情報"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../developer.html" >4. groonga開発者向け情報</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/developer/document.html (+0 -159) 100644
===================================================================
--- doc/ja/developer/document.html 2010-08-20 05:29:25 +0000 (8dc5d89)
+++ /dev/null
@@ -1,159 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>4.2. ドキュメント作成 — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="4. groonga開発者向け情報" href="../developer.html" />
- <link rel="next" title="4.3. クエリの実現" href="query.html" />
- <link rel="prev" title="4.1. groonga 通信アーキテクチャ" href="com.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="query.html" title="4.3. クエリの実現"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="com.html" title="4.1. groonga 通信アーキテクチャ"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../developer.html" accesskey="U">4. groonga開発者向け情報</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="id1">
-<h1>4.2. ドキュメント作成<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="sphinx">
-<h2>4.2.1. Sphinxのインストール<a class="headerlink" href="#sphinx" title="Permalink to this headline">¶</a></h2>
-<p>groongaのドキュメントは、Sphinxというツールを用いて作成されています。Sphinxは以下のように導入します。:</p>
-<div class="highlight-none"><div class="highlight"><pre># aptitude install python-setuptools
-# easy_install -U sphinx
-</pre></div>
-</div>
-</div>
-<div class="section" id="html">
-<h2>4.2.2. htmlの作成<a class="headerlink" href="#html" title="Permalink to this headline">¶</a></h2>
-<p>以下のコマンドでhtmlが作成されます。:</p>
-<div class="highlight-none"><div class="highlight"><pre>% make html
-</pre></div>
-</div>
-</div>
-<div class="section" id="pdf">
-<h2>4.2.3. pdfの作成<a class="headerlink" href="#pdf" title="Permalink to this headline">¶</a></h2>
-<p>groongaのドキュメントは、pdf出力することもできます。rst2pdfと、IPAフォント(IPA Gothic/IPAexGothic)が必要となります。</p>
-<div class="section" id="rst2pdf">
-<h3>4.2.3.1. rst2pdfのインストール<a class="headerlink" href="#rst2pdf" title="Permalink to this headline">¶</a></h3>
-<p>以下のようにしてインストールできます。:</p>
-<div class="highlight-none"><div class="highlight"><pre># eazy_install rst2pdf
-</pre></div>
-</div>
-</div>
-<div class="section" id="id2">
-<h3>4.2.3.2. pdfの作成<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
-<p>以下のコマンドでpdfが作成されます。:</p>
-<div class="highlight-none"><div class="highlight"><pre>% make pdf
-</pre></div>
-</div>
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">4.2. ドキュメント作成</a><ul>
-<li><a class="reference internal" href="#sphinx">4.2.1. Sphinxのインストール</a></li>
-<li><a class="reference internal" href="#html">4.2.2. htmlの作成</a></li>
-<li><a class="reference internal" href="#pdf">4.2.3. pdfの作成</a><ul>
-<li><a class="reference internal" href="#rst2pdf">4.2.3.1. rst2pdfのインストール</a></li>
-<li><a class="reference internal" href="#id2">4.2.3.2. pdfの作成</a></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="com.html"
- title="previous chapter">4.1. groonga 通信アーキテクチャ</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="query.html"
- title="next chapter">4.3. クエリの実現</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/developer/document.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="query.html" title="4.3. クエリの実現"
- >next</a> |</li>
- <li class="right" >
- <a href="com.html" title="4.1. groonga 通信アーキテクチャ"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../developer.html" >4. groonga開発者向け情報</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/developer/query.html (+0 -336) 100644
===================================================================
--- doc/ja/developer/query.html 2010-08-20 05:29:25 +0000 (4975398)
+++ /dev/null
@@ -1,336 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>4.3. クエリの実現 — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="4. groonga開発者向け情報" href="../developer.html" />
- <link rel="next" title="4.5. テスト方法" href="test.html" />
- <link rel="prev" title="4.2. ドキュメント作成" href="document.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="test.html" title="4.5. テスト方法"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="document.html" title="4.2. ドキュメント作成"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../developer.html" accesskey="U">4. groonga開発者向け情報</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="id1">
-<h1>4.3. クエリの実現<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
-<p>groongaのデータベースには大量のデータを格納し、その中から必要な部分を高速に取り出すことができます。必要な部分をgroongaのデータベースに問い合わせるためのクエリの表現と実行に関して、groongaは複数の手段を用意しています。</p>
-<div class="section" id="id2">
-<h2>4.3.1. クエリ実行のためのインタフェース<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<p>groongaは低機能で単純なライブラリインタフェースから、高機能で複雑なコマンドインタフェースまでいくつかの階層的なインタフェースをユーザプログラムに提供しています。</p>
-<p>クエリ実行のためのインタフェースも階層的なインタフェースのそれぞれに対応する形で用意されています。以下に低レイヤなインタフェースから順に説明します。</p>
-<div class="section" id="db-api">
-<h3>4.3.1.1. DB_API<a class="headerlink" href="#db-api" title="Permalink to this headline">¶</a></h3>
-<p>DB_APIは、groongaデータベースを操作するための一群のC言語向けAPI関数を提供します。DB_APIはデータベースを構成する個々の部分に対する単純な操作関数を提供します。DB_APIの機能を組み合わせることによって複雑なクエリを実行することができます。後述のすべてのクエリインタフェースはDB_APIの機能を組み合わせることによって実現されています。</p>
-</div>
-<div class="section" id="grn-expr">
-<h3>4.3.1.2. grn_expr<a class="headerlink" href="#grn-expr" title="Permalink to this headline">¶</a></h3>
-<p>grn_exprは、groongaデータベースに対する検索処理や更新処理のための条件を表現するためのデータ構造で、複数の条件を再帰的に組み合わせてより複雑な条件を表現することができます。grn_exprによって表現されたクエリを実行するためには、grn_table_select()関数を使用します。</p>
-</div>
-<div class="section" id="groonga">
-<h3>4.3.1.3. groonga実行ファイル<a class="headerlink" href="#groonga" title="Permalink to this headline">¶</a></h3>
-<p>groongaデータベースを操作するためのコマンドインタープリタです。渡されたコマンドを解釈し、実行結果を返します。コマンドの実処理はC言語で記述されます。ユーザがC言語で定義した関数を新たなコマンドとしてgroonga実行ファイルに組み込むことができます。各コマンドはいくつかの文字列引数を受け取り、これをクエリとして解釈して実行します。引数をgrn_exprとして解釈するか、別の形式として解釈してDB_APIを使ってデータベースを操作するかはコマンド毎に自由に決めることができます。</p>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>4.3.2. grn_exprで表現できるクエリ<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>grn_exprは代入や関数呼び出しのような様々な操作を表現できますが、この中で検索クエリを表現するgrn_exprのことを特に条件式とよびます。条件式を構成する個々の要素を関係式と呼びます。条件式は一個以上の関係式か、あるいは条件式を論理演算子で結合したものです。</p>
-<p>論理演算子は、以下の3種類があります。</p>
-<div class="highlight-none"><div class="highlight"><pre>&& (論理積)
-|| (論理和)
-! (否定)
-</pre></div>
-</div>
-<p>関係式は、下記の11種類が用意されています。また、ユーザが定義した関数を新たな関係式として使うこともできます。</p>
-<div class="highlight-none"><div class="highlight"><pre>equal(==)
-not_equal(!=)
-less(<)
-greater(>)
-less_equal(<=)
-greater_equal(>=)
-contain()
-near()
-similar()
-prefix()
-suffix()
-</pre></div>
-</div>
-</div>
-<div class="section" id="grn-table-select">
-<h2>4.3.3. grn_table_select()<a class="headerlink" href="#grn-table-select" title="Permalink to this headline">¶</a></h2>
-<p>grn_table_select()関数は、grn_exprで表現された検索クエリを実行するときに使います。引数として、検索対象となるテーブル、クエリを表すgrn_expr、検索結果を格納するテーブル、それに検索にマッチしたレコードを検索結果にどのように反映するかを指定する演算子を渡します。演算子と指定できるのは下記の4種類です。</p>
-<div class="highlight-none"><div class="highlight"><pre>GRN_OP_OR
-GRN_OP_AND
-GRN_OP_BUT
-GRN_OP_ADJUST
-</pre></div>
-</div>
-<p>GRN_OP_ORは、検索対象テーブルの中からクエリにマッチするレコードを検索結果テーブルに加えます。GRN_OP_OR以外の演算子は、検索結果テーブルが空でない場合にだけ意味を持ちます。GRN_OP_ANDは、検索結果テーブルの中からクエリにマッチしないレコードを取り除きます。GRN_OP_BUTは、検索結果テーブルの中からクエリにマッチするレコードを取り除きます。GRN_OP_ADJUSTは、検索結果テーブルの中でクエリにマッチするレコードに対してスコア値の更新のみを行います。</p>
-<p>grn_table_select()は、データベース上に定義されたテーブルや索引などを組み合わせて可能な限り高速に指定されたクエリを実行しようとします。</p>
-</div>
-<div class="section" id="id4">
-<h2>4.3.4. 関係式<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p>関係式は、検索しようとしているデータが満たすべき条件を、指定した値の間の関係として表現します。いずれの関係式も、その関係が成り立ったときに評価されるcallback、コールバック関数に渡されるargとを引数として指定することができます。callbackが与えられず、argのみが数値で与えられた場合はスコア値の係数とみなされます。主な関係式について説明します。</p>
-<div class="section" id="equal-v1-v2-arg-callback">
-<h3>4.3.4.1. equal(v1, v2, arg, callback)<a class="headerlink" href="#equal-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
-<p>v1の値とv2の値が等しいことを表します。</p>
-</div>
-<div class="section" id="not-equal-v1-v2-arg-callback">
-<h3>4.3.4.2. not_equal(v1, v2, arg, callback)<a class="headerlink" href="#not-equal-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
-<p>v1の値とv2の値が等しくないことを表します。</p>
-</div>
-<div class="section" id="less-v1-v2-arg-callback">
-<h3>4.3.4.3. less(v1, v2, arg, callback)<a class="headerlink" href="#less-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
-<p>v1の値がv2の値よりも小さいことを表します。</p>
-</div>
-<div class="section" id="greater-v1-v2-arg-callback">
-<h3>4.3.4.4. greater(v1, v2, arg, callback)<a class="headerlink" href="#greater-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
-<p>v1の値がv2の値よりも大きいことを表します。</p>
-</div>
-<div class="section" id="less-equal-v1-v2-arg-callback">
-<h3>4.3.4.5. less_equal(v1, v2, arg, callback)<a class="headerlink" href="#less-equal-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
-<p>v1の値がv2の値と等しいか小さいことを表します。</p>
-</div>
-<div class="section" id="greater-equal-v1-v2-arg-callback">
-<h3>4.3.4.6. greater_equal(v1, v2, arg, callback)<a class="headerlink" href="#greater-equal-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
-<p>v1の値がv2の値と等しいか大きいことを表します。</p>
-</div>
-<div class="section" id="contain-v1-v2-mode-arg-callback">
-<h3>4.3.4.7. contain(v1, v2, mode, arg, callback)<a class="headerlink" href="#contain-v1-v2-mode-arg-callback" title="Permalink to this headline">¶</a></h3>
-<p>v1の値がv2の値を含んでいることを表します。また、v1の値が要素に分解されるとき、それぞれの要素に対して二つ目の要素が一致するためのmodeとして下記のいずれかを指定することができます。</p>
-<div class="highlight-none"><div class="highlight"><pre>EXACT: v2の値もv1の値と同様に要素に分解したとき、それぞれの要素が完全に一致する(デフォルト)
-UNSPLIT: v2の値は要素に分解しない
-PREFIX: v1の値の要素がv2の値に前方一致する
-SUFFIX: v1の値の要素がv2の値に後方一致する
-PARTIAL: v1の値の要素がv2の値に中間一致する
-</pre></div>
-</div>
-</div>
-<div class="section" id="near-v1-v2-arg-callback">
-<h3>4.3.4.8. near(v1, v2, arg, callback)<a class="headerlink" href="#near-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
-<p>v1の値の中に、v2の値の要素が接近して含まれていることを表します。(v2には値の配列を渡します)</p>
-</div>
-<div class="section" id="similar-v1-v2-arg-callback">
-<h3>4.3.4.9. similar(v1, v2, arg, callback)<a class="headerlink" href="#similar-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
-<p>v1の値とv2の値が類似していることを表します。</p>
-</div>
-<div class="section" id="prefix-v1-v2-arg-callback">
-<h3>4.3.4.10. prefix(v1, v2, arg, callback)<a class="headerlink" href="#prefix-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
-<p>v1の値がv2の値に対して前方一致することを表します。</p>
-</div>
-<div class="section" id="suffix-v1-v2-arg-callback">
-<h3>4.3.4.11. suffix(v1, v2, arg, callback)<a class="headerlink" href="#suffix-v1-v2-arg-callback" title="Permalink to this headline">¶</a></h3>
-<p>v1の値がv2の値に対して後方一致することを表します。</p>
-</div>
-</div>
-</div>
-<div class="section" id="id5">
-<h1>4.4. クエリの実例<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h1>
-<p>grn_exprを使って様々な検索クエリを表現することができます。</p>
-<div class="section" id="id6">
-<h2>4.4.1. 検索例1<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>GRN_EXPR_CREATE_FOR_QUERY(ctx, table, query, var);
-grn_expr_append_obj(ctx, query, contain, GRN_OP_PUSH, 1);
-grn_expr_append_obj(ctx, query, column, GRN_OP_PUSH, 1);
-grn_expr_append_const(ctx, query, string, GRN_OP_PUSH, 1);
-grn_expr_append_op(ctx, query, GRN_OP_CALL, 3);
-result = grn_table_select(ctx, table, query, NULL, GRN_OP_OR);
-</pre></div>
-</div>
-<p>tableのcolumnの値がstringを含むレコードをresultに返します。columnの値が’needle in haystack’であるレコードr1と、columnの値が’haystack’であるレコードr2がtableに登録されていたとき、stringに’needle’を指定したなら、レコードr1のみがヒットします。</p>
-</div>
-<div class="section" id="id7">
-<h2>4.4.2. 検索例2<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>GRN_EXPR_CREATE_FOR_QUERY(ctx, table, query, var);
-grn_expr_append_obj(ctx, query, contain, GRN_OP_PUSH, 1);
-grn_expr_append_obj(ctx, query, column1, GRN_OP_PUSH, 1);
-grn_expr_append_const(ctx, query, string, GRN_OP_PUSH, 1);
-grn_expr_append_const(ctx, query, exact, GRN_OP_PUSH, 1);
-grn_expr_append_const(ctx, query, score1, GRN_OP_PUSH, 1);
-grn_expr_append_op(ctx, query, GRN_OP_CALL, 5);
-result = grn_table_select(ctx, table, query, NULL, GRN_OP_OR);
-grn_obj_close(ctx, query);
-GRN_EXPR_CREATE_FOR_QUERY(ctx, table, query, var);
-grn_expr_append_obj(ctx, query, contain, GRN_OP_PUSH, 1);
-grn_expr_append_obj(ctx, query, column2, GRN_OP_PUSH, 1);
-grn_expr_append_const(ctx, query, string, GRN_OP_PUSH, 1);
-grn_expr_append_const(ctx, query, exact, GRN_OP_PUSH, 1);
-grn_expr_append_const(ctx, query, score2, GRN_OP_PUSH, 1);
-grn_expr_append_op(ctx, query, GRN_OP_CALL, 5);
-grn_table_select(ctx, table, query, result, GRN_OP_ADJUST);
-grn_obj_close(ctx, query);
-</pre></div>
-</div>
-<p>tableのcolumn1の値がstringにexactモードでヒットするレコードについて得られるスコア値にscore1を積算してresultにセットします。次に、resultにセットされたレコードのうち、column2の値がstringにexactモードでヒットするレコードについては、得られたスコア値にscore2を積算したものを、元のスコア値に加えます。</p>
-</div>
-<div class="section" id="id8">
-<h2>4.4.3. 検索例3<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>GRN_EXPR_CREATE_FOR_QUERY(ctx, table, query, var);
-grn_expr_append_obj(ctx, query, contain, GRN_OP_PUSH, 1);
-grn_expr_append_obj(ctx, query, column1, GRN_OP_PUSH, 1);
-grn_expr_append_const(ctx, query, string, GRN_OP_PUSH, 1);
-grn_expr_append_const(ctx, query, exact, GRN_OP_PUSH, 1);
-grn_expr_append_const(ctx, query, score1, GRN_OP_PUSH, 1);
-grn_expr_append_op(ctx, query, GRN_OP_CALL, 5);
-result = grn_table_select(ctx, table, query, NULL, GRN_OP_OR);
-grn_obj_close(ctx, query);
-if (grn_table_size(ctx, result) < t1) {
- GRN_EXPR_CREATE_FOR_QUERY(ctx, table, query, var);
- grn_expr_append_obj(ctx, query, contain, GRN_OP_PUSH, 1);
- grn_expr_append_obj(ctx, query, column1, GRN_OP_PUSH, 1);
- grn_expr_append_const(ctx, query, string, GRN_OP_PUSH, 1);
- grn_expr_append_const(ctx, query, partial, GRN_OP_PUSH, 1);
- grn_expr_append_const(ctx, query, score2, GRN_OP_PUSH, 1);
- grn_expr_append_op(ctx, query, GRN_OP_CALL, 3);
- grn_table_select(ctx, table, query, result, GRN_OP_OR);
- grn_obj_close(ctx, query);
-}
-</pre></div>
-</div>
-<p>tableのcolumn1の値がstringにexactモードでヒットするレコードについて得られるスコア値にscore1を積算してresultにセットします。得られた検索結果数がt1よりも小さい場合は、partialモードで再度検索し、ヒットしたレコードについて得られるスコア値にscore2を積算してresultに追加します。</p>
-</div>
-<div class="section" id="id9">
-<h2>4.4.4. 検索例4<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>GRN_EXPR_CREATE_FOR_QUERY(ctx, table, query, var);
-grn_expr_append_obj(ctx, query, contain, GRN_OP_PUSH, 1);
-grn_expr_append_const(ctx, query, string, GRN_OP_PUSH, 1);
-grn_expr_append_obj(ctx, query, column, GRN_OP_PUSH, 1);
-grn_expr_append_op(ctx, query, GRN_OP_CALL, 3);
-result = grn_table_select(ctx, table, query, NULL, GRN_OP_OR);
-</pre></div>
-</div>
-<p>tableのcolumnの値がstringに含まれるレコードをresultに返します。
-columnの値が’needle’であるレコードr1と、columnの値が’haystack’であるレコードr2がtableに登録されていたとき、stringに’hay in haystack’を指定したなら、レコードr2のみがヒットします。</p>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">4.3. クエリの実現</a><ul>
-<li><a class="reference internal" href="#id2">4.3.1. クエリ実行のためのインタフェース</a><ul>
-<li><a class="reference internal" href="#db-api">4.3.1.1. DB_API</a></li>
-<li><a class="reference internal" href="#grn-expr">4.3.1.2. grn_expr</a></li>
-<li><a class="reference internal" href="#groonga">4.3.1.3. groonga実行ファイル</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id3">4.3.2. grn_exprで表現できるクエリ</a></li>
-<li><a class="reference internal" href="#grn-table-select">4.3.3. grn_table_select()</a></li>
-<li><a class="reference internal" href="#id4">4.3.4. 関係式</a><ul>
-<li><a class="reference internal" href="#equal-v1-v2-arg-callback">4.3.4.1. equal(v1, v2, arg, callback)</a></li>
-<li><a class="reference internal" href="#not-equal-v1-v2-arg-callback">4.3.4.2. not_equal(v1, v2, arg, callback)</a></li>
-<li><a class="reference internal" href="#less-v1-v2-arg-callback">4.3.4.3. less(v1, v2, arg, callback)</a></li>
-<li><a class="reference internal" href="#greater-v1-v2-arg-callback">4.3.4.4. greater(v1, v2, arg, callback)</a></li>
-<li><a class="reference internal" href="#less-equal-v1-v2-arg-callback">4.3.4.5. less_equal(v1, v2, arg, callback)</a></li>
-<li><a class="reference internal" href="#greater-equal-v1-v2-arg-callback">4.3.4.6. greater_equal(v1, v2, arg, callback)</a></li>
-<li><a class="reference internal" href="#contain-v1-v2-mode-arg-callback">4.3.4.7. contain(v1, v2, mode, arg, callback)</a></li>
-<li><a class="reference internal" href="#near-v1-v2-arg-callback">4.3.4.8. near(v1, v2, arg, callback)</a></li>
-<li><a class="reference internal" href="#similar-v1-v2-arg-callback">4.3.4.9. similar(v1, v2, arg, callback)</a></li>
-<li><a class="reference internal" href="#prefix-v1-v2-arg-callback">4.3.4.10. prefix(v1, v2, arg, callback)</a></li>
-<li><a class="reference internal" href="#suffix-v1-v2-arg-callback">4.3.4.11. suffix(v1, v2, arg, callback)</a></li>
-</ul>
-</li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id5">4.4. クエリの実例</a><ul>
-<li><a class="reference internal" href="#id6">4.4.1. 検索例1</a></li>
-<li><a class="reference internal" href="#id7">4.4.2. 検索例2</a></li>
-<li><a class="reference internal" href="#id8">4.4.3. 検索例3</a></li>
-<li><a class="reference internal" href="#id9">4.4.4. 検索例4</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="document.html"
- title="previous chapter">4.2. ドキュメント作成</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="test.html"
- title="next chapter">4.5. テスト方法</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/developer/query.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="test.html" title="4.5. テスト方法"
- >next</a> |</li>
- <li class="right" >
- <a href="document.html" title="4.2. ドキュメント作成"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../developer.html" >4. groonga開発者向け情報</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/developer/test.html (+0 -220) 100644
===================================================================
--- doc/ja/developer/test.html 2010-08-20 05:29:25 +0000 (ba22a8b)
+++ /dev/null
@@ -1,220 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>4.5. テスト方法 — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="4. groonga開発者向け情報" href="../developer.html" />
- <link rel="prev" title="4.3. クエリの実現" href="query.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="query.html" title="4.3. クエリの実現"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../developer.html" accesskey="U">4. groonga開発者向け情報</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="id1">
-<h1>4.5. テスト方法<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id2">
-<h2>4.5.1. テスト環境の構築<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="section" id="cutter">
-<h3>4.5.1.1. Cutterのインストール<a class="headerlink" href="#cutter" title="Permalink to this headline">¶</a></h3>
-<p>groongaは、テストのフレームワークとして <a class="reference external" href="http://cutter.sourceforge.net/">Cutter</a> を用いています。</p>
-<p>Cutterのインストール方法は <a class="reference external" href="http://cutter.sourceforge.net/reference/ja/install.html">プラットフォーム毎のCutterのインストール方法</a> をご覧下さい。</p>
-</div>
-<div class="section" id="lcov">
-<h3>4.5.1.2. lcovのインストール<a class="headerlink" href="#lcov" title="Permalink to this headline">¶</a></h3>
-<p>カバレッジ情報を計測するためには、lcov 1.6以上が必要です。DebianやUbuntuでは以下のようにしてインストールできます。:</p>
-<div class="highlight-none"><div class="highlight"><pre>% sudo aptitude install -y lcov
-</pre></div>
-</div>
-</div>
-<div class="section" id="clang">
-<h3>4.5.1.3. clangのインストール<a class="headerlink" href="#clang" title="Permalink to this headline">¶</a></h3>
-<p>ソースコードの静的解析を行うためには、clang(scan-build)をインストールする必要があります。DebianやUbuntuでは以下のようにしてインストールできます。:</p>
-<div class="highlight-none"><div class="highlight"><pre>% sudo aptitude install -y clang
-</pre></div>
-</div>
-</div>
-<div class="section" id="libmemcached">
-<h3>4.5.1.4. libmemcachedのインストール<a class="headerlink" href="#libmemcached" title="Permalink to this headline">¶</a></h3>
-<p>memcachedのバイナリプロトコルのテストを動作させるためには、libmemcachedの導入が必要です。squeeze以降のDebianやKarmic以降のUubntuでは以下の用にしてインストールできます。:</p>
-<div class="highlight-none"><div class="highlight"><pre>% sudo aptitude install -y libmemcached-dev
-</pre></div>
-</div>
-</div>
-</div>
-<div class="section" id="id5">
-<h2>4.5.2. テストの動作<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<p>groongaのトップディレクトリで、以下のコマンドを実行します。:</p>
-<div class="highlight-none"><div class="highlight"><pre>make check
-</pre></div>
-</div>
-</div>
-<div class="section" id="id6">
-<h2>4.5.3. カバレッジ情報<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<p>groongaのトップディレクトリで、以下のコマンドを実行します。:</p>
-<div class="highlight-none"><div class="highlight"><pre>make coverage
-</pre></div>
-</div>
-<p>すると、coverageディレクトリ以下に、カバレッジ情報が入ったhtmlが出力されます。</p>
-<p>カバレッジには、Lines/Functions/Branchesの3つの対象があります。それぞれ、行/関数/分岐に対応します。Functionsがもっとも重要な対象です。すべての関数がテストされるようになっていることを心がけてください。</p>
-<p>テストがカバーしていない部分の編集は慎重に行ってください。また、テストがカバーしている部分を増やすことも重要です。</p>
-</div>
-<div class="section" id="id7">
-<h2>4.5.4. 様々なテスト<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
-<p>テストは、test/unitディレクトリにおいて、./run-test.shを実行することによっても行えます。run-test.shはいくつかのオプションをとります。詳細は、./run-test.sh –helpを実行しヘルプをご覧ください。</p>
-<div class="section" id="id8">
-<h3>4.5.4.1. 特定のテスト関数のみテストする<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
-<p>特定のテスト関数(Cutterではテストと呼ぶ)のみをテストすることができます。</p>
-<p>実行例:</p>
-<div class="highlight-none"><div class="highlight"><pre>% ./run-test.sh -n test_text_otoj
-</pre></div>
-</div>
-</div>
-<div class="section" id="id9">
-<h3>4.5.4.2. 特定のテストファイルのみテストする<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
-<p>特定のテストファイル(Cutterではテストケースと呼ぶ)のみテストすることができます。</p>
-<p>実行例:</p>
-<div class="highlight-none"><div class="highlight"><pre>% ./run-test.sh -t test_string
-</pre></div>
-</div>
-</div>
-<div class="section" id="id10">
-<h3>4.5.4.3. 不正メモリアクセス・メモリリーク検出<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
-<p>環境変数CUTTER_CHECK_LEAKをyesと設定すると、valgrindを用いて不正メモリアクセスやメモリリークを検出しつつ、テストを動作させることができます。</p>
-<p>run-test.shのみならず、make checkでも利用可能です。</p>
-<p>実行例:</p>
-<div class="highlight-none"><div class="highlight"><pre>% CUTTER_CHECK_LEAK=yes make check
-</pre></div>
-</div>
-</div>
-<div class="section" id="id11">
-<h3>4.5.4.4. デバッガ上でのテスト実行<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
-<p>環境変数CUTTER_DEBUGをyesと設定すると、テストが実行できる環境が整ったgdbが実行されます。gdb上でrunを行うと、テストの実行が開始されます。</p>
-<p>run-test.shのみならず、make checkでも利用可能です。</p>
-<p>実行例:</p>
-<div class="highlight-none"><div class="highlight"><pre>% CUTTER_DEBUG=yes make check
-</pre></div>
-</div>
-</div>
-</div>
-<div class="section" id="id12">
-<h2>4.5.5. 静的解析<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h2>
-<p>scan-buildを用いて、ソースコードの静的解析を行うことができます。scan_buildというディレクトリに解析結果のhtmlが出力されます。:</p>
-<div class="highlight-none"><div class="highlight"><pre>% scan-build ./configure --prefix=/usr
-% make clean
-% scan-build -o ./scan_build make -j4
-</pre></div>
-</div>
-<p>configureは1度のみ実行する必要があります。</p>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">4.5. テスト方法</a><ul>
-<li><a class="reference internal" href="#id2">4.5.1. テスト環境の構築</a><ul>
-<li><a class="reference internal" href="#cutter">4.5.1.1. Cutterのインストール</a></li>
-<li><a class="reference internal" href="#lcov">4.5.1.2. lcovのインストール</a></li>
-<li><a class="reference internal" href="#clang">4.5.1.3. clangのインストール</a></li>
-<li><a class="reference internal" href="#libmemcached">4.5.1.4. libmemcachedのインストール</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id5">4.5.2. テストの動作</a></li>
-<li><a class="reference internal" href="#id6">4.5.3. カバレッジ情報</a></li>
-<li><a class="reference internal" href="#id7">4.5.4. 様々なテスト</a><ul>
-<li><a class="reference internal" href="#id8">4.5.4.1. 特定のテスト関数のみテストする</a></li>
-<li><a class="reference internal" href="#id9">4.5.4.2. 特定のテストファイルのみテストする</a></li>
-<li><a class="reference internal" href="#id10">4.5.4.3. 不正メモリアクセス・メモリリーク検出</a></li>
-<li><a class="reference internal" href="#id11">4.5.4.4. デバッガ上でのテスト実行</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id12">4.5.5. 静的解析</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="query.html"
- title="previous chapter">4.3. クエリの実現</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/developer/test.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="query.html" title="4.3. クエリの実現"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../developer.html" >4. groonga開発者向け情報</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/execfile.html (+0 -370) 100644
===================================================================
--- doc/ja/execfile.html 2010-08-20 05:29:25 +0000 (b18ba3c)
+++ /dev/null
@@ -1,370 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.1.1. groonga実行ファイル — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="_static/default.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="index.html" />
- <link rel="up" title="3.1. 実行環境" href="process.html" />
- <link rel="next" title="3.1.2. http" href="http.html" />
- <link rel="prev" title="3.1. 実行環境" href="process.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="http.html" title="3.1.2. http"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="process.html" title="3.1. 実行環境"
- accesskey="P">previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="process.html" accesskey="U">3.1. 実行環境</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="groonga">
-<h1>3.1.1. groonga実行ファイル<a class="headerlink" href="#groonga" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.1.1.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>groonga - 列指向データベース機能を持つ全文検索エンジンソフトウェア</p>
-</div>
-<div class="section" id="id2">
-<h2>3.1.1.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>groonga [options] [dest] [command [args]]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.1.1.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groongaは列指向のデータベース機能を持つ高速でスケーラブルな全文検索エンジンです。
-groongaのデータベースは、groonga実行ファイルかCライブラリインタフェースを通して操作することができます。このマニュアルページでは、groonga実行ファイルの使い方について説明します。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.1.1.4. オプション<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<dl class="cmdoption">
-<dt id="cmdoption-n">
-<tt class="descname">-n</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption-n" title="Permalink to this definition">¶</a></dt>
-<dd><p>新たなデータベースを作成します。</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption-c">
-<tt class="descname">-c</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption-c" title="Permalink to this definition">¶</a></dt>
-<dd><p>クライアントモードで実行します。</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption-s">
-<tt class="descname">-s</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption-s" title="Permalink to this definition">¶</a></dt>
-<dd><p>サーバモードで実行します。</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption-d">
-<tt class="descname">-d</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption-d" title="Permalink to this definition">¶</a></dt>
-<dd><p>デーモンモードで実行します。(forkする点がサーバモードと異なる)</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption-e">
-<tt class="descname">-e</tt><tt class="descclassname"></tt><tt class="descclassname">, </tt><tt class="descname">--encoding</tt><tt class="descclassname"> <encoding></tt><a class="headerlink" href="#cmdoption-e" title="Permalink to this definition">¶</a></dt>
-<dd><p>データベースで使用する文字エンコーディング方式を指定します。新たなデータベースを作成する時のみ有効です。none, euc, utf8, sjis, latin, koi8rのいずれかが指定できます。</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption-l">
-<tt class="descname">-l</tt><tt class="descclassname"></tt><tt class="descclassname">, </tt><tt class="descname">--log-level</tt><tt class="descclassname"> <log level></tt><a class="headerlink" href="#cmdoption-l" title="Permalink to this definition">¶</a></dt>
-<dd><p>ログレベルを指定します。0〜8までの数値が指定可能で、数が大きいほど多くのログが出力されます。</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption-a">
-<tt class="descname">-a</tt><tt class="descclassname"></tt><tt class="descclassname">, </tt><tt class="descname">--address</tt><tt class="descclassname"> <ip/hostname></tt><a class="headerlink" href="#cmdoption-a" title="Permalink to this definition">¶</a></dt>
-<dd><p>サーバモードかデーモンモードで実行するとき、listenするアドレスを指定します。(デフォルトは`hostname`の返すホスト名)</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption-p">
-<tt class="descname">-p</tt><tt class="descclassname"></tt><tt class="descclassname">, </tt><tt class="descname">--port</tt><tt class="descclassname"> <port number></tt><a class="headerlink" href="#cmdoption-p" title="Permalink to this definition">¶</a></dt>
-<dd><p>クライアント、サーバ、またはデーモンモードで使用するTCPポート番号。
-(デフォルトは10041番)</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption-i">
-<tt class="descname">-i</tt><tt class="descclassname"></tt><tt class="descclassname">, </tt><tt class="descname">--server-id</tt><tt class="descclassname"> <ip/hostname></tt><a class="headerlink" href="#cmdoption-i" title="Permalink to this definition">¶</a></dt>
-<dd><p>サーバモードかデーモンモードで実行するとき、サーバのIDとなるアドレスを指定します。(デフォルトは`hostname`の返すホスト名)</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption-h">
-<tt class="descname">-h</tt><tt class="descclassname"></tt><tt class="descclassname">, </tt><tt class="descname">--help</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption-h" title="Permalink to this definition">¶</a></dt>
-<dd><p>ヘルプメッセージを出力します。</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption--admin-html-path">
-<tt class="descname">--admin-html-path</tt><tt class="descclassname"> <path></tt><a class="headerlink" href="#cmdoption--admin-html-path" title="Permalink to this definition">¶</a></dt>
-<dd><p>httpサーバとしてgroongaを使用する場合に静的ページを格納するディレクトリを指定します。</p>
-<p>デフォルトでは、データベースを管理するための汎用的なページに対応するファイルが/usr/share/groonga/admin_html以下にインストールされます。このディレクトリをadmin-html-pathオプションの値に指定して起動した場合、ウェブブラウザでhttp://hostname:port/index.htmlにアクセスすると、ウェブベースのデータベース管理ツールを使用できます。</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption--protocol">
-<tt class="descname">--protocol</tt><tt class="descclassname"> <protocol></tt><a class="headerlink" href="#cmdoption--protocol" title="Permalink to this definition">¶</a></dt>
-<dd><p>http,gqtpのいずれかを指定します。(デフォルトはgqtp)</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption--log-path">
-<tt class="descname">--log-path</tt><tt class="descclassname"> <path></tt><a class="headerlink" href="#cmdoption--log-path" title="Permalink to this definition">¶</a></dt>
-<dd><p>ログを出力するファイルのパスを指定します。(デフォルトは/var/log/groonga/groonga.logです)</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption--query-log-path">
-<tt class="descname">--query-log-path</tt><tt class="descclassname"> <path></tt><a class="headerlink" href="#cmdoption--query-log-path" title="Permalink to this definition">¶</a></dt>
-<dd><p>クエリーログを出力するファイルのパスを指定します。(デフォルトでは出力されません)</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption-t">
-<tt class="descname">-t</tt><tt class="descclassname"></tt><tt class="descclassname">, </tt><tt class="descname">--max-threads</tt><tt class="descclassname"> <max threasd></tt><a class="headerlink" href="#cmdoption-t" title="Permalink to this definition">¶</a></dt>
-<dd><p>最大で利用するスレッド数を指定します。(デフォルトはマシンのCPUコア数と同じ数です)</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption--pid-path">
-<tt class="descname">--pid-path</tt><tt class="descclassname"> <path></tt><a class="headerlink" href="#cmdoption--pid-path" title="Permalink to this definition">¶</a></dt>
-<dd><p>PIDを保存するパスを指定します。(デフォルトでは保存しません)</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption--config-path">
-<tt class="descname">--config-path</tt><tt class="descclassname"> <path></tt><a class="headerlink" href="#cmdoption--config-path" title="Permalink to this definition">¶</a></dt>
-<dd><p>設定ファイルのパスを指定します。設定ファイルは以下のようなフォーマットになります。:</p>
-<div class="highlight-none"><div class="highlight"><pre># '#'以降はコメント。
-; ';'以降もコメント。
-
-# 'キー = 値'でオプションを指定。
-pid-file = /var/run/groonga.pid
-
-# '='の前後の空白はは無視される。↓は↑と同じ意味。
-pid-file=/var/run/groonga.pid
-
-# 'キー'は'--XXX'スタイルのオプション名と同じものが使える。
-# 例えば、'--pid-path'に対応するキーは'pid-path'。
-# ただし、キーが'config-path'のオプションは無視される。
-</pre></div>
-</div>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption--cache-limit">
-<tt class="descname">--cache-limit</tt><tt class="descclassname"> <limit></tt><a class="headerlink" href="#cmdoption--cache-limit" title="Permalink to this definition">¶</a></dt>
-<dd><p>キャッシュ数の最大値を指定します。(デフォルトは100です)</p>
-</dd></dl>
-
-</div>
-<div class="section" id="id5">
-<h2>3.1.1.5. 引数<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<dl class="cmdoption">
-<dt>
-<tt class="descname">dest</tt></dt>
-<dd><p>使用するデータベースのパス名を指定します。</p>
-<p>クライアントモードの場合は接続先のホスト名とポート番号を指定します(デフォルト値は’localhost:10041’)。ポート番号を指定しない場合には、10041が指定されたものとします。</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt>
-<tt class="descname">command [args]</tt></dt>
-<dd><p>スタンドアロンおよびクライアントモードの場合は、実行するコマンドとその引数をコマンドライン引数に指定できます。コマンドライン引数にcommandを与えなかった場合は、標準入力から一行ずつEOFに達するまでコマンド文字列を読み取り、順次実行します。</p>
-</dd></dl>
-
-</div>
-<div class="section" id="id6">
-<h2>3.1.1.6. コマンド<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<p>groonga実行ファイルを通してデータベースを操作する命令をコマンドと呼びます。コマンドは主にC言語で記述され、groongaプロセスにロードすることによって使用できるようになります。
-それぞれのコマンドは一意な名前と、0個以上の引数を持ちます。</p>
-<p>引数は以下の2種類の方法のいずれかで指定することができます。:</p>
-<div class="highlight-none"><div class="highlight"><pre>形式1: コマンド名 値1 値2,..
-
-形式2: コマンド名 --引数名1 値1 --引数名2 値2,..
-</pre></div>
-</div>
-<p>形式1でコマンドを実行する場合は、定義された順番で値を指定しなければならず、途中の引数の値を省略することはできません。形式2でコマンドを実行する場合は、「–引数名」のように引数の名前を明示しなければならない代わりに、任意の順番で引数を指定することが可能で、途中の引数の指定を省略することもできます。</p>
-<p>標準入力からコマンド文字列を与える場合は、コマンド名と引数名と値は、空白( )で区切ります。空白や、記号「”’()」のうちいずれかを含む値を指定したい場合は、シングルクォート(‘)かダブルクォート(“)で値を囲みます。値として指定する文字列の中では、改行文字は’n’に置き換えて指定します。また、引用符に使用した文字を値の中で指定する場合には、その文字の前にバックスラッシュ(‘’) を指定します。バックスラッシュ文字自身を値として指定する場合には、その前にバックスラッシュを指定します。</p>
-</div>
-<div class="section" id="id7">
-<h2>3.1.1.7. 組み込みコマンド<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
-<p>以下のコマンドは組み込みコマンドとして予め定義されています。</p>
-<blockquote>
-<dl class="docutils">
-<dt><tt class="docutils literal"><span class="pre">status</span></tt></dt>
-<dd>groongaプロセスの状態を表示します。</dd>
-<dt><tt class="docutils literal"><span class="pre">table_list</span></tt></dt>
-<dd>DBに定義されているテーブルのリストを表示します。</dd>
-<dt><tt class="docutils literal"><span class="pre">column_list</span></tt></dt>
-<dd>テーブルに定義されているカラムのリストを表示します。</dd>
-<dt><tt class="docutils literal"><span class="pre">table_create</span></tt></dt>
-<dd>DBにテーブルを追加します。</dd>
-<dt><tt class="docutils literal"><span class="pre">column_create</span></tt></dt>
-<dd>テーブルにカラムを追加します。</dd>
-<dt><tt class="docutils literal"><span class="pre">table_remove</span></tt></dt>
-<dd>DBに定義されているテーブルを削除します。</dd>
-<dt><tt class="docutils literal"><span class="pre">column_remove</span></tt></dt>
-<dd>テーブルに定義されているカラムを削除します。</dd>
-<dt><tt class="docutils literal"><span class="pre">view_add</span></tt></dt>
-<dd>VIEW型のテーブルに要素となるテーブルを定義します。</dd>
-<dt><tt class="docutils literal"><span class="pre">load</span></tt></dt>
-<dd>テーブルにレコードを挿入します。</dd>
-<dt><tt class="docutils literal"><span class="pre">select</span></tt></dt>
-<dd>テーブルに含まれるレコードを検索して表示します。</dd>
-<dt><tt class="docutils literal"><span class="pre">define_selector</span></tt></dt>
-<dd>検索条件をカスタマイズした新たな検索コマンドを定義します。</dd>
-<dt><tt class="docutils literal"><span class="pre">quit</span></tt></dt>
-<dd>データベースとのセッションを終了します。</dd>
-<dt><tt class="docutils literal"><span class="pre">shutdown</span></tt></dt>
-<dd>サーバ(デーモン)プロセスを停止します。</dd>
-<dt><tt class="docutils literal"><span class="pre">log_level</span></tt></dt>
-<dd>ログ出力レベルを設定します。</dd>
-<dt><tt class="docutils literal"><span class="pre">log_put</span></tt></dt>
-<dd>ログ出力を行います。</dd>
-<dt><tt class="docutils literal"><span class="pre">clearlock</span></tt></dt>
-<dd>ロックを解除します。</dd>
-</dl>
-</blockquote>
-</div>
-<div class="section" id="id8">
-<h2>3.1.1.8. 例<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h2>
-<p>新しいデータベースを作成します。:</p>
-<div class="highlight-none"><div class="highlight"><pre>% groonga -n /tmp/hoge.db quit
-%
-</pre></div>
-</div>
-<p>作成済みのデータベースにテーブルを定義します。:</p>
-<div class="highlight-none"><div class="highlight"><pre>% groonga /tmp/hoge.db table_create Table 0 ShortText
-[[0]]
-%
-</pre></div>
-</div>
-<p>サーバを起動します。:</p>
-<div class="highlight-none"><div class="highlight"><pre>% groonga -d /tmp/hoge.db
-%
-</pre></div>
-</div>
-<p>httpサーバとして起動します。:</p>
-<div class="highlight-none"><div class="highlight"><pre>% groonga -d -p 80 --protocol http --admin-html-path /usr/share/groonga/admin_html /tmp/hoge.db
-%
-</pre></div>
-</div>
-<p>サーバに接続し、テーブル一覧を表示します。:</p>
-<div class="highlight-none"><div class="highlight"><pre>% groonga -c localhost table_list
-[[0],[["id","name","path","flags","domain"],[256,"Table","/tmp/hoge.db.0000100",49152,14]]]
-%
-</pre></div>
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.1.1. groonga実行ファイル</a><ul>
-<li><a class="reference internal" href="#id1">3.1.1.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.1.1.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.1.1.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.1.1.4. オプション</a></li>
-<li><a class="reference internal" href="#id5">3.1.1.5. 引数</a></li>
-<li><a class="reference internal" href="#id6">3.1.1.6. コマンド</a></li>
-<li><a class="reference internal" href="#id7">3.1.1.7. 組み込みコマンド</a></li>
-<li><a class="reference internal" href="#id8">3.1.1.8. 例</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="process.html"
- title="previous chapter">3.1. 実行環境</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="http.html"
- title="next chapter">3.1.2. http</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="_sources/execfile.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="http.html" title="3.1.2. http"
- >next</a> |</li>
- <li class="right" >
- <a href="process.html" title="3.1. 実行環境"
- >previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="process.html" >3.1. 実行環境</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/expr.html (+0 -157) 100644
===================================================================
--- doc/ja/expr.html 2010-08-20 05:29:25 +0000 (f7d4f7f)
+++ /dev/null
@@ -1,157 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.5. grn_expr — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="_static/default.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="index.html" />
- <link rel="up" title="3. リファレンスマニュアル" href="reference.html" />
- <link rel="next" title="3.6. 組み込み関数一覧" href="functions.html" />
- <link rel="prev" title="3.4. 疑似カラム (pseudo_column)" href="pseudo_column.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="functions.html" title="3.6. 組み込み関数一覧"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="pseudo_column.html" title="3.4. 疑似カラム (pseudo_column)"
- accesskey="P">previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="reference.html" accesskey="U">3. リファレンスマニュアル</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="grn-expr">
-<h1>3.5. grn_expr<a class="headerlink" href="#grn-expr" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.5.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>grn_expr - 検索条件やデータベースへの操作を表現するデータ構造(読み方:”ぐるんしき”)</p>
-</div>
-<div class="section" id="id2">
-<h2>3.5.2. 説明<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<p>grn_exprは、検索条件やデータベースへの操作を表現するために使用されるデータ構造の形式です。</p>
-<p>データベースの中から特定の条件を満たすレコードを取り出すために、様々な条件をand,or,notなどの演算子で結合して自由に表現することができます。grn_exprは、一連のAPI関数を呼ぶことによって組み立てることができます。特定の文字列形式には依存していません。組み込みコマンドselectのqueryパラメータでは、検索エンジンのユーザがフォームで入力する文字列を直接受け取ることを想定して、文字列からgrn_exprを生成しています。また、多くの組み込みコマンドで共通に使用するために、ECMAScript形式の文字列からgrn_exprを生成するAPI関数grn_expr_parse()を用意しています。grn_expr_parseでパースできる文字列を特にscript形式のgrn_exprと呼びます。</p>
-<p>grn_exprを使うことによって非常に柔軟に検索条件を記述することができます。類似文書検索や近傍検索のような高度な検索もすべてgrn_exprによって記述できます。また、全文検索クエリにおいて、特定の文字列を含むレコードのスコアを細かく制御したり、検索結果数の多寡に応じてより検索漏れの少ないアルゴリズムで再検索するような機能も、grn_exprとgrn_table_select()API関数を組み合わせることによって自由に定義できます。</p>
-</div>
-<div class="section" id="scriptgrn-expr">
-<h2>3.5.3. script形式のgrn_expr<a class="headerlink" href="#scriptgrn-expr" title="Permalink to this headline">¶</a></h2>
-<p>ECMAScript風の構文で検索条件やレコードへの操作を記述します。</p>
-<p>式中のIDENTIFIER(識別子)は、以下のいずれかを指します。</p>
-<table class="docutils field-list" frame="void" rules="none">
-<col class="field-name" />
-<col class="field-body" />
-<tbody valign="top">
-<tr class="field"><th class="field-name">引数名:</th><td class="field-body">grn_exprが受け取る引数の名前</td>
-</tr>
-<tr class="field"><th class="field-name">カラム名:</th><td class="field-body">操作対象としているレコードのカラム名</td>
-</tr>
-<tr class="field"><th class="field-name">型名・関数名・テーブル名:</th><td class="field-body">データベースに定義された型・テーブル・関数の名前</td>
-</tr>
-</tbody>
-</table>
-</div>
-<div class="section" id="id3">
-<h2>3.5.4. 例<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>script形式でcolumn1の値が’hoge’に等しいという条件</p>
-<blockquote>
-column1 == “hoge”</blockquote>
-<p class="rubric">脚注</p>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.5. grn_expr</a><ul>
-<li><a class="reference internal" href="#id1">3.5.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.5.2. 説明</a></li>
-<li><a class="reference internal" href="#scriptgrn-expr">3.5.3. script形式のgrn_expr</a></li>
-<li><a class="reference internal" href="#id3">3.5.4. 例</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="pseudo_column.html"
- title="previous chapter">3.4. 疑似カラム (pseudo_column)</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="functions.html"
- title="next chapter">3.6. 組み込み関数一覧</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="_sources/expr.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="functions.html" title="3.6. 組み込み関数一覧"
- >next</a> |</li>
- <li class="right" >
- <a href="pseudo_column.html" title="3.4. 疑似カラム (pseudo_column)"
- >previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="reference.html" >3. リファレンスマニュアル</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/functions.html (+0 -121) 100644
===================================================================
--- doc/ja/functions.html 2010-08-20 05:29:25 +0000 (0db8590)
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.6. 組み込み関数一覧 — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="_static/default.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="index.html" />
- <link rel="up" title="3. リファレンスマニュアル" href="reference.html" />
- <link rel="next" title="3.6.1. geo_distance" href="functions/geo_distance.html" />
- <link rel="prev" title="3.5. grn_expr" href="expr.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="functions/geo_distance.html" title="3.6.1. geo_distance"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="expr.html" title="3.5. grn_expr"
- accesskey="P">previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="reference.html" accesskey="U">3. リファレンスマニュアル</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="id1">
-<h1>3.6. 組み込み関数一覧<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
-<div class="toctree-wrapper compound">
-<ul>
-<li class="toctree-l1"><a class="reference internal" href="functions/geo_distance.html">3.6.1. geo_distance</a></li>
-<li class="toctree-l1"><a class="reference internal" href="functions/geo_in_circle.html">3.6.2. geo_in_circle</a></li>
-<li class="toctree-l1"><a class="reference internal" href="functions/geo_in_rectangle.html">3.6.3. geo_in_rectangle</a></li>
-<li class="toctree-l1"><a class="reference internal" href="functions/now.html">3.6.4. now</a></li>
-<li class="toctree-l1"><a class="reference internal" href="functions/rand.html">3.6.5. rand</a></li>
-</ul>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h4>Previous topic</h4>
- <p class="topless"><a href="expr.html"
- title="previous chapter">3.5. grn_expr</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="functions/geo_distance.html"
- title="next chapter">3.6.1. geo_distance</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="_sources/functions.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="functions/geo_distance.html" title="3.6.1. geo_distance"
- >next</a> |</li>
- <li class="right" >
- <a href="expr.html" title="3.5. grn_expr"
- >previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="reference.html" >3. リファレンスマニュアル</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/functions/geo_distance.html (+0 -170) 100644
===================================================================
--- doc/ja/functions/geo_distance.html 2010-08-20 05:29:25 +0000 (8398a09)
+++ /dev/null
@@ -1,170 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.6.1. geo_distance — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.6. 組み込み関数一覧" href="../functions.html" />
- <link rel="next" title="3.6.2. geo_in_circle" href="geo_in_circle.html" />
- <link rel="prev" title="3.6. 組み込み関数一覧" href="../functions.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="geo_in_circle.html" title="3.6.2. geo_in_circle"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="../functions.html" title="3.6. 組み込み関数一覧"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../functions.html" accesskey="U">3.6. 組み込み関数一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="geo-distance">
-<h1>3.6.1. geo_distance<a class="headerlink" href="#geo-distance" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.6.1.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>geo_distance - 指定した2点の距離を計算する</p>
-</div>
-<div class="section" id="id2">
-<h2>3.6.1.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>geo_distance(point1, point2)
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.6.1.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込関数の一つであるgeo_distanceについて説明します。組込関数は、script形式のgrn_expr中で呼び出すことができます。</p>
-<p>geo_distance() 関数は、point1に指定した座標とpoint2に指定した座標の間の距離(近似値)を求めます。
-geo_distance()の他に、距離計算アルゴリズムの異なる、geo_distance2()、geo_distance3()が使用できます。それぞれ、長方形近似、球面近似、ヒュベニの距離計算式によって距離を算出します。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.6.1.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p><tt class="docutils literal"><span class="pre">point1</span></tt></p>
-<blockquote>
-距離を求める2点のうち一つを指定します。GeoPoint型の値を指定できます。 <a class="footnote-reference" href="#id8" id="id5">[1]</a></blockquote>
-<p><tt class="docutils literal"><span class="pre">point2</span></tt></p>
-<blockquote>
-距離を求める2点のうちもう一つを指定します。GeoPoint型の値、あるいは座標を示す文字列を指定できます。</blockquote>
-</div>
-<div class="section" id="id6">
-<h2>3.6.1.5. 返値<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<p>指定した2点の距離をFloat型の値(単位:メートル)として返します。</p>
-</div>
-<div class="section" id="id7">
-<h2>3.6.1.6. 例<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>geo_distance(pos, "150x150")
-100
-</pre></div>
-</div>
-<p class="rubric">脚注</p>
-<table class="docutils footnote" frame="void" id="id8" rules="none">
-<colgroup><col class="label" /><col /></colgroup>
-<tbody valign="top">
-<tr><td class="label"><a class="fn-backref" href="#id5">[1]</a></td><td>TokyoGeoPoint(日本測地系座標)かWGS84GeoPoint(世界測地系座標)のいずれかを指定できます。</td></tr>
-</tbody>
-</table>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.6.1. geo_distance</a><ul>
-<li><a class="reference internal" href="#id1">3.6.1.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.6.1.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.6.1.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.6.1.4. 引数</a></li>
-<li><a class="reference internal" href="#id6">3.6.1.5. 返値</a></li>
-<li><a class="reference internal" href="#id7">3.6.1.6. 例</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="../functions.html"
- title="previous chapter">3.6. 組み込み関数一覧</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="geo_in_circle.html"
- title="next chapter">3.6.2. geo_in_circle</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/functions/geo_distance.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="geo_in_circle.html" title="3.6.2. geo_in_circle"
- >next</a> |</li>
- <li class="right" >
- <a href="../functions.html" title="3.6. 組み込み関数一覧"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../functions.html" >3.6. 組み込み関数一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/functions/geo_in_circle.html (+0 -173) 100644
===================================================================
--- doc/ja/functions/geo_in_circle.html 2010-08-20 05:29:25 +0000 (eb79a1b)
+++ /dev/null
@@ -1,173 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.6.2. geo_in_circle — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.6. 組み込み関数一覧" href="../functions.html" />
- <link rel="next" title="3.6.3. geo_in_rectangle" href="geo_in_rectangle.html" />
- <link rel="prev" title="3.6.1. geo_distance" href="geo_distance.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="geo_in_rectangle.html" title="3.6.3. geo_in_rectangle"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="geo_distance.html" title="3.6.1. geo_distance"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../functions.html" accesskey="U">3.6. 組み込み関数一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="geo-in-circle">
-<h1>3.6.2. geo_in_circle<a class="headerlink" href="#geo-in-circle" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.6.2.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>geo_in_circle - 座標が円の範囲内に存在するかどうかを調べます。</p>
-</div>
-<div class="section" id="id2">
-<h2>3.6.2.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>geo_in_circle(point, center, radious_or_point)
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.6.2.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込関数の一つであるgeo_in_circleについて説明します。組込関数は、script形式のgrn_expr中で呼び出すことができます。</p>
-<p>geo_in_circle() 関数は、pointに指定した座標が、centerに指定した座標を中心とする円の範囲内にあるかどうかを調べます。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.6.2.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p><tt class="docutils literal"><span class="pre">point</span></tt></p>
-<blockquote>
-円の範囲内に存在するかどうかを調べる座標を指定します。Point型の値を指定できます。 <a class="footnote-reference" href="#id8" id="id5">[1]</a></blockquote>
-<p><tt class="docutils literal"><span class="pre">center</span></tt></p>
-<blockquote>
-円の中心となる座標を指定します。Point型の値、あるいは座標を示す文字列を指定できます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">radious_or_point</span></tt></p>
-<blockquote>
-円の半径を指定します。数値を指定した場合には、半径(単位:メートル)が指定されたものとみなします。
-Point型の値、あるいは座標を示す文字列を指定した場合は、円周上の点の一つの座標が指定されたものとみなします。</blockquote>
-</div>
-<div class="section" id="id6">
-<h2>3.6.2.5. 返値<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<p>pointに指定した座標が円の範囲内にあるかどうかをBool型の値で返します。</p>
-</div>
-<div class="section" id="id7">
-<h2>3.6.2.6. 例<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>geo_in_circle(pos, "100x100", 100)
-true
-</pre></div>
-</div>
-<p class="rubric">脚注</p>
-<table class="docutils footnote" frame="void" id="id8" rules="none">
-<colgroup><col class="label" /><col /></colgroup>
-<tbody valign="top">
-<tr><td class="label"><a class="fn-backref" href="#id5">[1]</a></td><td>TokyoGeoPoint(日本測地系座標)かWGS84GeoPoint(世界測地系座標)のいずれかを指定できます。</td></tr>
-</tbody>
-</table>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.6.2. geo_in_circle</a><ul>
-<li><a class="reference internal" href="#id1">3.6.2.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.6.2.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.6.2.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.6.2.4. 引数</a></li>
-<li><a class="reference internal" href="#id6">3.6.2.5. 返値</a></li>
-<li><a class="reference internal" href="#id7">3.6.2.6. 例</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="geo_distance.html"
- title="previous chapter">3.6.1. geo_distance</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="geo_in_rectangle.html"
- title="next chapter">3.6.3. geo_in_rectangle</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/functions/geo_in_circle.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="geo_in_rectangle.html" title="3.6.3. geo_in_rectangle"
- >next</a> |</li>
- <li class="right" >
- <a href="geo_distance.html" title="3.6.1. geo_distance"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../functions.html" >3.6. 組み込み関数一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/functions/geo_in_rectangle.html (+0 -172) 100644
===================================================================
--- doc/ja/functions/geo_in_rectangle.html 2010-08-20 05:29:25 +0000 (0352f20)
+++ /dev/null
@@ -1,172 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.6.3. geo_in_rectangle — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.6. 組み込み関数一覧" href="../functions.html" />
- <link rel="next" title="3.6.4. now" href="now.html" />
- <link rel="prev" title="3.6.2. geo_in_circle" href="geo_in_circle.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="now.html" title="3.6.4. now"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="geo_in_circle.html" title="3.6.2. geo_in_circle"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../functions.html" accesskey="U">3.6. 組み込み関数一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="geo-in-rectangle">
-<h1>3.6.3. geo_in_rectangle<a class="headerlink" href="#geo-in-rectangle" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.6.3.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>geo_in_rectangle - 座標が矩形の範囲内に存在するかどうかを調べます。</p>
-</div>
-<div class="section" id="id2">
-<h2>3.6.3.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>geo_in_rectangle(point, top_left, bottom_right)
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.6.3.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込関数の一つであるgeo_in_rectangleについて説明します。組込関数は、script形式のgrn_expr中で呼び出すことができます。</p>
-<p>geo_in_rectangle() 関数は、pointに指定した座標が、top_leftとbottom_rightがなす矩形の範囲内にあるかどうかを調べます。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.6.3.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p><tt class="docutils literal"><span class="pre">point</span></tt></p>
-<blockquote>
-矩形の範囲内に存在するかどうかを調べる座標を指定します。Point型の値を指定できます。 <a class="footnote-reference" href="#id8" id="id5">[1]</a></blockquote>
-<p><tt class="docutils literal"><span class="pre">top_left</span></tt></p>
-<blockquote>
-矩形の左上隅となる座標を指定します。Point型の値、あるいは座標を示す文字列を指定できます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">bottom_right</span></tt></p>
-<blockquote>
-矩形の右下隅となる座標を指定します。Point型の値、あるいは座標を示す文字列を指定できます。</blockquote>
-</div>
-<div class="section" id="id6">
-<h2>3.6.3.5. 返値<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<p>pointに指定した座標が矩形の範囲内にあるかどうかをBool型の値で返します。</p>
-</div>
-<div class="section" id="id7">
-<h2>3.6.3.6. 例<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>geo_in_rectangle(pos, "100x100", "150x150")
-true
-</pre></div>
-</div>
-<p class="rubric">脚注</p>
-<table class="docutils footnote" frame="void" id="id8" rules="none">
-<colgroup><col class="label" /><col /></colgroup>
-<tbody valign="top">
-<tr><td class="label"><a class="fn-backref" href="#id5">[1]</a></td><td>TokyoGeoPoint(日本測地系座標)かWGS84GeoPoint(世界測地系座標)のいずれかを指定できます。</td></tr>
-</tbody>
-</table>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.6.3. geo_in_rectangle</a><ul>
-<li><a class="reference internal" href="#id1">3.6.3.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.6.3.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.6.3.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.6.3.4. 引数</a></li>
-<li><a class="reference internal" href="#id6">3.6.3.5. 返値</a></li>
-<li><a class="reference internal" href="#id7">3.6.3.6. 例</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="geo_in_circle.html"
- title="previous chapter">3.6.2. geo_in_circle</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="now.html"
- title="next chapter">3.6.4. now</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/functions/geo_in_rectangle.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="now.html" title="3.6.4. now"
- >next</a> |</li>
- <li class="right" >
- <a href="geo_in_circle.html" title="3.6.2. geo_in_circle"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../functions.html" >3.6. 組み込み関数一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/functions/now.html (+0 -152) 100644
===================================================================
--- doc/ja/functions/now.html 2010-08-20 05:29:25 +0000 (8dd9ed0)
+++ /dev/null
@@ -1,152 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.6.4. now — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.6. 組み込み関数一覧" href="../functions.html" />
- <link rel="next" title="3.6.5. rand" href="rand.html" />
- <link rel="prev" title="3.6.3. geo_in_rectangle" href="geo_in_rectangle.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="rand.html" title="3.6.5. rand"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="geo_in_rectangle.html" title="3.6.3. geo_in_rectangle"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../functions.html" accesskey="U">3.6. 組み込み関数一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="now">
-<h1>3.6.4. now<a class="headerlink" href="#now" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.6.4.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>now - 現在時刻を返す</p>
-</div>
-<div class="section" id="id2">
-<h2>3.6.4.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>now()
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.6.4.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込関数の一つであるnowについて説明します。組込関数は、script形式のgrn_expr中で呼び出すことができます。</p>
-<p>now() 関数は現在時刻に対応するTime型の値を返します。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.6.4.4. 返値<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p>現在時刻に対応するTime型のオブジェクトを返します。</p>
-</div>
-<div class="section" id="id5">
-<h2>3.6.4.5. 例<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>now()
-1256791194.55541
-</pre></div>
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.6.4. now</a><ul>
-<li><a class="reference internal" href="#id1">3.6.4.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.6.4.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.6.4.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.6.4.4. 返値</a></li>
-<li><a class="reference internal" href="#id5">3.6.4.5. 例</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="geo_in_rectangle.html"
- title="previous chapter">3.6.3. geo_in_rectangle</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="rand.html"
- title="next chapter">3.6.5. rand</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/functions/now.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="rand.html" title="3.6.5. rand"
- >next</a> |</li>
- <li class="right" >
- <a href="geo_in_rectangle.html" title="3.6.3. geo_in_rectangle"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../functions.html" >3.6. 組み込み関数一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/functions/rand.html (+0 -159) 100644
===================================================================
--- doc/ja/functions/rand.html 2010-08-20 05:29:25 +0000 (f8d452e)
+++ /dev/null
@@ -1,159 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.6.5. rand — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="3.6. 組み込み関数一覧" href="../functions.html" />
- <link rel="next" title="4. groonga開発者向け情報" href="../developer.html" />
- <link rel="prev" title="3.6.4. now" href="now.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="../developer.html" title="4. groonga開発者向け情報"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="now.html" title="3.6.4. now"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../functions.html" accesskey="U">3.6. 組み込み関数一覧</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="rand">
-<h1>3.6.5. rand<a class="headerlink" href="#rand" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.6.5.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>rand - 乱数を生成する</p>
-</div>
-<div class="section" id="id2">
-<h2>3.6.5.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>rand([max])
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.6.5.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga組込関数の一つであるrandについて説明します。組込関数は、script形式のgrn_expr中で呼び出すことができます。</p>
-<p>rand() 関数は 0 から max の間の疑似乱数整数を返します。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.6.5.4. 引数<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p><tt class="docutils literal"><span class="pre">max</span></tt></p>
-<blockquote>
-返値の最大値を指定します。省略した場合は RAND_MAX が指定されたものとみなされます。</blockquote>
-</div>
-<div class="section" id="id5">
-<h2>3.6.5.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<p>0 と max の間の数を表すInt32型の値を返します。</p>
-</div>
-<div class="section" id="id6">
-<h2>3.6.5.6. 例<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>rand(10)
-3
-</pre></div>
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.6.5. rand</a><ul>
-<li><a class="reference internal" href="#id1">3.6.5.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.6.5.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.6.5.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.6.5.4. 引数</a></li>
-<li><a class="reference internal" href="#id5">3.6.5.5. 返値</a></li>
-<li><a class="reference internal" href="#id6">3.6.5.6. 例</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="now.html"
- title="previous chapter">3.6.4. now</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="../developer.html"
- title="next chapter">4. groonga開発者向け情報</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/functions/rand.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="../developer.html" title="4. groonga開発者向け情報"
- >next</a> |</li>
- <li class="right" >
- <a href="now.html" title="3.6.4. now"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="../functions.html" >3.6. 組み込み関数一覧</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/genindex.html (+0 -227) 100644
===================================================================
--- doc/ja/genindex.html 2010-08-20 05:29:25 +0000 (0d1f01c)
+++ /dev/null
@@ -1,227 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>Index — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="_static/default.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="index.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="#" title="General Index"
- accesskey="I">index</a></li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
-
- <h1 id="index">Index</h1>
-
- <div class="genindex-jumpbox">
- <a href="#Symbols"><strong>Symbols</strong></a> | <a href="#C"><strong>C</strong></a>
- </div>
-<h2 id="Symbols">Symbols</h2>
-<table width="100%" class="indextable genindextable"><tr>
- <td width="33%" valign="top"><dl>
- <dt>--admin-html-path <path></dt>
- <dd><dl>
- <dt><a href="execfile.html#cmdoption--admin-html-path">command line option</a></dt>
- </dl></dd>
- <dt>--cache-limit <limit></dt>
- <dd><dl>
- <dt><a href="execfile.html#cmdoption--cache-limit">command line option</a></dt>
- </dl></dd>
- <dt>--config-path <path></dt>
- <dd><dl>
- <dt><a href="execfile.html#cmdoption--config-path">command line option</a></dt>
- </dl></dd>
- <dt>--dir</dt>
- <dd><dl>
- <dt><a href="grntest.html#cmdoption--dir">command line option</a></dt>
- </dl></dd>
- <dt>--log-output-dir</dt>
- <dd><dl>
- <dt><a href="grntest.html#cmdoption--log-output-dir">command line option</a></dt>
- </dl></dd>
- <dt>--log-path <path></dt>
- <dd><dl>
- <dt><a href="execfile.html#cmdoption--log-path">command line option</a></dt>
- </dl></dd>
- <dt>--noftp</dt>
- <dd><dl>
- <dt><a href="grntest.html#cmdoption--noftp">command line option</a></dt>
- </dl></dd>
- <dt>--pid-path <path></dt>
- <dd><dl>
- <dt><a href="execfile.html#cmdoption--pid-path">command line option</a></dt>
- </dl></dd>
- <dt>--protocol <protocol></dt>
- <dd><dl>
- <dt><a href="execfile.html#cmdoption--protocol">command line option</a></dt>
- </dl></dd>
- <dt>--query-log-path <path></dt>
- <dd><dl>
- <dt><a href="execfile.html#cmdoption--query-log-path">command line option</a></dt>
- </dl></dd>
- <dt>-a, --address <ip/hostname></dt>
- <dd><dl>
- <dt><a href="execfile.html#cmdoption-a">command line option</a></dt>
- </dl></dd>
- <dt>-c</dt>
- <dd><dl>
- <dt><a href="execfile.html#cmdoption-c">command line option</a></dt>
- </dl></dd>
-</dl></td>
- <td width="33%" valign="top"><dl>
- <dt>-d</dt>
- <dd><dl>
- <dt><a href="execfile.html#cmdoption-d">command line option</a></dt>
- </dl></dd>
- <dt>-e, --encoding <encoding></dt>
- <dd><dl>
- <dt><a href="execfile.html#cmdoption-e">command line option</a></dt>
- </dl></dd>
- <dt>-h, --help</dt>
- <dd><dl>
- <dt><a href="execfile.html#cmdoption-h">command line option</a></dt>
- </dl></dd>
- <dt>-i, --host <ip/hostname></dt>
- <dd><dl>
- <dt><a href="grntest.html#cmdoption-i">command line option</a></dt>
- </dl></dd>
- <dt>-i, --server-id <ip/hostname></dt>
- <dd><dl>
- <dt><a href="execfile.html#cmdoption-i">command line option</a></dt>
- </dl></dd>
- <dt>-l, --log-level <log level></dt>
- <dd><dl>
- <dt><a href="execfile.html#cmdoption-l">command line option</a></dt>
- </dl></dd>
- <dt>-m</dt>
- <dd><dl>
- <dt><a href="grnslap.html#cmdoption-m">command line option</a></dt>
- </dl></dd>
- <dt>-n</dt>
- <dd><dl>
- <dt><a href="execfile.html#cmdoption-n">command line option</a></dt>
- </dl></dd>
- <dt>-P</dt>
- <dd><dl>
- <dt><a href="grnslap.html#cmdoption-P">command line option</a></dt>
- </dl></dd>
- <dt>-p, --port <port number></dt>
- <dd><dl>
- <dt><a href="grntest.html#cmdoption-p">command line option</a>, <a href="execfile.html#cmdoption-p">[1]</a></dt>
- </dl></dd>
- <dt>-s</dt>
- <dd><dl>
- <dt><a href="execfile.html#cmdoption-s">command line option</a></dt>
- </dl></dd>
- <dt>-t, --max-threads <max threasd></dt>
- <dd><dl>
- <dt><a href="execfile.html#cmdoption-t">command line option</a></dt>
- </dl></dd>
-</dl></td>
-</tr></table>
-
-<h2 id="C">C</h2>
-<table width="100%" class="indextable genindextable"><tr>
- <td width="33%" valign="top"><dl>
- <dt>command line option</dt>
- <dd><dl>
- <dt><a href="execfile.html#cmdoption--admin-html-path">--admin-html-path <path></a></dt>
- <dt><a href="execfile.html#cmdoption--cache-limit">--cache-limit <limit></a></dt>
- <dt><a href="execfile.html#cmdoption--config-path">--config-path <path></a></dt>
- <dt><a href="grntest.html#cmdoption--dir">--dir</a></dt>
- <dt><a href="grntest.html#cmdoption--log-output-dir">--log-output-dir</a></dt>
- <dt><a href="execfile.html#cmdoption--log-path">--log-path <path></a></dt>
- <dt><a href="grntest.html#cmdoption--noftp">--noftp</a></dt>
- <dt><a href="execfile.html#cmdoption--pid-path">--pid-path <path></a></dt>
- <dt><a href="execfile.html#cmdoption--protocol">--protocol <protocol></a></dt>
- <dt><a href="execfile.html#cmdoption--query-log-path">--query-log-path <path></a></dt>
- <dt><a href="grnslap.html#cmdoption-P">-P</a></dt>
- <dt><a href="execfile.html#cmdoption-a">-a, --address <ip/hostname></a></dt>
- <dt><a href="execfile.html#cmdoption-c">-c</a></dt>
- <dt><a href="execfile.html#cmdoption-d">-d</a></dt>
- <dt><a href="execfile.html#cmdoption-e">-e, --encoding <encoding></a></dt>
- <dt><a href="execfile.html#cmdoption-h">-h, --help</a></dt>
- <dt><a href="grntest.html#cmdoption-i">-i, --host <ip/hostname></a></dt>
- <dt><a href="execfile.html#cmdoption-i">-i, --server-id <ip/hostname></a></dt>
- <dt><a href="execfile.html#cmdoption-l">-l, --log-level <log level></a></dt>
- <dt><a href="grnslap.html#cmdoption-m">-m</a></dt>
- <dt><a href="execfile.html#cmdoption-n">-n</a></dt>
- <dt><a href="grntest.html#cmdoption-p">-p, --port <port number></a>, <a href="execfile.html#cmdoption-p">[1]</a></dt>
- <dt><a href="execfile.html#cmdoption-s">-s</a></dt>
- <dt><a href="execfile.html#cmdoption-t">-t, --max-threads <max threasd></a></dt>
- </dl></dd>
-</dl></td>
-</tr></table>
-
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
-
-
-
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="#" title="General Index"
- >index</a></li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/grnslap.html (+0 -183) 100644
===================================================================
--- doc/ja/grnslap.html 2010-08-20 05:29:25 +0000 (42e0e6d)
+++ /dev/null
@@ -1,183 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.1.3. grnslap — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="_static/default.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="index.html" />
- <link rel="up" title="3.1. 実行環境" href="process.html" />
- <link rel="next" title="3.1.4. grntest" href="grntest.html" />
- <link rel="prev" title="3.1.2. http" href="http.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="grntest.html" title="3.1.4. grntest"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="http.html" title="3.1.2. http"
- accesskey="P">previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="process.html" accesskey="U">3.1. 実行環境</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="grnslap">
-<h1>3.1.3. grnslap<a class="headerlink" href="#grnslap" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.1.3.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>grnslap - groongaプロセスの通信層のパフォーマンスをチェックするツール</p>
-</div>
-<div class="section" id="id2">
-<h2>3.1.3.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>grnslap [options] [dest]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.1.3.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>grnslapは、groongaプロセスに対してリクエストを多重に行い、パフォーマンスをチェックするためのツールです。</p>
-<p>groonga独自プロトコルであるgqtpと、httpの両プロトコルでリクエストを行うことができます。また、リクエストの多重度を指定することができます。</p>
-<p>クエリの内容を標準入力から与えることができます。実稼動環境でのクエリパタンに近いクエリを標準入力に与えることによって、実稼動環境に近い状態での検証を行うことができます。</p>
-<p>現在は、make installしてもインストールは行われない。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.1.3.4. オプション<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<dl class="cmdoption">
-<dt id="cmdoption-P">
-<tt class="descname">-P</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption-P" title="Permalink to this definition">¶</a></dt>
-<dd><p>リクエストのプロトコルを指定します。</p>
-<p><cite>http</cite></p>
-<blockquote>
-httpでリクエストします。対象のhttpのパス群(GETパラメータを含む)をLF区切り形式で標準入力に与えると、それらのパスに順次アクセスします。</blockquote>
-<p><cite>gqtp</cite></p>
-<blockquote>
-gqtpでリクエストします。gqtpのリクエストをLF区切り形式で標準入力に与えると、それらのリクエストを順次行います。</blockquote>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption-m">
-<tt class="descname">-m</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption-m" title="Permalink to this definition">¶</a></dt>
-<dd><p>リクエストの多重度を指定します。初期値は10です。</p>
-</dd></dl>
-
-</div>
-<div class="section" id="id5">
-<h2>3.1.3.5. 引数<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<dl class="cmdoption">
-<dt>
-<tt class="descname">dest</tt></dt>
-<dd><p>接続先のホスト名とポート番号をを指定します(デフォルト値は’localhost:10041’)。ポート番号を指定しない場合には、10041が指定されたものとします。</p>
-</dd></dl>
-
-</div>
-<div class="section" id="id6">
-<h2>3.1.3.6. サンプル<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<p><a class="reference external" href="http://localhost:10041/d/status">http://localhost:10041/d/status</a> に、多重度100でリクエストを行う。</p>
-<div class="highlight-none"><div class="highlight"><pre>> yes /d/status | head -n 100 | grnslap -P http -m 100 localhost:10041
-2009-11-12 19:34:09.998696|begin: max_concurrency=100 max_tp=10000
-2009-11-12 19:34:10.011208|end : n=100 min=46 max=382 avg=0 qps=7992.966190 etime=0.012511
-</pre></div>
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.1.3. grnslap</a><ul>
-<li><a class="reference internal" href="#id1">3.1.3.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.1.3.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.1.3.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.1.3.4. オプション</a></li>
-<li><a class="reference internal" href="#id5">3.1.3.5. 引数</a></li>
-<li><a class="reference internal" href="#id6">3.1.3.6. サンプル</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="http.html"
- title="previous chapter">3.1.2. http</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="grntest.html"
- title="next chapter">3.1.4. grntest</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="_sources/grnslap.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="grntest.html" title="3.1.4. grntest"
- >next</a> |</li>
- <li class="right" >
- <a href="http.html" title="3.1.2. http"
- >previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="process.html" >3.1. 実行環境</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/grntest.html (+0 -368) 100644
===================================================================
--- doc/ja/grntest.html 2010-08-20 05:29:25 +0000 (655de86)
+++ /dev/null
@@ -1,368 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.1.4. grntest — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="_static/default.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="index.html" />
- <link rel="up" title="3.1. 実行環境" href="process.html" />
- <link rel="next" title="3.2. 組み込みコマンド一覧" href="commands.html" />
- <link rel="prev" title="3.1.3. grnslap" href="grnslap.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="commands.html" title="3.2. 組み込みコマンド一覧"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="grnslap.html" title="3.1.3. grnslap"
- accesskey="P">previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="process.html" accesskey="U">3.1. 実行環境</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="grntest">
-<h1>3.1.4. grntest<a class="headerlink" href="#grntest" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.1.4.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>grntest - groongaテストプログラム</p>
-</div>
-<div class="section" id="id2">
-<h2>3.1.4.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>grntest [options...] [script] [db]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.1.4.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>grntestは、groonga汎用テストツールです。</p>
-<p>groongaを単独のプロセスとして利用する場合はもちろん、サーバプログラムとして利用する場合の動作確認や実行速度測定が可能です。</p>
-<p>grntest を利用するために必要なデータファイルは、ftp.groonga.orgから必要に応じダウンロードしますので、groonga及びgrntestが動作し、インターネットに接続できる環境であればgroongaコマンドの知識がなくてもgroongaの動作を確認できます。</p>
-<p>現在は、linux 及びWindows上で動作します。make installしてもインストールは行われません。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.1.4.4. オプション<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<dl class="cmdoption">
-<dt id="cmdoption-i">
-<tt class="descname">-i</tt><tt class="descclassname"></tt><tt class="descclassname">, </tt><tt class="descname">--host</tt><tt class="descclassname"> <ip/hostname></tt><a class="headerlink" href="#cmdoption-i" title="Permalink to this definition">¶</a></dt>
-<dd><p>接続するgroongaサーバを、ipアドレスまたはホスト名で指定します。指定先にgroongaサーバが立ち上がっていない場合、接続不能となることに注意してください。このオプションを指定しない場合、grntestは自動的にlocalhostのgroongaサーバを起動して接続します。</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption-p">
-<tt class="descname">-p</tt><tt class="descclassname"></tt><tt class="descclassname">, </tt><tt class="descname">--port</tt><tt class="descclassname"> <port number></tt><a class="headerlink" href="#cmdoption-p" title="Permalink to this definition">¶</a></dt>
-<dd><p>自動的に起動するgroongaサーバ、または明示的に指定した接続先のgroonga サーバが利用するポート番号を指定します。接続先のgroongaサーバが利用しているポートと、このオプションで指定したポート番号が異なる場合、接続不能となることに注意してください。</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption--dir">
-<tt class="descname">--dir</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption--dir" title="Permalink to this definition">¶</a></dt>
-<dd><p>ftp.groonga.org に用意されているスクリプトファイルを表示します。</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption--noftp">
-<tt class="descname">--noftp</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption--noftp" title="Permalink to this definition">¶</a></dt>
-<dd><p>通常grntestはftp.groonga.orgとftp通信を行い、scriptファイルの同期やログファイルの送信を行います。–noftp オプションを指定するとftp 通信を一切行わないようになります。存在しないスクリプトファイルを指定した場合、エラーとなることに注意してください。</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt id="cmdoption--log-output-dir">
-<tt class="descname">--log-output-dir</tt><tt class="descclassname"></tt><a class="headerlink" href="#cmdoption--log-output-dir" title="Permalink to this definition">¶</a></dt>
-<dd><p>デフォルトでは、grntest終了後のログファイルの出力先ははカレントディレクトリです。このオプションを利用すると、任意のディレクトリに出力先を変更することができます。</p>
-</dd></dl>
-
-</div>
-<div class="section" id="id5">
-<h2>3.1.4.5. 引数<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<dl class="cmdoption">
-<dt>
-<tt class="descname">script</tt></dt>
-<dd><p>grntestの動作方法(以下、grntest命令と呼びます)を記述したテキストファイルです。拡張子は.scrです。</p>
-</dd></dl>
-
-<dl class="cmdoption">
-<dt>
-<tt class="descname">db</tt></dt>
-<dd><p>grntestが利用するgroonga データベースです。指定されたデータベースが存在しない場合、grntestが新規に作成します。またgroonga サーバを自動的に起動する場合もこの引数で指定したデータベースが利用されます。接続するgroonga サーバを明示的に指定した場合に利用するデータベースは、接続先サーバが使用中のデータベースになることに注意してください。</p>
-</dd></dl>
-
-</div>
-<div class="section" id="id6">
-<h2>3.1.4.6. 使い方<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<p>まず、シェル上(Windowsならコマンドプロンプト上)で</p>
-<blockquote>
-grntest test.scr 任意のDB名</blockquote>
-<p>とタイプしてください。もしgrntestが正常に動作すれば、</p>
-<blockquote>
-test-ユーザ名-数字.log</blockquote>
-<p>というファイルが作成されるはずです。作成されない場合、、このドキュメントの「トラブルシューティング」の章を参照してください。</p>
-</div>
-<div class="section" id="id7">
-<h2>3.1.4.7. スクリプトファイル<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
-<p>スクリプトファイルは、grntest命令を記述したテキストファイルです。
-“;”セミコロンを利用して、一行に複数のgrntest命令を記述することができます。一行に複数のgrntest命令がある場合、各命令は並列に実行されます。
-“#”で始まる行はコメントとして扱われます。</p>
-<div class="section" id="id8">
-<h3>3.1.4.7.1. grntest命令<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
-<p>現在サポートされているgrntest命令は以下の8つです。</p>
-<blockquote>
-<p>do_local コマンドファイル [スレッド数] [繰り返し数]</p>
-<blockquote>
-コマンドファイルをgrntest単体で実行します。スレッド数が指定されている場合、複数のスレッドで同じコマンドファイルを同時に実行します。繰り返し数が指定されてい場合、コマンドファイルの内容を繰り返し実行します。スレッド数、繰り返し数とも省略時は1です。1スレッドで複数回動作させたい場合は、do_local コマンドファイル 1 [繰り返し数]と明示的に指定してください。</blockquote>
-<p>do_gqpt コマンドファイル [スレッド数] [繰り返し数]</p>
-<blockquote>
-コマンドファイルをgroongaサーバで実行します。スレッド数や繰り返し数の意味はdo_localの場合と同じです。</blockquote>
-<p>rep_local コマンドファイル [スレッド数] [繰り返し数]</p>
-<blockquote>
-コマンドファイルをgrntest単体で実行し、より詳細な報告を行います。</blockquote>
-<p>rep_gqpt コマンドファイル [スレッド数] [繰り返し数]</p>
-<blockquote>
-コマンドファイルをgroongaサーバで実行し、より詳細な報告を行います。 スレッド数や繰り返し数の意味はdo_localと 同じです。</blockquote>
-<p>out_local コマンドファイル 入力ファイル名</p>
-<blockquote>
-<p>コマンドファイルをgrntest単体で実行し、各コマンドの実行結果をすべて”出力ファイル”に書きだします。この結果は、test_local, test_gqtp命令で利用します。なおこの命令の「出力ファイル」とは、grntest実行時に自動的に作成されるログとは別のものです。grntestではコメントが利用できる以外、:</p>
-<div class="highlight-none"><div class="highlight"><pre>groonga < コマンドファイル > 出力ファイル
-</pre></div>
-</div>
-<p>とした場合と同じです。</p>
-</blockquote>
-<p>out_gqtp コマンドファイル 出力ファイル名</p>
-<blockquote>
-コマンドファイルをgroongaサーバで実行します。その他はout_local命令と同等です。</blockquote>
-<dl class="docutils">
-<dt>test_local コマンドファイル 入力ファイル名</dt>
-<dd>コマンドファイルをgrntest単体で実行し、各コマンドの実行結果を入力ファイルと比較します。処理時間など本質的要素以外に差分があった場合、差分を、入力ファイル.diffというファイルに書きだします。</dd>
-</dl>
-</blockquote>
-</div>
-<div class="section" id="id9">
-<h3>3.1.4.7.2. コマンドファイル<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
-<p>コマンドファイルは、groonga組み込みコマンドを1行に1つずつ記述したテキストファイルです。拡張子に制限はありません。groonga組み込みコマンドに関しては./commands.htmlを参照してください。</p>
-</div>
-<div class="section" id="id10">
-<h3>3.1.4.7.3. サンプル<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
-<p>スクリプトファイルのサンプルです。:</p>
-<div class="highlight-none"><div class="highlight"><pre># sample script
-rep_local test.ddl
-do_local test.load;
-do_gqtp test.select 10 10; do_local test.status 10
-</pre></div>
-</div>
-<p>上記の意味は以下のとおりです。:</p>
-<div class="highlight-none"><div class="highlight"><pre>1行目:コメント行。
-2行目:test.dll というコマンドファイルをgroonga単体で実行し、詳細に報告する。
-3行目:test.load というコマンドファイルをgroonga単体で実行する。(最後の";"セミコロンは複数のgrntest命令を記述する場合に必要ですが、この例のように1つのgrntest命令を実行する場合に付与しても問題ありません。)
-4行目:test.select というコマンドファイルをgroongaサーバで10個のスレッドで同時に実行する。各スレッドはtest.selectの中身を10回繰り返す。また同時に、groonga単体でtest.statusというコマンドファイルを10個のスレッドで実行する。
-</pre></div>
-</div>
-</div>
-<div class="section" id="id11">
-<h3>3.1.4.7.4. 特殊命令<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
-<p>スクリプトファイルのコメント行には特殊コマンドを埋め込むことが可能です。現在サポートされている特殊命令は以下の二つです。</p>
-<p>#SET_HOST <ip/hostname>
--i, –hostオプションと同等の機能です。コマンドラインオプションに指定したIPアドレス/ホスト名と、SET_HOSTで指定したIPアドレス/ホスト名が異なる場合、またコマンドラインオプションを指定しなかった場合にもSET_HOSTが優先されます。SET_HOSTを利用した場合、サーバが自動的には起動されないのもコマンドラインオプションで指定した場合と同様です。</p>
-<p>#SET_PORT <port number></p>
-<p>-p, –port オプションと同等の機能です。コマンドラインオプションに指定したポート番号とSET_PORTで指定したポート番号が異なる場合、またコマンドラインオプションを指定しなかった場合にもSET_PORTが優先されます。</p>
-<p>特殊命令はスクリプトファイルの任意の場所に書き込むことができます。同一ファイル内に複数回特殊命令を記述した場合、「最後の」特殊命令が有効となります。</p>
-<p>例えば、</p>
-<div class="highlight-none"><div class="highlight"><pre>$ ./grntest --port 20010 test.scr testdb
-</pre></div>
-</div>
-<p>とコマンド上でポートを指定した場合でも、もしtest.scrの中身が</p>
-<dl class="docutils">
-<dt>::</dt>
-<dd>#SET_PORT 10900
-rep_local test.ddl
-do_local test.load;
-rep_gqtp test.select 10 10; rep_local test.status 10
-#SET_PORT 10400</dd>
-</dl>
-<p>であれば、自動的に起動されるgroongaサーバはポート番号10400を利用します。</p>
-</div>
-</div>
-<div class="section" id="id12">
-<h2>3.1.4.8. grntest実行結果<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h2>
-<p>grntestが正常に終了すると、(拡張子を除いた)スクリプト名-ユーザ名-実行開始時刻.logという形式のログファイルがカレントディレクトリに作られます。ログファイルは自動的にftp.groonga.org
-に送信されます。ログファイルは以下のようなjson形式のテキストです。</p>
-<div class="highlight-none"><div class="highlight"><pre>[{"script": "test.scr",
- "user": "homepage",
- "date": "2010-04-14 22:47:04",
- "CPU": Intel(R) Pentium(R) 4 CPU 2.80GHz",
- "BIT": 32,
- "CORE": 1,
- "RAM": "975MBytes",
- "HDD": "257662232KBytes",
- "OS": "Linux 2.4.20-24.7-i686",
- "HOST": "localhost",
- "PORT": "10041",
- "VERSION": "0.1.8-100-ga54c5f8"
-},
-{"jobs": "rep_local test.ddl",
-"detail": [
-[0, "table_create res_table --key_type ShortText", 1490, 3086, [0,1271252824.25846,0.00144
-7]],
-[0, "column_create res_table res_column --type Text", 3137, 5956, [0,1271252824.2601,0.002
-741]],
-[0, "column_create res_table user_column --type Text", 6020, 8935, [0,1271252824.26298,0.0
-02841]],
-[0, "column_create res_table mail_column --type Text", 8990, 11925, [0,1271252824.26595,0.
-002861]],
-[0, "column_create res_table time_column --type Time", 12008, 13192, [0,1271252824.26897,0
-.001147]],
-[0, "status", 13214, 13277, [0,1271252824.27018,3.0e-05]],
-[0, "table_create thread_table --key_type ShortText", 13289, 14541, [0,1271252824.27025,0.
-001213]],
-[0, "column_create thread_table thread_title_column --type ShortText", 14570, 17380, [0,12
-71252824.27153,0.002741]],
-[0, "status", 17435, 17480, [0,1271252824.2744,2.7e-05]],
-[0, "table_create lexicon_table --flags 129 --key_type ShortText --default_tokenizer Token
-Bigram", 17491, 18970, [0,1271252824.27446,0.001431]],
-[0, "column_create lexicon_table inv_res_column 514 res_table res_column ", 18998, 33248,
-[0,1271252824.27596,0.01418]],
-[0, "column_create lexicon_table inv_thread_column 514 thread_table thread_title_column ",
- 33285, 48472, [0,1271252824.29025,0.015119]],
-[0, "status", 48509, 48554, [0,1271252824.30547,2.7e-05]]],
-"summary" :[{"job": "rep_local test.ddl", "latency": 48607, "self": 47719, "qps": 272.4281
-73, "min": 45, "max": 15187, "queries": 13}]},
-{"jobs": "do_local test.load; ",
-"summary" :[{"job": "do_local test.load", "latency": 68693, "self": 19801, "qps": 1010.049
-997, "min": 202, "max": 5453, "queries": 20}]},
-{"jobs": "do_gqtp test.select 10 10; do_local test.status 10",
-"summary" :[{"job": " do_local test.status 10", "latency": 805990, "self": 737014, "qps":
-54.273053, "min": 24, "max": 218, "queries": 40},{"job": "do_gqtp test.select 10 10", "lat
-ency": 831495, "self": 762519, "qps": 1967.164097, "min": 73, "max": 135631, "queries": 15
-00}]},
-{"total": 915408, "qps": 1718.359464, "queries": 1573}]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id13">
-<h2>3.1.4.9. 制限事項<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h2>
-<ul class="simple">
-<li>スクリプトファイルの一行には複数のgrntest命令を記述できますが、すべてのスレッド数の合計は最大64までに制限されます。</li>
-<li>コマンドファイル中のgroongaコマンドの長さは最長5000000byteです。</li>
-</ul>
-</div>
-<div class="section" id="id14">
-<h2>3.1.4.10. トラブルシューティング<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h2>
-<p>もし、grntestが正常に動作しない場合、まず以下を確認してください。</p>
-<ul class="simple">
-<li>インターネットに接続しているか? –noftp モードを指定しない限り、grntestは動作のたびにftp.groonga.orgと通信します。ftp.groonga.orgと通信可能でない場合、grntestは正常に動作しません。</li>
-<li>groonga サーバが動作していないか? grntestは、-i, –host オプションで明示的にサーバを指定しないかぎり、自動的にlocalhostのgroongaサーバを立ち上げます。すでにgroongaサーバが動作している場合、grntestは正常に動作しない可能性があります。</li>
-<li>指定したDBが適切か? grntestは、引数で指定したDBの中身はチェックしません。もし指定されたDBが存在しなければ自動的にDBを作成しますが、もしファイルとして存在する場合は中身に関わらず動作を続けてしまい、結果が異常になる可能性があります。</li>
-</ul>
-<p>以上の原因でなければ、問題はgrntestかgroongaにあります。ご報告をお願いします。</p>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.1.4. grntest</a><ul>
-<li><a class="reference internal" href="#id1">3.1.4.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.1.4.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.1.4.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.1.4.4. オプション</a></li>
-<li><a class="reference internal" href="#id5">3.1.4.5. 引数</a></li>
-<li><a class="reference internal" href="#id6">3.1.4.6. 使い方</a></li>
-<li><a class="reference internal" href="#id7">3.1.4.7. スクリプトファイル</a><ul>
-<li><a class="reference internal" href="#id8">3.1.4.7.1. grntest命令</a></li>
-<li><a class="reference internal" href="#id9">3.1.4.7.2. コマンドファイル</a></li>
-<li><a class="reference internal" href="#id10">3.1.4.7.3. サンプル</a></li>
-<li><a class="reference internal" href="#id11">3.1.4.7.4. 特殊命令</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id12">3.1.4.8. grntest実行結果</a></li>
-<li><a class="reference internal" href="#id13">3.1.4.9. 制限事項</a></li>
-<li><a class="reference internal" href="#id14">3.1.4.10. トラブルシューティング</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="grnslap.html"
- title="previous chapter">3.1.3. grnslap</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="commands.html"
- title="next chapter">3.2. 組み込みコマンド一覧</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="_sources/grntest.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="commands.html" title="3.2. 組み込みコマンド一覧"
- >next</a> |</li>
- <li class="right" >
- <a href="grnslap.html" title="3.1.3. grnslap"
- >previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="process.html" >3.1. 実行環境</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/http.html (+0 -163) 100644
===================================================================
--- doc/ja/http.html 2010-08-20 05:29:25 +0000 (c855613)
+++ /dev/null
@@ -1,163 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.1.2. http — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="_static/default.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="index.html" />
- <link rel="up" title="3.1. 実行環境" href="process.html" />
- <link rel="next" title="3.1.3. grnslap" href="grnslap.html" />
- <link rel="prev" title="3.1.1. groonga実行ファイル" href="execfile.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="grnslap.html" title="3.1.3. grnslap"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="execfile.html" title="3.1.1. groonga実行ファイル"
- accesskey="P">previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="process.html" accesskey="U">3.1. 実行環境</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="http">
-<h1>3.1.2. http<a class="headerlink" href="#http" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.1.2.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>groonga httpサービス</p>
-</div>
-<div class="section" id="id2">
-<h2>3.1.2.2. 書式<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<div class="highlight-none"><div class="highlight"><pre>groonga -d --protocol http --admin-html-path /usr/share/groonga/admin_html dest
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>3.1.2.3. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groongaサーバを起動する時に–protocolオプションにhttpを指定すると、httpで通信可能になります。また、–admin-html-path によって静的ページのパスを指定すると、httpリクエストに指定されたURIに対応する、パス配下に置かれたファイルを出力します。</p>
-<p>デフォルトでは/usr/share/groonga/admin_html配下に、データベース管理ツールとなるファイル群がインストールされますので、このパスを指定してgroongaサーバを起動し、ウェブブラウザでhttp://hostname:port/index.htmlにアクセスすると、管理ツールが使用可能になります。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.1.2.4. コマンド<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p>httpを指定して起動したgroongaサーバに対しても、他のモードで起動したgroongaと同じコマンドが使用できます。</p>
-<p>コマンドは、複数の引数をとります。引数にはそれぞれ名前があります。また、特殊な引数である「output_type」があります。</p>
-<p>スタンドアロンやクライアントモードでは、コマンドは以下のような形式で指定します。</p>
-<blockquote>
-<p>形式1: コマンド名 値1 値2,..</p>
-<p>形式2: コマンド名 –引数名1 値1 –引数名2 値2,..</p>
-</blockquote>
-<p>形式1と形式2は混在させることができます。これらの形式では、output_typeという引数名を用いてoutput_typeを指定します。</p>
-<p>httpでgroongaサーバと通信する際には、以下のような形式でコマンドを指定します。:</p>
-<div class="highlight-none"><div class="highlight"><pre>形式: /d/コマンド名.output_type?引数名1=値1&引数名2=値2&...
-</pre></div>
-</div>
-<p>ただし、コマンド名、引数名、値はURLエンコードが必要です。</p>
-<p>GETメソッドのみが使用可能です。</p>
-<p>output_typeにはjson, tsv, xmlが指定可能です。</p>
-</div>
-<div class="section" id="id5">
-<h2>3.1.2.5. 返値<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<p>output_typeの指定に従って、コマンドの実行結果を出力します。</p>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.1.2. http</a><ul>
-<li><a class="reference internal" href="#id1">3.1.2.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.1.2.2. 書式</a></li>
-<li><a class="reference internal" href="#id3">3.1.2.3. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.1.2.4. コマンド</a></li>
-<li><a class="reference internal" href="#id5">3.1.2.5. 返値</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="execfile.html"
- title="previous chapter">3.1.1. groonga実行ファイル</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="grnslap.html"
- title="next chapter">3.1.3. grnslap</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="_sources/http.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="grnslap.html" title="3.1.3. grnslap"
- >next</a> |</li>
- <li class="right" >
- <a href="execfile.html" title="3.1.1. groonga実行ファイル"
- >previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="reference.html" >3. リファレンスマニュアル</a> »</li>
- <li><a href="process.html" >3.1. 実行環境</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/index.html (+0 -265) 100644
===================================================================
--- doc/ja/index.html 2010-08-20 05:29:25 +0000 (25dbcb5)
+++ /dev/null
@@ -1,265 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>groonga ドキュメント — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="_static/default.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="#" />
- <link rel="next" title="1. groongaの特徴" href="characteristic.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="characteristic.html" title="1. groongaの特徴"
- accesskey="N">next</a> |</li>
- <li><a href="#">groonga v0.7.6 documentation</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="groonga">
-<h1>groonga ドキュメント<a class="headerlink" href="#groonga" title="Permalink to this headline">¶</a></h1>
-<div class="toctree-wrapper compound">
-<ul>
-<li class="toctree-l1"><a class="reference internal" href="characteristic.html">1. groongaの特徴</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="characteristic.html#senna">1.1. 全文検索ライブラリSennaの後継</a></li>
-<li class="toctree-l2"><a class="reference internal" href="characteristic.html#http">1.2. HTTPなどの複数プロトコルに対応したサーバ</a></li>
-<li class="toctree-l2"><a class="reference internal" href="characteristic.html#id1">1.3. 高速なデータ更新</a></li>
-<li class="toctree-l2"><a class="reference internal" href="characteristic.html#id2">1.4. 複数プロセス・複数スレッドで共有できるストレージ</a></li>
-<li class="toctree-l2"><a class="reference internal" href="characteristic.html#id3">1.5. ドリルダウンなどの集計系クエリを高速に実現</a></li>
-<li class="toctree-l2"><a class="reference internal" href="characteristic.html#id4">1.6. Sennaの転置インデックス実装をさらに改良</a></li>
-<li class="toctree-l2"><a class="reference internal" href="characteristic.html#id5">1.7. 位置情報(緯度・経度)検索</a></li>
-<li class="toctree-l2"><a class="reference internal" href="characteristic.html#id6">1.8. 自動クエリキャッシュ機構</a></li>
-</ul>
-</li>
-<li class="toctree-l1"><a class="reference internal" href="tutorial.html">2. チュートリアル</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial01.html">2.1. インストールと基本的な操作</a><ul>
-<li class="toctree-l3"><a class="reference internal" href="tutorial/tutorial01.html#id2">2.1.1. インストール方法</a></li>
-<li class="toctree-l3"><a class="reference internal" href="tutorial/tutorial01.html#id3">2.1.2. 基本的な操作</a></li>
-</ul>
-</li>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial02.html">2.2. ネットワークを通じた利用</a><ul>
-<li class="toctree-l3"><a class="reference internal" href="tutorial/tutorial02.html#groonga">2.2.1. groonga専用プロトコルによる通信</a></li>
-<li class="toctree-l3"><a class="reference internal" href="tutorial/tutorial02.html#http">2.2.2. HTTPによる通信</a></li>
-<li class="toctree-l3"><a class="reference internal" href="tutorial/tutorial02.html#id6">2.2.3. セキュリティ</a></li>
-</ul>
-</li>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial03.html">2.3. さまざまな種類をもったデータの保存</a><ul>
-<li class="toctree-l3"><a class="reference internal" href="tutorial/tutorial03.html#id2">2.3.1. データ型</a></li>
-<li class="toctree-l3"><a class="reference internal" href="tutorial/tutorial03.html#id3">2.3.2. テーブル型</a></li>
-<li class="toctree-l3"><a class="reference internal" href="tutorial/tutorial03.html#id4">2.3.3. ベクターカラム</a></li>
-</ul>
-</li>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial04.html">2.4. さまざまな検索条件の指定</a><ul>
-<li class="toctree-l3"><a class="reference internal" href="tutorial/tutorial04.html#javascript">2.4.1. JavaScriptに似た文法での絞込・全文検索</a></li>
-<li class="toctree-l3"><a class="reference internal" href="tutorial/tutorial04.html#scorer">2.4.2. scorerを利用したソート</a></li>
-<li class="toctree-l3"><a class="reference internal" href="tutorial/tutorial04.html#id2">2.4.3. 位置情報を用いた絞込・ソート</a></li>
-</ul>
-</li>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial05.html">2.5. ドリルダウン</a></li>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial06.html">2.6. タグ検索・参照関係の逆引き</a><ul>
-<li class="toctree-l3"><a class="reference internal" href="tutorial/tutorial06.html#id2">2.6.1. タグ検索</a></li>
-<li class="toctree-l3"><a class="reference internal" href="tutorial/tutorial06.html#id3">2.6.2. 参照関係の逆引き</a></li>
-</ul>
-</li>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial07.html">2.7. match_columnsパラメータ</a><ul>
-<li class="toctree-l3"><a class="reference internal" href="tutorial/tutorial07.html#id1">2.7.1. 複数のカラムを対象とした全文検索</a></li>
-<li class="toctree-l3"><a class="reference internal" href="tutorial/tutorial07.html#id4">2.7.2. インデックス名を指定した全文検索</a></li>
-<li class="toctree-l3"><a class="reference internal" href="tutorial/tutorial07.html#id5">2.7.3. インデックスの重み</a></li>
-</ul>
-</li>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial08.html">2.8. 主キーによる前方一致検索</a><ul>
-<li class="toctree-l3"><a class="reference internal" href="tutorial/tutorial08.html#id2">2.8.1. 主キーによる前方一致検索</a></li>
-</ul>
-</li>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial09.html">2.9. 全文検索の語彙表に対する追加情報</a></li>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial10.html">2.10. マイクロブログ検索システムの作成</a><ul>
-<li class="toctree-l3"><a class="reference internal" href="tutorial/tutorial10.html#id2">2.10.1. テーブルの作成</a></li>
-<li class="toctree-l3"><a class="reference internal" href="tutorial/tutorial10.html#id3">2.10.2. データのロード</a></li>
-<li class="toctree-l3"><a class="reference internal" href="tutorial/tutorial10.html#id4">2.10.3. 検索</a></li>
-</ul>
-</li>
-</ul>
-</li>
-<li class="toctree-l1"><a class="reference internal" href="reference.html">3. リファレンスマニュアル</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="process.html">3.1. 実行環境</a><ul>
-<li class="toctree-l3"><a class="reference internal" href="execfile.html">3.1.1. groonga実行ファイル</a></li>
-<li class="toctree-l3"><a class="reference internal" href="http.html">3.1.2. http</a></li>
-<li class="toctree-l3"><a class="reference internal" href="grnslap.html">3.1.3. grnslap</a></li>
-<li class="toctree-l3"><a class="reference internal" href="grntest.html">3.1.4. grntest</a></li>
-</ul>
-</li>
-<li class="toctree-l2"><a class="reference internal" href="commands.html">3.2. 組み込みコマンド一覧</a><ul>
-<li class="toctree-l3"><a class="reference internal" href="commands/cache_limit.html">3.2.1. cache_limit</a></li>
-<li class="toctree-l3"><a class="reference internal" href="commands/check.html">3.2.2. check</a></li>
-<li class="toctree-l3"><a class="reference internal" href="commands/clearlock.html">3.2.3. clearlock</a></li>
-<li class="toctree-l3"><a class="reference internal" href="commands/column_create.html">3.2.4. column_create</a></li>
-<li class="toctree-l3"><a class="reference internal" href="commands/column_list.html">3.2.5. column_list</a></li>
-<li class="toctree-l3"><a class="reference internal" href="commands/column_remove.html">3.2.6. column_remove</a></li>
-<li class="toctree-l3"><a class="reference internal" href="commands/define_selector.html">3.2.7. define_selector</a></li>
-<li class="toctree-l3"><a class="reference internal" href="commands/defrag.html">3.2.8. defrag</a></li>
-<li class="toctree-l3"><a class="reference internal" href="commands/delete.html">3.2.9. delete</a></li>
-<li class="toctree-l3"><a class="reference internal" href="commands/dump.html">3.2.10. dump</a></li>
-<li class="toctree-l3"><a class="reference internal" href="commands/load.html">3.2.11. load</a></li>
-<li class="toctree-l3"><a class="reference internal" href="commands/log_level.html">3.2.12. log_level</a></li>
-<li class="toctree-l3"><a class="reference internal" href="commands/log_put.html">3.2.13. log_put</a></li>
-<li class="toctree-l3"><a class="reference internal" href="commands/log_reopen.html">3.2.14. log_reopen</a></li>
-<li class="toctree-l3"><a class="reference internal" href="commands/quit.html">3.2.15. quit</a></li>
-<li class="toctree-l3"><a class="reference internal" href="commands/select.html">3.2.16. select</a></li>
-<li class="toctree-l3"><a class="reference internal" href="commands/shutdown.html">3.2.17. shutdown</a></li>
-<li class="toctree-l3"><a class="reference internal" href="commands/status.html">3.2.18. status</a></li>
-<li class="toctree-l3"><a class="reference internal" href="commands/table_create.html">3.2.19. table_create</a></li>
-<li class="toctree-l3"><a class="reference internal" href="commands/table_list.html">3.2.20. table_list</a></li>
-<li class="toctree-l3"><a class="reference internal" href="commands/table_remove.html">3.2.21. table_remove</a></li>
-<li class="toctree-l3"><a class="reference internal" href="commands/view_add.html">3.2.22. view_add</a></li>
-</ul>
-</li>
-<li class="toctree-l2"><a class="reference internal" href="type.html">3.3. データ型</a><ul>
-<li class="toctree-l3"><a class="reference internal" href="type.html#id2">3.3.1. 名前</a></li>
-<li class="toctree-l3"><a class="reference internal" href="type.html#id3">3.3.2. 説明</a></li>
-<li class="toctree-l3"><a class="reference internal" href="type.html#id4">3.3.3. 組込型</a></li>
-<li class="toctree-l3"><a class="reference internal" href="type.html#id6">3.3.4. 型に関する制限事項</a></li>
-</ul>
-</li>
-<li class="toctree-l2"><a class="reference internal" href="pseudo_column.html">3.4. 疑似カラム (pseudo_column)</a><ul>
-<li class="toctree-l3"><a class="reference internal" href="pseudo_column.html#id1">3.4.1. 名前</a></li>
-<li class="toctree-l3"><a class="reference internal" href="pseudo_column.html#id2">3.4.2. 説明</a></li>
-</ul>
-</li>
-<li class="toctree-l2"><a class="reference internal" href="expr.html">3.5. grn_expr</a><ul>
-<li class="toctree-l3"><a class="reference internal" href="expr.html#id1">3.5.1. 名前</a></li>
-<li class="toctree-l3"><a class="reference internal" href="expr.html#id2">3.5.2. 説明</a></li>
-<li class="toctree-l3"><a class="reference internal" href="expr.html#scriptgrn-expr">3.5.3. script形式のgrn_expr</a></li>
-<li class="toctree-l3"><a class="reference internal" href="expr.html#id3">3.5.4. 例</a></li>
-</ul>
-</li>
-<li class="toctree-l2"><a class="reference internal" href="functions.html">3.6. 組み込み関数一覧</a><ul>
-<li class="toctree-l3"><a class="reference internal" href="functions/geo_distance.html">3.6.1. geo_distance</a></li>
-<li class="toctree-l3"><a class="reference internal" href="functions/geo_in_circle.html">3.6.2. geo_in_circle</a></li>
-<li class="toctree-l3"><a class="reference internal" href="functions/geo_in_rectangle.html">3.6.3. geo_in_rectangle</a></li>
-<li class="toctree-l3"><a class="reference internal" href="functions/now.html">3.6.4. now</a></li>
-<li class="toctree-l3"><a class="reference internal" href="functions/rand.html">3.6.5. rand</a></li>
-</ul>
-</li>
-</ul>
-</li>
-<li class="toctree-l1"><a class="reference internal" href="developer.html">4. groonga開発者向け情報</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="developer/com.html">4.1. groonga 通信アーキテクチャ</a><ul>
-<li class="toctree-l3"><a class="reference internal" href="developer/com.html#gqtp">4.1.1. gqtpでのアーキテクチャ</a></li>
-</ul>
-</li>
-<li class="toctree-l2"><a class="reference internal" href="developer/document.html">4.2. ドキュメント作成</a><ul>
-<li class="toctree-l3"><a class="reference internal" href="developer/document.html#sphinx">4.2.1. Sphinxのインストール</a></li>
-<li class="toctree-l3"><a class="reference internal" href="developer/document.html#html">4.2.2. htmlの作成</a></li>
-<li class="toctree-l3"><a class="reference internal" href="developer/document.html#pdf">4.2.3. pdfの作成</a></li>
-</ul>
-</li>
-<li class="toctree-l2"><a class="reference internal" href="developer/query.html">4.3. クエリの実現</a><ul>
-<li class="toctree-l3"><a class="reference internal" href="developer/query.html#id2">4.3.1. クエリ実行のためのインタフェース</a></li>
-<li class="toctree-l3"><a class="reference internal" href="developer/query.html#id3">4.3.2. grn_exprで表現できるクエリ</a></li>
-<li class="toctree-l3"><a class="reference internal" href="developer/query.html#grn-table-select">4.3.3. grn_table_select()</a></li>
-<li class="toctree-l3"><a class="reference internal" href="developer/query.html#id4">4.3.4. 関係式</a></li>
-</ul>
-</li>
-<li class="toctree-l2"><a class="reference internal" href="developer/query.html#id5">4.4. クエリの実例</a><ul>
-<li class="toctree-l3"><a class="reference internal" href="developer/query.html#id6">4.4.1. 検索例1</a></li>
-<li class="toctree-l3"><a class="reference internal" href="developer/query.html#id7">4.4.2. 検索例2</a></li>
-<li class="toctree-l3"><a class="reference internal" href="developer/query.html#id8">4.4.3. 検索例3</a></li>
-<li class="toctree-l3"><a class="reference internal" href="developer/query.html#id9">4.4.4. 検索例4</a></li>
-</ul>
-</li>
-<li class="toctree-l2"><a class="reference internal" href="developer/test.html">4.5. テスト方法</a><ul>
-<li class="toctree-l3"><a class="reference internal" href="developer/test.html#id2">4.5.1. テスト環境の構築</a></li>
-<li class="toctree-l3"><a class="reference internal" href="developer/test.html#id5">4.5.2. テストの動作</a></li>
-<li class="toctree-l3"><a class="reference internal" href="developer/test.html#id6">4.5.3. カバレッジ情報</a></li>
-<li class="toctree-l3"><a class="reference internal" href="developer/test.html#id7">4.5.4. 様々なテスト</a></li>
-<li class="toctree-l3"><a class="reference internal" href="developer/test.html#id12">4.5.5. 静的解析</a></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</div>
-<ul class="simple">
-<li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>
-<li><a class="reference internal" href="py-modindex.html"><em>Module Index</em></a></li>
-<li><a class="reference internal" href="search.html"><em>Search Page</em></a></li>
-</ul>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h4>Next topic</h4>
- <p class="topless"><a href="characteristic.html"
- title="next chapter">1. groongaの特徴</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="_sources/index.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="characteristic.html" title="1. groongaの特徴"
- >next</a> |</li>
- <li><a href="#">groonga v0.7.6 documentation</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/process.html (+0 -120) 100644
===================================================================
--- doc/ja/process.html 2010-08-20 05:29:25 +0000 (c6e2c7d)
+++ /dev/null
@@ -1,120 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.1. 実行環境 — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="_static/default.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="index.html" />
- <link rel="up" title="3. リファレンスマニュアル" href="reference.html" />
- <link rel="next" title="3.1.1. groonga実行ファイル" href="execfile.html" />
- <link rel="prev" title="3. リファレンスマニュアル" href="reference.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="execfile.html" title="3.1.1. groonga実行ファイル"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="reference.html" title="3. リファレンスマニュアル"
- accesskey="P">previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="reference.html" accesskey="U">3. リファレンスマニュアル</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="id1">
-<h1>3.1. 実行環境<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
-<div class="toctree-wrapper compound">
-<ul>
-<li class="toctree-l1"><a class="reference internal" href="execfile.html">3.1.1. groonga実行ファイル</a></li>
-<li class="toctree-l1"><a class="reference internal" href="http.html">3.1.2. http</a></li>
-<li class="toctree-l1"><a class="reference internal" href="grnslap.html">3.1.3. grnslap</a></li>
-<li class="toctree-l1"><a class="reference internal" href="grntest.html">3.1.4. grntest</a></li>
-</ul>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h4>Previous topic</h4>
- <p class="topless"><a href="reference.html"
- title="previous chapter">3. リファレンスマニュアル</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="execfile.html"
- title="next chapter">3.1.1. groonga実行ファイル</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="_sources/process.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="execfile.html" title="3.1.1. groonga実行ファイル"
- >next</a> |</li>
- <li class="right" >
- <a href="reference.html" title="3. リファレンスマニュアル"
- >previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="reference.html" >3. リファレンスマニュアル</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/pseudo_column.html (+0 -147) 100644
===================================================================
--- doc/ja/pseudo_column.html 2010-08-20 05:29:25 +0000 (6ffe793)
+++ /dev/null
@@ -1,147 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.4. 疑似カラム (pseudo_column) — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="_static/default.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="index.html" />
- <link rel="up" title="3. リファレンスマニュアル" href="reference.html" />
- <link rel="next" title="3.5. grn_expr" href="expr.html" />
- <link rel="prev" title="3.3. データ型" href="type.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="expr.html" title="3.5. grn_expr"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="type.html" title="3.3. データ型"
- accesskey="P">previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="reference.html" accesskey="U">3. リファレンスマニュアル</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="pseudo-column">
-<h1>3.4. 疑似カラム (pseudo_column)<a class="headerlink" href="#pseudo-column" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>3.4.1. 名前<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>疑似カラム</p>
-</div>
-<div class="section" id="id2">
-<h2>3.4.2. 説明<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<p>groongaのデータベースで作成したテーブルには、いくつかのカラムが自動的に定義されます。</p>
-<p>これらのカラムはいずれもアンダースコア(‘_’)で始まる名前が付与されます。定義される疑似カラムは、テーブルの種類によって異なります。</p>
-<p><tt class="docutils literal"><span class="pre">_id</span></tt></p>
-<blockquote>
-レコードに付与される一意な番号です。全てのテーブルに定義されます。値の範囲は1〜1073741824の整数で、通常はレコードを追加した順に1ずつ加算されます。_idの値は不変で、レコードが存在する限り変更することはできません。ただし、削除されたレコードの_idの値は再利用されます。</blockquote>
-<p><tt class="docutils literal"><span class="pre">_key</span></tt></p>
-<blockquote>
-レコードの主キー値を表します。主キーを持つテーブルのみに定義されます。主キー値はテーブルの中で一意であり、変更することはできません。</blockquote>
-<p><tt class="docutils literal"><span class="pre">_value</span></tt></p>
-<blockquote>
-レコードの値を表します。value_typeを指定したテーブルのみに定義されます。自由に変更可能です。</blockquote>
-<p><tt class="docutils literal"><span class="pre">_score</span></tt></p>
-<blockquote>
-<p>各レコードのスコア値を表します。検索結果として生成されたテーブルのみに定義されます。</p>
-<p>検索処理を実行する過程で値が設定されますが、自由に変更可能です。</p>
-</blockquote>
-<p><tt class="docutils literal"><span class="pre">_nsubrecs</span></tt></p>
-<blockquote>
-主キーの値が同一であったレコードの件数を表します。検索結果として生成されたテーブルのみに定義されます。グループ化(drilldown)処理を実行すると、グループ化前のテーブルにおいて、グループ化キーの値が同一であったレコードの件数が、グループ化処理の結果を格納するテーブルの_nsubrecsに記録されます。</blockquote>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.4. 疑似カラム (pseudo_column)</a><ul>
-<li><a class="reference internal" href="#id1">3.4.1. 名前</a></li>
-<li><a class="reference internal" href="#id2">3.4.2. 説明</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="type.html"
- title="previous chapter">3.3. データ型</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="expr.html"
- title="next chapter">3.5. grn_expr</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="_sources/pseudo_column.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="expr.html" title="3.5. grn_expr"
- >next</a> |</li>
- <li class="right" >
- <a href="type.html" title="3.3. データ型"
- >previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="reference.html" >3. リファレンスマニュアル</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/reference.html (+0 -172) 100644
===================================================================
--- doc/ja/reference.html 2010-08-20 05:29:25 +0000 (fe83051)
+++ /dev/null
@@ -1,172 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3. リファレンスマニュアル — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="_static/default.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="index.html" />
- <link rel="next" title="3.1. 実行環境" href="process.html" />
- <link rel="prev" title="2.10. マイクロブログ検索システムの作成" href="tutorial/tutorial10.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="process.html" title="3.1. 実行環境"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="tutorial/tutorial10.html" title="2.10. マイクロブログ検索システムの作成"
- accesskey="P">previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="id1">
-<h1>3. リファレンスマニュアル<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
-<div class="toctree-wrapper compound">
-<ul>
-<li class="toctree-l1"><a class="reference internal" href="process.html">3.1. 実行環境</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="execfile.html">3.1.1. groonga実行ファイル</a></li>
-<li class="toctree-l2"><a class="reference internal" href="http.html">3.1.2. http</a></li>
-<li class="toctree-l2"><a class="reference internal" href="grnslap.html">3.1.3. grnslap</a></li>
-<li class="toctree-l2"><a class="reference internal" href="grntest.html">3.1.4. grntest</a></li>
-</ul>
-</li>
-<li class="toctree-l1"><a class="reference internal" href="commands.html">3.2. 組み込みコマンド一覧</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="commands/cache_limit.html">3.2.1. cache_limit</a></li>
-<li class="toctree-l2"><a class="reference internal" href="commands/check.html">3.2.2. check</a></li>
-<li class="toctree-l2"><a class="reference internal" href="commands/clearlock.html">3.2.3. clearlock</a></li>
-<li class="toctree-l2"><a class="reference internal" href="commands/column_create.html">3.2.4. column_create</a></li>
-<li class="toctree-l2"><a class="reference internal" href="commands/column_list.html">3.2.5. column_list</a></li>
-<li class="toctree-l2"><a class="reference internal" href="commands/column_remove.html">3.2.6. column_remove</a></li>
-<li class="toctree-l2"><a class="reference internal" href="commands/define_selector.html">3.2.7. define_selector</a></li>
-<li class="toctree-l2"><a class="reference internal" href="commands/defrag.html">3.2.8. defrag</a></li>
-<li class="toctree-l2"><a class="reference internal" href="commands/delete.html">3.2.9. delete</a></li>
-<li class="toctree-l2"><a class="reference internal" href="commands/dump.html">3.2.10. dump</a></li>
-<li class="toctree-l2"><a class="reference internal" href="commands/load.html">3.2.11. load</a></li>
-<li class="toctree-l2"><a class="reference internal" href="commands/log_level.html">3.2.12. log_level</a></li>
-<li class="toctree-l2"><a class="reference internal" href="commands/log_put.html">3.2.13. log_put</a></li>
-<li class="toctree-l2"><a class="reference internal" href="commands/log_reopen.html">3.2.14. log_reopen</a></li>
-<li class="toctree-l2"><a class="reference internal" href="commands/quit.html">3.2.15. quit</a></li>
-<li class="toctree-l2"><a class="reference internal" href="commands/select.html">3.2.16. select</a></li>
-<li class="toctree-l2"><a class="reference internal" href="commands/shutdown.html">3.2.17. shutdown</a></li>
-<li class="toctree-l2"><a class="reference internal" href="commands/status.html">3.2.18. status</a></li>
-<li class="toctree-l2"><a class="reference internal" href="commands/table_create.html">3.2.19. table_create</a></li>
-<li class="toctree-l2"><a class="reference internal" href="commands/table_list.html">3.2.20. table_list</a></li>
-<li class="toctree-l2"><a class="reference internal" href="commands/table_remove.html">3.2.21. table_remove</a></li>
-<li class="toctree-l2"><a class="reference internal" href="commands/view_add.html">3.2.22. view_add</a></li>
-</ul>
-</li>
-<li class="toctree-l1"><a class="reference internal" href="type.html">3.3. データ型</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="type.html#id2">3.3.1. 名前</a></li>
-<li class="toctree-l2"><a class="reference internal" href="type.html#id3">3.3.2. 説明</a></li>
-<li class="toctree-l2"><a class="reference internal" href="type.html#id4">3.3.3. 組込型</a></li>
-<li class="toctree-l2"><a class="reference internal" href="type.html#id6">3.3.4. 型に関する制限事項</a></li>
-</ul>
-</li>
-<li class="toctree-l1"><a class="reference internal" href="pseudo_column.html">3.4. 疑似カラム (pseudo_column)</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="pseudo_column.html#id1">3.4.1. 名前</a></li>
-<li class="toctree-l2"><a class="reference internal" href="pseudo_column.html#id2">3.4.2. 説明</a></li>
-</ul>
-</li>
-<li class="toctree-l1"><a class="reference internal" href="expr.html">3.5. grn_expr</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="expr.html#id1">3.5.1. 名前</a></li>
-<li class="toctree-l2"><a class="reference internal" href="expr.html#id2">3.5.2. 説明</a></li>
-<li class="toctree-l2"><a class="reference internal" href="expr.html#scriptgrn-expr">3.5.3. script形式のgrn_expr</a></li>
-<li class="toctree-l2"><a class="reference internal" href="expr.html#id3">3.5.4. 例</a></li>
-</ul>
-</li>
-<li class="toctree-l1"><a class="reference internal" href="functions.html">3.6. 組み込み関数一覧</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="functions/geo_distance.html">3.6.1. geo_distance</a></li>
-<li class="toctree-l2"><a class="reference internal" href="functions/geo_in_circle.html">3.6.2. geo_in_circle</a></li>
-<li class="toctree-l2"><a class="reference internal" href="functions/geo_in_rectangle.html">3.6.3. geo_in_rectangle</a></li>
-<li class="toctree-l2"><a class="reference internal" href="functions/now.html">3.6.4. now</a></li>
-<li class="toctree-l2"><a class="reference internal" href="functions/rand.html">3.6.5. rand</a></li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h4>Previous topic</h4>
- <p class="topless"><a href="tutorial/tutorial10.html"
- title="previous chapter">2.10. マイクロブログ検索システムの作成</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="process.html"
- title="next chapter">3.1. 実行環境</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="_sources/reference.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="process.html" title="3.1. 実行環境"
- >next</a> |</li>
- <li class="right" >
- <a href="tutorial/tutorial10.html" title="2.10. マイクロブログ検索システムの作成"
- >previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/search.html (+0 -96) 100644
===================================================================
--- doc/ja/search.html 2010-08-20 05:29:25 +0000 (273e0c3)
+++ /dev/null
@@ -1,96 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>Search — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="_static/default.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <script type="text/javascript" src="_static/searchtools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="index.html" />
- <script type="text/javascript">
- jQuery(function() { Search.loadIndex("searchindex.js"); });
- </script>
-
-
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <h1 id="search-documentation">Search</h1>
- <div id="fallback" class="admonition warning">
- <script type="text/javascript">$('#fallback').hide();</script>
- <p>
- Please activate JavaScript to enable the search
- functionality.
- </p>
- </div>
- <p>
- From here you can search these documents. Enter your search
- words into the box below and click "search". Note that the search
- function will automatically search for all of the words. Pages
- containing fewer words won't appear in the result list.
- </p>
- <form action="" method="get">
- <input type="text" name="q" value="" />
- <input type="submit" value="search" />
- <span id="search-progress" style="padding-left: 10px"></span>
- </form>
-
- <div id="search-results">
-
- </div>
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- >index</a></li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/searchindex.js (+0 -1) 100644
===================================================================
--- doc/ja/searchindex.js 2010-08-20 05:29:25 +0000 (dd46b72)
+++ /dev/null
@@ -1 +0,0 @@
-Search.setIndex({objects:{"":{"--dir":[10,0,1],"--cache-limit":[9,0,1],"--admin-html-path":[9,0,1],"-P":[19,0,1],"--pid-path":[9,0,1],"-e":[9,0,1],"-d":[9,0,1],"-a":[9,0,1],"-c":[9,0,1],"-m":[19,0,1],"-l":[9,0,1],"-n":[9,0,1],"-i":[10,0,1],"-h":[9,0,1],"-t":[9,0,1],"-p":[10,0,1],"-s":[9,0,1],"--log-path":[9,0,1],"--log-output-dir":[10,0,1],"--config-path":[9,0,1],"--query-log-path":[9,0,1],"--protocol":[9,0,1],"--noftp":[10,0,1]}},terms:{max_concurr:19,"\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9\u306e\u505c\u6b62":17,"\u53c2\u7167\u30ed\u30c3\u30af\u306f\u4e0d\u8981\u3067\u3059":[],"scr\u3067\u3059":10,"drilldown_offset\u306b\u8ca0\u306e\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":8,"\u307e\u305f\u306f\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":1,"ip\u307e\u305f\u306f\u30db\u30b9\u30c8\u540d":25,four:24,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3055\u308c\u308b\u524d\u306e\u691c\u7d22\u7d50\u679c\u306b\u5b58\u5728
\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u6570\u304c\u5165\u308a\u307e\u3059":[],prefix:[0,24,23],"\u95a2\u6570\u306f\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":39,"v1\u306e\u5024\u304c\u8981\u7d20\u306b\u5206\u89e3\u3055\u308c\u308b\u3068\u304d":0,"\u30ab\u30e9\u30e0\u306eflags\u5c5e\u6027":35,"web\u30d6\u30c3\u30af\u30de\u30fc\u30af\u30b5\u30fc\u30d3\u30b9\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057":[],"\u691c\u7d22\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3057\u305f\u5404\u30ec\u30b3\u30fc\u30c9\u3092\u51fa\u529b\u3057\u305f\u306e\u3061\u306b":8,"\u63a5\u7d9a\u5148\u306egroonga\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3057\u3066\u3044\u308b\u30dd\u30fc\u30c8\u3068":10,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bshutdown\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":17,"\u4e21\u8005\u306e\u6761\u4ef6\u3092\u3068\u3082\u306b\u6e80\u305f\u3059\u30ec\u30b3\u
30fc\u30c9\u304c\u7d50\u679c\u3068\u3057\u3066\u8fd4\u308a\u307e\u3059":40,column_cr:[16,49,2,40,4,54,9,24,56,10,28,29,30,32],"\u5171\u901a\u306e\u4e2d\u9593\u5f62\u5f0f\u306b\u7ffb\u8a33\u3055\u308c\u305f\u4e0a\u3067\u51e6\u7406\u3055\u308c\u307e\u3059\u306e\u3067":[],"\u7d4c\u5ea6\u304c139\u5ea646\u520627":40,"ctx_new\u3068\u3044\u3046queue\u306b":51,argument_list:[],thread_tabl:10,"top_left\u3068bottom_right\u304c\u306a\u3059\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":37,"db\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\u3057\u307e\u3059":[24,9],"\u79cb\u8449\u539f\u99c5\u304b\u3089\u306e\u8ddd\u96e2\u3092\u8868\u793a\u3055\u305b\u3066\u307f\u307e\u3057\u3087\u3046":40,"\u30d2\u30c3\u30c8\u3057\u305f\u4ef6\u6570":8,"\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":54,call_express:[],"\u4efb\u610f\u306e\u9806\u756a\u3067\u5f15\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u
53ef\u80fd\u3067":9,"\u6a19\u6e96\u5165\u529b\u304b\u3089\u30b3\u30de\u30f3\u30c9\u3092\u8aad\u307f\u8fbc\u307f":24,"\u7d4c\u7def\u5ea6\u3092\u30c7\u30fc\u30bf\u3092\u5165\u529b\u3059\u308b\u305f\u3081\u306b\u306f":40,"\u7d5e\u308a\u8fbc\u307f\u6761\u4ef6\u3092script\u5f62\u5f0f\u306egrn_expr\u6587\u5b57\u5217\u306b\u3088\u3063\u3066\u6307\u5b9a\u3057\u307e\u3059":8,"\u30ab\u30e9\u30e0\u540d\u306e\u5f8c\u308d\u306b":8,"\u30bb\u30af\u30b7\u30e7\u30f3\u3054\u3068\u306b\u691c\u7d22\u30b9\u30b3\u30a2\u306e\u500d\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[],"\u691c\u7d22\u51e6\u7406\u304c\u5b8c\u4e86\u3057":8,"groonga\u306f\u5217\u6307\u5411\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u6a5f\u80fd\u3092\u6301\u3064\u9ad8\u901f\u3067\u30b9\u30b1\u30fc\u30e9\u30d6\u30eb\u306a\u5168\u6587\u691c\u7d22\u30a8\u30f3\u30b8\u30f3\u3067\u3059":9,"ifexists\u306bgrn\u5f0f\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":[],"\u3068\u3044\u3046\u540d\u52
4d\u306e\u30ab\u30e9\u30e0\u3092":24,bitwise_or_express:[],"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":33,"\u6761\u4ef6\u5f0f":8,unmanag:42,drilldown_output_column:[52,28,8],"\u305d\u306e\u307e\u307e\u5bfe\u8a71\u30e2\u30fc\u30c9\u3068\u547c\u3070\u308c\u308b\u30b3\u30de\u30f3\u30c9\u3092\u53d7\u3051\u4ed8\u3051\u308b\u30e2\u30fc\u30c9\u306b\u306a\u308a\u307e\u3059":24,entries_local_nam:4,"\u6307\u5b9a\u3057\u305f\u30ab\u30e9\u30e0\u306e\u5024\u3092\u8868\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":56,"edge\u306f\u63a5\u7d9a\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":51,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga":[],"\u3068\u3044\u3046\u540d\u524d\u306e\u30ab\u30e9\u30e0\u306b":24,"groonga\u306e\u5229\u7528\u65b9\u6cd5\u3092\u7d39\u4ecb\u3057\u307e\u3059":24,o0j2:[],"\u63a5\u7d9a\u3059\u308bgroonga\u30b5\u30fc\u30d0\u3092":10,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30
b0\u306e\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u3092\u4f5c\u6210\u3057\u3066\u307f\u307e\u3057\u3087\u3046":54,"not\u306a\u3069\u306e\u6f14\u7b97\u5b50\u3067\u7d50\u5408\u3057\u3066\u81ea\u7531\u306b\u8868\u73fe\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":53,"\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":32,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304b\u53ef\u5909\u9577\u30b5\u30a4\u30ba\u30ab\u30e9\u30e0":20,"\u3050\u308b\u3093\u304c\u592a\u90ce":29,"\u5f97\u3089\u308c\u305f\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u305f\u3082\u306e\u3092":0,net:[24,56,40,28],"\u79cb\u8449\u539f\u99c5\u304b\u30895000m\u4ee5\u5185\u306b\u3042\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u307f\u307e\u3057\u3087\u3046":40,"\u5bfe\u8c61\u30db\u30b9\u30c8\u540d\u307e\u305f\u306fip\u30a2\u30c9\u30ec\u30b9":25,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u6307\u5b9a\u3092\u7701\u7565
\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":9,"\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":23,"\u30b3\u30e1\u30f3\u30c8\u5185\u5bb9\u3084\u6295\u7a3f\u65e5\u6642":54,"\u3067\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a":9,"\u5024\u3092\u53d6\u5f97\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":58,"\u6307\u5b9a\u3057\u305f\u4e3b\u30ad\u30fc\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u65e2\u306b\u30c6\u30fc\u30d6\u30eb\u306b\u767b\u9332\u6e08\u307f\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u5b9f\u884c\u3059\u308bscript\u5f62\u5f0f\u306egrn_expr\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":47,"\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u6587\u5b57\u81ea\u8eab\u3092\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":9,china:28,"\u3053\u306e\u30de\u30cb\u30e5\u30a2\u30eb\u30da\u30fc\u30b8\u3067\u306f":9
,path:[38,9,35,21],"db\u306e\u64cd\u4f5c":24,"geopoint\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":54,"cache\u30b5\u30a4\u30ba\u306e\u8a2d\u5b9a":7,"\u95a2\u4fc2\u5f0f":[0,16],"select\u306b\u30c6\u30fc\u30d6\u30eb\u540d\u3092\u6307\u5b9a\u3059\u308b\u3068":24,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3068ftp":10,"\u901a\u5e38\u306e\u30ab\u30e9\u30e0\u3067\u306e\u7d5e\u308a\u8fbc\u307f\u306b\u306f\u5229\u7528\u3067\u304d\u307e\u305b\u3093":24,"script\u5f62\u5f0f\u306egrn\u5f0f\u306fv1":[],sji:9,"\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u304c\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\u5834\u5408\u306f":1,"_kei":[54,4,47,22,24,25,56,40,8,29,30,45,28],"\u7a7a\u767d\u3084":[24,9],"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f":[9,8],match_column:[24,54,52,8,30],"\u540c\u4e00\u30d5\u30a1\u30a4\u30eb\u5185\u306b\u8907\u6570\u56de\u7279\u6b8a\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u5834\u5408":10,"\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d":[16,54,29,13],"_scor
e\u3092\u901a\u3058\u3066\u30bd\u30fc\u30c8\u3067\u3082\u7528\u3044\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":40,"\u3053\u306e\u3088\u3046\u306a\u5834\u5408\u306b\u306f":50,"\u305d\u308c\u3089\u306e\u30d1\u30b9\u306b\u9806\u6b21\u30a2\u30af\u30bb\u30b9\u3057\u307e\u3059":19,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3067\u304d\u308b\u74b0\u5883\u3067\u3042\u308c\u3070groonga\u30b3\u30de\u30f3\u30c9\u306e\u77e5\u8b58\u304c\u306a\u304f\u3066\u3082groonga\u306e\u52d5\u4f5c\u3092\u78ba\u8a8d\u3067\u304d\u307e\u3059":10,"groonga\u306e\u524d\u8eab\u3067\u3042\u308bsenna\u306f":50,"\u5404\u30b9\u30ec\u30c3\u30c9\u306ftest":10,"\u30c7\u30fc\u30bf\u306e\u7a2e\u985e\u3092\u3042\u3089\u308f\u3057\u3066\u3044\u308b\u3082\u306e":24,total:[42,10],"\u3092\u533a\u5207\u308a\u3068\u3057\u3066":56,unit:[],"\u5f62\u5f0f1\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":9,"d\u6f14\u7b97\u5b50":[],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30
c9\u306e\u4e00\u3064\u3067\u3042\u308bdefine_selector\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":52,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcache_limit\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":7,column_remov:[16,49,2,9,12,57],music:29,"tag\u30c6\u30fc\u30d6\u30eb\u3067\u306f":29,"prefix\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306b\u306f":24,"groonga\u306e\u7d44\u8fbc\u578b\u304b":32,type:[40,54,24,56,10,28,29,30,32,35],grn_op_push:0,view_add:[16,49,44,9,2],"\u73fe\u5728\u5730":54,"groonga\u304c\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u8d77\u52d5\u3057":25,"c\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u65b9\u6cd5\u3068":24,warn:[6,36],"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u3092\u5bfe\u8c61\u3068\u3057\u305f\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":30,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b
grntest\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e4\u3064\u3067\u3059":[],"\u30d6\u30ed\u30b0\u306e\u30c6\u30fc\u30d6\u30eb\u3067":30,"\u53c2\u7167\u5148\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5b58\u5728\u3059\u308b\u30ab\u30e9\u30e0\u5024\u3092\u53d6\u5f97\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":28,"arg\u306e\u307f\u304c\u6570\u5024\u3067\u4e0e\u3048\u3089\u308c\u305f\u5834\u5408\u306f\u30b9\u30b3\u30a2\u5024\u306e\u4fc2\u6570\u3068\u307f\u306a\u3055\u308c\u307e\u3059":0,"\u79cb\u8449\u539f\u99c5\u3068\u65b0\u5bbf\u99c5\u306f6720m\u96e2\u308c\u3066\u3044\u308b\u3088\u3046\u3067\u3059":40,thread_title_column:10,"\u4e3b\u30ad\u30fc\u306e\u578b\u306b\u4ed6\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":34,"\u4e3b\u30ad\u30fc\u5024\u3092\u6b63\u898f\u5316\u3057\u305f\u4e0a\u3067\u767b\u9332\u3057\u307e\u3059":1,"\u30ab\u30e9\u30e0\u6307\u5411\u30b9\u30c8\u30ec\u30fc\u30b8\u3092\u63a1\u7528\u3057":[],"\u304c\u7a7a\u767d":[],"\u6570\u5024\u30
92\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u306f":33,"\u3042\u308a\u304c\u3068\u3046":54,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u3092\u901a\u3057\u3066\u4f7f\u7528\u3059\u308b\u65b9\u6cd5\u304c\u3042\u308a\u307e\u3059":24,"\u3068\u3044\u3046\u540d\u524d\u306e":40,"\u3068\u3044\u3046\u6587\u5b57\u5217\u3067\u5168\u6587\u691c\u7d22\u3092\u884c\u3063\u305f\u7d50\u679c\u3092\u8fd4\u3057\u307e\u3059":24,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3057\u307e\u3059":9,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306f":10,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u65b0\u898f\u306b\u4f5c\u6210\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":24,geo_in_rectangl:[16,43,40,2,37],"\u7def\u5ea6\u7d4c\u5ea6\u5ea7\u6a19\u306e\u305f\u3081":54,indic:[],"\u30ec\u30b3\u30fc\u30c9id\u306b\u3088\u3063\u3066\u30ec\u30b3\u30fc\u30c9\u3092\u6307\u5b9a\u3057\u307e\u3059":[31,48],max_tp:19,basebal:[29,30],"\u30c6\u30b9\u30c8\u74b0\u5883\u306e\u69cb\u7bc9":[16,23],"b\
u30d6\u30ed\u30b0\u306e\u30c6\u30fc\u30d6\u30eb\u3067":[],"\u30b3\u30de\u30f3\u30c9\u306f":38,"grnslap\u306f":19,end:19,"128544408x502801502":54,travel:54,"\u3068\u3044\u3046\u540d\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3057\u305f":24,pseudo_column:[16,22,2],i686:10,"unit\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[],"\u30cf\u30c3\u30b7\u30e5\u8868\u3092\u4f7f\u7528\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u3067\u306f":1,"\u30ec\u30b3\u30fc\u30c9\u306e\u691c\u7d22\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u307e\u3059":40,"\u4e21\u65b9\u306e\u6761\u4ef6\u306b\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":54,"\u7518\u6817\u3080\u3044\u3061\u3083\u3044\u307e\u3057\u305f":[],"\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059":[21,35],config:9,"\u57fa\u672c\u7684\u306a\u64cd\u4f5c":[16,13,24],"\u3088\u308a\u9ad8\u901f\u304b\u3064\u6c4e\u7528\u7684\u306a\u3082\u306e\u3068\u306a\u308a\u307e\u3057\u305f":50,moritar:30,"scr
ipt\u5f62\u5f0f\u306egrn\u5f0f\u3067\u6709\u52b9\u306a\u5f0f\u306e\u69cb\u6587\u3092\u62e1\u5f35bnf\u8a18\u6cd5\u3067\u793a\u3057\u307e\u3059":[],"\u53c2\u7167\u5148\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5b58\u5728\u3059\u308b\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3059\u308b\u3068":56,"groonga\u53ca\u3073grntest\u304c\u52d5\u4f5c\u3057":10,sitedomain:28,"3\u884c\u76ee":10,"table\u306ecolumn\u306e\u5024\u304cstring\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":0,lat:10,"\u7d44\u307f\u8fbc\u307f\u95a2\u6570\u4e00\u89a7":[16,43,2],"\u5f62\u614b\u7d20\u89e3\u6790\u5668mecab\u3067\u89e3\u6790\u3057\u305f\u5f62\u614b\u7d20\u3092\u30c8\u30fc\u30af\u30f3\u3068\u3059\u308b":1,"match_columns\u3067\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306b\u5bfe\u3057\u3066\u306e\u691c\u7d22\u3067\u3042\u308b\u3053\u3068\u3092\u793a\u3057\u307e\u3059":24,"\u3092\u6307\u5b9a\u3057\u305f\u306a\u3089":0,"\u4e3b\u30ad\u30fc\u306b\u3088\u308b\u524
d\u65b9\u4e00\u81f4\u691c\u7d22":[45,16,13],"\u8907\u6570\u30d7\u30ed\u30bb\u30b9":[16,50],"128484216x502919856":54,"\u6bd4\u8f03\u6761\u4ef6":8,"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0":[16,56,13],"http\u306a\u3069\u306e\u8907\u6570\u30d7\u30ed\u30c8\u30b3\u30eb\u306b\u5bfe\u5fdc\u3057\u305f\u30b5\u30fc\u30d0":[16,50],"\u540c\u4e00\u306e\u8a18\u6cd5\u3067\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":30,"ecmascript\u98a8\u306e\u69cb\u6587\u3067\u691c\u7d22\u6761\u4ef6\u3084\u30ec\u30b3\u30fc\u30c9\u3078\u306e\u64cd\u4f5c\u3092\u8a18\u8ff0\u3057\u307e\u3059":53,localnam:4,"\u30ec\u30b3\u30fc\u30c9\u304c\u5b58\u5728\u3059\u308b\u9650\u308a\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":22,"groonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3059\u308b\u6642\u306b":38,wgs84geopoint:[40,54,34,28],"\u524d\u65b9\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9":1,"\u4fee\u6b63\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u3
07e\u3059":25,"\u4e00\u9023\u306eapi\u95a2\u6570\u3092\u547c\u3076\u3053\u3068\u306b\u3088\u3063\u3066\u7d44\u307f\u7acb\u3066\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":53,"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8":16,"diff\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":10,"\u3053\u306e\u5834\u5408\u306f_id\u306e\u5024\u304c1\u4ee5\u4e0b\u306e\u30ec\u30b3\u30fc\u30c9\u304c\u691c\u7d22\u7d50\u679c\u3068\u3057\u3066\u5f97\u3089\u308c\u307e\u3059":40,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u5024\u306b\u30e9\u30f3\u30c0\u30e0\u306a\u5024\u3092\u8a2d\u5b9a\u3057\u3066\u3044\u307e\u3059":[],"\u6771\u4eac\u99c5\u306f\u7def\u5ea6\u304c35\u5ea640\u520652":40,"\u4e00\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u524a\u9664":48,"\u30c6\u30fc\u30d6\u30eb\u306e\u53c2\u7167\u95a2\u4fc2\u3092\u9006\u306b\u305f\u3069\u308b\u691c\u7d22\u304c\u3067\u304d\u307e\u3057\u305f":29,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u5185\u90e8\u3067\u30a2\u
30ed\u30b1\u30fc\u30c8\u3055\u308c":41,"\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u3088\u3046\u3068\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":[11,47],"\u3053\u306e\u9805\u76ee\u306b\u3064\u3044\u3066\u306f":46,gqtp:19,"\u304bwgs84geopoint":[37,5,33],"drilldown\u51e6\u7406\u306e\u7d50\u679c\u304c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u51fa\u529b\u3055\u308c\u307e\u3059":8,"senna\u306f":50,"\u305d\u308c\u306b\u691c\u7d22\u306b\u30de\u30c3\u30c1\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u7d50\u679c\u306b\u3069\u306e\u3088\u3046\u306b\u53cd\u6620\u3059\u308b\u304b\u3092\u6307\u5b9a\u3059\u308b\u6f14\u7b97\u5b50\u3092\u6e21\u3057\u307e\u3059":0,"\u8ca0\u306e\u91cd\u307f\u3082\u6307":[],"\u30a8\u30e9\u30fc\u3068\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":10,"\u4e3b\u30ad\u30fc\u306b\u306f\u578b\u3068":24,"users\u30c6\u30fc\u30d6\u30eb":54,"\u30ec\u30b3\u30fc\u30c9\u304c\u8ffd\u52a
0\u3055\u308c\u305f\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3059\u308b":[31,11],"\u4e16\u754c\u6e2c\u5730\u7cfb\u3067\u306f":40,"\u306e\u9805\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":[],"\u6f14\u7b97\u5b50\u3092\u4f34\u308f\u305a\u306b\u8907\u6570\u306e\u6761\u4ef6\u5f0f":[],"\u95a2\u6570\u3092\u7528\u3044\u308b\u3053\u3068\u306b\u3088\u308a":40,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3082\u968e\u5c64\u7684\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u306e\u305d\u308c\u305e\u308c\u306b\u5bfe\u5fdc\u3059\u308b\u5f62\u3067\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":0,anim:29,"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306f\u3044\u305a\u308c\u3082\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":22,"\u30c6\u30fc\u30d6\u30eb\u306ekey\u306e\u578b":35,"\u540d\u524d\u4ed8\u304d\u306e\u6c38\u7d9a\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u304c\u4f5c\u6210\u3067\u304d\u307e\u3059":1,"groonga\u30c9\u30ad\u30e5\
u30e1\u30f3\u30c8\u4f5c\u6210":[],"table\u306ecolumn1\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u5f97\u3089\u308c\u308b\u30b9\u30b3\u30a2\u5024\u306bscore1\u3092\u7a4d\u7b97\u3057\u3066result\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":0,"\u5f15\u65702":24,"output_type\u6307\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059":4,"\u5f15\u65701":24,"\u305d\u306e\u4ed6\u306fout_local\u547d\u4ee4\u3068\u540c\u7b49\u3067\u3059":10,"\u6307\u5b9a\u3057\u305fdb\u304c\u9069\u5207\u304b":10,"\u5f0f\u306e\u5024\u304c\u771f\u3067\u3042\u308b\u5834\u5408\u306b\u9650\u308a":47,"\u6570\u50242":[],"\u5225\u306e\u5f62\u5f0f\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066db_api\u3092\u4f7f\u3063\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u304b\u306f\u30b3\u30de\u30f3\u30c9\u6bce\u306b\u81ea\u7531\u306b\u6c7a\u3081\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":0,"\u30b9\u30bf\u3
0a4\u30eb\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u540d\u3068\u540c\u3058\u3082\u306e\u304c\u4f7f\u3048\u308b":9,"1\u3064\u306e\u52d5\u753b\u306b\u306f":29,"groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831":[16,14],"\u3068\u3044\u3046\u306a\u3081\u306e":[],debug:[6,36],"\u3067\u7d50\u5408\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":8,"\u305d\u306e\u683c\u7d0d\u65b9\u6cd5\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":24,"\u51fa\u529b\u30ab\u30e9\u30e0\u306e\u6307\u5b9a\u3067\u7d39\u4ecb\u3057\u305f":24,"\u5f15\u6570\u540d1":[24,38,9],last_modifi:54,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u304c\u5165\u3063\u305fhtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":23,"\u5f15\u6570\u540d2":[24,38,9],"\u30ab\u30e9\u30e0\u540d\u3067\u306f\u306a\u304f":8,"groonga\u306e\u30b9\u30c8\u30ec\u30fc\u30b8\u306f":50,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9\u306ebody\u30ab\u30e9\u30e0\u306e\u5024\u3092\u53d6\u5f97\u3057\u307e\u305
9":58,"\u3068\u3044\u3046\u6587\u5b57\u5217\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3059\u308b":24,"groonga\u306e\u30ab\u30e9\u30e0\u306f":34,"\u3050\u308b\u3093\u3057\u304d":53,"\u30b3\u30de\u30f3\u30c9\u3092\u4f7f\u7528\u3057\u307e\u3059":24,"\u3068\u3044\u3046\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b\u306f\u305a\u3067\u3059":10,grn_table_s:0,"status\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u307f\u307e\u3057\u3087\u3046":24,content:[],"\u691c\u7d22\u7d50\u679c\u306e\u30bd\u30fc\u30c8\u9806\u5e8f\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":8,moritapo:29,"scorer\u306e\u5229\u7528":[],"filter\u30d1\u30e9\u30e1\u30fc\u30bf":[],"\u4e16\u754c\u6e2c\u5730\u7cfb\u306b\u3082\u5bfe\u5fdc\u3057\u305f\u4f4d\u7f6e\u60c5\u5831\u3067\u306e\u7d5e\u8fbc\u304c\u53ef\u80fd\u3067\u3059":50,"\u30c1\u30e3\u30f3\u30af\u306e\u30b5\u30a4\u30ba\u3
067\u3059":42,"\u306b\u7f6e\u304d\u63db\u3048\u3066\u6307\u5b9a\u3057\u307e\u3059":9,"groonga\u306e\u7279\u5fb4":[16,50],"\u307e\u305a\u4ee5\u4e0b\u3092\u78ba\u8a8d\u3057\u3066\u304f\u3060\u3055\u3044":10,input_typ:47,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306efilter\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":52,free:42,"\u3067\u6271\u3063\u3066\u3044\u307e\u3059":54,"\u30de\u30a4\u30af\u30ed\u79d2\u6570\u306e\u5024\u3092\u76f4\u63a5\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u306e\u307b\u304b\u306b":54,"log\u3068\u3044\u3046\u5f62\u5f0f\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u4f5c\u3089\u308c\u307e\u3059":10,"\u30ad\u30e3\u30c3\u30b7\u30e5\u3057\u3066\u518d\u5229\u7528\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u4f4e\u3044\u30af\u30a8\u30ea\u306b\u5bfe\u3057\u3066\u7528\u3044\u307e\u3059":8,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b1":42,"\
u307e\u308d\u3086\u304d":45,"\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":24,"\u30d1\u30b9\u914d\u4e0b\u306b\u7f6e\u304b\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u3092\u51fa\u529b\u3057\u307e\u3059":38,"\u5b9f\u884c\u4f8b\u306eflags\u306ecolumn_index":24,"edge\u304cworker\u306b\u7d50\u3073\u3064\u3044\u3066\u3044\u306a\u3044\u3068\u304d\u306f":51,"\u30c1\u30e3\u30f3\u30af\u5185\u3067\u306e\u30b5\u30a4\u30ba":42,"\u8fd4\u4fe1\u5148\u60c5\u5831\u306a\u3069":54,"senna\u306b\u304a\u3051\u308b\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u5b9f\u88c5\u3092\u6539\u826f\u3057":50,"\u53cb\u4eba\u30ea\u30b9\u30c8\u306b\u5165\u3063\u3066\u3044\u308b\u6570\u306e\u4e00\u89a7\u3092\u8868\u793a\u3057\u3066\u307f\u307e\u3057\u3087\u3046":29,"\u7def\u5ea6\u7d4c\u5ea6\u5ea7\u6a19":54,"\u4e3b\u30ad\u30fc\u306e\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u3082\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":45,"\u30b9\u30af\u30ea\u30d7\u30
c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b3\u30e1\u30f3\u30c8\u884c\u306b\u306f\u7279\u6b8a\u30b3\u30de\u30f3\u30c9\u3092\u57cb\u3081\u8fbc\u3080\u3053\u3068\u304c\u53ef\u80fd\u3067\u3059":10,"\u30ab\u30e9\u30e0\u306b\u4ed8\u968f\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3082\u518d\u5e30\u7684\u306b\u524a\u9664\u3055\u308c\u307e\u3059":57,"\u306e\u7ae0\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":10,"\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u304c\u4f5c\u6210\u3055\u308c\u308b":15,user:[54,10,29],rand:[16,43,40,55,2],rang:[21,35],"\u3053\u308c\u307e\u3067\u5b66\u3093\u3060groonga\u306e\u6a5f\u80fd\u3092\u7528\u3044\u3066":54,"valgrind\u3092\u7528\u3044\u3066\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9\u3084\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u3092\u691c\u51fa\u3057\u3064\u3064":23,"150x150":[37,5],"\u305f\u3081\u3057\u306b\u65b0\u5bbf\u99c5\u3068\u6771\u4eac\u99c5\u306b\u3064\u3044\u3066":[],"table_create\u30b3\u30de\u30f3\u30c9\u3067\u4f5
c\u6210\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u306f":24,"ipa\u30d5\u30a9\u30f3\u30c8":27,"\u30b7\u30f3\u30b0\u30eb\u30af\u30a9\u30fc\u30c8":[24,9],"\u6307\u5b9a\u3055\u308c\u305f\u4f4d\u7f6e\u304b\u30895000m\u4ee5\u5185\u306b\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u3092\u691c\u7d22\u3057\u3066\u3044\u307e\u3059":54,"\u9ad8\u6a5f\u80fd\u3067\u8907\u96d1\u306a\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u307e\u3067\u3044\u304f\u3064\u304b\u306e\u968e\u5c64\u7684\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3092\u30e6\u30fc\u30b6\u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u63d0\u4f9b\u3057\u3066\u3044\u307e\u3059":0,"\u30ab\u30e9\u30e0\u540d\u306e\u524d\u306b\u30cf\u30a4\u30d5\u30f3":24,"\u77ed\u7e2e\u3059\u308b":[47,8],"script\u5f62\u5f0f\u306egrn_expr":[16,2,53],"1970\u5e741\u67081\u65e50\u66420\u52060\u79d2\u3092\u8d77\u70b9\u3068\u3057\u305f\u79d2\u6570\u3092\u5c0f\u6570\u3067\u8fd4\u3057\u307e\u3059":[31,11,58,8],"\u5bfe\u8a71\u30e2\u30fc\u30c9\u306b\u5
165\u308a\u307e\u3059":24,"\u3042\u308b\u3044\u306f\u5ea7\u6a19\u3092\u793a\u3059\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[37,5,33],"\u30b9\u30c6\u30fc\u30bf\u30b9\u60c5\u5831":[],"\u533a\u5207\u308a\u3067\u6307\u5b9a\u3057\u307e\u3059":[31,24,58,8,11],"\u4ed8\u52a0\u3057\u306a\u3044\u5834\u5408\u306b\u306f\u6607\u9806\u306b\u30bd\u30fc\u30c8\u3057\u307e\u3059":8,"unit\u306e\u65b0\u3057\u3081\u306e\u7248\u304c\u5fc5\u8981\u3067\u3059":[],"drilldown\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30ab\u30e9\u30e0\u540d\u3092\u30ab\u30f3\u30de\u533a\u5207\u308a\u3067\u4e0e\u3048\u307e\u3059":28,"groonga\u3067\u306f":[50,24,56,40,28,30,46],setuptool:27,"\u30c6\u30fc\u30d6\u30eb\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d":21,"api\u95a2\u6570\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u81ea\u7531\u306b\u5b9a\u7fa9\u3067\u304d\u307e\u3059":53,"ip\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u3
0db\u30b9\u30c8\u540d":25,"80ghz":10,"16bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570":34,"\u5f15\u7528\u7b26\u306b\u4f7f\u7528\u3057\u305f\u6587\u5b57\u3092\u5024\u306e\u4e2d\u3067\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f":9,"limit\u306b\u3088\u3063\u3066\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":8,ga54c5f8:10,"\u91cd\u307f\u306f":[],g2a77275:[24,25],"groonga\u6c4e\u7528\u30c6\u30b9\u30c8\u30c4\u30fc\u30eb\u3067\u3059":10,"64bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570":34,"view\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u8ffd\u52a0\u3055\u308c\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":44,"\u3082\u3063\u3068\u4e00\u822c\u7684\u306b\u306f":[],"\u6295\u7a3f\u6642\u9593\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":54,grn_expr:[0,16,2,47,52,8,53],"\u3067\u7d44\u307f\u5408\u308f\u305b\u305f\u30b7\u30f3\u30dc\u30eb\u540d\u3092\u6307\u5b9
a\u3057\u307e\u3059":[1,32],"shorttext\u578b\u306e\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30cf\u30c3\u30b7\u30e5\u8868\u578b\u306e\u30c6\u30fc\u30d6\u30eb":1,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u306e\u5834\u5408\u3068\u540c\u3058\u3067\u3059":10,rab:[24,40,28],indexblog2:30,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u30ea\u30b9\u30c8\u8868\u793a":35,ram:10,"\u3068\u3057\u3066\u8fd4\u3057\u307e\u3059":5,"db_api\u306f":0,"http\u306eget\u30d1\u30e9\u30e1\u30fc\u30bf\u3067\u6e21\u3057\u307e\u3059":25,"output_columns\u3067\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306e\u5024":[31,11,58],"\u3050\u308b\u3093\u304c\u6b21\u90ce":29,"\u7d4c\u5ea6\u304c139\u5ea645\u520657":40,"\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067\u30b9\u30b3\u30a2\u3067\u30bd\u30fc\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":8,"\u304c\u304a\u304c\u304a":54,"\u3053\u306
e\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u30c6\u30fc\u30d6\u30eb\u3067\u306f\u305f\u3068\u3048\u3070":1,with_sect:[54,32,30],"\u8907\u6570\u306e\u6761\u4ef6\u3092\u307e\u3068\u3081\u308b":8,"\u30ab\u30e9\u30e0\u306e\u5024\u306f\u30c6\u30fc\u30d6\u30eb\u4e2d\u3067\u4e00\u610f\u3067\u3059":24,"\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u30d5\u30e9\u30b0\u5024\u3067\u3059":42,"grn_expr\u3067\u8868\u73fe\u3067\u304d\u308b\u30af\u30a8\u30ea":[0,16],"\u30bf\u30a4\u30c8\u30eb\u3068\u672c\u6587\u3092\u5168\u6587\u691c\u7d22\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":30,point1:5,point2:5,"\u5b9a\u7fa9\u3055\u308c\u308b\u7591\u4f3c\u30ab\u30e9\u30e0\u306f":22,"message\u30ab\u30e9\u30e0\u306e\u307f\u3067\u306e\u691c\u7d22":30,"domain\u30ab\u30e9\u30e0\u3068country\u30ab\u30e9\u30e0\u3067\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u884c\u3046\u4f8b\u3092\u4ee5\u4e0b\u306b\u793a\u3057\u307e\u3059":28,"\u3069\u306e\u30b5\u30a4\u30c8\u3092\u30ea\u30f3\u30af\u3057\u3066\u3044\
u308b\u306e\u304b\u3092\u4fdd\u5b58\u3057\u307e\u3057\u305f":56,"\u3042\u308b\u30e6\u30fc\u30b6\u30fc\u304c\u304a\u6c17\u306b\u5165\u308a\u306b\u5165\u308c\u3066\u3044\u308b\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":54,"\u65e5\u672c\u6e2c\u5730\u7cfb\u306e\u307f\u306a\u3089\u305a":50,"\u3092\u7528\u3044\u305f\u7d5e\u8fbc":40,object:34,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d0\u30c3\u30af\u30a2\u30c3\u30d7\u304c\u4e3b\u306a\u5229\u7528\u65b9\u6cd5\u3067\u3059":4,"match_columns\u30d1\u30e9\u30e1\u30fc\u30bf\u306b":24,"\u30b5\u30fc\u30d0\u304c\u5229\u7528\u3059\u308b\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":10,"coverage\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u4ee5\u4e0b\u306b":23,"http\u30ea\u30af\u30a8\u30b9\u30c8\u306b\u6307\u5b9a\u3055\u308c\u305furi\u306b\u5bfe\u5fdc\u3059\u308b":38,"128551935x502796434":54,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u4e2d\u9593\u4e00\u81f4\u3059\u308b":0,"128551935x502796433
":54,"\u30bb\u30df\u30b3\u30ed\u30f3\u3092\u5229\u7528\u3057\u3066":10,"grn_expr\u3092\u4f7f\u3046\u3053\u3068\u306b\u3088\u3063\u3066\u975e\u5e38\u306b\u67d4\u8edf\u306b\u691c\u7d22\u6761\u4ef6\u3092\u8a18\u8ff0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":53,"match_columns\u30aa\u30d7\u30b7\u30e7\u30f3\u3067":30,"ip\u30a2\u30c9\u30ec\u30b9\u307e\u305f\u306f\u30db\u30b9\u30c8\u540d\u3067\u6307\u5b9a\u3057\u307e\u3059":10,"\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u540d":1,"\u77e9\u5f62\u306e\u7bc4\u56f2\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8fd4\u3059\u95a2\u6570\u3067\u3059":[],"\u30c7\u30d0\u30c3\u30b0\u7528\u306e\u305f\u3081":42,"\u3044\u3051\u307e\u305b\u3093":[],"\u4e00\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u8ffd\u52a0":11,dor:[],alloc_count:[41,24,25],"\u3064\u307e\u308a":25,"\u3068\u8a18\u8ff0\u3057\u3066\u6307\u5b9a\u3057\u307e\u3059":54,index_blog:30,"\u4efb\u610f\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u51fa\u529b\u5148\u309
2\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":10,"\u578b\u306b\u306fgroonga\u306e\u7d44\u8fbc\u578b\u304b":1,"mecab\u3092\u7d44\u307f\u8fbc\u3093\u3060\u5834\u5408\u306e\u307f\u6709\u52b9":1,"\u3053\u306e\u3088\u3046\u306b":[56,29],syntax:[],"\u30ab\u30e9\u30e0\u306e\u5024\u3092\u53d6\u5f97\u3057\u307e\u3059":58,"16bit\u7b26\u53f7\u306a\u3057\u6574\u6570":34,"\u6587\u5b57\u5217\u304b\u3089\u62bd\u51fa\u3059\u308b\u7279\u5fb4\u8a9e\u306e\u6570\u3092\u6570\u5024\u306b\u6307\u5b9a\u3057\u307e\u3059":[],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdump\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":4,protocol:[25,38,9],"\u7a7a\u767d\u3067\u533a\u5207\u3089\u308c\u305f\u6587\u5b57\u5217\u3092\u30c8\u30fc\u30af\u30f3\u3068\u3059\u308b":1,"\u63a5\u7d9a\u4e0d\u80fd\u3068\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":10,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306e\u307f\u3092
\u884c\u3046":[],nterm:42,"\u30c6\u30fc\u30d6\u30eb\u306b\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3059\u308b\u6642\u306b\u306fcolumn_create\u30b3\u30de\u30f3\u30c9\u3092\u4f7f\u7528\u3057\u307e\u3059":1,"\u7d4c\u5ea6\u304c139\u5ea642\u52060":40,grnslap:[3,16,19,2],"\u30ab\u30e9\u30e0\u306e\u5024\u306e\u5c5e\u3059\u308b\u578b":35,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u7ba1\u7406\u3059\u308b\u305f\u3081\u306e\u6c4e\u7528\u7684\u306a\u30da\u30fc\u30b8\u306b\u5bfe\u5fdc\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u304c":9,"\u30ab\u30e9\u30e0\u5024n":[31,11,58],"\u30c1\u30a7\u30c3\u30af\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u3088\u308a\u8fd4\u3055\u308c\u308b\u5024\u304c\u5909\u308f\u308a\u307e\u3059":42,latenc:10,"\u30b9\u30ab\u30e9\u578b":35,"\u5bfe\u8c61\u30db\u30b9\u30c8\u3067\u52d5\u4f5c\u3057\u3066\u3044\u308bgroonga\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3057\u307e\u3059":25,"a\u306b\u30de\u30c3\u30c1\u3057":8,"\u30b5\u30fc\u30d0\u3067\u5b9f\u884c\u3057\u307e\u305
9":[],"\u5927\u91cf\u306e\u691c\u7d22\u7d50\u679c\u3092\u30da\u30fc\u30b8\u3067\u5206\u3051\u3066":24,"admin_html\u4ee5\u4e0b\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059":9,"\u30a6\u30a7\u30a4\u30c8\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":32,"filter\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u306f":40,"\u5236\u9650\u4e8b\u9805":10,"groonga\u306f":[50,24,40,23],"\u4f4d\u7f6e\u60c5\u5831\u306e\u7bc4\u56f2\u306f":50,"\u6771\u4eac\u90fd\u306b\u4f4f\u3093\u3067\u3044\u308b":54,"\u4e3b\u306bgroonga\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9\u306b\u5bfe\u3057\u3066\u4f7f\u7528\u3059\u308b\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":41,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306elimit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"\u305d\u308c\u305e\u308c\u30c9\u30e1\u30a4\u30f3\u540d\u3092\u4e3b\u30ad\u30fc\u306
8\u3059\u308bsitedomain\u30c6\u30fc\u30d6\u30eb\u3068":28,"\u30ab\u30e9\u30e0\u50241":[31,11,47,58],"\u30ab\u30e9\u30e0\u50242":[31,11,47],"\u95a2\u9023\u9805\u76ee":[15,52,47,6,8,48,26,11,31,58,36],"comments\u30c6\u30fc\u30d6\u30eb\u306elocation\u30ab\u30e9\u30e0\u306f":54,noftp:10,"query\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u540c\u69d8\u306b":40,"\u30c6\u30fc\u30d6\u30eb\u306e\u4e3b\u30ad\u30fc\u3084":34,"\u7bc4\u56f2\u3092\u5e83\u304f\u6307\u5b9a\u3057\u305f\u305f\u3081":54,"\u30e6\u30fc\u30b6\u30fc\u60c5\u5831":54,etim:19,"\u5b9f\u7a3c\u52d5\u74b0\u5883\u3067\u306e\u30af\u30a8\u30ea\u30d1\u30bf\u30f3\u306b\u8fd1\u3044\u30af\u30a8\u30ea\u3092\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066":19,"drilldown_limit\u306b\u3088\u3063\u3066\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":8,"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a
4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":27,"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210":[16,54,13],"\u62e1\u5f35\u5b50\u3092\u9664\u3044\u305f":10,"script\u30d5\u30a1\u30a4\u30eb\u306e\u540c\u671f\u3084\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u9001\u4fe1\u3092\u884c\u3044\u307e\u3059":10,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r1\u3068":0,"\u30b0\u30eb\u30fc\u30d7\u5316\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u304c":22,"\u30e6\u30fc\u30b6\u30fc\u5225":54,"time\u578b\u306e\u30ab\u30e9\u30e0\u306b\u6642\u9593\u3092\u683c\u7d0d\u3059\u308b\u4f8b\u3092\u793a\u3057\u307e\u3059":56,"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831":[16,23],brazil:28,"ctrl\u30ad\u30fc\u3092\u62bc\u3057\u306a\u304c\u3089d\u30ad\u30fc\u3092\u62bc\u3059\u3068":24,"get\u30e1\u30bd\u30c3\u30c9\u306e\u307f\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059":38,"groonga\u306e\u3
0c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306f\u5927\u91cf\u306e\u30c7\u30fc\u30bf\u3092\u683c\u7d0d\u3057":0,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb\u540d":10,unary_oper:[],"\u3067\u59cb\u307e\u308b\u540d\u524d\u306f\u4e88\u7d04\u6e08\u307f\u3067\u3042\u308a":32,"drilldown\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u3068\u308a\u307e\u3068\u3081\u3066":8,"\u52d5\u753b\u306e\u30bf\u30a4\u30c8\u30eb\u3092title\u30ab\u30e9\u30e0\u306b":29,"\u51e6\u7406\u901f\u5ea6\u3084\u52b9\u7387\u306b\u306f\u5dee\u9055\u306f\u3042\u308a\u307e\u305b\u3093":[],"\u30c6\u30fc\u30d6\u30eb\u578b\u3067\u914d\u5217\u3092\u683c\u7d0d\u3059\u308b\u30ab\u30e9\u30e0\u306f":56,res_tabl:10,"\u3053\u306e\u7d50\u679c\u3092\u898b\u308b\u3068":40,"db\u30d1\u30b9\u540d":[24,25],add:11,"\u6771\u4eac\u99c5\u3068\u79cb\u8449\u539f\u99c5\u306f2054m":40,"\u5168\u6587\u691c\u7d22\u6761\u4ef6":8,"\u304c1\u3064":54,"\u30e6\u30fc\u30b
6\u30fc\u306e\u81ea\u5df1\u7d39\u4ecb":54,replied_to:54,bitwise_xor_express:[],"\u30c6\u30fc\u30d6\u30eb\u540d\u4e00\u89a7\u304c\u4ee5\u4e0b\u306e\u5f62\u5f0f\u3067\u8fd4\u5374\u3055\u308c\u307e\u3059":[21,35],"\u6539\u884c\u6587\u5b57\u306f":9,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092groonga\u306e\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u547c\u3073\u51fa\u3057\u5f62\u5f0f\u3067\u51fa\u529b\u3057\u307e\u3059":4,column_scalar:[24,54,32,28,29,30,35],"\u304f\u3057\u307e\u3059":[],"libmemcached\u306e\u5c0e\u5165\u304c\u5fc5\u8981\u3067\u3059":23,countri:28,com:[24,56,40,28],"\u30ed\u30b0\u306fmv\u3067\u79fb\u52d5\u3055\u308c\u305f\u5148\u306e\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":15,"\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3057\u307e\u3059":9,"\u8a9e\u5f59\u30c6\u30fc\u30d6\u30eb\u306b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3092\u4f5c\u62
10\u3057\u307e\u3059":24,"\u3042\u308b\u30e6\u30fc\u30b6\u30fc\u3092\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u3092\u691c\u7d22\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":54,"\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3066\u304f\u3060\u3055\u3044":24,grn_op_cal:0,"\u3053\u306e\u4f8b\u3067\u306f":54,"_score\u306e\u5024\u3082\u8fd4\u3063\u3066\u304d\u3066\u304a\u308a":54,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u660e\u793a\u7684\u306b\u30b5\u30fc\u30d0\u3092\u6307\u5b9a\u3057\u306a\u3044\u304b\u304e\u308a":10,"\u95a2\u6570\u306e\u540d\u524d":53,"\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u3088\u3046\u3068\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":48,"\u30b5\u30fc\u30d0\u3078\u306e\u63a5\u7d9a\u306a\u3069\u306e\u64cd\u4f5c\u304c\u884c\u3048\u307e\u3059":24,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3068\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u306e\u307f\u3092\u884c\u
3046":[],"\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u633f\u5165\u3057\u307e\u3059":[24,9],grn_obj_clos:0,"groonga\u3082\u30e9\u30a4\u30d6\u30e9\u30ea\u3067\u5229\u7528\u3067\u304d\u307e\u3059":[],three:[24,56],"\u3072\u308d\u3042\u304d":45,geo_distance2:5,geo_distance3:5,"\u691c\u7d22\u7d50\u679c\u304b\u3089\u6307\u5b9a\u3055\u308c\u305f\u7bc4\u56f2\u306e\u307f\u3092\u8868\u793a\u3059\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059":24,tokenmecab:1,"groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":18,"values\u5f15\u6570\u304c\u7701\u7565\u3055\u308c\u305f\u5834\u5408\u306b\u306f":47,"\u30ab\u30f3\u30de":24,"\u304c\u304a\u6c17\u306b\u5165\u308a\u306b\u5165\u308c\u3066\u3044\u308b2\u4ef6\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":54,"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u5f8c\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e
\u3059":0,"\u73fe\u5728\u57f7\u7b46\u4e2d\u3067\u3059":46,"\u691c\u7d22\u7d50\u679c\u3067\u8868\u793a\u3059\u308b\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059":24,"\u51fa\u529b\u3059\u308bmessage\u306e\u30ed\u30b0\u30ec\u30d9\u30eb\u3092\u6570\u5024\u3067\u6307\u5b9a\u3057\u307e\u3059":[],"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u3092":8,sourceforg:24,"\u4f7f\u7528\u4e2d\u306e\u8ad6\u7406\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":42,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092\u518d\u8aad\u307f\u8fbc\u307f\u3057\u307e\u3059":15,"\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306b\u306a\u3063\u3066\u3044\u307e\u3059":54,tasukuchan:54,"grn_op_or\u306f":0,seven:24,"\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":33,tabl:[0,4,47,8,48,12,11,44,9,24,25,56,40,28,29,30,31,32,35,45,52,54,
57,58],"mecab\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":24,"\u901a\u5e38grntest\u306fftp":10,additive_express:[],"\u30ab\u30e9\u30e0\u306e\u5024\u3092\u66f4\u65b0\u3057\u307e\u3059":47,"query\u5f62\u5f0f\u306egrn\u5f0f\u3067\u6709\u52b9\u306a\u5f0f\u306e\u69cb\u6587\u3092\u62e1\u5f35bnf\u8a18\u6cd5\u3067\u793a\u3057\u307e\u3059":[],"\u4ee5\u964d\u3082\u30b3\u30e1\u30f3\u30c8":9,"\u30ab\u30e9\u30e0\u306e\u4f5c\u6210":24,"\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e0e\u3048\u308b\u6587\u5b57\u5217\u306f\u30a8\u30b9\u30b1\u30fc\u30d7\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u305b\u3093":47,"\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":42,"\u3092\u3054\u89a7\u4e0b\u3055\u3044":23,"\u653e\u68c4\u3059\u308b":[31,11,47,8,58],make:[27,19,10,24,23],"\u307e\u305f\u306f\u30e6\u30fc\u30b6\u304c\u5b9a\u7fa9\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":34,"groonga\u306b\u76
7b\u9332\u3057\u305f\u30c7\u30fc\u30bf\u3092\u7528\u3044\u305f\u5168\u6587\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":24,"\u30bf\u30a4\u30c8\u30eb\u3082\u3057\u304f\u306f\u5185\u5bb9\u306b\u7279\u5b9a\u306e\u5358\u8a9e\u3092\u542b\u3080":30,"grn_expr\u3068grn_table_select":53,"\u6570\u304c\u5927\u304d\u3044\u307b\u3069\u591a\u304f\u306e\u30ed\u30b0\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":9,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":[24,9],"\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d\u3092\u4f7f\u3044\u307e\u3059":54,"db\u3092\u64cd\u4f5c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":24,"\u6587\u5b57\u5217\u3092\u542b\u3093\u3067\u3044\u305f\u5834\u5408\u306f":[],"\u30ab\u30e9\u30e0\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217\u306b\u5f8c\u65b9\u4e00\u81f4\u3059\u308b":[],"json\u5f62\u5f0f":[15,1,52,41,42,20,6,21,44,48,26,32,12,47,57,35
,36],hana:29,"\u8907\u6570\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u540c\u3058\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092\u540c\u6642\u306b\u5b9f\u884c\u3057\u307e\u3059":10,"_nsubrecs\u3068\u3044\u3046\u4eee\u60f3\u7684\u306a\u30ab\u30e9\u30e0\u304c\u8ffd\u52a0\u3055\u308c\u307e\u3059":28,"\u6570\u50242\u3092\u7701\u7565\u3057\u305f":[],"\uff11\u3064\u306eedge\u3068\u7d50\u3073\u3064\u304f\u3053\u3068\u304c\u3067\u304d\u308b":51,"\u52d5\u753b\u306e\u30bf\u30b0\u60c5\u5831\u3092tags\u30ab\u30e9\u30e0\u306btag\u30c6\u30fc\u30d6\u30eb\u578b\u3067\u8907\u6570\u683c\u7d0d\u3057\u3066\u3044\u307e\u3059":29,"\u53ef\u5909\u9577\u306e\u5024\u304c\u5fc5\u8981\u306a\u5834\u5408\u306f\u5225\u9014\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":1,"groonga\u30d7\u30ed\u30bb\u30b9\u304c\u8d77\u52d5\u3057\u3066\u304b\u3089\u7d4c\u904e\u3057\u305f\u79d2\u6570\u3092\u8fd4\u3057\u307e\u3059":41,"\u30ab\u30e9\u30e0\u5024\u3092\u53d6\u5f97\u3059\u308b\u3053\u3068\u3082\u3067\u304d
\u307e\u3059":[],property_nam:[],"\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u304c\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30c6\u30fc\u30d6\u30eb\u3067\u3042\u3063\u305f\u5834\u5408\u306f":47,"\u5f15\u6570\u3092grn_expr\u3068\u3057\u3066\u89e3\u91c8\u3059\u308b\u304b":0,"975\u79d2":40,"\u3067\u3042\u308b\u30ec\u30b3\u30fc\u30c9r2\u304ctable\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u305f\u3068\u304d":0,"time\u578b\u3067\u3059":54,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u304c\u7a7a\u3067\u306a\u3044\u5834\u5408\u306b\u3060\u3051\u610f\u5473\u3092\u6301\u3061\u307e\u3059":0,out_gqtp:10,"grn_expr\u3092\u4f7f\u3063\u3066\u69d8\u3005\u306a\u691c\u7d22\u30af\u30a8\u30ea\u3092\u8868\u73fe\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":0,"\u30a2\u30f3\u30c0\u30fc\u30b9\u30b3\u30a2":32,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5148\u3092\u6307\u5b9a\u3059\u308b\u30d1\u30e9\u30e1\u30fc\u30bf\u3067\u3059":24,thi:[24,25,56],"\u30b3\u30de\u30f3\u30c9\u540d":[24,25,38,9],"\u30
5d\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306b\u306a\u308a\u307e\u3059":9,"http\u306e\u4e21\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":19,execfil:[],identifi:[],"\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3092\u4f7f\u7528\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u3067\u306f":1,"_score":[24,54,40,22,8],"\u4e0a\u8a18\u306e\u5b9f\u884c\u4f8b\u3067\u306f":40,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u306a\u3069\u306e\u96c6\u8a08\u7cfb\u30af\u30a8\u30ea\u3092\u9ad8\u901f\u306b\u5b9f\u73fe":[16,50],"table_list\u306f":21,"\u73fe\u5728\u306f":[19,10],conditional_express:[],hai:0,"1\u4ef6\u76ee\u304b\u3089\u7d50\u679c\u3092\u8fd4\u3059\u5834\u5408\u306b\u306f":24,"grntest\u547d\u4ee4\u3068\u547c\u3073\u307e\u3059":10,"\u7a7a\u767d\u658
7\u5b57":47,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u307e\u305b\u3093":10,defrag:[16,49,20,2],"\u7e70\u308a\u8fd4\u3057\u6570\u3068\u3082\u7701\u7565\u6642\u306f1\u3067\u3059":10,uint16:34,"users\u30c6\u30fc\u30d6\u30eb\u306efollower\u30ab\u30e9\u30e0\u306b\u3042\u308b\u30d5\u30a9\u30ed\u30fc\u30ea\u30b9\u30c8\u3092\u9006\u5f15\u304d\u3057\u307e\u3059":54,"worker\u306f":51,"\u30ab\u30e9\u30e0\u6307\u5411\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306folap\u306a\u3069\u306e\u96c6\u8a08\u30af\u30a8\u30ea\u3092\u9ad8\u901f\u306b\u5b9f\u73fe\u3059\u308b\u306e\u306b\u5411\u3044\u3066\u3044\u307e\u3059":50,"\u5bfe\u8a71\u30e2\u30fc\u30c9\u3092\u4e3b\u306b\u4f7f\u7528\u3057\u307e\u3059":24,"\u8ad6\u7406\u7a4d":[0,8],"\u5bfe\u8a71\u30e2\u30fc\u30c9\u304b\u3089\u629c\u3051\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":24,"\u5165\u529b\u5f62\u5f0f\u3092":[],"\u5024\u304c\u540c\u4e00\u3067\u3042\u308b\u5834\u5408\u306f\u30ab\u30e9\u30e0\u540d
2\u3067\u30bd\u30fc\u30c8":8,"output_columns\u3067\u306egrn\u5f0f\u6307\u5b9a\u306fv1":[],"\u30b4\u30df\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":42,"\u3053\u306e\u4f8b\u306e\u3088\u3046\u306b1\u3064\u306egrntest\u547d\u4ee4\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306b\u4ed8\u4e0e\u3057\u3066\u3082\u554f\u984c\u3042\u308a\u307e\u305b\u3093":10,"json\u306e\u914d\u5217\u306e1\u756a\u76ee\u306e\u69d8\u5b50\u306b":24,"int32\u578b\u306e\u30ab\u30e9\u30e0\u306b\u6574\u6570\u3092\u683c\u7d0d":56,"\u65b0\u3057\u304f\u4f5c\u6210\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d5\u30eb\u30d1\u30b9\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":24,table_view:1,"\u3092\u30ad\u30fc\u30ef\u30fc\u30c9\u306b\u30b3\u30e1\u30f3\u30c8\u691c\u7d22\u3057\u305f\u7d50\u679c":54,scan_build:23,vdw:[24,40,28],"\u4e3b\u30ad\u30fc\u3092\u6301\u305f\u306a\u3044\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":1,"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\
u5f8c\u65b9\u4e00\u81f4\u3059\u308b":0,"\u77e9\u5f62\u306e\u53f3\u4e0b\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":37,"pid\u3092\u4fdd\u5b58\u3059\u308b\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u30ea\u30b9\u30c8\u8868\u793a":21,brst2pdf:[],"\u4f7f\u7528\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5bfe\u3057\u3066\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":32,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5bfe\u8c61\u30ab\u30e9\u30e0\u540d\u306e\u914d\u5217":35,grn_op_but:0,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9":26,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3046":[],postfix_oper:[],"filter\u306e\u4e21\u65b9\u3092\u4f7f\u7528\u3057\u305f\u5834\u5408":54,"\u30c6\u30b9\u30c8\u30c6\u30b9\u30c8":54,"\u306e\u500d\u6570\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u30
59":[],"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306equery\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":52,log_reopen:[15,16,49,2,6,36],"grntest\u306f\u81ea\u52d5\u7684\u306blocalhost\u306egroonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u3066\u63a5\u7d9a\u3057\u307e\u3059":10,"\u65e2\u5b58\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u540d\u3068\u540c\u3058\u30d5\u30a1\u30a4\u30eb\u540d\u3067":15,"\u5168\u6587\u691c\u7d22\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\u306b\u306e\u307f":24,"select\u30b3\u30de\u30f3\u30c9\u306efilter\u30d1\u30e9\u30e1\u30fc\u30bf\u306f":40,"\u7d44\u8fbc\u95a2\u6570\u306f":[37,5,55,39,33],"\u901a\u5e38\u306f1\u3064\u306e\u30b5\u30a4\u30c8\u304b\u3089\u591a\u304f\u306e\u30b5\u30a4\u30c8\u306b\u30ea\u30f3\u30af\u304c\u5f35\u3089\u308c\u3066\u3044\u307e\u3059":56,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_distance\u306b\u3064\
u3044\u3066\u8aac\u660e\u3057\u307e\u3059":5,"\u4e3b\u30ad\u30fc\u5024\u3092\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306b\u683c\u7d0d\u3057":24,"groonga\u306e\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306f":50,define_selector:[16,49,52,9,2],"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u3092\u4f7f\u3063\u3066":24,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f\u63a5\u7d9a\u5148\u306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"\u6307\u5b9a\u3057\u305f\u5024\u306e\u9593\u306e\u95a2\u4fc2\u3068\u3057\u3066\u8868\u73fe\u3057\u307e\u3059":0,tasuku:[],"cache_limit\u306f":7,"\u6761\u4ef6\u5f0f\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u8981\u7d20\u3092\u95a2\u4fc2\u5f0f\u3068\u547c\u3073\u307e\u3059":0,localhost:[19,10,9],"\u30d4\u30ea\u30aa\u30c9":[1,32],"\u305d\u308c\u3092\u7528\u3044\u3066\u691c\u7d22\u3057\u3066\u307f\u307e\u3057\u3087\u3046":24,core:10,"8bit\u7b26\u53f7\u4ed8\u304
d\u6574\u6570":34,"\u30b3\u30e1\u30f3\u30c8\u306e\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u306e\u4e00\u89a7":54,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306fvalue\u306a\u3057":1,"v2\u306e\u5024\u306e\u8981\u7d20\u304c\u63a5\u8fd1\u3057\u3066\u542b\u307e\u308c\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":0,"select\u30b3\u30de\u30f3\u30c9\u306escorer\u30d1\u30e9\u30e1\u30fc\u30bf\u306f":40,"\u7d5e\u308a\u8fbc\u307f\u6761\u4ef6\u3092script\u5f62\u5f0f\u306egrn\u5f0f\u6587\u5b57\u5217\u306b\u3088\u3063\u3066\u6307\u5b9a\u3057\u307e\u3059":[],"\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210":[16,27,14],obj:42,"\u30ab\u30e9\u30e0\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b":[],"\u3092\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b":54,"\u30c6\u30b9\u30c8\u306f":23,eight:24,"gqtp\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":19,"edge\u3054\u3068\u306bqueue\u3092\u6301\u3064":51,"\u5024\u306e\u578b\u3092\u6307\
u5b9a\u3057\u307e\u3059":[1,32],"\u691c\u7d22\u4f8b3":[0,16],"comments\u30c6\u30fc\u30d6\u30eb\u306elast_modified\u30ab\u30e9\u30e0\u306f":54,"float":[56,34],encod:9,"\u30ad\u30e3\u30c3\u30b7\u30e5\u5bb9\u91cf\u306f\u6709\u9650\u3067\u3059":8,"\u3053\u306e\u4e2d\u3067\u691c\u7d22\u30af\u30a8\u30ea\u3092\u8868\u73fe\u3059\u308bgrn_expr\u306e\u3053\u3068\u3092\u7279\u306b\u6761\u4ef6\u5f0f\u3068\u3088\u3073\u307e\u3059":0,"\u30af\u30a8\u30ea\u5b9f\u884c\u306e\u305f\u3081\u306e\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9":[0,16],"\u5143\u306e\u30b9\u30b3\u30a2\u5024\u306b\u52a0\u3048\u307e\u3059":0,"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306e\u578b\u306f":28,"\u4e3b\u30ad\u30fc\u306e\u578b\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30b5\u30d6\u30bb\u30c3\u30c8\u3068\u306a\u308a\u307e\u3059":34,"\u307e\u305f\u901a\u5e38\u306f":34,"\u691c\u7d22\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb":0,"\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305fdb\u306e\u4e2d\u
8eab\u306f\u30c1\u30a7\u30c3\u30af\u3057\u307e\u305b\u3093":10,"n\u30aa\u30d7\u30b7\u30e7\u30f3\u306f":24,segment:42,"\u4e3b\u30ad\u30fc\u306e\u683c\u7d0d\u65b9\u6cd5\u306fhash\u3067\u3042\u308b":24,"cutter\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u305f\u3081\u306b\u306f":[],offgao:54,kf3f:[],"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092bool\u578b\u306e\u5024\u3067\u8fd4\u3057\u307e\u3059":37,inv_res_column:10,head:19,"\u8a73\u3057\u304f\u306f":24,"\u691c\u7d22\u4ef6\u6570":[35,21,8],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bload\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":47,"\u3053\u306e\u4f8b\u3067\u306ftokenbigram\u3092\u6307\u5b9a\u3057\u3066\u3044\u307e\u3059":24,drilldown_sortbi:[52,28,8],"true":[15,37,44,52,40,11,56,57,1,6,48,24,26,32,28,29,30,45,12,36,33],"\u5024\u3092\u66f4\u65b0\u3057\u3088\u3046\u3068\u3059\u30
8b\u30ec\u30b3\u30fc\u30c9\u3092\u542b\u3080\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":31,"\u3068\u3044\u3046\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u8a18\u8ff0\u3059\u308b\u3053\u3068\u3067":54,"\u6771\u4eac\u90fd\u4e2d\u91ce\u533a":54,"\u53c2\u7167\u5148\u306e\u30c6\u30fc\u30d6\u30eb\u306e_key\u30ab\u30e9\u30e0\u306e\u5024\u306e":56,"\u65b0\u305f\u306a\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":9,"dump\u304c\u51fa\u529b\u3059\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u306f\u76f4\u63a5groonga\u304c\u89e3\u91c8\u3067\u304d\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u3059":4,replied_us:54,sampl:[56,10],"\u65b0\u898f\u8ffd\u52a0":[31,11],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_list\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":21,"\u81ea\u52d5\u7684\u306b\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u3092\u884c\u3044\u307e\u3059":50,"\u304c\u6307
\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":55,"\u30ab\u30e9\u30e0\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305fid":35,"http\u3067\u901a\u4fe1\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059":38,"\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u8868\u3057\u307e\u3059":22,"\u3053\u306e\u9805\u306f\u57f7\u7b46\u4e2d\u3067\u3059":[],score1:0,score2:0,"\u5ea7\u6a19\u304c\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":37,"select\u306e\u4e2d\u8eab\u309210\u56de\u7e70\u308a\u8fd4\u3059":10,download:24,"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u306e\u524a\u9664":12,"\u304c1\u3064\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":54,"object\u578b\u306fv1":34,"clearlock\u306f":26,"tritonn\u3067\u958b\u3044\u3066\u3044\u308bgroonga\u30b9\u30c8\u30ec\u30fc\u30b8\u30d5\u30a1\
u30a4\u30eb\u3082\u5171\u6709\u53ef\u80fd\u3067\u3059":50,"\u8907\u6570\u306e\u6761\u4ef6\u5f0f\u3092\u7d50\u5408\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u6f14\u7b97\u5b50\u304c\u4f7f\u7528\u3067\u304d\u308b":[],"\u306b\u306f\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":42,"\u30c6\u30fc\u30d6\u30ebentry\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u767b\u9332\u3057\u307e\u3059":[31,11,47],"\u5404\u30b3\u30de\u30f3\u30c9\u306f\u3044\u304f\u3064\u304b\u306e\u6587\u5b57\u5217\u5f15\u6570\u3092\u53d7\u3051\u53d6\u308a":0,"\u63a5\u7d9a\u5148\u30b5\u30fc\u30d0\u304c\u4f7f\u7528\u4e2d\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u306a\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044":10,"\u306e\u524d\u5f8c\u306e\u7a7a\u767d\u306f\u306f\u7121\u8996\u3055\u308c\u308b":9,"0\u500b\u4ee5\u4e0a\u306e\u5f15\u6570\u3092\u6301\u3061\u307e\u3059":9,"\u3053\u306e\u3088\u3046\u306b\u6307\u5b9a\u3059\
u308b\u3068":[],"\u30e9\u30a4\u30d6\u30e9\u30ea\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u306a\u3044\u30ec\u30f3\u30bf\u30eb\u30b5\u30fc\u30d0\u306a\u3069\u306e\u74b0\u5883\u3067\u3082\u5229\u7528\u3057\u3084\u3059\u304f\u306a\u308a\u307e\u3057\u305f":50,"\u30ab\u30e9\u30e0\u60c5\u5831\u3092\u51fa\u529b\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":35,test:[21,23,24,25,56,10,30,35],moero:29,"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u540d\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":24,"\u6027\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":32,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoffset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":52,queri:[0,52,9,8,24,25,56,10,29,30,45,40,54],notic:[6,36],"\u5217\u6307\u5411\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u6a5f\u80fd\u3092\u6301\u3064\u5168\u6587\u6
91c\u7d22\u30a8\u30f3\u30b8\u30f3\u30bd\u30d5\u30c8\u30a6\u30a7\u30a2":9,"\u305d\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u3092\u4e0b\u3052\u307e\u3059":[],"value_type\u3092\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":22,top_left:37,"scr\u306e\u4e2d\u8eab\u304c":10,mail_column:10,"\u691c\u7d22\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u904e\u7a0b\u3067\u5024\u304c\u8a2d\u5b9a\u3055\u308c\u307e\u3059\u304c":22,"select\u30b3\u30de\u30f3\u30c9\u306b\u306f":24,time:[34,56,10,54],"msg\u306fcom\u306b\u3088\u3063\u3066":51,"\u30ab\u30e9\u30e0\u540d1\u306e\u5024\u3067\u30bd\u30fc\u30c8\u3057":8,"\u3068\u3044\u3046\u540d\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":24,"\u5834\u5408\u306f\u65e2\u5b9a\u5024":[],patpr:45,"\u6307\u5b9a\u5148\u306bgroonga\u30b5\u30fc\u30d0\u304c\u7acb\u3061\u4e0a\u304c\u3063\u3066\u3044\u306a\u3044\u5834\u5408":10,"\u30bd\u30fc\u30c8\u51e6\u7406\u304c\u5b9f
\u884c\u3055\u308c\u308b\u524d\u306b\u547c\u3073\u51fa\u3055\u308c\u307e\u3059":8,"\u6771\u4eac\u99c5\u3068\u79cb\u8449\u539f\u99c5\u306f2054m\u96e2\u308c\u3066\u3044\u308b\u3088\u3046\u3067\u3059":[],"\u30bd\u30fc\u30c8\u306e\u6761\u4ef6\u3068\u3057\u3066\u3082\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":24,"\u9014\u4e2d\u306e\u5f15\u6570\u306e\u5024\u3092\u7701\u7565\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":9,trigram:1,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":20,"\u5ea6\u5206\u79d2\u5f62\u5f0f\u3067\u3042\u308c\u3070":34,"select\u30b3\u30de\u30f3\u30c9\u306b\u304a\u3044\u3066":24,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f0\u3067\u3059":8,"db_api\u306e\u6a5f\u80fd\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u8907\u96d1\u306a\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u30
4c\u3067\u304d\u307e\u3059":0,value_typ:1,"\u540c\u4e00\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b9a\u7fa9\u6e08\u307f\u306e\u30e6\u30fc\u30b6\u5b9a\u7fa9\u578b":[1,32],"\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3":[16,25,13],"\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9":9,"\u8907\u6570\u306e\u30d7\u30e9\u30b0\u30de\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":[],"\u8fd1\u508d\u306b\u542b\u307e\u308c\u308b\u6587\u66f8\u3092\u691c\u7d22\u3057\u307e\u3059":[],"iptables\u306a\u3069\u3092\u7528\u3044\u3066":25,"\u4f7f\u7528\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5bfe\u3057\u3066\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\u3057\u307e\u3059":1,"\u30ab\u30e9\u30e0\u306e\u5c5e\u6027\u3092\u8868\u3059\u4ee5\u4e0b\u306e\u6570\u5024\u304b":32,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u306e\u8a2d\u5b9a":6,"\u7684\u306b\u691c\u7d22\u51e6\u7406\u65b9\u6cd5\u3092\u5207\u308a\u66ff\u3048\u307e\u3059":[],"\u30c7\u30d5\u30a9\u30eb\u30c8\u306fgqtp":9,"\u30c9\u
30ea\u30eb\u30c0\u30a6\u30f3\u691c\u7d22":[],"javascript\u306b\u4f3c\u305f\u6587\u6cd5\u3067\u306e\u6761\u4ef6\u7d5e\u8fbc\u3084":40,"257662232kbyte":10,"\u3053\u308c\u3089\u306e\u5f62\u614b\u3067\u306f":50,"\u3069\u3061\u3089\u306e\u5f62\u5f0f\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u5b58\u5728\u3057\u3066\u3044\u308b\u5834\u5408\u3067\u3082":30,string:[0,56],groonga:[16,38,51,4,54,9,24,25,56,10,29,30,34,14],"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u306f":34,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u91cd\u307f":[16,13,30],"\u8a73\u7d30\u306b\u5831\u544a\u3059\u308b":10,"v2\u306b\u306f\u5024\u306e\u914d\u5217\u3092\u6e21\u3057\u307e\u3059":0,"\u4ed6\u306e\u30e2\u30fc\u30c9\u3067\u8d77\u52d5\u3057\u305fgroonga\u3068\u540c\u3058\u30b3\u30de\u30f3\u30c9\u304c\u4f7f\u7528\u3067\u304d\u307e\u3059":38,"\u5b9a\u7fa9\u6e08\u307f\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[1,32],"\u30ea\u30af\u30a8
\u30b9\u30c8\u306e\u30d7\u30ed\u30c8\u30b3\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":19,"\u30b5\u30f3\u30d7\u30eb":[19,10],"\u4f5c\u6210\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u8a9e\u5f59\u8868\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u5834\u5408":1,exact:[0,41],"\u30c6\u30fc\u30d6\u30eb\u306e\u7a2e\u985e\u306b\u3088\u3063\u3066\u7570\u306a\u308a\u307e\u3059":22,unary_express:[],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092grntest\u5358\u4f53\u3067\u5b9f\u884c\u3057\u307e\u3059":10,"output_type\u3068\u3044\u3046\u5f15\u6570\u540d\u3092\u7528\u3044\u3066output_type\u3092\u6307\u5b9a\u3057\u307e\u3059":38,"\u30ab\u30e9\u30e0\u540d\u306f":32,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067html\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":27,"\u30bb\u30df\u30b3\u30ed\u30f3\u306f\u8907\u6570\u306egrntest\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u5834\u5408\u306b\u5fc5\u8981\u3067\u3059\u304c":10,"limit\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u306f":24,"\u8fd1\u508d\u30
6e\u7bc4\u56f2\u306e\u4e0a\u9650\u3068\u306a\u308b\u8a9e\u6570\u3092\u6570\u5024\u306b\u6307\u5b9a\u3057\u307e\u3059":[],item:4,"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u308b\u90e8\u5206\u3092\u5897\u3084\u3059\u3053\u3068\u3082\u91cd\u8981\u3067\u3059":23,"\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059":25,dir:10,"\u30cf\u30c3\u30b7\u30e5\u8868\u578b\u304b":1,"\u8ad6\u7406\u548c":[0,8],"select\u3084load\u306a\u3069\u306e\u3044\u304f\u3064\u304b\u306e\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u3084":[],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3059\u308b\u3068":29,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u306b\u95a2\u3057\u3066\u306f":10,"16\u9032\u6570\u3067\u8868\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":42,"groonga\u30d7\u30ed\u30bb\u30b9\u306b\u5bfe\u3057\u3066\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u591a\u91cd\u306b\u884c\u3044":19,admin_html:[38,9],"\u30e6\u3
0fc\u30b6\u304c\u5b9a\u7fa9\u3059\u308b\u578b":34,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22":[],"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":0,port:[38,10,9],"\u30b5\u30fc\u30d0\u5b9f\u884c\u3057":[],"\u3068\u9806\u6b21\u6bd4\u8f03\u3092\u884c\u3044\u30bd\u30fc\u30c8\u3057\u307e\u3059":8,"\u30ed\u30b0\u30ec\u30d9\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"\u5f8c\u65b9\u4e00\u81f4\u6761\u4ef6":[],"offset\u306b\u8ca0\u306e\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":8,"site\u30c6\u30fc\u30d6\u30eb\u306etitle\u30ab\u30e9\u30e0\u3092\u691c\u7d22\u5bfe\u8c61\u3068\u3059\u308b":24,"load\u30b3\u30de\u30f3\u30c9\u3067\u306f":24,member_expression_part:[],"\u7d50\u5408\u6f14\u7b97\u5b50":8,"sh\u306e\u307f\u306a\u3089\u305a":23,"\u306e\u9593\u306e\u7591\u4f3c\u4e71\u6570\u6574\u6570\u3092\u8fd4\u3057\u307e\u3059":55,"\u4e8b\u524d\u306bmecab":[],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u6700\u
5927\u4ef6\u6570\u3092\u6574\u6570\u3067\u6307\u5b9a\u3057\u307e\u3059":7,"3\u6587\u5b57\u306e\u6587\u5b57\u5217\u8981\u7d20\u3092\u30c8\u30fc\u30af\u30f3\u3068\u3059\u308b":1,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30d7\u30ed\u30bb\u30b9\u306a\u3089\u3070groonga\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u63a5\u7d9a\u3092\u5207\u308a\u307e\u3059":18,"http\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u307e\u3059":19,"\u6b63\u78ba\u306a\u5024\u3092\u8fd4\u3057\u307e\u3059":41,address:9,"rst2pdf\u3068":27,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u7d50\u5408\u6f14\u7b97\u5b50\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u308b":[],"\u30ec\u30b3\u30fc\u30c9\u306b\u4ed8\u4e0e\u3055\u308c\u308b\u4e00\u610f\u306a\u756a\u53f7\u3067\u3059":22,"\u30ad\u30e3\u30c3\u30b7\u30e5\u6570\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"dump\u306e\u7d50\u679c\u306f\u5927\u304d\u304f\u306a\u308b\u305f\u3081":4,"\u8a73\u7d30\u306fhttp":[],"\u30c6\u30fc\u30d6\u30
eb\u4e00\u89a7\u3092\u8868\u793a\u3057\u307e\u3059":9,"\u4e3b\u30ad\u30fc\u5024\u3092\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u3067\u7ba1\u7406\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":1,raccoon:29,"\u3092\u6307\u5b9a\u3057\u3066\u3044\u307e\u3059":40,"\u306e\u30ab\u30e9\u30e0":[20,26],"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306ematch_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"\u30c7\u30d5\u30a9\u30eb\u30c8\u691c\u7d22\u5bfe\u8c61\u30ab\u30e9\u30e0\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217\u3092\u542b\u3093\u3067\u3044\u308b":8,ipa:27,"groonga\u958b\u767a\u5408\u5bbf\u306e\u305f\u3081\u7fbd\u7530\u7a7a\u6e2f":[],pentium:10,modul:16,"\u691c\u7d22\u7d50\u679c":8,"\u64cd\u4f5c\u5bfe\u8c61\u3068\u3057\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u30ab\u30e9\u30e0\u540d":53,"\u7279\u5b9a\u306e\u30ab\u30e9\u30e0\u5024\u3054\u3068\u306b\u30b0\u30eb\u
30fc\u30d7\u5206\u3051\u3092\u3057":50,"\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"\u6587\u5b57\u5217":[54,8],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcheck\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":42,output_typ:38,"local\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":24,instal:[24,27,23],"\u5f0f\u4e2d\u306eidentifi":53,"\u30b0\u30eb\u30fc\u30d7\u5316\u306e\u30ad\u30fc\u3068\u306a\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u3092\u30ab\u30f3\u30de":8,"grn_rc\u306b\u5bfe\u5fdc\u3059\u308b\u6570\u5024\u304c\u8fd4\u3055\u308c\u307e\u3059":[31,11,58,8],"\u30b5\u30fc\u30d0\u304c\u81ea\u52d5\u7684\u306b\u306f\u8d77\u52d5\u3055\u308c\u306a\u3044\u306e\u3082\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u5834\u5408\u3068\u540c\u69d8\u3067\u3059":10,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u3059":10,"\u901a\u4fe1\u3092\u4e00\u52
07\u884c\u308f\u306a\u3044\u3088\u3046\u306b\u306a\u308a\u307e\u3059":10,"\u30c6\u30b9\u30c8\u65b9\u6cd5":[16,23,14],key_typ:[1,54,24,56,10,28,29,30,45],"get\u30e1\u30bd\u30c3\u30c9\u304a\u3088\u3073post\u30e1\u30bd\u30c3\u30c9\u304c\u4f7f\u7528\u53ef\u80fd\u3067\u3059":[],"\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u306f\u4e00\u610f\u306aid\u3092\u6301\u3061\u307e\u3059":1,"\u30c7\u30fc\u30bf\u306e\u691c\u7d22":24,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f10041\u756a":9,"query\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u4e0e\u3048\u305f":24,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":12,"configure\u306f\uff11\u5ea6\u306e\u307f\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":23,"\u691c\u7d22\u3059\u308b\u5ea6\u306b\u30e9\u30f3\u30c0\u30e0\u306a\u9806\u5e8f\u3067\u7d50\u679c\u3092\u8868\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[],"\u5b9f\u884c\u7
d50\u679c\u3092\u8fd4\u3057\u307e\u3059":[0,24],"929\u79d2\u3067\u3059":40,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u3068set_port\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":10,"groonga\u30c6\u30b9\u30c8\u30d7\u30ed\u30b0\u30e9\u30e0":10,"\u7d4c\u7def\u5ea6\u306e\u683c\u7d0d\u306b\u3064\u3044\u3066\u306f":56,clearlock:[16,49,26,9,2],"\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":33,"\u3055\u3089\u306b\u305d\u308c\u3089\u306e\u7279\u5fb4\u3092\u8ffd\u6c42\u3059\u308b\u305f\u3081\u306b\u958b\u767a\u304c\u59cb\u3081\u3089\u308c\u307e\u3057\u305f":50,"\u306f\u4e3b\u30ad\u30fc\u304c\u683c\u7d0d\u3055\u308c\u308b\u30ab\u30e9\u30e0\u3067\u3059":24,"com\u304c\u5916\u90e8\u304b\u3089\u306e\u63a5\u7d9a\u3092\u53d7\u3051\u4ed8\u3051\u308b":51,"\u3053\u308c
\u3089\u306e\u5f62\u5f0f\u3067\u306f":38,"mysql\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u30c7\u30fc\u30bf\u306e\u66f4\u65b0\u3092\u884c\u3044":50,"\u30ab\u30e9\u30e0\u306e\u578b\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u53c2\u7167\u30ad\u30fc\u3068\u306a\u308a\u307e\u3059":34,"\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057\u307e\u3059":9,libmemcach:23,"\u4e3b\u30ad\u30fc\u306b\u3088\u308b\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22":[],shift_express:[],"1\u5bfe\u591a\u306e\u53c2\u7167\u95a2\u4fc2\u3092\u8868\u3059\u306e\u306b\u6709\u52b9\u3067\u3059":56,"\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":54,"\u9577\u65b9\u5f62\u8fd1\u4f3c":5,"\u6570\u5024\u3067\u6307\u5b9a\u3055\u308c\u305f\u30bb\u30af\u30b7\u30e7\u30f3\u756a\u53f7\u306e\u307f\u3092\u5bfe\u8c61\u306b\u691c\u7d22\u3057\u307e\u3059":[],"\u30bd\u30fc\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":40,"\u3053\u308c\u3092\u4f7f\u3046\u3053\u3068\u3067":30,"users\u30c6\u30fc\u30d6\u30eb\u306ef
avorites\u30ab\u30e9\u30e0\u306b\u5bfe\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":54,uptim:[41,24,25],"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u5229\u7528\u3059\u308b\u3068":10,"\u3092\u4f7f\u3048\u307e\u3059":8,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570":23,"groonga\u5c02\u7528\u30d7\u30ed\u30c8\u30b3\u30eb\u306b\u3088\u308b\u901a\u4fe1":[16,25,13],"\u3092\u5229\u7528\u3059\u308b\u305f\u3081\u306b\u5fc5\u8981\u306a\u30c7\u30fc\u30bf\u30d5\u30a1\u30a4\u30eb\u306f":10,"\u5b9f\u969b\u306b\u306f":8,"\u7e70\u308a\u8fd4\u3057\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u5834\u5408":10,max:[42,19,7,9,10,55],"\u6f14\u7b97\u5b50\u3092\u7701\u7565\u3057\u305f\u5834\u5408\u306b\u3069\u306e\u6f14\u7b97\u3092\u884c\u3046\u304b":[],date:10,log_level:[15,16,49,2,6,9,36],"\u4f5c\u6210\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":1,key_with_si:1,"\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u
5408\u306b\u306f":[19,9],"grntest\u7d42\u4e86\u5f8c\u306e\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u51fa\u529b\u5148\u306f\u306f\u30ab\u30ec\u30f3\u30c8\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067\u3059":10,"drilldown\u6761\u4ef6\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306e\u5024\u6bce\u306b\u3068\u308a\u307e\u3068\u3081\u3089\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":8,"\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u305f\u3081\u306e\u30c4\u30fc\u30eb\u3067\u3059":19,"\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u4e00\u89a7\u306a\u3069":54,"protocol\u30aa\u30d7\u30b7\u30e7\u30f3\u306bhttp\u3092\u6307\u5b9a\u3059\u308b\u3068":38,"\u72b6\u614b\u3092\u8868\u793a\u3059\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":42,"scorer\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u304a\u3044\u3066":40,"\u30ad\u30fc\u5024\u306e\u6607\u964d\u9806\u3067
\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3057\u305f\u308a":1,"site\u30c6\u30fc\u30d6\u30eb\u306etitle\u30ab\u30e9\u30e0\u3092\u5168\u6587\u691c\u7d22\u306e\u5bfe\u8c61\u3068\u3057\u305f\u3044\u3068\u3057\u307e\u3057\u3087\u3046":24,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9\u51fa\u529b\u306fv1":[],"\u691c\u7d22\u7d50\u679c\u3092\u8fd4\u3059\u59cb\u70b9\u3092\u6307\u5b9a\u3057\u307e\u3059":24,"grn\u5f0f\u306f":[],"\u30e6\u30fc\u30b6\u540d":10,"table\u306ecolumn\u306e\u5024\u304cstring\u3092\u542b\u3080\u30ec\u30b3\u30fc\u30c9\u3092result\u306b\u8fd4\u3057\u307e\u3059":0,"\u5024\u3092\u53d6\u5f97\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u542b\u3080\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":58,"api\u95a2\u6570grn_table_select":[],"\u5171\u901a\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u7528\u3044\u3066\u3082":30,"\u5b9f\u884c\u3055\u308c\u308b\u51e6\u7406":25,"\u30e1\u30e2\u30ea\u30ea\u30fc\u30af\u691c\u51fa":23,"query\u5185
\u306b\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u306a\u3044\u6761\u4ef6\u304c\u3042\u3063\u305f\u5834\u5408":24,"\u30a2\u30af\u30bb\u30b9\u5143ip\u30a2\u30c9\u30ec\u30b9\u3092\u5236\u9650\u3059\u308b\u3053\u3068\u3092\u85a6\u3081\u307e\u3059":25,"\u77e9\u5f62\u306e\u5de6\u4e0a\u9685\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":37,"\u8907\u6570\u30d7\u30ed\u30bb\u30b9\u3084\u8907\u6570\u30b9\u30ec\u30c3\u30c9\u3067\u5171\u6709\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":50,"\u63a5\u7d9a\u306b\u6210\u529f\u3059\u308b\u3068\u5bfe\u8a71\u30e2\u30fc\u30c9\u306b\u5165\u308a":25,"\u691c\u7d22\u6761\u4ef6\u3092\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3057\u305f\u65b0\u305f\u306a\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":[52,9],"output_type\u306b\u306fjson":38,"geopoint\u578b\u3067\u3059":54,"\u30c7\u30d0\u30c3\u30ac\u4e0a\u3067\u306e\u30c6\u30b9\u30c8\u5b9f\u884c":23,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u3092mv\u30
6a\u3069\u3067\u79fb\u52d5\u3059\u308b":15,now:[16,43,39,2],"\u691c\u7d22\u7d50\u679c\u3092\u4f55\u4ef6\u8868\u793a\u3059\u308b\u306e\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":24,term:[24,1,32,21,42],"\u4efb\u610f\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5c5e\u3059\u308b\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9":34,name:[40,42,1,52,9,21,24,56,32,28,29,30,45,12,35,54],"\u305d\u308c\u3089\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9806\u6b21\u884c\u3044\u307e\u3059":19,"\u30c6\u30fc\u30d6\u30eb\u306b\u767b\u9332\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u304c\u8fd4\u3055\u308c\u307e\u3059":47,"\u4f7f\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d1\u30b9\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"\u6587\u5b57\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":[],"\u30b9\u30c8\u30ec\u30fc\u30b8\u3092\u6301\u305f\u306a\u3044\u5168\u6587\u691c\u7d22\u30e9\u30a4\u30d6\u30e9\u30ea\u3067\u3057\u305f":50,"\u5f8c\u8ff0\u306e\u3059\u3079\u3066\u306e\u30af\u3
0a8\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u306fdb_api\u306e\u6a5f\u80fd\u3092\u7d44\u307f\u5408\u308f\u305b\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u5b9f\u73fe\u3055\u308c\u3066\u3044\u307e\u3059":0,domain:[28,9,35,21],"\u3053\u306e\u7d50\u679c\u306f":10,"with_position\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044":24,"\u9ad8\u7cbe\u5ea6":50,"\u306b\u5bfe\u5fdc\u3059\u308b\u30ad\u30fc\u306f":9,"ld_library_path\u306a\u3069\u306b\u8a73\u3057\u304f\u306a\u3044\u4eba\u306f":24,"\u4ee5\u4e0b\u306e\u3044\u305a\u308c\u304b\u306e\u5f62\u5f0f\u304c\u4f7f\u7528\u3067\u304d\u307e\u3059":[31,11,47],"\u51e6\u7406\u958b\u59cb\u6642\u9593":[31,11,58,8],nhit:[],"\u306e\u4e21\u95a2\u6570\u3092\u7528\u3044\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[],"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831n":[21,35],"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408":24,"memcached\u306e\u30d0\u30a4\u30ca\u30ea\u30d7\u30ed\u30c8\u30b3\u30eb\u306e\u30c6\u30b
9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u305f\u3081\u306b\u306f":23,"\u4fdd\u5b58\u3057\u305f\u7d4c\u7def\u5ea6\u3092\u7528\u3044\u3066\u7d5e\u8fbc\u3084\u30bd\u30fc\u30c8\u304c\u3067\u304d\u307e\u3059":40,blt:4,"\u65e5\u672c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[37,5,33],"\u5185\u5bb9\u306f\u4e0a\u306e\u4f8b\u3068\u307b\u307c\u540c\u3058\u3067\u3059\u304c":30,int16:34,"\u691c\u7d22\u6761\u4ef6\u3092query\u5f62\u5f0f\u306egrn\u5f0f\u6587\u5b57\u5217\u306b\u3088\u3063\u3066\u6307\u5b9a\u3057\u307e\u3059":[],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":32,"\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u51fa\u529b\u3059\u308b":8,uint32:[21,8,24,25,56,40,28,29,30,45,34,35],"\u30b0\u30eb\u30fc\u30d7\u5316":22,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u30ed\u30b0\u95a2\u6570\u3092\u7528\u3044\u3066\u3044\u308b\u5834\u5408\u3
06e\u307f\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059":15,"b\u306b\u306f\u30de\u30c3\u30c1\u3057\u306a\u3044":8,"\u6700\u5f8c\u306e":10,"name\u306f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u5185\u3067\u4e00\u610f\u306a":1,org:[24,25,56,10,28,40],"128487316x502920929":40,grn_op_adjust:0,"259\u79d2":40,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u3092\u64cd\u4f5c\u3059\u308b\u5f0f\u3092\u6307\u5b9a\u3057\u3066\u304a\u3051\u3070":8,"grn_op_adjust\u306f":0,"\u30c6\u30fc\u30d6\u30eb\u306b\u767b\u9332\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u5024\u3092\u8a2d\u5b9a\u3059\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u3092\u6307\u5b9a\u3057\u307e\u3059":[31,11],"\u30c6\u30fc\u30d6\u30eb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305fid":21,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u3092source\u306b\u6307\u5b9a\u3057\u307e\u3059":24,"sortby\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u7528\u3
044\u308b\u3053\u3068\u3067":24,"protocol\u30aa\u30d7\u30b7\u30e7\u30f3\u3067":25,origin:4,"\u306e\u9593\u306e\u6570\u3092\u8868\u3059int32\u578b\u306e\u5024\u3092\u8fd4\u3057\u307e\u3059":55,arrai:42,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3057":10,"tld\u30c9\u30e1\u30a4\u30f3\u540d\u3092\u683c\u7d0d\u3059\u308bdomain\u30ab\u30e9\u30e0\u3068":28,key_norm:[24,1,54,21,30],"groonga\u304c\u53d7\u3051\u4ed8\u3051\u308b\u30d7\u30ed\u30c8\u30b3\u30eb\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":25,"\u30c6\u30fc\u30d6\u30eb\u3092\u8ffd\u52a0\u3059\u308bview\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":44,afr:[24,40,28],crit:[6,36],"\u5f8c\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u53ef\u80fd\u3068\u3057\u307e\u3059":1,size:42,"\u81ea\u5df1\u7d39\u4ecb\u6587":54,"geopoint\u578b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":5,"64kbyte\u4ee5\u4e0b\u306e\u6587\u5b57\u5
217":34,"\u90e8\u5206\u4e00\u81f4\u306e\u9806\u306b\u81ea\u52d5\u7684\u306b\u691c\u7d22\u51e6\u7406\u65b9\u6cd5\u3092\u5207\u308a\u66ff\u3048\u307e\u3059":[],"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f10\u4ef6\u306e\u307f\u8868\u793a\u3055\u308c\u307e\u3059":28,"\u30c6\u30b9\u30c8\u304c\u5b9f\u884c\u3067\u304d\u308b\u74b0\u5883\u304c\u6574\u3063\u305fgdb\u304c\u5b9f\u884c\u3055\u308c\u307e\u3059":23,filter:[52,54,40,8],friend:29,"debian\u3084ubuntu\u3067\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":23,"\u3069\u306e\u30b5\u30a4\u30c8\u3092\u30ea\u30f3\u30af\u3057\u3066\u3044\u308b\u306e\u304b\u3092\u4fdd\u5b58\u3057\u3066\u307f\u307e\u3057\u3087\u3046":56,"\u30d1\u30a4\u30d7":[1,32],"\u30b9\u30b3\u30a2\u9806\u306b\u6607\u9806\u306b\u30bd\u30fc\u30c8\u3059\u308b\u3053\u3068\u3092\u610f\u5473\u3057\u3066\u3044\u307e\u3059":40,pno:[],g6bf93ba:[],"\u6587\u5b57\u5217\u3068\u95a2\u9023\u3059\u308b\u6587\u66f8\u30
92\u691c\u7d22\u3057\u307e\u3059":[],"\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u5f62\u5f0f\u3067\u30b3\u30de\u30f3\u30c9\u3092\u6307\u5b9a\u3057\u307e\u3059":38,set_port:10,"gqtp\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3057\u307e\u3059":9,tokenbigram:[24,1,54,30],"tokenbigram\u3068\u3044\u3046\u5024\u306f":24,"\u691c\u7d22\u7d50\u679c\u306e\u6570\u304c\u6570\u50241\u3088\u308a\u3082\u5c0f\u3055\u3044\u5834\u5408":[],"\u9ad8\u67d4\u8edf\u6027\u3068\u3044\u3046\u7279\u5fb4\u3092\u5f15\u7d99\u304e\u3064\u3064":[],"sphinx\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":[16,27],"\u306e\u30b3\u30de\u30f3\u30c9\u306e\u9805\u3092\u53c2\u8003\u306b\u3057\u3066\u304f\u3060\u3055\u3044":24,"\u307e\u305fgroonga":10,"\u5dee\u5206\u3092":10,column_list:[16,49,2,9,24,35],eazy_instal:27,"\u5f15\u6570\u306f\u4ee5\u4e0b\u306e2\u7a2e\u985e\u306e\u65b9\u6cd5\u306e\u3044\u305a\u308c\u304b\u3067\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":9,"grn_expr\u304c\u53d7\u3051\u53d6
\u308b\u5f15\u6570\u306e\u540d\u524d":53,"\u30ad\u30fc\u30ef\u30fc\u30c9\u3068geopoint\u306e\u4e21\u65b9\u3092\u6761\u4ef6\u306b\u691c\u7d22\u3092\u3057\u3066\u307f\u307e\u3059":54,"\u4f7f\u7528\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30c6\u30fc\u30d6\u30eb\u306b1\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":48,local_nam:4,"\u73fe\u5728\u6642\u523b\u306b\u5bfe\u5fdc\u3059\u308btime\u578b\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8fd4\u3057\u307e\u3059":39,"\u77e9\u5f62\u306e\u7bc4\u56f2\u5185\u306b\u5b58\u5728\u3059\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":37,argument:[],"\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":54,"\u30b3\u30e1\u30f3\u30c8\u5185\u5bb9":54,"\u30ea\u30b9\u30c8":[],"site\u30c6\u30fc\u30d6\u30eb\u306b\u624b\u3092\u52a0\u3048":56,drilldown_limit:[52,28,8],"\u3059\u308b\u3068":23,"\u5165\u529b\u5f62\u5f0f\u3092\u6307\u5b9a\u3057\u307e\u30
59":47,"flags\u30aa\u30d7\u30b7\u30e7\u30f3\u3067column_vector\u30d5\u30e9\u30b0\u3092\u3064\u3051\u308b\u3068":[],"groonga\u306f\u30ab\u30e9\u30e0\u5024\u3068\u3057\u3066\u4ed6\u306e\u30c6\u30fc\u30d6\u30eb\u3078\u306e\u53c2\u7167\u306e\u914d\u5217\u3092\u6301\u3064\u3053\u3068\u304c\u3067\u304d\u308b\u3053\u3068\u3092\u7d39\u4ecb\u3044\u305f\u3057\u307e\u3057\u305f":29,"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u306b\u5bfe\u3059\u308b\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u3082\u3067\u304d\u307e\u3059":[],"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u5358\u4f53\u3067\u5b9f\u884c\u3059\u308b":10,"\u4e0d\u6b63\u30e1\u30e2\u30ea\u30a2\u30af\u30bb\u30b9":23,"\u81ea\u7531\u306b\u5909\u66f4\u53ef\u80fd\u3067\u3059":22,begin:19,grn1:30,grn3:30,grn2:30,buffer:42,"debian\u3084ubuntu\u3067\u306f":[],"\u51fa\u529b\u3059\u308b\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":36,"\u30a8\u30e9\u30fc\u30b3\u30fc\u30c9\u3084\u5b9f\u884c
\u6642\u9593\u306a\u3069\u306e\u60c5\u5831\u304c\u5165\u308a\u307e\u3059":24,"\u30c6\u30fc\u30d6\u30eb\u306eflags\u5c5e\u6027":21,homepag:10,"\u304c2\u3064\u306b":54,"\u30b3\u30e1\u30f3\u30c8\u3067\u5168\u6587\u691c\u7d22\u304c\u51fa\u6765\u308b\u3088\u3046\u306b\u3059\u308b\u305f\u3081\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3067\u3059":54,"check\u3067\u3082\u5229\u7528\u53ef\u80fd\u3067\u3059":23,"127972422x503117107":54,"\u30bb\u30c3\u30b7\u30e7\u30f3\u7d42\u4e86":18,"\u6761\u4ef6\u306eand":40,time_column:10,"partial\u30e2\u30fc\u30c9\u3067\u518d\u5ea6\u691c\u7d22\u3057":0,"com\u306f1\u30b9\u30ec\u30c3\u30c9":51,"\u6f14\u7b97\u5b50\u3092\u4f34\u308f\u305a\u306b\u8907\u6570\u306e\u6761\u4ef6\u5f0f\u304c\u7a7a\u767d":[],"\u51e6\u7406\u306b\u304b\u304b\u3063\u305f\u79d2\u6570\u3092\u8fd4\u3057\u307e\u3059":[31,11,58,8],"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb":[0,16,2,3,9,24],"2\u3064\u306e\u30a4\u30f3\u30c7\u30c3\
u30af\u30b9\u4f5c\u6210\u65b9\u5f0f\u304c\u3042\u308a\u307e\u3059":30,"\u53c2\u7167\u95a2\u4fc2\u3092\u9006\u306b\u305f\u3069\u308b\u691c\u7d22":[],"\u30b5\u30fc\u30d0":9,"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":[20,26],"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u5148\u306e\u74b0\u5883\u306b\u30d5\u30a1\u30a4\u30eb\u3092\u5c55\u958b\u3057\u3066":24,"\u4ed8\u968f\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3082\u524a\u9664\u3055\u308c\u307e\u3059":12,"\u306e\u3088\u3046\u306a\u30bf\u30b0\u3067\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3057\u305f":29,"groonga\u30d7\u30ed\u30bb\u30b9\u5185\u306e\u6307\u5b9a\u3057\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":42,do_gqpt:10,"myisam\u3067\u306f\u30ec\u30b3\u30fc\u30c9\u304c\u66f4\u65b0\u3055\u308c\u308b\u969b\u306b\u306f":50,"javascript\u306e\u5f0f\u306b\u4f3c\u305f\u306a\u6587\u6cd5\u30
67\u69d8\u3005\u306a\u6761\u4ef6\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":40,"\u3067\u59cb\u307e\u308b\u884c\u306f\u30b3\u30e1\u30f3\u30c8\u3068\u3057\u3066\u6271\u308f\u308c\u307e\u3059":10,threshold:20,sitecountri:28,"\u8907\u6570\u306e\u6761\u4ef6\u3092\u518d\u5e30\u7684\u306b\u7d44\u307f\u5408\u308f\u305b\u3066\u3088\u308a\u8907\u96d1\u306a\u6761\u4ef6\u3092\u8868\u73fe\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":0,"\u3053\u306e\u578b\u3067\u306e\u5024\u306e\u6307\u5b9a\u306f":54,xml:[],"v1\u306e\u5024\u306e\u8981\u7d20\u304cv2\u306e\u5024\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b":0,"\u691c\u7d22\u6761\u4ef6\u3084\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3078\u306e\u64cd\u4f5c\u3092\u8868\u73fe\u3059\u308b\u30c7\u30fc\u30bf\u69cb\u9020":53,"\u30af\u30a8\u30ea\u3092\u8868\u3059grn_expr":0,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308b\u7279\u6b8a\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e\u4e8c\u3064\u3067\u3059":10,"\
u30c6\u30fc\u30d6\u30eb\u540d":[26,53,20,21],"\u5f15\u6570\u306b\u306f\u305d\u308c\u305e\u308c\u540d\u524d\u304c\u3042\u308a\u307e\u3059":38,"\u8a08\u7b97\u3057\u305f\u5024\u3092\u7528\u3044\u305f\u30bd\u30fc\u30c8\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":40,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_level\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":6,"\u3092\u4f7f\u3063\u3066":40,"\u8907\u6570\u306e\u30ea\u30f3\u30af\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u305f\u3081\u306b":56,info:[6,36],"\u5024\u306furl\u30a8\u30f3\u30b3\u30fc\u30c9\u304c\u5fc5\u8981\u3067\u3059":38,"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":24,get:58,"\u3092\u6307\u5b9a\u3057":[20,26],radious_or_point:33,clang:23,"drilldown_limit\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u3088\u3063\u3066":28,"\u8ca0\u306e\u91cd\u307f\u3082\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[],
"\u6587\u5b57\u5217\u3092\u5206\u5272\u3059\u308b\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3092\u6307\u5b9a\u3057\u307e\u3059":1,element_list:[],"\u8a73\u7d30\u306f":23,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":0,"\u3068\u3044\u3046\u540d\u524d\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u30ab\u30e9\u30e0\u3092terms\u30c6\u30fc\u30d6\u30eb\u306b\u4f5c\u6210\u3057\u307e\u3057\u305f":24,gem:[],"\u307e\u305f\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u3082set_host\u304c\u512a\u5148\u3055\u308c\u307e\u3059":10,"sphinx\u3068\u3044\u3046\u30c4\u30fc\u30eb\u3092\u7528\u3044\u3066\u4f5c\u6210\u3055\u308c\u3066\u3044\u307e\u3059":27,tokyogeopoint:[37,5,34,40,33],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u308b\u3053\u3068\u3092\u793a\u3057\u307e\u3059":24,"\u30ea\u30bf\u30fc\u30f3\u30b3\u30fc\u30c9":
[31,11,58,8],"\u7279\u5b9a\u306e\u30ab\u30e9\u30e0\u5024\u3067\u691c\u7d22\u7d50\u679c\u3092\u30b0\u30eb\u30fc\u30d7\u5316\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":28,aptitud:[27,23],"float\u578b\u306e\u30ab\u30e9\u30e0\u306b\u6d6e\u52d5\u5c0f\u6570\u70b9\u306e\u5c0f\u6570\u3092":56,"\u30d9\u30af\u30bf\u578b":35,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":[41,24,9],"\u4e00\u822c\u7684\u306bn":24,summari:10,rmq:[],"\u4e3b\u30ad\u30fc\u3067\u306e\u691c\u7d22\u901f\u5ea6\u3084":24,"\u30ab\u30e9\u30e0\u306e\u5024\u306f\u3044\u305a\u308c\u3082\u4f55\u3089\u304b\u306e\u578b\u306b\u5c5e\u3057\u307e\u3059":34,enci:10,"\u69d8\u3005\u306a\u6761\u4ef6\u3092and":53,relative_oper:[],"\u305d\u306e\u52d5\u753b\u306e\u7279\u5fb4\u3092\u8868\u3059":29,"\u8b58\u5225\u5b50":53,"host\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":10,japan:28,"groonga\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306f":27,"\u3
0ab\u30f3\u30de\u533a\u5207\u308a\u3067\u6307\u5b9a\u3057\u307e\u3059":47,sport:29,"query\u5f62\u5f0f\u306f":[],folowe:54,"javascript\u306b\u4f3c\u305f\u6587\u6cd5\u3067\u306e\u7d5e\u8fbc":[16,40,13],"\u7d9a\u304d\u306e\u6587\u5b57\u5217\u306b\u3064\u3044\u3066\u306f":47,"\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[],less_equ:0,"query\u5f62\u5f0f\u306egrn\u5f0f\u3082script\u5f62\u5f0f\u306egrn\u5f0f\u3082":[],"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b":42,"\u3053\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u308b\u3053\u3068\u3067":54,"\u3053\u306e\u578b\u3067\u306e\u5024\u306e\u6307\u5b9a\u65b9\u6cd5\u306f":54,"\u30b5\u30fc\u30d0\u306e\u8d77\u52d5":24,"\u5358\u4f53\u3067\u5b9f\u884c\u3057\u307e\u3059":[],multiplicative_oper:[],column_vector:[56,32,29,54],property_name_and_value_list:[],"log_reopen\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b":15,"\u30c6\u30fc\u30d6\u30eb\u306f\u30ec\u30b3\u30fc\u30c9\u306e\u96c6\u5408\u3067\u3042\u308a"
:1,"\u30a6\u30a7\u30d6\u30d6\u30e9\u30a6\u30b6\u3067http":[38,9],assign_oper:[],"\u3088\u3063\u3066":[50,24,34,46,40],"\u3068\u3044\u3046url\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":25,"\u30d2\u30c3\u30c8\u3057\u305f\u30b3\u30e1\u30f3\u30c8\u304b\u3089\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3055\u308c\u305f\u7d50\u679c\u3082\u8fd4\u3063\u3066\u304d\u3066\u304a\u308a":54,"\u3053\u308c\u3089\u3092\u3059\u3079\u3066\u7406\u89e3\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093":24,"\u63a5\u7d9a\u3059\u308bgroonga":10,"\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u306b\u4fdd\u5b58\u3055\u308c\u305f\u30c7\u30fc\u30bf\u306b\u66f4\u65b0\u304c\u3042\u3063\u305f\u3068\u304d":29,"\u30b3\u30ed\u30f3":[1,32],"http\u3084memcach":50,"output_columns\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u7528\u3044\u308b\u3053\u3068\u3067":24,"\u305f\u3068\u3048\u3070":[24,40,50],tutori:24,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u306e\u7d50\u679c\u3082\u8fd4\u3063\u3066\u304d\u3066\u304a\u308a":54,"tim
e\u578b\u306b\u3064\u3044\u3066\u306f":54,"\u4e26\u3073\u66ff\u3048":24,"org\u304b\u3089\u5fc5\u8981\u306b\u5fdc\u3058\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u307e\u3059\u306e\u3067":10,"\u691c\u7d22\u7d50\u679c\u3068\u3057\u3066\u751f\u6210\u3055\u308c\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":22,"\u30ed\u30b0\u51fa\u529b":36,"\u8fd4\u5024\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5b89\u5b9a\u3057\u3066\u3044\u308b\u3068\u3044\u3046\u3053\u3068\u306f\u4fdd\u8a3c\u3055\u308c\u307e\u305b\u3093":42,"\u8fd4\u5024\u306e\u6700\u5927\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":55,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u4e2d\u306egroonga\u30b3\u30de\u30f3\u30c9\u306e\u9577\u3055\u306f\u6700\u957710000byte\u3067\u3059":[],hex_integ:[],"ifexists\u306bgrn_expr\u304c\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":47,"\u5f15\u6570\u3068\u3057\u3066\u5024\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":47,"\u3067\u6271\u30
63\u305f\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3082\u884c\u3044\u307e\u3059":54,"902\u79d2\u3067\u3059":40,"\u7403\u9762\u8fd1\u4f3c":5,"\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306f":[20,4,6,7,8,48,15,17,18,44,21,26,32,31,12,35,36,41,42,47,52,1,11,57,58],"\u305d\u306e\u6587\u5b57\u306e\u524d\u306b\u30d0\u30c3\u30af\u30b9\u30e9\u30c3\u30b7\u30e5":9,log_put:[15,16,49,2,6,9,36],"get\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u542b\u3080":19,"\u304c3\u4ef6\u30d2\u30c3\u30c8\u3057\u3066\u3044\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":54,"\u30ab\u30e9\u30e0\u306e\u8ffd\u52a0":32,"grntest\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u307e\u305b\u3093":10,hashtag:54,"\u5168\u6587\u691c\u7d22\u306b\u7528\u3044\u308b\u305f\u3081\u306e\u8a9e\u610f\u8868\u304c\u30c6\u30fc\u30d6\u30eb\u3068\u3057\u3066\u6271\u3048\u307e\u3059":46,"groonga\u306f\u30ab\u30e9\u30e0\u6307\u5411\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u751f\u304b\u3057\u3066":50,cutter_leak_check:[],"\u4ee5\u964d\u306f\u30b
3\u30e1\u30f3\u30c8":9,"\u3042\u308a\u307e\u305b\u3093":[15,17,41,18,4,21],hdd:10,"v1\u306e\u5024\u304cv2\u306e\u5024\u3092\u542b\u3093\u3067\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":0,"script\u5f62\u5f0f\u306egrn_expr\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":8,"\u30b3\u30de\u30f3\u30c9\u3092\u7528\u3044\u3066":24,out_loc:10,favorited_bi:54,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u3084groonga\u30b5\u30fc\u30d0\u3092\u4ecb\u3057\u3066\u69d8\u3005\u306a\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066":24,"\u7701\u7565\u3057\u305f\u5834\u5408\u306f":55,"define_selector\u306f":52,ctrl:[24,25],"\u4e3b\u306bhttp\u306e\u30c6\u30b9\u30c8":[],"\u3068\u3057\u305f\u5834\u5408\u3068\u540c\u3058\u3067\u3059":10,"flags\u306e\u5024\u306b\u4ee5\u4e0b\u306e\u5024\u3092\u52a0\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066":32,"input_type\u304cjson\u3067\u3042\u308b\u5834\u5408\u306b\u306f":47,"\u3059\u3067\u306bgroonga\u30b5\u30fc\u30d0\u304c\u52d5\u4f5
c\u3057\u3066\u3044\u308b\u5834\u5408":10,set_host:10,"\u3069\u3061\u3089\u3082\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306f\u5168\u4ef6\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":8,"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c":[37,33],"4\u884c\u76ee":10,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_create\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":32,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u306e\u30c6\u30ad\u30b9\u30c8\u3067\u3059":10,hash_tag:54,develop:54,"true\u3068fals":34,"get\u306f":58,users_index:54,check:[16,42,49,2,23],"\u3053\u308c\u3092\u30af\u30a8\u30ea\u3068\u3057\u3066\u89e3\u91c8\u3057\u3066\u5b9f\u884c\u3057\u307e\u3059":0,html:[38,27,9],comment_index:54,"\u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb":[16,2],"bigram\u30c6\u30fc\u30d6\u30eb":54,utf8:9,"\u305d\u308c\u305e\u308c\u306e\u30ab\u30e9\u30e0\u306b1\u3064\u305a
\u3064\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4ed8\u4e0e\u3059\u308b\u65b9\u5f0f\u3067\u3059":30,"\u4ed6\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3059\u308b\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0\u306b\u30c7\u30fc\u30bf\u3092\u5165\u529b\u3059\u308b\u5834\u5408\u306b\u306f":56,"abc\u3068def\u306e\u3044\u305a\u308c\u304b\u3092\u542b\u3080\u6587\u66f8\u3092\u691c\u7d22\u3057\u307e\u3059":[],"\u4f5c\u6210\u6e08\u307f\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u30c6\u30fc\u30d6\u30eb\u3092\u5b9a\u7fa9\u3057\u307e\u3059":9,"\u5bfe\u8c61\u306e\u6587\u5b57\u5217\u3092\u5206\u5272\u305b\u305a\u306b\u8a9e\u5f59\u8868\u306b\u767b\u9332\u3057\u307e\u3059":1,"\u6587\u5b57\u5217\u304c\u8fd4\u3055\u308c\u307e\u3059":[31,11,58,8],"_nsubrec":[29,28,22,54],"\u30c6\u30fc\u30d6\u30eb\u306b\u542b\u307e\u308c\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u8868\u793a\u3057\u307e\u3059":[24,9],"\u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[16,51,14],"8b
it\u7b26\u53f7\u306a\u3057\u6574\u6570":34,"188\u79d2\u3067\u3059":40,"\u305d\u3057\u3066":54,"set\u306f":31,"drilldown\u7d50\u679c":8,"twitter\u306e\u3088\u3046\u306a\u77ed\u3044\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u6295\u7a3f\u3059\u308b\u30d6\u30ed\u30b0\u3067\u3059":54,"html\u7ba1\u7406\u30c4\u30fc\u30eb":25,"\u65e2\u5b58\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30d5\u30eb\u30d1\u30b9\u540d\u3092db\u30d1\u30b9\u540d\u306b\u6307\u5b9a\u3057\u307e\u3059":[24,25],titl:[24,25,56,28,29,30],"\u4e0a\u8a18\u306e\u3088\u3046\u306b":24,"\u5bfe\u8c61\u306ehttp\u306e\u30d1\u30b9\u7fa4":19,"\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":19,"groonga\u306f\u30c6\u30fc\u30d6\u30eb\u9593\u306e\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d\u3092\u9ad8\u901f\u306b\u884c\u3046\u305f\u3081\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4ed8\u4e0e\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":29,"\u6587\u5b57\u5217\u306
b\u542b\u307e\u308c\u308b\u8907\u6570\u306e\u8a9e\u304c":[],"\u4e3b\u30ad\u30fc\u5024\u306f\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u3042\u308a":22,"json\u306e\u914d\u5217\u306e0\u756a\u76ee\u306e\u8981\u7d20\u306b":24,"groonga\u3092build\u3059\u308b\u969b\u306b":41,"\u4ee3\u5165\u3059\u308b\u6587\u5b57\u5217\u306f\u305d\u308c\u305e\u308c":40,"\u65b0\u5bbf\u99c5\u304b\u30895km\u4ee5\u5185\u306b\u3059\u3093\u3067\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u3092\u691c\u7d22\u3057\u305f\u3068\u3053\u308d":54,monei:29,"\u51e6\u7406\u6642\u9593\u306a\u3069\u672c\u8cea\u7684\u8981\u7d20\u4ee5\u5916\u306b\u5dee\u5206\u304c\u3042\u3063\u305f\u5834\u5408":10,"\u30de\u30eb\u30c1\u30ab\u30e9\u30e0\u691c\u7d22":[],"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u4fdd\u5b58\u3057\u307e\u305b\u3093":9,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bview_add\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":44,relational_oper:[],"\u88dc\u52a9\u
6f14\u7b97\u5b50":[],"status\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u309210\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u5b9f\u884c\u3059\u308b":10,"groonga\u306a\u3046":54,haystack:0,"\u4efb\u610f\u306e\uff12\u70b9\u9593\u306e\u8ddd\u96e2\u3082\u8a08\u7b97\u53ef\u80fd\u3067\u3059":50,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bset\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":31,"\u8fd1\u508d\u306e\u7bc4\u56f2\u306e\u4e0a\u9650\u3068\u306a":[],"\u795e\u5948\u5ddd\u770c":54,"\u30db\u30b9\u30c8\u540d\u304c\u7570\u306a\u308b\u5834\u5408":10,"\u30b5\u30fc\u30d0\u306b\u63a5\u7d9a\u3057":9,grn:4,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8":9,"\u8ddd\u96e2\u8a08\u7b97\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u306e\u7570\u306a\u308b":5,"\u3092\u30a8\u30b9\u30b1\u30fc\u30d7\u3059\u308b\u5fc5\u8981\u306f\u3042\u308a\u307e\u305b\u3093":47,"e\u6570\u50241":[],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u3068\u306f":54,intel:10,
"\u975e\u308f\u304b\u3061\u66f8\u304d":[],"\u6587\u5b57\u5217\u306e\u30a8\u30b9\u30b1\u30fc\u30d7\u304c\u5fc5\u8981\u3067\u3059\u304c":47,"\u6587\u5b57\u5217\u3092\u542b\u3093\u3067\u3044\u305f\u5834\u5408\u306b\u52a0\u7b97\u3055\u308c\u308b\u30b9\u30b3\u30a2\u306e\u5024\u3092\u5927\u304d\u304f\u3057\u307e\u3059":[],"\u30d9\u30af\u30bf\u30fc\u30ab\u30e9\u30e0\u3067\u3059":54,"\u30ab\u30e9\u30e0\u306e\u578b\u3068\u3057\u3066\u4f7f\u3046\u3053\u3068\u304c\u51fa\u6765\u307e\u3059":56,"\u5168\u6587\u691c\u7d22\u306e\u30b9\u30b3\u30a2\u304c\u4ee3\u5165\u3055\u308c\u3066\u3044\u308b\u4eee\u60f3\u7684\u306a\u30ab\u30e9\u30e0\u304c\u4ed8\u4e0e\u3055\u308c\u308b\u3053\u3068\u3092\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u4e2d\u30bd\u30fc\u30c8\u306e\u9805\u76ee\u3067\u8aac\u660e\u3057\u307e\u3057\u305f":40,output:10,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u4f7f\u7528\u3059\u308b\u6587\u5b57\u30a8\u30f3\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0\u65b9\u5f0f\u3092\u6307\u5b9a\u3057\u307e
\u3059":9,"\uff12\u70b9\u9593\u306e\u8ddd\u96e2\u3092\u8a08\u7b97\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":40,"\u30c6\u30fc\u30d6\u30ebterm\u306b":32,"postgresql\u3068\u7d44\u307f\u5408\u308f\u305b\u3066\u7528\u3044\u308bludia\u3092\u901a\u3058\u3066\u5229\u7528\u3059\u308b\u306e\u304c\u4e00\u822c\u7684\u3067\u3057\u305f":50,unsplit:0,"\u7def\u5ea6\u3068\u7d4c\u5ea6\u306f\u30df\u30ea\u79d2\u5358\u4f4d\u3067\u306e\u6574\u6570":34,"usr\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3092\u304a\u52e7\u3081\u3057\u307e\u3059":24,"\u51e6\u7406\u6642\u9593":[31,11,58,8],"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":42,"groonga\u5358\u4f53\u3067test":10,testdb:10,"\u3092\u30ad\u30fc\u30ef\u30fc\u30c9\u306b\u30e6\u30fc\u30b6\u30fc\u691c\u7d22\u3057\u305f\u7d50\u679c":54,"\u30a8\u30e9\u30fc\u304c\u751f\u3058\u305f\u5834\u5408\u306b\u306ffalse\u3092\u8fd4\u3059":[15,44,52,1,6,48,26,32,12,57,36],"\u30ec\u30b9\u30dd\u
30f3\u30b9":[],"column_scalar\u306b\u3064\u3044\u3066\u306f":24,"view\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u8981\u7d20\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u5b9a\u7fa9\u3057\u307e\u3059":[44,9],"output_columns\u306b\u304a\u3044\u3066":56,"\u4e3b\u30ad\u30fc\u3092\u793a\u3059\u7591\u4f3c\u30ab\u30e9\u30e0\u540d":47,"message\u30ab\u30e9\u30e0\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u7528\u306bindex_message\u30ab\u30e9\u30e0\u3068":30,"title\u3068message\u306e2\u3064\u306e\u30ab\u30e9\u30e0\u306b\u5bfe\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u5171\u901a\u306b\u306a\u3063\u3066\u304a\u308a":30,table_no_kei:1,ddl:10,"\u30ad\u30fc\u5024\u306e\u7bc4\u56f2\u3067\u306e\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":1,"\u5168\u6587\u691c\u7d22\u306e\u6761\u4ef6\u304c\u5408\u81f4\u3059\u308b\u6587\u66f8\u307b\u3069\u9ad8\u3044\u6570\u5024\u304c\u5165\u308a\u307e\u3059":24,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\
u30b5\u30fc\u30d0\u3067\u5b9f\u884c\u3057":10,"\u5168\u6587\u691c\u7d22":[16,40,13,24],quit:[16,49,9,2,18],shift_oper:[],garbag:42,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22\u3068\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3046":[],"\u9759\u7684\u89e3\u6790":[16,23],starttim:[41,24,25],"\u305d\u306e\u4e2d\u304b\u3089\u5fc5\u8981\u306a\u90e8\u5206\u3092\u9ad8\u901f\u306b\u53d6\u308a\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":0,"\u5148\u982d\u306b\u7a7a\u767d\u3092\u5165\u308c\u3066\u306f":[],"2\u4ef6\u3068\u3082":54,"\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u304b\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3059\u308b\u3068\u304d":9,"\u691c\u7d22\u7d50\u679c\u6570\u304c10\u4ef6\u4ee5\u4e0b\u3060\u3063\u305f\u5834\u5408\u306b\u691c\u7d22\u51e6\u7406\u65b9\u6cd5\u3092\u9806\u6b21\u5207\u308a\u66ff\u3048":[],bsphinx:[],"\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u30
57\u307e\u3059":9,"\u8a9e\u5f59\u3054\u3068\u306b\u8907\u6570\u306e\u60c5\u5831\u3092\u4fdd\u6301\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":46,"\u5f62\u5f0f1\u306e":[31,11,47],"\u3042\u308b\u30e6\u30fc\u30b6\u30fc\u304c\u6295\u7a3f\u3057\u305f\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":54,"entry\u30c6\u30fc\u30d6\u30eb\u306ebody\u30ab\u30e9\u30e0\u306e\u5024\u3092\u5bfe\u8c61\u3068\u3059\u308b\u5b8c\u5168\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u30ab\u30e9\u30e0":32,"\u30d0\u30a4\u30b0\u30e9\u30e0\u306e\u7d22\u5f15\u3092\u4f5c\u6210\u3057\u307e\u3059":1,backup:4,tokentrigram:1,"\u3068\u3044\u3046\u306e\u306f":24,scorer:[52,40,8],"\u6307\u5b9a\u3057\u305f\u4e3b\u30ad\u30fc\u306b\u5bfe\u5fdc\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u304c\u65e2\u306b\u30c6\u30fc\u30d6\u30eb\u306b\u767b\u9332\u6e08\u307f\u3067\u3042\u3063\u305f\u5834\u5408\u306b\u5b9f\u884c\u3059\u308bscript\u5f62\u5f0f\u306egrn\u5f0f\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3
057\u307e\u3059":[],"\u5bfe\u8c61\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u7701\u7565\u3057\u305f\u5834\u5408\u306f10041\u30dd\u30fc\u30c8\u306b\u5bfe\u3057\u3066\u63a5\u7d9a\u3057\u307e\u3059":25,"\u683c\u7d0d\u3059\u308b\u30c7\u30fc\u30bf\u306e\u578b\u3092\u533a\u5225\u3057\u307e\u3059":34,"\u985e\u4f3c\u6587\u66f8\u691c\u7d22\u3084\u8fd1\u508d\u691c\u7d22\u306e\u3088\u3046\u306a\u9ad8\u5ea6\u306a\u691c\u7d22\u3082\u3059\u3079\u3066grn_expr\u306b\u3088\u3063\u3066\u8a18\u8ff0\u3067\u304d\u307e\u3059":53,"\u30b0\u30eb\u30fc\u30d7\u5316\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u6570\u304c\u5165\u308a\u307e\u3059":28,"\u30c6\u30fc\u30d6\u30eb\u540d\u306b\u306f":1,"\u305d\u306e\u305f\u3081":[50,4,54],"\u554f\u984c\u306fgrntest\u304bgroonga\u306b\u3042\u308a\u307e\u3059":10,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u72b6\u614b\u8868\u793a":42,drilldown:[52,22,54,8,29,28],"\u30e6\u30fc\u30b6\u30fcid\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":54,"\u3068\u3044\u3046\u306e\u304c":24
,"gqtp\u306e\u30ea\u30af\u30a8\u30b9\u30c8\u3092lf\u533a\u5207\u308a\u5f62\u5f0f\u3067\u6a19\u6e96\u5165\u529b\u306b\u4e0e\u3048\u308b\u3068":19,log:[10,9],"grn_expr_parse\u3067\u30d1\u30fc\u30b9\u3067\u304d\u308b\u6587\u5b57\u5217\u3092\u7279\u306bscript\u5f62\u5f0f\u306egrn_expr\u3068\u547c\u3073\u307e\u3059":53,"\u5358\u8a9e\u306e\u91cd\u8981\u5ea6\u306a\u3069\u3092\u4fdd\u6301\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":46,"\u3082\u3057\u6307\u5b9a\u3055\u308c\u305fdb\u304c\u5b58\u5728\u3057\u306a\u3051\u308c\u3070\u81ea\u52d5\u7684\u306bdb\u3092\u4f5c\u6210\u3057\u307e\u3059\u304c":10,hex:29,logical_and_oper:[],"\u3092\u4ed8\u3051\u308b\u3053\u3068\u3067":24,"\u5f8c\u8005\u306f\u4e16\u754c\u6e2c\u5730\u7cfb":40,"128484353x502921631":[],"http\u3067groonga\u30b5\u30fc\u30d0\u3068\u901a\u4fe1\u3059\u308b\u969b\u306b\u306f":38,"set_host\u3067\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":10,"\u901a\u5e38\u306e\u5168\u6587\u691c\u7d22\u30a4\u30f3\u30c7\u30c3\
u30af\u30b9\u3067\u306f":24,"\u4e3b\u30ad\u30fc\u5024\u3092\u6301\u3064\u30c6\u30fc\u30d6\u30eb\u306b\u9650\u308a\u6709\u52b9\u3067\u3059":1,"\u6771\u4eac\u90fd\u6e0b\u8c37\u533a":54,"\u30ed\u30b0\u3092\u51fa\u529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"\u5bfe\u8a71\u30e2\u30fc\u30c9\u3067\u306f":24,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_create\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":1,"\u6b21\u306e\u30ab\u30e9\u30e0\u306e\u5024\u3067\u30bd\u30fc\u30c8\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":24,"groonga\u306e\u30b9\u30c8\u30ec\u30fc\u30b8\u30d5\u30a1\u30a4\u30eb\u306f":50,"\u3092\u6307\u5b9a\u3059\u308b\u3068\u30a8\u30e9\u30fc\u306b\u306a\u308a\u307e\u3059":8,"\u305d\u308c\u305e\u308c1\u30ab\u30e9\u30e0\u3054\u3068\u306b1\u3064\u305a\u3064\u8ffd\u52a0\u3057\u3066\u3044\u307e\u3059":30,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679c":8,"g
roonga\u30d7\u30ed\u30bb\u30b9\u306b\u30ed\u30fc\u30c9\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u4f7f\u7528\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":9,"column2\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067match\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f":[],"\u4ee5\u4e0b\u306e\u6761\u4ef6\u5f0f\u304c\u4f7f\u7528\u3067\u304d\u307e\u3059":8,"groonga\u306e\u30c6\u30fc\u30d6\u30eb\u306f":45,"\u691c\u7d22\u6761\u4ef6\u3084\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3078\u306e\u64cd\u4f5c\u3092\u8868\u73fe\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u308b\u6587\u5b57\u5217\u306e\u5f62\u5f0f\u3067\u3059":[],"\u8a9e\u5f59\u306e\u4f4d\u7f6e\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u610f\u5473\u306b\u3064\u3044\u3066\u306f":24,"\u5358\u4e00\u306e\u5024\u304c\u683c\u7d0d\u3067\u304d\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":32,"grn_expr\u3067\u8868\u73fe\u3055\u308c\u305f\u691c\u7d22\u30af\u30a8\u30e
a\u3092\u5b9f\u884c\u3059\u308b\u3068\u304d\u306b\u4f7f\u3044\u307e\u3059":0,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u7a2e\u5225":35,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306f":9,"groonga\u306e\u30c8\u30c3\u30d7\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3067":23,"groonga\u3067\u306f\u53c2\u7167lock\u304c\u4e0d\u8981\u306a\u30b9\u30c8\u30ec\u30fc\u30b8\u3092\u5b9f\u88c5\u3057\u307e\u3057\u305f":50,"\u6307\u5b9a\u3057\u305f\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u306e\u3064\u3044\u3066\u3044\u308b\u30b3\u30e1\u30f3\u30c8\u306e\u4e00\u89a7\u3092\u51fa\u3059\u3053\u3068\u304c\u51fa\u6765\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":54,"\u9593\u306b\u7a7a\u767d\u3092\u5165\u308c\u3066\u306f\u3044\u3051\u307e\u305b\u3093":[],gone:29,"1970\u5e741\u67081\u65e50\u66420\u52060\u79d2\u304b\u3089\u306e\u7d4c\u904e\u30de\u30a4\u30af\u30ed\u79d2\u6570\u309264bit\u7b26\u53f7\u4ed8\u304d\u6574\u6570\u3067\u8868\u73fe\u3057\u305f\u5024":34,"\u30d7\u30ed\u30bb\u30b9\u3092\
u505c\u6b62\u3057\u307e\u3059":9,"\u6700\u5927\u3067\u5229\u7528\u3059\u308b\u30b9\u30ec\u30c3\u30c9\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"sortby\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":24,"grn\u5f0f\u306fquery\u5f62\u5f0f\u3068script\u5f62\u5f0f\u3068\u3044\u30462\u7a2e\u985e\u306e\u65b9\u5f0f\u3067\u8a18\u8ff0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[],"\u7570\u306a\u308b\u5f62\u5f0f\u3067\u8a18\u8ff0\u3055\u308c\u305f\u8907\u6570\u306egrn\u5f0f\u3092\u7d50\u5408\u3059\u308b\u3053\u3068\u3082\u53ef\u80fd\u3067\u3059":[],"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_offset\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":52,file:9,ventri:44,user_column:10,"\u5186\u3084\u77e9\u5f62\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":50,"\u767b\u9332\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b
\u30ad\u30fc\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":11,"shorttext\u578b\u306e\u5024\u3092\u6301\u3064":24,"\u307e\u305a\u8a9e\u5f59\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":24,"\u660e\u793a\u7684\u306a\u30ed\u30c3\u30af\u306a\u3069\u306f\u5fc5\u8981\u3042\u308a\u307e\u305b\u3093":50,"\u306b\u7528\u610f\u3055\u308c\u3066\u3044\u308b\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u8868\u793a\u3057\u307e\u3059":10,"script\u5f62\u5f0f\u3067column1\u306e\u5024\u304c":53,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":54,"\u4f7f\u7528\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u30ec\u30b3\u30fc\u30c9\u3092\u767b\u9332\u3057":47,"id\u30d1\u30e9\u30e1\u30fc\u30bf\u306fv1":[],"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u306f":23,"\u30bf\u30b0\u691c\u7d22\u306fgroonga\u306e\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u
30af\u30b9\u3068\u3044\u3046\u30c7\u30fc\u30bf\u69cb\u9020\u3092\u7528\u3044\u3066\u9ad8\u901f\u306b\u884c\u308f\u308c\u307e\u3059":29,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u6700\u5927\u4ef6\u6570\u306f\u5909\u66f4\u305b\u305a":7,"groonga\u30d7\u30ed\u30bb\u30b9\u304c\u8d77\u52d5\u3057\u305f\u6642\u523b\u306etvsec\u5024\u3092\u8fd4\u3057\u307e\u3059":41,"\u30b5\u30fc\u30d0\u3092\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u5834\u5408\u306b\u5229\u7528\u3059\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306f":10,"\u578b\u306b\u95a2\u3059\u308b\u5236\u9650\u4e8b\u9805":[16,34,2],"senna\u306e\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5b9f\u88c5\u3092\u3055\u3089\u306b\u6539\u826f":[16,50],"\u5168\u6587\u691c\u7d22\u306e\u30b9\u30b3\u30a2\u3092\u4e71\u6570\u3067\u4e0a\u66f8\u304d\u3057\u3066\u3044\u307e\u3059":40,"\u305d\u308c\u4ee5\u5916\u306e\u5834\u5408\u306f\u4e0d\u6b63\u78ba\u306a\u5024\u3092\u8fd4\u3059\u5834\u5408\u304c\u3042\u308a\u307e\u3059":4
1,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_output_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"http\u30b5\u30fc\u30d0\u3068\u3057\u3066\u8d77\u52d5\u3057\u307e\u3059":9,descript:54,"\u66f8\u5f0f1\u30682\u306f\u6df7\u305c\u3066\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":24,"\u691c\u7d22\u5bfe\u8c61\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb":0,"id\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":[31,48],"\u5168\u3066\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":22,"\u30c7\u30fc\u30e2\u30f3":9,cpu:10,"\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f\u7121\u8996\u3055\u308c\u307e\u3059":11,"a\u3068b\u3068\u3044\u305a\u308c\u304b\u306e\u6761\u4ef6\u304c\u30de\u30c3\u30c1\u3059\u308b":8,"\u3042\u308b\u7bc4\u56f2\u5185\u3067\u66f8\u304b\u308c\u305f\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":54,"\u7d44\u8fbc
\u95a2\u6570\u540d\u306f\u4e88\u7d04\u6e08\u307f\u3067\u3042\u308a":1,drilldown_offset:[52,28,8],"json\u306e\u307f\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u307e\u3059":47,"\u533a\u5207\u308a\u3067\u6307\u5b9a\u3055\u308c\u305f\u5834\u5408\u306f":[],month:29,"\u30b9\u30b3\u30a2\u30923\u305a\u3064\u5c0f\u3055":[],"rst2pdf\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":27,follow:54,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4e00\u884c\u306b\u306f\u8907\u6570\u306egrntest\u547d\u4ee4\u3092\u8a18\u8ff0\u3067\u304d\u307e\u3059\u304c":10,scr:10,"\u30e6\u30fc\u30b6\u30fc\u540d":54,"\u30ab\u30e9\u30e0\u306f":24,"\u30ab\u30e9\u30e0\u3068":24,"users\u30c6\u30fc\u30d6\u30eb\u306efollower\u30ab\u30e9\u30e0\u306b\u5bfe\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":54,"\u30ab\u30e9\u30e0\u5024\u3092\u683c\u7d0d\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u540d":35,"\u306f\u540c\u4e00\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u5fdc\u3059\u308b\u3082\u306e\u3068\u307f\u306a\u3055\u308
c\u307e\u3059":1,"\u964d\u9806\u306b\u30bd\u30fc\u30c8\u3059\u308b\u3053\u3068\u3082\u51fa\u6765\u307e\u3059":24,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bselect\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":8,"\u79cb\u8449\u539f\u99c5\u3068\u65b0\u5bbf\u99c5\u306f6720m":[],"body\u3092\u4f5c\u6210\u3057\u307e\u3059":32,"\u307b\u3068\u3093\u3069\u4ed6\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u306b\u4f9d\u5b58\u305b\u305a\u306b\u52d5\u4f5c\u3057\u307e\u3059":24,"script\u5f62\u5f0f\u306egrn_expr\u4e2d\u3067\u547c\u3073\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[37,5,55,39,33],objnam:[20,26],"\u4f4d\u7f6e\u60c5\u5831\u306e\u5229\u7528":[],grn_op_and:0,grn_op_or:0,"\u305f\u3081\u3057\u306b\u6771\u4eac\u99c5\u3068\u65b0\u5bbf\u99c5\u3068\u3064\u3044\u3066":40,fals:[],"\u30e6\u30fc\u30b6\u30fc\u540d\u3092\u683c\u7d0d\u3059\u308busername\u30ab\u30e9\u30e0":29,"query\u5f62\u5f0f\u6587\u5b57\u5217\u306e\u5148\u982d\u306b":[],rand_
max:55,"\u3067\u6271\u3063\u305f":54,"admin_html\u914d\u4e0b\u306b":38,"\u4e3b\u30ad\u30fc\u306e\u5024\u304c\u540c\u4e00\u3067\u3042\u3063\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u8868\u3057\u307e\u3059":22,"\u30c6\u30fc\u30d6\u30eb\u306e\u4e3b\u30ad\u30fc\u306b\u6307\u5b9a\u3067\u304d\u306a\u3044\u578b":34,unigram:1,longtext:34,"\u30ab\u30e9\u30e0\u5024":8,"\u7701\u7565\u3055\u308c\u305f\u5834\u54081\u3068\u306a\u308a\u307e\u3059":[],"\u52d5\u753b\u306e\u60c5\u5831\u3092\u4fdd\u5b58\u3059\u308b":29,"\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3057\u307e\u3059":9,"\u8907\u6570\u306e\u53c2\u7167\u95a2\u4fc2\u304c\u4fdd\u5b58\u3067\u304d\u307e\u3057\u305f":56,"\u901a\u5e38\u306e\u30ab\u30e9\u30e0\u3067\u3042\u308b\u3053\u3068\u3092\u793a\u3057\u3066\u3044\u307e\u3059":24,"\u30a2\u30b9\u30bf\u30ea\u30b9\u30af":8,"\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u751f\u304b\u3059\u3053\u3068\u306b\u3088\u308a":50,"32bit\u7b26\u53
f7\u4ed8\u304d\u6574\u6570":34,hogehog:[],"query\u30d1\u30e9\u30e1\u30fc\u30bf\u3067\u306f":24,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5bfe\u8c61\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb\u3092type\u306b":24,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3057\u306a\u3044\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u304d\u307e\u3059":0,"\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u3067\u7528\u3044\u308b\u305f\u3081\u306e\u90e8\u54c1\u3067\u3057\u305f":50,lexicon_t:10,"sortby\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u306f":40,"grntest\u306f":10,"ieee754\u5f62\u5f0f\u306e64bit\u6d6e\u52d5\u5c0f\u6570\u70b9\u6570":34,aba:[24,40,28],abc:1,"\u6587\u5b57\u5217\u3067\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u3082\u3042\u308a\u307e\u3059":54,"\u3068\u3044\u3046\u4e71\u6570\u3092\u8fd4\u3059\u95a2\u6570\u3092\u7528\u3044\u3066":40,"\u3053\u308c\u3092\u6307\u5b9a\u3059\u308b\u3
068":24,"log_put\u306f":36,"\u95a2\u6570\u306f":[0,37,5,55,33],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u72b6\u614b":42,abbrevi:[47,8],version:[24,25,10],"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u5225\u306e\u30ab\u30a6\u30f3\u30c8\u3092\u51fa\u3057\u307e\u3059":54,"\u305d\u306e\u3088\u3046\u306a\u30c7\u30fc\u30bf\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066":[],"\u30c6\u30fc\u30d6\u30ebterms\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0name\u306e\u72b6\u614b\u3092\u8868\u793a\u3057\u307e\u3059":42,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u306b\u6307\u5b9a\u3057\u305fip\u30a2\u30c9\u30ec\u30b9":10,"\u4e2d\u91ce\u30d6\u30ed\u30fc\u30c9\u30a6\u30a7\u30a4\u306a\u3046\u306a\u3046":54,"\u3088\u308atar":24,"\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3057\u307e\u3059":9,"\u8fd4\u4fe1\u5143\u306e\u30b3\u30e1\u30f3\u30c8\u5185\u5bb9":54,"\u5148\u306e\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067":[],"\u63a5\u7d9a\u5148\u
306e\u30db\u30b9\u30c8\u540d\u3068\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u3092\u6307\u5b9a\u3057\u307e\u3059":19,"\u30d6\u30e9\u30a6\u30b6\u306f":25,valu:[31,11,47],"libmemcached\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":23,search:16,"tsv\u51fa\u529b\u306fv1":[],"\u6295\u7a3f\u65e5\u6642":54,"\u3053\u306e\u5834\u5408\u306f2\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u30d2\u30c3\u30c8\u3057\u307e\u3059":[],"\u30b5\u30fc\u30d0\u306eid\u3068\u306a\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"\u5206\u5c90\u306b\u5bfe\u5fdc\u3057\u307e\u3059":23,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_reopen\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":15,"6\u4ee5\u4e0a\u304c\u5fc5\u8981\u3067\u3059":23,"\u5bfe\u8c61\u30db\u30b9\u30c8\u540d":[],"\u30bb\u30af\u30b7\u30e7\u30f3\u3054\u3068\u306b\u691c\u7d22\u30b9\u30b3\u30a2":[],"view\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u8981\u7d20\u3068\u306a\u308b\u30c6\u30fc\u30d6
\u30eb\u3092\u8ffd\u52a0":44,"\u95a2\u4fc2\u5f0f\u306f":0,"\u6570\u50241\u306b\u8ca0\u306e\u6570\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u51e6\u7406\u3057":[],equality_oper:[],hoge:[53,25,9],tokenunigram:1,"\u30ab\u30d0\u30ec\u30c3\u30b8\u306b\u306f":23,"\u691c\u7d22\u3057\u3088\u3046\u3068\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u304c\u6e80\u305f\u3059\u3079\u304d\u6761\u4ef6\u3092":0,"\u30c8\u30e2\u3061\u3083\u3093":29,select:[16,49,2,54,9,8,24,25,56,10,28,29,30,45,40],"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u3092\u4f7f\u7528\u3059\u308b\u65b9\u6cd5\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":24,"\u305d\u308c\u307e\u3067\u306e\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u6700\u5927\u4ef6\u6570":[],"groonga\u3067\u4e88\u3081\u5b9a\u7fa9\u6e08\u307f\u306e\u578b\u304b":34,"ruby\u3067\u66f8\u304b\u308c\u305f\u30c6\u30b9\u30c8":[],mecab:24,coverag:23,"\u5b9a\u7fa9\u3059\u308bselector\u30b3\u30de\u30f3\u30c9
\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"check\u30b3\u30de\u30f3\u30c9\u306f":42,"0\u3068intltools\u306e\u65b0\u3057\u3081\u306e\u7248\u304c\u5fc5\u8981\u3067\u3059":[],table_list:[16,49,2,9,21,24],"\u30c6\u30b9\u30c8\u306e\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3068\u3057\u3066cutter\u3092\u7528\u3044\u3066\u3044\u307e\u3059":[],"\u307e\u305f\u306f\u30c7\u30fc\u30e2\u30f3\u30e2\u30fc\u30c9\u3067\u4f7f\u7528\u3059\u308btcp\u30dd\u30fc\u30c8\u756a\u53f7":9,"\u4f7f\u7528\u3067\u304d\u307e\u305b\u3093":[1,32],"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u30b9\u30b3\u30a2\u5024\u306e\u66f4\u65b0\u306e\u307f\u3092\u884c\u3044\u307e\u3059":0,"groonga\u306f\u30ab\u30e9\u30e0\u5024\u3068\u3057\u3066\u4ed6\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u5024\u306e\u914d\u5217\u3092\u6301\u3064\u3053\u3068\u304c\u3067\u304d\u308b\u3053\u3068\u3092\u7
d39\u4ecb\u3044\u305f\u3057\u307e\u3057\u305f":[],uint8:34,flag:[42,1,54,9,21,24,56,10,28,29,30,45,32,35],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":23,"\u4f7f\u7528\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3057\u3066\u51fa\u529b\u3057\u307e\u3059":8,cach:[9,8],"\u4e3b\u306a\u95a2\u4fc2\u5f0f\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":0,uint64:34,none:[9,30],"groonga\u72ec\u81ea\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u3042\u308bgqtp\u3068":19,thread:9,"2\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u3059":34,"\u30b3\u30de\u30f3\u30c9\u540d\u3068\u5f15\u6570\u540d\u3068\u5024\u306f":9,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7b49":26,dev:23,nine:24,abandon:[11,47,8,48,31,58],"\u306b\u6765\u307e\u3057\u305f":[],"ecmascrip
t\u306e\u69cb\u6587\u304b\u3089\u5f0f":[],def:[],"\u306e\u3088\u3046\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":24,"\u5e83\u304f\u4f7f\u308f\u308c\u3066\u3044\u308b\u5168\u6587\u691c\u7d22\u30e9\u30a4\u30d6\u30e9\u30easenna\u306e\u5f8c\u7d99\u3068\u3057\u3066\u958b\u767a\u3055\u308c\u3066\u3044\u307e\u3059":50,"\u306b\u3088\u3063\u3066\u9759\u7684\u30da\u30fc\u30b8\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3059\u308b\u3068":38,"id\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u4ee3\u308f\u308a\u306b\u6307\u5b9a\u3057\u307e\u3059":[31,58,48],scan:23,share:[38,9],"\u767b\u9332\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u8868\u73fe\u3057\u305f\u6587\u5b57\u5217\u3092\u6e21\u3057\u307e\u3059":[31,11],"\u30ec\u30b3\u30fc\u30c9r1\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":0,"\u4e00\u884c\u306b\u8907\u6570\u306egrntest\u547d\u4ee4\u3092\u8a18\u8ff0\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":10,"\u
5168\u6587\u691c\u7d22\u30b5\u30fc\u30d3\u30b9\u3092\u884c\u3046\u305f\u3081\u306e\u30b5\u30fc\u30d0\u304c\u5b58\u5728\u3057\u307e\u3059":50,sourc:[24,54,32,29,30,35],"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u985e\u4f3c\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":0,"ecmascript\u5f62\u5f0f\u306e\u6587\u5b57\u5217\u304b\u3089grn_expr\u3092\u751f\u6210\u3059\u308bapi\u95a2\u6570grn_expr_pars":53,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408":10,"\u305d\u3057\u3066comments\u30c6\u30fc\u30d6\u30eb\u306ereplied_users\u30ab\u30e9\u30e0\u306f":54,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_sortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":52,avg:19,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u7ba1\u7406\u30c4\u30fc\u30eb\u3068\u306a\u308b\u30d5\u30a1\u30a4\u30eb\u7fa4\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3059\u306e\u3067
":38,"grntest\u547d\u4ee4":10,rep_loc:10,"\u691c\u7d22\u7d50\u679c1":[35,21,8],"\u4ee5\u4e0b\u306e\u5f62\u5f0f\u306e\u6587\u5b57\u5217\u306b\u3088\u3063\u3066\u691c\u7d22\u6761\u4ef6\u3092\u6307\u5b9a\u3057\u307e\u3059":8,"\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u4e00\u89a7":[16,49,2],"default_tokenizer\u30d1\u30e9\u30e1\u30fc\u30bf\u3067\u4e0e\u3048\u307e\u3059":24,"316\u79d2":40,"\u5b9f\u884c\u4f8b":[54,23,24,25,56,40,28,29,30,45],"\u305d\u306e\u4ed6\u306e\u30c7\u30fc\u30bf\u578b\u306e\u4e00\u89a7\u306f":56,"\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":54,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u884c\u3063\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u306f":28,"script\u5f62\u5f0f\u306f":[],"\u5bfe\u8c61\u3068\u306a\u308b\u30aa\u30d6\u30b8\u30a7\u30af\u30c8":[20,26],"\u5f62\u5f0f2\u3067\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5834\u5408\u306f":9,resultset:[],"\u30d0\u30c3\u30d5\u30a1\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":42,"
\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e00\u884c\u305a\u3064eof\u306b\u9054\u3059\u308b\u307e\u3067\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u8aad\u307f\u53d6\u308a":9,"\u672c\u6587\u306emessage\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u3066\u3044\u307e\u3059":30,"\u3068\u3044\u3046\u540d\u524d\u306e\u30ab\u30e9\u30e0\u304c\u8ffd\u52a0\u3055\u308c\u3066\u3044\u307e\u3059":24,"\u5168\u6587\u691c\u7d22\u7528\u306e\u8a9e\u5f59\u30c6\u30fc\u30d6\u30eb\u306e\u4f5c\u6210":24,"\u5168\u6587\u691c\u7d22\u3092\u884c\u3063\u305f\u7d50\u679c\u306e\u5404\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u51e6\u7406\u3092\u884c\u3046\u305f\u3081\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u3067\u3059":40,geo_dist:[16,43,5,40,2],query_el:[],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5b9a\u7fa9\u3055\u308c\u305f\u578b":53,"\u30d0\u30c3\u30d5\u30a1\u5185\u3067\u306e\u30b5\u30a4\u30ba":42,"\u691c\u7d22\u30a8\u30f3\u30b8\u30f3\u306e\u30e6\u30fc\u30b6\u304c\u30d5\u30a9\u30fc\u30e0\u3067\u5165\u
529b\u3059\u308b\u6587\u5b57\u5217\u3092\u76f4\u63a5\u53d7\u3051\u53d6\u308b\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066":53,callback:0,"2gbyte\u4ee5\u4e0b\u306e\u6587\u5b57\u5217":34,"\u691c\u7d22\u7d50\u679cn":8,egg:30,"\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb":[16,13],"tritonn\u306e\u6b21\u671f\u30d0\u30fc\u30b8\u30e7\u30f3\u306f":50,help:9,"shorttext\u306e\u30d9\u30af\u30c8\u30eb\u3092\u4fdd\u5b58\u3057\u305f\u3044\u5834\u5408\u306b\u306f":34,"4kbyte\u4ee5\u4e0b\u306e\u6587\u5b57\u5217":34,"grn\u5f0f\u304c\u53d7\u3051\u53d6\u308b\u5f15\u6570\u306e\u540d\u524d":[],"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306f\u81ea\u52d5\u7684\u306bftp":10,grntest:[3,16,10,2],"grntest\u306e\u52d5\u4f5c\u65b9\u6cd5":10,"\u5b9f\u7a3c\u52d5\u74b0\u5883\u306b\u8fd1\u3044\u72b6\u614b\u3067\u306e\u691c\u8a3c\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":19,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306eoutput_columns\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u
5024\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"\u5186\u306e\u534a\u5f84\u3092\u6307\u5b9a\u3057\u307e\u3059":33,"\u4ee5\u4e0b\u306e\u4f8b\u3067\u306f":[54,29],"\u30b0\u30eb\u30fc\u30d7\u5316\u51e6\u7406\u306e\u7d50\u679c\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e_nsubrecs\u306b\u8a18\u9332\u3055\u308c\u307e\u3059":22,"\u5024\u306e\u7bc4\u56f2\u306f1":22,"64bit\u7b26\u53f7\u306a\u3057\u6574\u6570":34,"groonga\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u524d\u306bmecab":24,soccer:29,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u3057\u3066\u3044\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":[],"\u306e\u3046\u3061\u3044\u305a\u308c\u304b\u3092\u542b\u3080\u5024\u3092\u6307\u5b9a\u3057\u305f\u3044\u5834\u5408\u306f":[24,9],"\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3057\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u30b3\u30d4\u30fc\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":4,"\u5168\u3066\u306e\u30ab\u30e9\u30e0\u30
4c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":8,"drilldown_limit\u306b\u8ca0\u306e\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":8,do_loc:10,"\u52d5\u753b\u5171\u6709\u30b5\u30a4\u30c8\u306e\u691c\u7d22\u30a8\u30f3\u30b8\u30f3\u3092\u4f5c\u308b\u3053\u3068\u3092\u60f3\u5b9a\u3057\u307e\u3059":29,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u304c\u5b8c\u5168\u306b\u4e00\u81f4\u3059\u308b":0,"\u3044\u305a\u308c\u306e\u95a2\u4fc2\u5f0f\u3082":0,"\u7279\u6b8a\u547d\u4ee4\u306f\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u4efb\u610f\u306e\u5834\u6240\u306b\u66f8\u304d\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059":10,"_valu":22,"\u4e16\u754c\u6e2c\u5730\u7cfb\u5ea7\u6a19":[37,5,33],"\u74b0\u5883\u5909\u6570cutter_leak_check\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":[],"\u4ee5\u4e0b\u306e\u3088\u3046\u306ajson\u5f62\u5f0f\u3067\u5024\u304c\u8fd4\u5374\u3055\u308c\u307e\u3059":[31,11,58,8],level:[6,9,36],
"\u3044\u308f\u3086\u308b\u30bf\u30b0\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u53ef\u80fd\u3068\u306a\u308a\u307e\u3059":29,"\u6c38\u7d9a\u30c6\u30fc\u30d6\u30eb\u3068\u4e00\u6642\u30c6\u30fc\u30d6\u30eb\u304c\u3042\u308a\u307e\u3059\u304c":1,token:10,alreadi:[],"video\u30c6\u30fc\u30d6\u30eb\u3067\u306f":29,"\u63a5\u7d9a\u3057\u3066\u3044\u308bgroonga\u30b5\u30fc\u30d0\u30d7\u30ed\u30bb\u30b9\u3092\u505c\u6b62\u3057\u307e\u3059":17,"table_remove\u306f\u30c6\u30fc\u30d6\u30eb\u3068\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":57,with_posit:[24,54,32,30],"scorer\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u306f":[],"\u4e3b\u30ad\u30fc\u306e\u578b\u3068\u30ab\u30e9\u30e0\u306e\u578b\u306b\u306f":34,"video\u30c6\u30fc\u30d6\u30eb\u306etags\u30ab\u30e9\u30e0\u306b\u5bfe\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092index_tags\u30ab\u30e9\u30e0\u306b\u683c\u7d0d\u3057\u3066\u3044\u307e\u3059":29,"groonga\u30c7\u30fc\u30e2
\u30f3\u306e\u8d77\u52d5":25,"\u307e\u305a\u306f":54,"\u8907\u6570\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u307e\u3068\u3081\u3066\u64cd\u4f5c\u3059\u308b\u305f\u3081\u306e\u4eee\u60f3\u7684\u306a\u30c6\u30fc\u30d6\u30eb":1,"\u30b9\u30ec\u30c3\u30c9\u6570":10,"\u6700\u521d\u304b\u3089":24,"\u6587\u66f8\u306e\u4e2d\u306b\u3042\u308b\u5358\u8a9e\u304c\u4e3b\u30ad\u30fc\u3068\u306a\u308b\u30c6\u30fc\u30d6\u30eb\u3067\u3059":24,"127678039x502643091":54,"\u62e1\u5f35\u5b50\u306f":10,hostnam:[38,10,9],ftp:10,"flags\u306e\u5024\u306b64\u3092\u52a0\u3048\u308b\u3053\u3068\u306b\u3088\u3063\u3066":1,"query\u5f15\u6570\u3082filter\u5f15\u6570\u3082\u6307\u5b9a\u3057\u3066\u3044\u306a\u3044\u72b6\u614b\u3067":8,"\u591a\u304f\u306e\u5834\u5408\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3059\u308b\u969b\u306b\u4e3b\u30ad\u30fc\u304c\u5fc5\u8981\u3068\u306a\u308a\u307e\u3059":24,db_api:0,"shorttext\u578b\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u6301\u3061":24,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f
\u30de\u30b7\u30f3\u306ecpu\u30b3\u30a2\u6570\u3068\u540c\u3058\u6570\u3067\u3059":9,"shorttext\u578b\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u6301\u3064":24,"\u5186\u5468\u4e0a\u306e\u70b9\u306e\u4e00\u3064\u306e\u5ea7\u6a19\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":33,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u305f\u5834\u5408\u306f":32,"javascript\u306e\u5b9f\u884c\u304c\u6709\u52b9\u306b\u306a\u3063\u3066\u3044\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":25,"shutdown\u306f":17,"\u5b9f\u969b\u306b\u691c\u7d22\u3057\u3066\u307f\u307e\u3057\u3087\u3046":30,"\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9select\u306equery\u30d1\u30e9\u30e1\u30fc\u30bf\u3067\u306f":53,"\u6761\u4ef6\u5f0f\u306f\u4e00\u500b\u4ee5\u4e0a\u306e\u95a2\u4fc2\u5f0f\u304b":0,"\u30dd\u30fc\u30c8\u756a\u53f7\u3092\u7701\u7565\u3057\u305f\u5834\u5408\u306f10041\u304c\u4f7f\u7528\u3055\u308c\u307e\u3059":25,"\u3
053\u3053\u3067":40,"\u3068\u3044\u3046\u540d\u524d\u306e\u30ab\u30e9\u30e0":24,"\u72ec\u81ea\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u3042\u308bgqtp\u3092\u7528\u3044\u3066\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u3068tcp":50,"\u3088\u308a\u5373\u6642\u6027\u306e\u9ad8\u3044\u691c\u7d22\u30b5\u30fc\u30d3\u30b9\u3092\u5b9f\u73fe\u3059\u308b\u305f\u3081\u306b":50,"\u51fa\u529b\u30d5\u30a1\u30a4\u30eb":10,"\u30d0\u30c3\u30d5\u30a1\u306e\u4f7f\u7528\u91cf\u3067\u3059":42,"975mbyte":10,"column_remove\u306f\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u524a\u9664\u3057\u307e\u3059":12,"\u691c\u7d22\u7d50\u679c\u3092\u4e26\u3073\u66ff\u3048\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059":24,"\u691c\u7d22\u5bfe\u8c61\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306b\u52a0\u3048\u307e\u3059":0,"\u307e\u305
f\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3057\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u3082set_port\u304c\u512a\u5148\u3055\u308c\u307e\u3059":10,"\u4e0a\u8a18\u306e\u610f\u5473\u306f\u4ee5\u4e0b\u306e\u3068\u304a\u308a\u3067\u3059":10,"\u5b9f\u969b\u306b\u691c\u7d22\u3092\u3057\u3066\u307f\u307e\u3057\u3087\u3046":54,assign:[],"\u56fd\u540d\u3092\u683c\u7d0d\u3059\u308bcountry\u30ab\u30e9\u30e0\u3067\u3059":28,"groonga\u30b5\u30fc\u30d0\u3078\u306e\u63a5\u7d9a":25,"\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":45,"\u30bf\u30b0\u691c\u7d22":[16,54,29,13],number:[42,56,10,9],"\u5024\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u6587\u5b57\u5217\u306e\u4e2d\u3067\u306f":9,"\u5168\u6587\u691c\u7d22\u30af\u30a8\u30ea\u306b\u304a\u3044\u3066":53,"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u51fa\u529b\u3057\u307e\u3059":38,"\u3059\u3079\u3066\u306e\u30b9\u30ec\u
30c3\u30c9\u6570\u306e\u5408\u8a08\u306f\u6700\u592764\u3067\u3059":[],"\u30b3\u30de\u30f3\u30c9\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f":25,"match\u306e\u7d50\u679c\u5f97\u3089\u308c\u305f\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u305f\u3082\u306e\u3092":[],"\u691c\u7d22\u3092\u884c\u3044\u307e\u3057\u3087\u3046":29,"\u3042\u308b\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u306e\u3064\u3044\u3066\u3044\u308b\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":54,"\u305d\u308c\u305e\u308c\u306e\u30b3\u30de\u30f3\u30c9\u306f\u4e00\u610f\u306a\u540d\u524d\u3068":9,"\u8aad\u307f\u98db\u3070\u3057\u3066\u3082\u3089\u3063\u3066\u304b\u307e\u3044\u307e\u305b\u3093":24,script:10,"\u30ab\u30e9\u30e0\u540d\u3054\u3068\u306b\u683c\u7d0d\u3055\u308c\u3066\u3044\u308b\u60c5\u5831\u306f":[21,35],"\u30b3\u30de\u30f3\u30c9":[24,38,9],statement:[],"input_type\u306b\u6307\u5b9a\u3059\u308b\u5f62\u5f0f\u3067\u767b\u9332\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u30
92\u8868\u73fe\u3057\u305f\u6587\u5b57\u5217\u3092\u6e21\u3057\u307e\u3059":47,"\u91cd\u307f2":8,"\u91cd\u307f1":8,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u30b1\u30fc\u30b9\u3068\u547c\u3076":23,option:[19,10,9],"grn_expr\u306f\u4ee3\u5165\u3084\u95a2\u6570\u547c\u3073\u51fa\u3057\u306e\u3088\u3046\u306a\u69d8\u3005\u306a\u64cd\u4f5c\u3092\u8868\u73fe\u3067\u304d\u307e\u3059\u304c":0,"\u4e16\u754c\u6e2c\u5730\u7cfb\u3067\u306e\u4f4d\u7f6e\u60c5\u5831\u3092\u4fdd\u5b58\u3057\u3066\u307f\u307e\u3057\u3087\u3046":40,"drilldown_offset\u30d1\u30e9\u30e1\u30fc\u30bf\u3068":28,"\u4f7f\u7528\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u306e\uff11\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u6307\u5b9a\u3057":58,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u4f7f\u3063\u3066":29,"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u304f\u306a\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":0,"\u8a08\u7b97\u3057\u305f\u5024\u3092\u
7528\u3044\u305f\u30bd\u30fc\u30c8":[],"\u7279\u6b8a\u306a\u5f15\u6570\u3067\u3042\u308b":38,"\u30bf\u30a4\u30c8\u30eb\u3068\u5185\u5bb9\u3068\u304c\u305d\u308c\u305e\u308c\u5225\u306e\u30ab\u30e9\u30e0\u306b\u5165\u3063\u305f\u3082\u306e\u304c\u3042\u308b\u3068\u3057\u307e\u3057\u3087\u3046":30,"\u307e\u305f\u540c\u6642\u306b":10,"\u7279\u6b8a\u547d\u4ee4\u304c\u6709\u52b9\u3068\u306a\u308a\u307e\u3059":10,"\u4efb\u610f\u306edb\u540d":10,"\u3053\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u305f\u30dd\u30fc\u30c8\u756a\u53f7\u304c\u7570\u306a\u308b\u5834\u5408":10,"\u30c6\u30fc\u30d6\u30eb":[53,26],"\u305d\u306e\u95a2\u4fc2\u304c\u6210\u308a\u7acb\u3063\u305f\u3068\u304d\u306b\u8a55\u4fa1\u3055\u308c\u308bcallback":0,"\u30ab\u30e9\u30e0\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217\u3092\u542b\u3093\u3067\u3044\u308b":8,"sh\u306f\u3044\u304f\u3064\u304b\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u3068\u308a\u307e\u3059":23,"\u30d0\u30c3\u30d5\u30
a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u6570\u3067\u3059":42,"groonga\u30c7\u30fc\u30e2\u30f3\u306e\u7d42\u4e86":25,"msg\u3092enqueue\u3057\u305f\u5bfe\u8c61\u306eedge\u3092enqueue\u3059\u308b":51,"\u8fd4\u4fe1\u5148\u306e\u30e6\u30fc\u30b6\u30fc\u306e\u4e00\u89a7":54,"column_list\u306f\u30c6\u30fc\u30d6\u30eb\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30ab\u30e9\u30e0\u3092\u30ea\u30b9\u30c8\u8868\u793a\u3057\u307e\u3059":35,"\u3042\u308b\u30e6\u30fc\u30b6\u30fc\u3092\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u306e\u691c\u7d22":54,"\u3068\u3044\u3046\u5024\u304c\u5165\u3063\u3066\u3044\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u691c\u7d22\u3059\u308b":24,"v1\u306e\u5024\u304cv2\u306e\u5024\u3068\u7b49\u3057\u3044\u304b\u5927\u304d\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":0,"null":[0,21],"\u30de\u30eb\u30c1\u30bb\u30af\u30b7\u30e7\u30f3\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u4e00\u90e8\u3067\u3042\u308b\u5834\u5408\u3082":12,"\u3068\
u30b3\u30de\u30f3\u30c9\u4e0a\u3067\u30dd\u30fc\u30c8\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u3067\u3082":10,self:10,kinjir:29,"query\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u7528\u3044\u308b\u3068\u30c7\u30fc\u30bf\u306e\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":24,"\u7279\u5b9a\u306e\u6587\u5b57\u5217\u3092\u542b\u3080\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u3092\u7d30\u304b\u304f\u5236\u5fa1\u3057\u305f\u308a":53,"\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u540d\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":[35,21,8],"query\u30d1\u30e9\u30e1\u30fc\u30bf\u306b":24,"html\u306b\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":[38,9],"\u73fe\u5728\u6642\u523b\u3092\u8fd4\u3059":39,"sortby\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u540c\u69d8\u306b\u6607\u964d\u9806\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":8,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3055\u308c\u308bgroonga\u30b5\u30fc\u30d0\u306f\u30dd\u30fc\u30c8\u756a\u53f710400\u3092\u5229\u7528
\u3057\u307e\u3059":10,"\u3068\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044":10,index:[16,38,9],"\u8fd1\u4f3c\u5024":5,"_id\u306e\u5024\u306f\u4e0d\u5909\u3067":22,"\u8907\u6570\u306e\u5024\u3092\u914d\u5217\u3067\u683c\u7d0d\u3067\u304d\u308b\u30ab\u30e9\u30e0\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":56,"\u30bf\u30b0\u306e\u60c5\u5831\u3092\u4fdd\u5b58\u3059\u308b":29,"cutter\u3067\u306f\u30c6\u30b9\u30c8\u3068\u547c\u3076":23,"\u81ea\u5df1\u7d39\u4ecb\u6587\u3092\u5bfe\u8c61\u306b\u691c\u7d22\u3092\u3057\u307e\u3059":54,"\u8907\u6570\u306e\u53c2\u7167\u95a2\u4fc2\u3092\u4fdd\u5b58\u3059\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u3066\u307f\u307e\u3057\u3087\u3046":56,"\u5f97\u3089\u308c\u305f\u691c\u7d22\u7d50\u679c\u6570\u304ct1\u3088\u308a\u3082\u5c0f\u3055\u3044\u5834\u5408\u306f":0,"\u30b3\u30e1\u30f3\u30c8\u306e\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u3092\u4e00\u89a7\u3067\u4fdd\u5b58\u3059\u308b\u305f\u3081\u306e\u30c6\u30fc\u30d6\u30
eb\u3067\u3059":54,"\u691c\u7d22\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3059\u308b\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u9069\u7528\u3059\u308bgrn_expr\u3092script\u5f62\u5f0f\u3067\u6307\u5b9a\u3057\u307e\u3059":8,table_pat_kei:[1,21,24,54,30,45],"\u3053\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306e":10,"\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u578b\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":[35,21,8],clean:23,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u51fa\u529b\u3059\u308b":4,"\u7d50\u5408\u6f14\u7b97\u5b50\u306e\u65e2\u5b9a\u5024":[],"\u5168\u30ab\u30e9\u30e0\u306e\u5024\u3092\u51fa\u529b\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9\u3057\u307e\u3059":52,"\u30d7\u30e9\u30b0\u30de":[],"query\u5f15\u6570\u307e\u305f\u306ffilter\u5f15\u6570\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u30ab\u30e9\u30e0\u540d\u306b":8,"\u3057\u304b\u3057":[50,56,34],"\u30a8\u30e9
\u30fc\u304c\u751f\u3058\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u306ftrue":[15,44,52,1,6,48,26,32,12,57,36],"\u4e3b\u30ad\u30fc\u5024\u306b\u5b8c\u5168\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9":1,"abc\u3068def\u3092\u4e21\u65b9\u542b\u3080\u6587\u66f8\u3092\u691c\u7d22\u3057\u307e\u3059":[],cache_limit:[16,49,7,2],"\u524a\u9664\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u540d\u3092\u6307\u5b9a\u3057\u307e\u3059":12,logical_and_express:[],"scorer\u30d1\u30e9\u30e1\u30fc\u30bf\u306b":40,"table_create\u3067\u4f5c\u6210\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u3092":56,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u304bc\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3092\u901a\u3057\u3066\u64cd\u4f5c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":9,"http\u30b5\u30fc\u30d3\u30b9":38,"\u591a\u304f\u306eweb\u691c\u7d22\u30a8\u30f3\u30b8\u30f3\u306a\u3069\u3067\u691c\u7d22\u30d5\u30a9\u30fc\u30e0\u306b\u30e6\u30fc\u30b6\u304c\u6307\u5b9a\u53ef\u80fd\
u306a\u30af\u30a8\u30ea\u6587\u5b57\u5217\u306e\u66f8\u5f0f\u306b\u5408\u308f\u305b\u305f\u5f62\u5f0f\u3067\u3059":[],e10:[],"\u30ab\u30e9\u30e0\u306e\u5024\u3092\u66f4\u65b0\u3057":[31,11],"\u304c\u30d2\u30c3\u30c8\u3057\u305f\u4ef6\u6570\u3092\u8d85\u3048\u306a\u3044\u7bc4\u56f2\u3067\u30ec\u30b3\u30fc\u30c9\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":8,bipa:[],"\u3053\u306e\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067\u306f":24,atv:[24,40,28],"\u5f62\u614b\u7d20\u5358\u4f4d\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3057\u305f\u5168\u6587\u691c\u7d22\u7d22\u5f15\u3092\u4f7f\u7528\u3057\u305f\u3044\u5834\u5408\u306f":24,"http\u3092\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u305fgroonga\u30b5\u30fc\u30d0\u306b\u5bfe\u3057\u3066\u3082":38,"\u30ab\u30e9\u30e0\u540d":[53,35,8],"\u30c6\u30fc\u30d6\u30ebentry\u304b\u3089\u4e3b\u30ad\u30fc\u5024\u304c":58,hit:[],g4404d63:[],"site\u30c6\u30fc\u30d6\u30eb\u306b\uff12\u3064\u306e\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u30
59":28,"\u30b3\u30e1\u30f3\u30c8\u306e\u6295\u7a3f\u6642\u9593\u3067\u691c\u7d22\u3092\u3057\u307e\u3059":54,"\u30d0\u30c3\u30d5\u30a1id\u3067\u3059":42,"install\u3057\u3066\u3082\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u306f\u884c\u308f\u308c\u306a\u3044":19,"\u3053\u306e\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u306e\u3088\u3046\u306b":28,"\u30bf\u30b0\u691c\u7d22\u306f":29,"\u7d44\u8fbc\u578b\u540d":1,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f0":1,"\u5f62\u5f0f1\u3068\u5f62\u5f0f2\u306f\u6df7\u5728\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":38,"set_host\u3092\u5229\u7528\u3057\u305f\u5834\u5408":10,"\u4ee5\u4e0b\u306e\u69cb\u6587\u8981\u7d20\u3092\u629c\u7c8b\u3057\u305f\u5f62\u5f0f\u306b\u306a\u3063\u3066\u304a\u308a":[],"\u3082\u3057\u30d5\u30a1\u30a4\u30eb\u3068\u3057\u3066\u5b58\u5728\u3059\u308b\u5834\u5408\u306f\u4e2d\u8eab\u306b\u95a2\u308f\u3089\u305a\u52d5\u4f5c\u3092\u7d9a\u3051\u3066\u3057\u307e\u3044":10,"\u81ea\u52d5\u7684\u306blocalhost\u306e
groonga\u30b5\u30fc\u30d0\u3092\u7acb\u3061\u4e0a\u3052\u307e\u3059":10,"edge\u306fctx\u3092\u542b\u3080":51,"entry_body\u3092\u4f5c\u6210\u3057\u307e\u3059":32,"\u3044\u304b\u306b\u5168\u6587\u691c\u7d22\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306e\u66f4\u65b0\u304c\u901f\u304f\u3068\u3082":50,"log_reopen\u3092\u7528\u3044\u305f\u30ed\u30b0\u306e\u30ed\u30fc\u30c6\u30fc\u30b7\u30e7\u30f3":15,"\u5b9a\u7fa9\u3055\u308c\u305f\u9806\u756a\u3067\u5024\u3092\u6307\u5b9a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u305a":9,column1:[0,53],"grn_op_or\u4ee5\u5916\u306e\u6f14\u7b97\u5b50\u306f":0,column2:0,"status\u30b3\u30de\u30f3\u30c9\u306f":[41,24],"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f":[38,10,9],dump:[16,4,49,2],"\u6700\u521d\u306e\u30ab\u30e9\u30e0\u3067\u540c\u4e00\u306e\u5024\u306e\u30ec\u30b3\u30fc\u30c9\u304c\u3042\u3063\u305f\u5834\u5408\u306b":24,grn_expr_append_const:0,"\u521d\u671f\u5024\u306f10\u3067\u3059":19,"\u308b\u8a9e\u6570\u3092\u6570\u5024\u306b\u6307\u5b9a\u30
57\u307e\u3059":[],arg:[0,9],"\u4e3b\u30ad\u30fc\u5024":1,"\u691c\u7d22\u30b5\u30fc\u30d3\u30b9\u3092\u963b\u5bb3\u305b\u305a\u306b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u66f4\u65b0\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093":[],"\u524d\u8005\u306f\u65e5\u672c\u6e2c\u5730\u7cfb":40,"\u51e6\u7406\u65b9\u6cd5\u3092\u6307\u5b9a\u3059\u308b\u30d7\u30e9\u30b0\u30de\u3092\u57cb\u3081\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[],object_liter:[],"\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u3067\u4e00\u610f\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":32,"\u4ee5\u4e0b\u306b\u7c21\u5358\u306a\u8aac\u660e\u3092\u8a18\u3057\u307e\u3059\u304c":24,"\u591a\u304f\u306e\u5834\u5408\u30c6\u30fc\u30d6\u30eb\u30ed\u30c3\u30af\u304c\u5fc5\u8981\u3068\u306a\u308a\u307e\u3059":50,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u72b6\u614b\u8868\u793a":41,"00\u4ee5\u524d\u306b\u66f8\u304b\u308c\u305f\u30b3\u30e1\u30f3\u30c85\u4ef6\u304c\u30d2\u30c3\u30c8\u3057\u30
7e\u3057\u305f":54,"groonga\u72ec\u81ea\u30d7\u30ed\u30c8\u30b3\u30eb\u3082\u3057\u304f\u306fhttp\u306e\u3069\u3061\u3089\u304b\u3092\u9078\u629e\u3057\u3066groonga\u3092\u8d77\u52d5\u3059\u308b\u3053\u3068\u306b\u3088\u308a":25,"\u30c6\u30b9\u30c8\u7528\u30c7\u30fc\u30bf\u3092\u30ed\u30fc\u30c9\u3057\u307e\u3059":54,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb":10,"\u30b9\u30ec\u30c3\u30c9\u6570\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u308b\u5834\u5408":10,"help\u3092\u5b9f\u884c\u3057\u30d8\u30eb\u30d7\u3092\u3054\u89a7\u304f\u3060\u3055\u3044":23,korea:28,"\u95a2\u6570\u540d":53,"scan_build\u3068\u3044\u3046\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306b\u89e3\u6790\u7d50\u679c\u306ehtml\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":23,"grntest\u304c\u65b0\u898f\u306b\u4f5c\u6210\u3057\u307e\u3059":10,"\u5b8c\u5168\u4e00\u81f4":[],"\u30b3\u30e1\u30f3\u30c8\u306b\u95a2\u3059\u308b\u5185\u5bb9\u3092\u683c\u7d0d\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3067\u3059":54,"\u51e6\u7406\u6642\u959
3\u306b\u3064\u3044\u3066\u306f\u6b63\u78ba\u3067\u306a\u3044\u5834\u5408\u304c\u3042\u308a\u307e\u3059":[],"\u3042\u308b\u30dd\u30a4\u30f3\u30c8\u304b\u3089\u5186\u306e\u7bc4\u56f2":[],"\u30c6\u30b9\u30c8\u30c6\u30b9":[],ipaexgoth:27,"\u30c7\u30d5\u30a9\u30eb\u30c8\u691c\u7d22\u5bfe\u8c61\u30ab\u30e9\u30e0\u306e\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u30d5\u30ec\u30fc\u30ba\u3092\u542b\u3093\u3067\u3044\u308b":8,"\u3053\u306e\u9805\u76ee\u306f\u57f7\u7b46\u4e2d\u3067\u3059":[],logical_or_express:[],"\u4ee5\u4e0b\u306e\u578b\u304c\u7d44\u8fbc\u578b\u3068\u3057\u3066\u3042\u3089\u304b\u3058\u3081\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059":34,pdf:27,"grn\u5f0f":[],"\u30c6\u30fc\u30d6\u30eb\u306b\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u307e\u3059":[24,9],"\u30b9\u30af\u30ea\u30d7\u30c8\u540d":10,"\u6587\u5b57\u5217\u306b\u524d\u65b9\u4e00\u81f4\u3059\u308b\u6761\u4ef6\u3092\u793a\u3057\u307e\u3059":[],"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u578b\u3068\u3059\u30
8b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":28,"\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u540d":10,point:[37,33],"\u8a18\u8ff0\u3067\u304d\u308b\u51e6\u7406\u306e\u7bc4\u56f2\u306fscript\u5f62\u5f0f\u306e\u65b9\u304cquery\u5f62\u5f0f\u3088\u308a\u5e83\u304f\u306a\u3063\u3066\u3044\u307e\u3059":[],"id\u306f\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u305f\u9806\u5e8f\u306b\u5f93\u3063\u3066\u81ea\u52d5\u7684\u306b\u4ed8\u4e0e\u3055\u308c\u307e\u3059":1,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u524a\u9664\u3057\u307e\u3059":9,shutdown:[16,49,2,17,9,25],linux:10,"\u8a9e\u5f59\u306e\u4f4d\u7f6e\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u3067\u3042\u308b\u3053\u3068\u3092\u793a\u3057\u3066\u3044\u307e\u3059":24,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u3092source\u5f15\u6570\u306b\u6307\u5b9a\u3057\u307e\u3059":32,"
\u4e3b\u306a\u30b3\u30de\u30f3\u30c9":24,"windows\u306a\u3089\u30b3\u30de\u30f3\u30c9\u30d7\u30ed\u30f3\u30d7\u30c8\u4e0a":10,multiplicative_express:[],"\u4f4d\u7f6e\u60c5\u5831\u3092\u4fdd\u5b58\u3059\u308b\u305f\u3081\u306e\u30ab\u30e9\u30e0\u306e\u578b\u3068\u3057\u3066":40,"\u5f93\u3063\u3066":8,"\u691c\u7d22\u7d50\u679c\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u304b\u3089\u30af\u30a8\u30ea\u306b\u30de\u30c3\u30c1\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u9664\u304d\u307e\u3059":0,"\u3044\u304f\u3064\u304b\u306e\u30ab\u30e9\u30e0\u304c\u81ea\u52d5\u7684\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":22,"sphinx\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u5c0e\u5165\u3057\u307e\u3059":27,"\u305d\u306e\u30ab\u30e9\u30e0\u306f":34,"\u306e\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":26,"table_create\u30b3\u30de\u30f3\u30c9\u306eflags\u30aa\u30d7\u30b7\u30e7\u30f3\u306btable_pat_key\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3067":45,"grn_expr\u306b\u3088\u3063\u3066\u
8868\u73fe\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306f":0,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306ftrue":47,"term\u3092\u4f5c\u6210\u3057\u307e\u3059":1,"\u30b3\u30de\u30f3\u30c9\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u5f62\u5f0f\u3067\u6307\u5b9a\u3057\u3066\u3044\u307e\u3057\u305f":[],indexblog1:30,"\u66f8\u5f0f2":24,"\u66f8\u5f0f1":24,delet:[16,49,2,48],"\u691c\u7d22\u6761\u4ef6\u3084\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3078\u306e\u64cd\u4f5c\u3092\u8868\u73fe\u3059\u308b\u6587\u5b57\u5217\u306e\u5f62\u5f0f":[],gat:[24,40,28],"\u3082\u30461\u3064\u306f":30,"\u53c2\u7167\u5148\u306e_key\u3068title\u30ab\u30e9\u30e0\u306e\u5185\u5bb9\u3092\u8868\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3057\u305f":56,"\u30c7\u30fc\u30bf\u306e\u30ed\u30fc\u30c9":[16,54,47,13,24],"ip\u901a\u4fe1\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":50,"\u691c\u7d22\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3057\u305f\u30ec\u30b3\u3
0fc\u30c9\u306e\u3046\u3061":8,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u5165\u529b\u30d5\u30a1\u30a4\u30eb\u3068\u6bd4\u8f03\u3057\u307e\u3059":10,"users\u30c6\u30fc\u30d6\u30eb\u306efollower\u30ab\u30e9\u30e0\u3068favorites\u30ab\u30e9\u30e0":54,"\u3054\u5831\u544a\u3092\u304a\u9858\u3044\u3057\u307e\u3059":10,"_key\u3067\u3082\u691c\u7d22\u3057\u3066\u307f\u307e\u3057\u3087\u3046":24,"\u6a19\u6e96\u5165\u529b\u304b\u3089\u30b3\u30de\u30f3\u30c9\u3092\u8aad\u307f\u8fbc\u3093\u3067\u9806\u6b21\u5b9f\u884c\u3057\u307e\u3059":25,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3067pdf\u304c\u4f5c\u6210\u3055\u308c\u307e\u3059":27,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_circle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":33,"\u305d\u306e\u30ab\u30e9\u30e0\u306b\u30d2\u30c3\u30c8\u3057\u305f\u969b\u306e\u30b9\u30b3\u30a2\u306b\u7a4d\u7b97\u3055\u308c\u308b\u91cd\u307f\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u
304c\u3067\u304d\u307e\u3059":8,"\u30d0\u30c3\u30d5\u30a1\u306e\u7a7a\u304d\u5bb9\u91cf\u3067\u3059":42,error:[6,36],"\u306e\u3088\u3046\u306b\u5f15\u6570\u306e\u540d\u524d\u3092\u660e\u793a\u3057\u306a\u3051\u308c\u3070\u306a\u3089\u306a\u3044\u4ee3\u308f\u308a\u306b":9,rep_gqpt:10,member_express:[],"v1\u306e\u5024\u304cv2\u306e\u5024\u306b\u5bfe\u3057\u3066\u524d\u65b9\u4e00\u81f4\u3059\u308b\u3053\u3068\u3092\u8868\u3057\u307e\u3059":0,"\u591a\u91cd\u5ea6100\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u884c\u3046":19,"\u306a\u304a\u3053\u306e\u547d\u4ee4\u306e":10,"org\u3068ftp\u901a\u4fe1\u3092\u884c\u3044":10,"http\u3092\u6307\u5b9a\u3059\u308b\u3068":25,"offset\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u306f":24,"\u3068\u30a4\u30e1\u30fc\u30b8\u3057\u3066\u304f\u3060\u3055\u3044":24,"\u4e00\u3064\u306e\u30af\u30a8\u30ea\u306b\u8907\u6570\u306e\u30d7\u30e9\u30b0\u30de\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[],"\u8aad\u307f\u65b9":53,"\u65b0\u30
5f\u306a\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3059\u308b\u6642\u306e\u307f\u6709\u52b9\u3067\u3059":9,"\u4e00\u884c\u306b\u8907\u6570\u306egrntest\u547d\u4ee4\u304c\u3042\u308b\u5834\u5408":10,"\u30d5\u30ec\u30fc\u30ba\u691c\u7d22\u6761\u4ef6":8,"\u306b\u3088\u3063\u3066\u7b97\u51fa\u3055\u308c\u308b\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":8,"wgs84geopoint\u306e\uff12\u3064\u306e\u578b\u304c\u3042\u308a\u307e\u3059":40,"\u8a9e\u5f59\u8868\u30c6\u30fc\u30d6\u30eb\u3068\u306f":24,"xml\u304c\u6307\u5b9a\u53ef\u80fd\u3067\u3059":38,"\u3053\u306e\u30ab\u30e9\u30e0\u306f":[24,54],"clang\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":23,"groonga\u30d7\u30ed\u30bb\u30b9\u306e\u901a\u4fe1\u5c64\u306e\u30d1\u30d5\u30a9\u30fc\u30de\u30f3\u30b9\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u30c4\u30fc\u30eb":19,"geopoint\u3068\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u30b3\u30e1\u30f3\u30c8\u691c\u7d22":54,"unit\u30c7\u30a3\u
30ec\u30af\u30c8\u30ea\u306b\u304a\u3044\u3066":23,inv_thread_column:10,"\u4e00\u3064\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u306e\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":34,"geopoint\u578b\u306e\u30ab\u30e9\u30e0\u3067\u691c\u7d22\u3092\u3057\u307e\u3059":54,"\u4e3b\u306b\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u304b\u3089\u4f7f\u3046\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":4,"\u5404\u30c1\u30e3\u30f3\u30af\u6bce\u306e\u30b4\u30df\u306e\u6570\u3067\u3059":42,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":42,"match_columns\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u5229\u7528\u3059\u308b\u3053\u3068\u3092\u304c\u3067\u304d\u307e\u3059":24,"\u30c6\u30fc\u30d6\u30eb\u306b\u8ffd\u52a0\u3057\u307e\u3057\u3087\u3046":24,"\u8907\u6570\u306e\u5f15\u6570\u3092\u3068\u308a\u307e\u3059":38,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u4e2d\u304b\u3089\u7279\u5b9a\u306e
\u6761\u4ef6\u3092\u6e80\u305f\u3059\u30ec\u30b3\u30fc\u30c9\u3092\u53d6\u308a\u51fa\u3059\u305f\u3081\u306b":53,alert:[6,36],"\u7def\u5ea6\u306e\u30df\u30ea\u79d2x\u7d4c\u5ea6\u306e\u30df\u30ea\u79d2":40,"\u672c\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067\u306f\u4f7f\u7528\u3057\u307e\u305b\u3093\u304c":[],"\u8907\u6570\u306e\u53c2\u7167\u5148\u306e\u30ab\u30e9\u30e0\u5024\u3082\u8868\u793a\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3057\u305f":56,"\u51e6\u7406\u3092\u5b9f\u884c\u3059\u308b\u3068":22,"table\u306ecolumn1\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c9\u3067match\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u5f97\u3089\u308c\u308b\u30b9\u30b3\u30a2\u5024\u306bscore1\u3092\u7a4d\u7b97\u3057\u3066result\u306b\u30bb\u30c3\u30c8\u3057\u307e\u3059":[],sortbi:[24,40,52,8],"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u306f\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066\u4e88\u3081\u5b9a\u7fa9\u3055\u308c\u3066\u3
044\u307e\u3059":9,entri:[1,52,44,4,20,47,21,8,48,26,32,11,31,12,57,58,35],"\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u3092\u8868\u3057\u307e\u3059":22,"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u4e00\u89a7\u3067\u3059":42,"\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308bgroonga\u30b5\u30fc\u30d0":10,"\u901a\u5e38\u306f\u30ec\u30b3\u30fc\u30c9\u3092\u8ffd\u52a0\u3057\u305f\u9806\u306b1\u305a\u3064\u52a0\u7b97\u3055\u308c\u307e\u3059":22,"\u591a\u304f\u306e\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u3067\u5171\u901a\u306b\u4f7f\u7528\u3059\u308b\u305f\u3081\u306b":53,"\u6307\u5b9a\u3057\u305f\u30e6\u30fc\u30b6\u30fc\u3092\u53cb\u4eba\u30ea\u30b9\u30c8\u306b\u5165\u308c\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u306e\u4e00\u89a7\u3092\u8868\u793a\u3057\u3066\u307f\u307e\u3057\u3087\u3046":29,"\u4f7f\u7528\u4e2d\u306e\u30c1\u30e3\u30f3\u30af\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u3046\u3061\u6700\u3082\u5927\u304d\u306aid\u3067\u3059":42,do_gqtp:10,"\u30af\u30
a8\u30ea\u306e\u5185\u5bb9\u3092\u6a19\u6e96\u5165\u529b\u304b\u3089\u4e0e\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":19,"\u7684\u306a\u611f\u3058\u3067":[],"\u3042\u308b\u30ad\u30fc\u30ef\u30fc\u30c9\u3092\u542b\u3080\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":54,"build\u3092\u7528\u3044\u3066":23,"\u4e71\u6570\u3092\u751f\u6210\u3059\u308b":55,bhtml:[],"koi8r\u306e\u3044\u305a\u308c\u304b\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":9,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308brand\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":55,"\u30d2\u30e5\u30d9\u30cb\u306e\u8ddd\u96e2\u8a08\u7b97\u5f0f\u306b\u3088\u3063\u3066\u8ddd\u96e2\u3092\u7b97\u51fa\u3057\u307e\u3059":5,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308badd\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":11,"\u3059\u3079\u3066\u306e\u30b9\u30ec\u30c3\u30c9\u6570\u306e\u5408\u8a08\u306f\u6700\u592764\u307e\u3067\u306
b\u5236\u9650\u3055\u308c\u307e\u3059":10,"\u90e8\u5206\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u305f\u6587\u66f8\u306b\u306f\u6570\u50242\u5206\u3060\u3051\u5c0f\u3055\u3044\u30b9\u30b3\u30a2\u3092\u4ed8\u4e0e\u3057\u307e\u3059":[],"groonga\u306e\u691c\u7d22\u7d50\u679c\u306b\u306f":24,"groonga\u304chttp\u30d7\u30ed\u30c8\u30b3\u30eb\u30e2\u30fc\u30c9\u3067\u8d77\u52d5\u3055\u308c\u3066\u3044\u308b\u3068\u304d":25,"\u66f8\u5f0f2\u306b\u304a\u3044\u3066":24,"\u3088\u308a\u8a73\u7d30\u306a\u5831\u544a\u3092\u884c\u3044\u307e\u3059":10,"\u578b\u306b\u3064\u3044\u3066\u306f":24,"\u4e0b\u8a18\u306e11\u7a2e\u985e\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059":0,"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u306f":54,"\u30bd\u30fc\u30c8":[16,40,13],"\u672c\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067\u306f\u89e6\u308c\u307e\u305b\u3093":24,"\u4ed6\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u53c2\u7167\u3059\u308b\u30ab\u30e9\u30e0\u306b\u30c7\u30fc\u30bf\u3092\u5165\u529b\u3059\u308
b\u5834\u5408\u306b\u306f":56,"\u6e21\u3055\u308c\u305f\u30b3\u30de\u30f3\u30c9\u3092\u89e3\u91c8\u3057":0,"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3046":[],"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306esortby\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u3084\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u3067\u306f":38,"\u30b3\u30de\u30f3\u30c9\u306f\u4ee5\u4e0b\u306e\u66f8\u5f0f\u306e\u3046\u3061\u3044\u305a\u308c\u304b\u3067\u4e0e\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":24,build:23,"\u3088\u3046\u3053\u305d":54,"groonga\u306e\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u30b5\u30fc\u30d3\u30b9\u306b\u306f\u306f\u8a8d\u8a3c\u6a5f\u80fd\u304c\u3042\u308a\u307e\u305b\u3093":25,"\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u8eab\u3092\u8868\u793a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":24,"table\u306e\u5024\u306b\u306f\u56fa
\u5b9a\u9577\u306e\u578b\u306e\u307f\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":1,"\u30ab\u30e9\u30e0\u578bn":[35,21,8],"\u3042\u308b\u578b\u306e\u30d9\u30af\u30c8\u30eb\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":34,"\u5b8c\u5168\u4e00\u81f4\u691c\u7d22\u3068\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306e\u307f\u3092\u884c\u3046":[],"\u7ba1\u7406\u30c4\u30fc\u30eb\u304c\u4f7f\u7528\u53ef\u80fd\u306b\u306a\u308a\u307e\u3059":38,"query\u5f62\u5f0f\u3067column1\u306e\u5024\u304c":[],bit:10,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u304c1\u3064\u3057\u304b\u3042\u308a\u307e\u305b\u3093":30,"result\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u3046\u3061":0,"groonga\u958b\u767a\u5408\u5bbf\u306e\u305f\u3081\u7fbd\u7530\u7a7a\u6e2f\u306b\u6765\u307e\u3057\u305f":54,"\u5f15\u6570\u540d":[53,38,9],"\u4f4d\u7f6e\u60c5\u5831\u3092\u7528\u3044\u305f\u7d5e\u8fbc":[16,40,13],"\u5168\u6587\u691c\u7d22\u30e9\u30a4\u30d6\u30e
9\u30easenna\u306e\u5f8c\u7d99":[16,50],"\u691c\u7d22\u306b\u4f7f\u7528\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u540d\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":8,"match_columns\u30d1\u30e9\u30e1\u30fc\u30bf":[16,54,13,30],"\u691c\u7d22\u3092\u884c\u3044\u305f\u3044\u3068\u3057\u307e\u3059":[29,30],"senna\u306e\u7279\u5fb4\u3067\u3042\u308b":50,"\u6587\u5b57\u5217\u304b\u3089grn_expr\u3092\u751f\u6210\u3057\u3066\u3044\u307e\u3059":53,"\u30ab\u30e9\u30e0\u306e\u5024\u306f\u5171\u901a\u3068\u306a\u308a\u307e\u3059":34,"\u30b3\u30de\u30f3\u30c9\u306f\u4e3b\u306bc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c":9,"org\u3068\u901a\u4fe1\u3057\u307e\u3059":10,"\u4e3b\u306b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u58ca\u308c\u305f\u5834\u5408\u306a\u3069\u7570\u5e38\u6642\u306e\u554f\u984c\u89e3\u6c7a\u306e\u305f\u3081\u306b\u4f7f\u7528\u3059\u308b\u3053\u3068\u3092\u60f3\u5b9a\u3057\u3066\u3044\u307e\u3059":42,"\u691c\u7d22\u3092\u884c\u3046\u30
53\u3068\u304c\u3067\u304d\u307e\u3059":[],"\u74b0\u5883\u5909\u6570cutter_debug\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":23,"\u30c7\u30d5\u30a9\u30eb\u30c8":0,python_setuptool:[],"\u3072\u308d\u3086\u304d":45,"\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306b\u4fdd\u5b58\u3055\u308c\u305f\u4f4d\u7f6e\u60c5\u5831\u304c":[],"\u4e00\u81f4\u6761\u4ef6":8,"\u3068\u3044\u3046url\u306b\u30d6\u30e9\u30a6\u30b6\u304b\u3089\u30a2\u30af\u30bb\u30b9\u3059\u308b\u3068":25,"groonga\u306f\u4f4e\u6a5f\u80fd\u3067\u5358\u7d14\u306a\u30e9\u30a4\u30d6\u30e9\u30ea\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089":0,"script\u5f62\u5f0f\u306egrn\u5f0f\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3057\u307e\u3059":[],bitwise_and_express:[],"\u30bd\u30fc\u30b7\u30e3\u30eb\u30cd\u30c3\u30c8\u30ef\u30fc\u30ad\u30f3\u30b0\u30b5\u30a4\u30c8\u306b\u304a\u3051\u308b\u53cb\u4eba\u95a2\u4fc2\u3092\u9006\u5f15\u304d\u691c\u7d22\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":29,"groonga\u7d44
\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdefrag\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":20,"\u8a9e\u5f59\u8868\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306f":24,"shorttext\u578b\u306e\u30ab\u30e9\u30e0\u306b\u6587\u5b57\u5217\u3092":56,"\u30b3\u30de\u30f3\u30c9\u5b9f\u884c\u5f8c":25,"lcov\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":23,server:[9,29],"\u8a2d\u5b9a\u3059\u308b\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u306e\u5024\u3092\u4ee5\u4e0b\u306e\u3044\u305a\u308c\u304b\u3067\u6307\u5b9a\u3057\u307e\u3059":[6,36],"log\u3067\u3059":9,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u306e\u5185\u5bb9\u3092\u7e70\u308a\u8fd4\u3057\u5b9f\u884c\u3057\u307e\u3059":10,blog_titl:24,"\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u5834\u5408\u306f":24,usernam:29,"\u95a2\u6570\u3092\u4f7f\u7528\u3057\u307e\u3059":0,"title\u3082\u3057\u304f\u306fmessage\u30ab\u30e9\u30e0\u3067\u306e\u691c\u7d22":30,"\u3053\u306e\u30ab\u3
0e9\u30e0\u306b\u306f":28,needl:0,"\u958b\u3044\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30ed\u30c3\u30af\u3092\u3059\u3079\u3066\u89e3\u9664\u3059\u308b":26,"\u79cb\u8449\u539f\u99c5\u306e\u4f4d\u7f6e\u306f\u7def\u5ea6\u304c35\u5ea641\u520655":40,"\u90e8\u5206\u4e00\u81f4\u306e\u9806\u306b\u81ea\u52d5":[],entry_bodi:32,"\u30ab\u30e9\u30e0\u3054\u3068\u306b\u30c7\u30fc\u30bf\u3092\u4fdd\u5b58\u3059\u308b\u30ab\u30e9\u30e0\u6307\u5411\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u63a1\u7528\u3057\u3066\u3044\u307e\u3059":50,"delete\u306f":48,run:[9,23],relational_express:[],"\u305d\u308c\u3067\u306f":54,"grntest\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u5834\u5408":10,"\u30e6\u30fc\u30b6\u304cc\u8a00\u8a9e\u3067\u5b9a\u7fa9\u3057\u305f\u95a2\u6570\u3092\u65b0\u305f\u306a\u30b3\u30de\u30f3\u30c9\u3068\u3057\u3066groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306b\u7d44\u307f\u8fbc\u3080\u3053\u3068\u304c\u3067\u304d\u307e\u3059":0,"\u5f8c\u65b9\u4e0
0\u81f4\u691c\u7d22\u3082\u53ef\u80fd\u3068\u306a\u308a\u307e\u3059":1,"\u7591\u4f3c\u30ab\u30e9\u30e0":[16,22,2],"\u6307\u5b9a\u3057\u305f\u6642\u9593\u3088\u308a\u3082\u524d\u306b\u6295\u7a3f\u3055\u308c\u3066\u3044\u308b\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22\u3057\u307e\u3059":54,"\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u304c\u5909\u66f4\u3055\u308c\u308b\u53ef\u80fd\u6027\u304c\u9ad8\u3044":42,"\u3082\u3057test":10,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u30e2\u30fc\u30c9\u3067\u5b9f\u884c\u3057\u307e\u3059":[],"html\u306e\u4f5c\u6210":[16,27],"\u30e1\u30fc\u30c8\u30eb":[5,33],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d1\u30b9\u540d\u306b\u306f":24,"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306b\u30bb\u30c3\u30c8\u3055\u308c\u305f\u30ed\u30c3\u30af\u3092\u89e3\u9664\u3059\u308b":[20,26],"\u3092\u6c42\u3081\u307e\u3059":5,"\u6587\u5b57\u5217\u578b\u306e\u30ab\u30e9\u30e0\u306b\u5bfe\u3059\u308b\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u306f":28,"\u30c7\u30fc\u30e2\u30f3\u30e2\
u30fc\u30c9\u3067\u8d77\u52d5\u5f8c":25,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bclearlock\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":26,"\u30b3\u30de\u30f3\u30c9\u3092\u4f7f\u7528\u3057\u3066\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":24,"\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0":10,glib2:[],"x\u5ea6y\u5206z\u79d2\u306f":34,"\u30ab\u30e9\u30e0\u540d\u306e\u4e2d\u306b":47,grn_expr_append_obj:0,"\u3092\u7528\u3044\u3066\u3044\u307e\u3059":23,"\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":40,"\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306e\u518d\u8aad\u307f\u8fbc\u307f":15,"2\u884c\u76ee":10,"\u524d\u65b9\u4e00\u81f4\u6761\u4ef6":[],"groonga\u306e\u5b9f\u884c\u72b6\u614b\u3092\u8fd4\u3059\u30b3\u30de\u30f3\u30c9\u3067\u3059":24,"\u30c6\u30fc\u30d6\u30eb\u578b\u3092\u6301\u3064\u30ab\u30e9\u30e0\u306b\u5bfe\u3057\u3066\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u
884c\u3063\u305f\u5834\u5408":28,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u3067\u5b9f\u884c\u3057\u307e\u3059":10,"\u3059\u3079\u3066\u306e\u95a2\u6570\u304c\u30c6\u30b9\u30c8\u3055\u308c\u308b\u3088\u3046\u306b\u306a\u3063\u3066\u3044\u308b\u3053\u3068\u3092\u5fc3\u304c\u3051\u3066\u304f\u3060\u3055\u3044":23,"\u4e3b\u30ad\u30fc\u306a\u3057\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u5834\u5408\u306f\u3053\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3057\u3066\u3082\u7121\u8996\u3055\u308c\u307e\u3059":[31,58,48],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb":10,bodi:[11,20,47,8,26,12,31,32,57,58,35],"\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0":54,"\u305f\u3068\u3048\u3070\u66f4\u65b0\u7cfb\u306e\u64cd\u4f5c\u306fscript\u5f62\u5f0f\u306e\u307f\u3067\u8a18\u8ff0\u3067\u304d\u307e\u3059":[],"\u30bd\u30fc\u30c8\u3059\u308b\u30ab\u30e9\u30e0\u540d\u3092\u8907\u6570\u6307\u5b9a\u3057\u305f\u3044\u5834\u5408\u306f":24,"\u30b0\u30eb\u30fc\
u30d7\u5316\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u304a\u3044\u3066":22,"query\u3068":54,"\u672c\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067":29,resultpag:[],"32bit\u7b26\u53f7\u306a\u3057\u6574\u6570":34,"or\u6307\u5b9a\u3092\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":40,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bgeo_in_rectangle\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":37,"users\u30c6\u30fc\u30d6\u30eb\u306elocation\u30ab\u30e9\u30e0\u3068":54,"gdb\u4e0a\u3067run\u3092\u884c\u3046\u3068":23,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u578b\u306e\u30ab\u30e9\u30e0\u306b\u3064\u3044\u3066\u306f":32,link:[56,28],"groonga\u306e\u30c6\u30b9\u30c8\u65b9\u6cd5":[],line:23,int8:34,"\u65b0\u3057\u3044\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":9,"\u307e\u305f\u306f\u660e\u793a\u7684\u306b\u6307\u5b9a\u3057\u305f\u63a5\u7d9a\u5148\u306egroonga":10,"\u3068\u3044\u3046\u30b3\u30de\u30f3\u30c9\u30d5\u30a
1\u30a4\u30eb\u3092groonga\u30b5\u30fc\u30d0\u306710\u500b\u306e\u30b9\u30ec\u30c3\u30c9\u3067\u540c\u6642\u306b\u5b9f\u884c\u3059\u308b":10,"\u306e\u7d4c\u7def\u5ea6\u3092\u4fdd\u5b58\u3057\u307e\u3059":40,"grntest\u5b9f\u884c\u7d50\u679c":10,"callback\u304c\u4e0e\u3048\u3089\u308c\u305a":0,"\u53ca\u3073windows\u4e0a\u3067\u52d5\u4f5c\u3057\u307e\u3059":10,"\u73fe\u5728\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u3066\u3044\u308bgrntest\u547d\u4ee4\u306f\u4ee5\u4e0b\u306e8\u3064\u3067\u3059":10,"\u5404\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u3092\u3059\u3079\u3066":10,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306f100\u3067\u3059":9,"\u8907\u6570\u306e\u8a9e\u53e5\u304c\u4ed8\u4e0e\u3055\u308c\u3066\u3044\u307e\u3059":29,test_text_otoj:23,doc:[],similar:0,"\u3092\u4ed8\u52a0\u3057\u305f\u5834\u5408\u306f\u964d\u9806\u306b\u30bd\u30fc\u30c8\u3057\u307e\u3059":8,"script\u5f62\u5f0f":[],"groonga\u306b\u306f\u540d\u524d\u4ed8\u304d\u30c6\u30fc\u30d6\u30eb\u3068\u540d\u524d\u306a\
u3057\u30c6\u30fc\u30d6\u30eb":1,"\u3068\u306a\u308a\u307e\u3059":40,"post\u30e1\u30bd\u30c3\u30c9\u306fv1":[],"\u30d5\u30a9\u30ed\u30fc\u3057\u3066\u3044\u308b\u30e6\u30fc\u30b6\u30fc\u306e\u4e00\u89a7":54,"grn\u5f0f\u306fquery\u5f62\u5f0f\u3068script\u5f62\u5f0f\u306e\u3044\u305a\u308c\u304b\u306b\u3088\u3063\u3066\u8868\u73fe\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[],"\u591a\u304f\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u3059":24,"\u81ea\u52d5\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u6a5f\u69cb":[16,50],"\u30b3\u30e1\u30f3\u30c8\u3092\u66f8\u3044\u305f\u30e6\u30fc\u30b6\u30fc":54,"\u305d\u308c\u305e\u308c\u306b\u3064\u3044\u3066\u7d50\u679c\u30ec\u30b3\u30fc\u30c9\u3092\u51fa\u529b\u3057\u307e\u3059":8,"\u5168\u6587\u691c\u7d22\u304c\u9ad8\u901f\u306b\u884c\u3048\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":29,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679c\u3092\u4e26\u3073\u304b\u3048\u308b\u3053\
u3068\u304c\u3067\u304d\u307e\u3059":28,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u3092\u901a\u3057\u3066\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u547d\u4ee4\u3092\u30b3\u30de\u30f3\u30c9\u3068\u547c\u3073\u307e\u3059":9,taro:29,"\u306b\u7b49\u3057\u3044\u3068\u3044\u3046\u6761\u4ef6":53,"\u30de\u30eb\u30c1\u30d7\u30ed\u30c8\u30b3\u30eb\u30b5\u30fc\u30d0":[],"\u3042\u308b\u3044\u306f\u6761\u4ef6\u5f0f\u3092\u8ad6\u7406\u6f14\u7b97\u5b50\u3067\u7d50\u5408\u3057\u305f\u3082\u306e\u3067\u3059":0,"select\u30b3\u30de\u30f3\u30c9\u3067":24,"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u3092\u5bfe\u8c61\u3068\u3057\u305f\u5168\u6587\u691c\u7d22":[16,13,30],"\u6587\u5b57\u5217\u578b\u3092\u4e3b\u30ad\u30fc\u3068\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u5225\u9014\u4f5c\u6210\u3057":28,"grn_op_and\u306f":0,"\u6307\u5b9a\u3055\u308c\u305f\u6587\u5b57\u5217\u3067":54,draw:29,"\u30c7\u30fc\u30bf\u578b":[16,56,34,13,2],"\u7d4c\u7def\u5ea6\u304c\u6307\u5b9a\u306e\u7
7e9\u5f62\u9818\u57df\u5185\u3067\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3059\u308b":40,"\u5b58\u5728\u3057\u306a\u3044\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u30a8\u30e9\u30fc\u306b\u306a\u308a\u307e\u3059":8,"\u30b7\u30a7\u30eb\u4e0a":10,"output_columns\u306b\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066":[35,21,8],"\u30af\u30a8\u30ea\u306e\u5b9f\u4f8b":[0,16,14],"\u306f\u691c\u7d22\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570":24,"\u306e\u3061\u306e\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067\u89e6\u308c\u307e\u3059":[24,56],intltool:[],"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u4e2d\u306egroonga\u30b3\u30de\u30f3\u30c9\u306e\u9577\u3055\u306f\u6700\u95775000000byte\u3067\u3059":10,"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u51e6\u7406\u306fc\u8a00\u8a9e\u3067\u8a18\u8ff0\u3055\u308c\u307e\u3059":0,"filter\u30d1\u30e9\u30e1\u30fc\u30bf\u3068query\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\
u7570\u306a\u308b\u70b9\u306f":40,"\u540c\u6642\u306b":51,"\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u7d50\u5408\u6f14\u7b97\u5b50\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a":[],"\u7d44\u8fbc\u306e\u30c8\u30fc\u30af\u30ca\u30a4\u30b6\u3068\u3057\u3066":1,"\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":23,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u30d1\u30b9\u540d":24,rst2pdf:27,"filter\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u304a\u3044\u3066":40,"dump\u306f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30b9\u30ad\u30fc\u30de\u3068\u30c7\u30fc\u30bf\u3092\u5f8c\u304b\u3089\u8aad\u307f\u8fbc\u3081\u308b\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3067\u51fa\u529b\u3057\u307e\u3059":4,"\u4ee5\u4e0b\u306e3\u7a2e\u985e\u304c\u3042\u308a\u307e\u3059":0,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308btable_remove\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":57,"\u65b0\u5bbf\u99c5\u306f\u7def\u5ea6\u30
4c35\u5ea641\u520627":40,"\u95a2\u6570\u3082\u5b58\u5728\u3057\u307e\u3059":40,"\u3053\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u8a9e\u5f59\u8868\u3068\u3059\u308b\u8ee2\u7f6e\u7d22\u5f15\u3092\u4f5c\u6210\u3059\u308b\u5834\u5408\u306b\u306f":1,"\u51fa\u529b\u3092\u884c\u3046\u30ec\u30b3\u30fc\u30c9\u306e\u4ef6\u6570\u3092\u6307\u5b9a\u3057\u307e\u3059":8,"\u5f62\u5f0f1":[31,47,38,9,11],"\u5f62\u5f0f2":[31,47,38,9,11],"\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u9759\u7684\u89e3\u6790\u3092\u884c\u3046\u305f\u3081\u306b\u306f":23,"\u7a7a\u306e\u5834\u5408":[20,26],"\u304c\u4f7f\u7528\u3067\u304d\u307e\u3059":5,"\u4ee5\u4e0b\u306e\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u307e\u3059":23,"\u8907\u6570\u30b9\u30ec\u30c3\u30c9\u3067\u5171\u6709\u3067\u304d\u308b\u30b9\u30c8\u30ec\u30fc\u30b8":[16,50],"\u8907\u6570\u306e\u6761\u4ef6\u5f0f\u3092\u7d50\u5408\u3059\u308b\u305f\u3081\u306b\u4ee5\u4e0b\u306e\u6f14\u7b97\u5b50\u304c\u4f7f\u7528\u3067\u304d\u307e\u3059":8,"\u4e21\u65b
9\u306e\u6761\u4ef6\u3092\u6e80\u305f\u3059\u30b3\u30e1\u30f3\u30c8\u304c1\u4ef6\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":54,"\u30c7\u30fc\u30bf\u304c\u5165\u3063\u3066\u3044\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3057\u3087\u3046":24,"\u4e3b\u30ad\u30fc\u5024\u306f\u6b63\u898f\u5316\u3057\u3066\u7ba1\u7406\u3057\u307e\u3059":1,"\u30ab\u30e9\u30e0\u540d2":[31,11,47,8],"\u30ab\u30e9\u30e0\u540d3":8,"configure\u30aa\u30d7\u30b7\u30e7\u30f3\u3067":41,"\u30ab\u30e9\u30e0\u540d1":[11,47,21,8,31,35],"\u8907\u6570\u306e\u5024\u3092\u914d\u5217\u3067\u683c\u7d0d\u3067\u304d\u308b\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3059\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059":[],"\u7e70\u308a\u8fd4\u3057\u6570":10,"\u4ed6\u306e\u578b\u3067\u306e\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u306b\u6bd4\u3079\u3066\u4f4e\u901f\u3067\u3059":28,"test_gqtp\u547d\u4ee4\u3067\u5229\u7528\u3057\u307e\u3059":10,"\u30b3\u30de\u30f3\u30c9\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u5f62\u5f0f\u3067
\u6307\u5b9a\u3057\u307e\u3059":38,"\u30b9\u30ec\u30c3\u30c9\u6570\u3084\u7e70\u308a\u8fd4\u3057\u6570\u306e\u610f\u5473\u306fdo_local\u3068":10,"\u5168\u3066\u306e\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":30,"v2\u306e\u5024\u3082v1\u306e\u5024\u3068\u540c\u69d8\u306b\u8981\u7d20\u306b\u5206\u89e3\u3057\u305f\u3068\u304d":0,"\u5b58\u5728\u3057\u306a\u3044\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408":10,"\u4ee5\u4e0b\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u3057\u307e\u3059":53,"\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u304a\u3044\u3066":1,"grn_expr\u306f":[0,53],postfix_express:[],"\u30ab\u30e9\u30e0\u540dn":[35,21,8],"load\u306f":47,"a\u3068b\u306e\u4e21\u65b9\u304c\u30de\u30c3\u30c1\u3059\u308b":8,"\u30ed\u30b0\u306bmessage\u3092\u51fa\u529b\u3057\u307e\u3059":36,"\u4e3b\u30ad\u30fc\u304cshorttext\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u5225\u9014\
u4f5c\u6210\u3057":34,"point1\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u3068point2\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u306e\u9593\u306e\u8ddd\u96e2":5,"\u958b\u3044\u3066\u3044\u308bdb\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u304c\u5bfe\u8c61\u3068\u306a\u308a\u307e\u3059":[20,26],"\u3068\u3044\u3046\u5f62\u5f0f\u306e\u6587\u5b57\u5217\u3092\u4ee3\u5165\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":40,"flags\u30aa\u30d7\u30b7\u30e7\u30f3\u3067column_vector\u30d5\u30e9\u30b0\u3092\u6307\u5b9a\u3059\u308b\u3068":56,"\u5b9f\u969b\u306b":29,"\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d\u3092\u3057\u307e\u3059":54,"\u30aa\u30d7\u30b7\u30e7\u30f3":[19,25,10,9],"\u30c6\u30fc\u30d6\u30eb\u578b\u306e\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067\u306f":56,"\u7d42\u4e86\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":25,"0x0":[],"\u6307\u5b9a\u3067\u304d\u308b\u6f14\u7b97\u5b50\u306f":[],"\u30c6\u30fc\u30d6\u30eb\u3078\u306e\u53c2\u7167\u306e\u914d\u521
7\u30c7\u30fc\u30bf\u3092\u7528\u3044\u308b\u3053\u3068\u306b\u3088\u3063\u3066":29,"\u30d7\u30e9\u30b0\u30de\u306fv1":[],video:29,"\u4ee5\u4e0a\u306e\u3088\u3046\u306b":24,"\u975e\u308f\u304b\u3061\u66f8\u304d\u691c\u7d22":[],"\u90e8\u5206\u4e00\u81f4\u691c\u7d22\u306e\u5168\u3066\u3092\u884c\u3046":[],"max\u304c\u6307\u5b9a\u3055\u308c\u306a\u304b\u3063\u305f\u5834\u5408\u306b\u306f":7,grn_obj_regist:[],"video\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":29,"\u5b8c\u5168\u4e00\u81f4\u3067\u30d2\u30c3\u30c8\u3057\u305f\u6587\u66f8\u3068\u6bd4\u3079\u3066\u975e\u308f\u304b\u3061\u66f8\u304d\u4e00\u81f4":[],"\u7d4c\u5ea6\u306e\u30df\u30ea\u79d2x\u7def\u5ea6\u306e\u30df\u30ea\u79d2":34,"\u5168\u30ab\u30e9\u30e0\u306e\u5024\u3092\u51fa\u529b\u3057\u307e\u3059":8,"\u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831":[16,13,46],"add\u306f":11,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u305
9\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":19,libglib2:[],"defrag\u306f":20,"groonga\u306f\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u901a\u3058\u3066\u5229\u7528\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":25,"\u7d50\u679c\u304c\u7570\u5e38\u306b\u306a\u308b\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":10,"\u30c6\u30fc\u30d6\u30eb\u578b\u306f":34,"blog1\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u308a":30,"\u30e6\u30fc\u30b6\u30fc\u306e\u304a\u6c17\u306b\u5165\u308a\u30b3\u30e1\u30f3\u30c8\u3092\u691c\u7d22":54,bpdf:[],"\u30c6\u30fc\u30d6\u30eb\u306b\u767b\u9332\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u5024\u3092\u8a2d\u5b9a\u3059\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u3092":47,"\u4e0b\u8a18\u306e\u3088\u3046\u306a\u914d\u5217\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":42,"db\u306e\u4f5c\u6210":24,ctx:0,"groonga\u7d44\u8fbc\u95a2\u6570\u306e\u4e00\u3064\u3067\u3042\u308bnow\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":39,"\u30b3\u
30de\u30f3\u30c9\u3092\u6307\u5b9a\u3059\u308b\u3068":24,"org\u3068\u901a\u4fe1\u53ef\u80fd\u3067\u306a\u3044\u5834\u5408":10,"\u30bf\u30b0\u6587\u5b57\u5217\u3092\u4e3b\u30ad\u30fc\u306b\u683c\u7d0d\u3057":29,"\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u306f\u51fa\u529b\u3055\u308c\u307e\u305b\u3093":9,"\u540c\u3058\u3067\u3059":10,"\u81ea\u52d5\u7684\u306b\u66f4\u65b0\u3055\u308c\u307e\u3059":29,location_str:54,configur:[24,23],"\u53c2\u7167\u7cfb\u306e\u30af\u30a8\u30ea\u306b\u3064\u3044\u3066":50,"\u306e\u8981\u7d20\u306fcolumns\u5f15\u6570\u304c\u7701\u7565\u3055\u308c\u305f\u5834\u5408\u306e\u307f\u6709\u52b9\u3067\u3059":[31,11,47],"xml\u306e\u3044\u305a\u308c\u304b\u3067\u6307\u5b9a\u3057\u307e\u3059":[],additive_oper:[],"link\u30ab\u30e9\u30e0\u306b\u4ed6\u306e\u30b5\u30a4\u30c8\u3078\u306e\u53c2\u7167\u3092\u4fdd\u5b58\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3057\u305f":56,"geo_distance\u95a2\u6570\u306b\u4e0e\u3048\u308b\u6587\u5b57\u5217\u306f":40,"\u3042\u308
b\u5730\u70b9\u304b\u3089\u4f55m\u4ee5\u5185\u306b\u5b58\u5728\u3059\u308b":40,"\u30c6\u30fc\u30d6\u30eb\u4f5c\u6210\u6642\u306b\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3068":45,"select\u306f":8,"gqtp\u3067\u306e\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3":[16,51],usa:28,"\u8a9e\u5f59\u306e\u51fa\u73fe\u6570\u3084\u691c\u7d22\u30b9\u30c8\u30c3\u30d7\u30ef\u30fc\u30c9\u306e\u30d5\u30e9\u30b0":46,"\u5f15\u6570\u3068\u3057\u3066":0,"\u305d\u306e\u4ed6\u306e\u30ab\u30e9\u30e0\u306e\u5024\u304c\u66f4\u65b0\u3055\u308c\u307e\u3059":47,"\u4e0a\u8a18\u306e\u30af\u30a8\u30ea\u3068\u540c\u3058\u7d50\u679c\u3092\u5f97\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":24,"\u3068\u3044\u3046\u6587\u5b57\u5217\u3092\u6307\u5b9a\u3059\u308b\u3068":24,usr:[24,38,9,23],"drilldown\u306b\u6307\u5b9a\u3055\u308c\u305f\u30ab\u30e9\u30e0\u306e\u5024\u306e\u7570\u306a\u308a\u6570\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":8,"\u524a\u9664\u5bfe
\u8c61\u306e\u30ab\u30e9\u30e0\u304c\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":[57,12],"\u3053\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u306f\u6709\u52b9\u3067\u3059":8,"\u672a\u5b9a\u7fa9\u306e\u540d\u524d\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":1,sort:[],"128452975x503157902":40,"match_columns\u3068\u3044\u3046\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u5b58\u5728\u3057\u307e\u3059":24,"\u7d4c\u7def\u5ea6":40,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown_limit\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"\u30e6\u30fc\u30b6\u30fc\u60c5\u5831\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":54,b0j2:[],"\u3068\u3044\u3063\u305f\u7d5e\u8fbc\u3082\u53ef\u80fd\u3067\u3059":40,"\u3082\u3057grntest\u304c\u6b63\u5e38\u306b\u52d5\u4f5c\u3059\u308c\u3070":10,"\u5909\u66f4\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u
3093":22,"v2\u306e\u5024\u306f\u8981\u7d20\u306b\u5206\u89e3\u3057\u306a\u3044":0,"\u30b5\u30fc\u30d0\u3092\u81ea\u52d5\u7684\u306b\u8d77\u52d5\u3059\u308b\u5834\u5408\u3082\u3053\u306e\u5f15\u6570\u3067\u6307\u5b9a\u3057\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5229\u7528\u3055\u308c\u307e\u3059":10,"\u4e0a\u8a18\u306e\u30af\u30a8\u30ea\u306f\u5b9f\u884c\u3055\u308c\u308b\u305f\u3073\u306b\u691c\u7d22\u7d50\u679c\u306e\u4e26\u3073\u9806\u304c\u30e9\u30f3\u30c0\u30e0\u306b\u5909\u308f\u308a\u307e\u3059":40,"\u306e\u3044\u305a\u308c\u304b\u3067\u3059":[],"\u30c6\u30b9\u30c8\u304c\u30ab\u30d0\u30fc\u3057\u3066\u3044\u306a\u3044\u90e8\u5206\u306e\u7de8\u96c6\u306f\u614e\u91cd\u306b\u884c\u3063\u3066\u304f\u3060\u3055\u3044":23,"\u5bfe\u8c61\u306e\u6587\u66f8\u3092\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3059\u308b\u65b9\u5f0f\u3092":24,"\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u306e\u30c6\u30fc\u30d6\u30eb\u4f5c\u6210\u65b9\u6cd5":[],"\u7279\u6b8a\u547d\u4ee4":10,"\u304c\u6307
\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3057\u307e\u3059":33,"geopoint\u3067\u30e6\u30fc\u30b6\u30fc\u691c\u7d22":54,"\u8ffd\u52a0\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306b\u3088\u308a":45,sudo:[24,23],"\u3053\u306e\u5b9f\u884c\u4f8b\u306b\u306f":24,"\u4f7f\u3044\u65b9":10,"\u304a\u6c17\u306b\u5165\u308a\u306e\u30b3\u30e1\u30f3\u30c8\u4e00\u89a7":54,"\u6295\u7a3f\u5834\u6240":54,"column\u306e\u5024\u304c":0,"\u8907\u6570\u306e\u5024\u306e\u914d\u5217\u3092\u683c\u7d0d\u3067\u304d\u308b\u30ab\u30e9\u30e0\u3092\u4f5c\u6210\u3057\u307e\u3059":32,"\u6570\u50242\u3092\u7701\u7565\u3057\u305f\u5834\u5408\u306f\u65e2\u5b9a\u5024":[],"128515259x503187188":40,tokendelimit:1,property_name_and_valu:[],index_titl:30,six:24,"\u30e6\u30fc\u30b6\u30fc\u306e\u73fe\u5728\u5730":54,"100x100":[37,33],"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u306b\u307e\u305f\u304c\u3063\u305f\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4ed8\u4e0e\u3059\u308
b\u5834\u5408":30,"\u3055\u3089\u306b":[54,29],"v1\u306e\u5024\u3068v2\u306e\u5024\u304c\u7b49\u3057\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":0,"_nsubrecs\u30d1\u30e9\u30e1\u30fc\u30bf\u306e\u964d\u9806\u3067\u4e26\u3073\u66ff\u3048\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":28,"0\u3092\u6307\u5b9a\u3057\u307e\u3059":24,"\u30c1\u30e3\u30f3\u30af\u3092\u4f7f\u3063\u3066\u3044\u308b\u8a9e\u306e\u6570\u3067\u3059":42,express:[],"\u30b3\u30e1\u30f3\u30c8id":54,"\u6307\u5b9a\u3057\u305f2\u70b9\u306e\u8ddd\u96e2\u3092float\u578b\u306e\u5024":5,"db_api\u306f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u69cb\u6210\u3059\u308b\u500b\u3005\u306e\u90e8\u5206\u306b\u5bfe\u3059\u308b\u5358\u7d14\u306a\u64cd\u4f5c\u95a2\u6570\u3092\u63d0\u4f9b\u3057\u307e\u3059":0,"\u8907\u6570\u30ab\u30e9\u30e0\u3092\u5bfe\u8c61\u3068\u3057\u305f\u691c\u7d22\u3092\u884c\u3044\u307e\u3059":54,"scorer\u3092\u5229\u7528\u3057\u305f\u30bd\u30fc\u30c8":[16,40,13],physic:42,alloc:41,"\u6295\u7a3f\u
8005\u306f":54,"\u30ea\u30af\u30a8\u30b9\u30c8\u306e\u591a\u91cd\u5ea6\u3092\u6307\u5b9a\u3057\u307e\u3059":19,not_equ:0,rakutan:30,"select\u30b3\u30de\u30f3\u30c9\u306efilter\u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u306f":[],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7528\u306eindexblog1\u30c6\u30fc\u30d6\u30eb\u3082\u4f5c\u308a":30,"1\u884c\u76ee":10,"output_columns\u306b\u3088\u3063\u3066":56,"\u30d1\u30c8\u30ea\u30b7\u30a2\u30c8\u30e9\u30a4\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22":[],"\u88dc\u52a9\u6f14\u7b97\u5b50\u306fv1":[],"geopoint\u578b\u306e\u5024":5,"\u30d7\u30e9\u30c3\u30c8\u30d5\u30a9\u30fc\u30e0\u6bce\u306ecutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5":23,posted_bi:54,"\u3082\u3061\u308d\u3093":[],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bdelete\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":48,"\u30a8\u30ed\u3044\u304a\u3063\u3055\u3093":54,"http\u30b5\u30fc\u30d0\u3068\u3057\u3066groonga\u309
2\u4f7f\u7528\u3059\u308b\u5834\u5408\u306b\u9759\u7684\u30da\u30fc\u30b8\u3092\u683c\u7d0d\u3059\u308b\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"comments\u30c6\u30fc\u30d6\u30eb":54,"\u306f\u5024\u304cuint32\u578b\u3067\u3042\u308b":24,jiro:29,"1000\u3068\u3044\u3046\u8a08\u7b97\u5f0f\u3067\u5909\u63db\u3057\u305f\u5024\u3092\u4ee3\u5165\u3057\u307e\u3059":34,table_hash_kei:[1,54,21,24,56,28,29,30],"\u691c\u7d22\u3092\u3057\u3066\u307f\u307e\u3057\u3087\u3046":29,elis:[],"\u30d9\u30af\u30c8\u30eb\u3068\u3057\u3066\u683c\u7d0d\u3067\u304d\u306a\u3044\u578b":34,"\u3053\u306e\u5834\u5408":30,"log_level\u306f":6,"\u30d0\u30c3\u30d5\u30a1\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":42,grn_table_select:[0,16],"\u306e\u30aa\u30d7\u30b7\u30e7\u30f3\u306f\u7121\u8996\u3055\u308c\u308b":9,"\u62ec\u5f27\u306e\u5bfe\u5fdc\u304c\u53d6\u308c\u308b\u307e\u3067\u6a19\u6e96\u5165\u529b\u304b\u3089values\u306e\u5024\u3092\u8aad\u307f\u53d6\u308a\u
307e\u3059":47,"2\u4ef6\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":54,"\u691c\u7d22\u3092\u9ad8\u901f\u306b\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[],euc:9,"\u6f14\u7b97\u5b50\u3068\u6307\u5b9a\u3067\u304d\u308b\u306e\u306f\u4e0b\u8a18\u306e4\u7a2e\u985e\u3067\u3059":0,"\u3068\u3044\u3046\u610f\u5473\u3067\u3059":24,tsv:38,"\u305d\u308c\u305e\u308c\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[],"\u306e\u4ed6\u306b":5,"\u4ee5\u4e0b\u306b\u4f4e\u30ec\u30a4\u30e4\u306a\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304b\u3089\u9806\u306b\u8aac\u660e\u3057\u307e\u3059":0,"\u30b9\u30bf\u30f3\u30c9\u30a2\u30ed\u30f3\u304a\u3088\u3073\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u30e2\u30fc\u30c9\u306e\u5834\u5408\u306f":9,greater:0,python:27,"\u30e6\u30fc\u30b6\u30fc\u306e\u540d\u524d\u3084\u81ea\u5df1\u7d39\u4ecb\u6587":54,"column_create\u30b3\u30de\u30f3\u30c9\u3067\u30ab\u30e9\u30e0\u309
2\u4f5c\u6210\u3059\u308b\u3068\u304d":56,sid:42,"\u6bb5\u843d\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4f5c\u6210\u3057\u307e\u3059":32,"entry\u3092\u4f5c\u6210\u3057\u307e\u3059":1,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308blog_put\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":36,"offset\u3068limit\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":28,"1\u6587\u5b57\u30921\u30c8\u30fc\u30af\u30f3\u3068\u3059\u308b":1,"\u30b3\u30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u304c\u5165\u308a\u307e\u3059":24,"javascript\u306e\u5f0f\u306b\u4f3c\u305f\u6587\u6cd5\u3067\u6761\u4ef6\u3092\u6307\u5b9a\u3059\u308b\u70b9\u3067\u3059":40,"grntest\u547d\u4ee4\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":10,"\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3057\u3066\u3044\u308b\u304b":10,"8\u307e\u3067\u306e\u6570\u5
024\u304c\u6307\u5b9a\u53ef\u80fd\u3067":9,"\u30c6\u30b9\u30c8\u306e\u5b9f\u884c\u304c\u958b\u59cb\u3055\u308c\u307e\u3059":23,"myisam\u3067\u306e\u30c7\u30fc\u30bf\u66f4\u65b0\u304c\u30dc\u30c8\u30eb\u30cd\u30c3\u30af\u3068\u306a\u3063\u3066\u3057\u307e\u3044":[],"\u6295\u7a3f\u8005\u306e\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3082\u8fd4\u3063\u3066\u304d\u3066\u304a\u308a":54,"\u4f5c\u6210\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u5c5e\u6027\u3092\u793a\u3059\u6570\u5024\u304b":1,mode:0,"\u3064\u3065\u3044\u3066":54,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306f":29,"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u89e3\u6d88\u3092\u5b9f\u884c\u3057\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3092\u8fd4\u3059":20,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306f":10,"\u4e0b\u8a18\u306e\u9805\u76ee\u304c\u30cf\u30c3\u30b7\u30e5\u5f62\u5f0f\u3067\u51fa\u529b\u3055\u308c\u307e\u3059":41,"\u4e3b\u30ad\u30fc\u5024\u3092\u30cf\u30c3\u3
0b7\u30e5\u8868\u3067\u7ba1\u7406\u3059\u308b\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":1,"\u30c7\u30fc\u30bf\u30ed\u30fc\u30c9\u306e\u969b\u306b\u6587\u5b57\u5217\u304b\u3089\u30ad\u30e3\u30b9\u30c8\u3055\u308c":54,"\u767b\u9332\u4ef6\u6570":47,chunk:42,"functions\u304c\u3082\u3063\u3068\u3082\u91cd\u8981\u306a\u5bfe\u8c61\u3067\u3059":23,"\u30e6\u30fc\u30b6\u30fc\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u305f\u3081\u306e\u30c6\u30fc\u30d6\u30eb\u3067\u3059":54,"\u3067\u3042\u308c\u3070":10,"\u3092\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":10,"\u306fgroonga\u304c\u81ea\u52d5\u7684\u306b\u4ed8\u4e0e\u3059\u308bid\u756a\u53f7\u304c\u683c\u7d0d\u3055\u308c\u308b\u30ab\u30e9\u30e0\u3067\u3059":24,"groonga\u3092\u5358\u72ec\u306e\u30d7\u30ed\u30bb\u30b9\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306f\u3082\u3061\u308d\u3093":10,"\u30c1\u30e3\u30f3\u30af\u30b5\u30a4\u30ba\u306e\u5408\u8a08\u3067\u3059":42,
"\u5171\u6709\u3057\u305f\u5834\u5408\u306b\u3082":[],"\u51fa\u529b\u5bfe\u8c61\u3068\u306a\u308b\u6700\u521d\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u756a\u53f7\u30920\u30d9\u30fc\u30b9\u3067\u6307\u5b9a\u3057\u307e\u3059":8,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u5bfe\u3059\u308b\u691c\u7d22\u51e6\u7406\u3084\u66f4\u65b0\u51e6\u7406\u306e\u305f\u3081\u306e\u6761\u4ef6\u3092\u8868\u73fe\u3059\u308b\u305f\u3081\u306e\u30c7\u30fc\u30bf\u69cb\u9020\u3067":0,"\u4f7f\u7528\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u306e\uff11\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066":31,"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u5f15\u6570":[20,4,6,7,8,48,15,17,18,44,21,26,32,31,12,35,36,41,42,47,52,1,11,57,58],"\u4f4d\u7f6e\u60c5\u5831":[16,40,50],"longtext\u306e\uff13\u3064\u306e\u578b\u306b\u3064\u3044\u3066\u306f\u30d9\u30af\u30c8\u30eb\u3068\u3057\u3066\u4fdd\u5b58\u3059\u308b\u3053\u3068\u306f\u
3067\u304d\u307e\u305b\u3093":34,"\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u306e\u53ef\u5426\u304c\u6c7a\u307e\u308a\u307e\u3059":24,assignment_express:[],grn_success:[31,11,58,8],"\u30c6\u30fc\u30d6\u30eb\u60c5\u5831\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":[21,35],"gram\u306e\u5834\u5408\u306f":[],"quit\u306f":18,"\u3092\u6307\u5b9a\u3059\u308b\u3068":8,"\u65e5\u672c\u6e2c\u5730\u7cfb\u7def\u5ea6\u7d4c\u5ea6\u5ea7\u6a19":34,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u304c\u524a\u9664\u3055\u308c\u307e\u3059":12,test_loc:10,"senna\u3068\u540c\u69d8\u306b":50,"\u3092\u4ee3\u5165\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":56,"squeeze\u4ee5\u964d\u306edebian\u3084karmic\u4ee5\u964d\u306euubntu\u3067\u306f\u4ee5\u4e0b\u306e\u7528\u306b\u3057\u3066\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3067\u304d\u307e\u3059":23,"\u4ee5\u4e0b\u304c\u6e96\u5099\u3055\u308c\u3066\u3044\u307e\u3059":1,table_cr:[16,49,2,4,1,54,9,24,56,10,28,29,30,45],"table_create\u30b3\u30de\u30f3\u30c9\u3067\u
306f":1,"pdf\u306e\u4f5c\u6210":[16,27],"table_create\u30b3\u30de\u30f3\u30c9\u306f":1,"\u5b9f\u884c\u3059\u308b\u30b3\u30de\u30f3\u30c9\u3068\u305d\u306e\u5f15\u6570\u3092\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306b\u6307\u5b9a\u3067\u304d\u307e\u3059":9,"xml\u51fa\u529b\u306fv1":[],"\u30ab\u30d0\u30ec\u30c3\u30b8\u60c5\u5831\u3092\u8a08\u6e2c\u3059\u308b\u305f\u3081\u306b\u306f":23,equality_express:[],suffix:0,"branches\u306e3\u3064\u306e\u5bfe\u8c61\u304c\u3042\u308a\u307e\u3059":23,"\u56fd\u540d\u3092\u4e3b\u30ad\u30fc\u3068\u3059\u308bsitecountery\u30c6\u30fc\u30d6\u30eb\u3068\u3057\u307e\u3059":28,"\u3084\u6587\u5b57\u5217\u3084\u6642\u523b\u3084\u7d4c\u7def\u5ea6\u306a\u3069\u306e\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":56,set:31,"\u30e6\u30fc\u30b6\u30fc\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308buser\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057":29,"http\u306b\u3088\u308b\u901a\u4fe1":[16,25,13],"\u767b\u
9332\u3057\u3066\u307f\u307e\u3057\u305f\u3088\u30fc":54,"scorer\u306f":8,"\u30c6\u30fc\u30d6\u30ebentry\u306e\u5168\u30ec\u30b3\u30fc\u30c9":[52,8],index_messag:30,"\uff12\u70b9\u9593\u306e\u8ddd\u96e2\u304c\u6307\u5b9a\u306em\u4ee5\u4e0b\u306b\u304a\u3055\u307e\u308b\u304b\u3069\u3046\u304b\u3092\u5224\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":40,"\u3053\u306e\u3088\u3046\u306a\u51e6\u7406\u3092\u9ad8\u901f\u306b\u5b9f\u884c\u3057\u307e\u3059":50,"\u3092\u542b\u3080\u540d\u524d\u306e\u30c6\u30fc\u30d6\u30eb\u306f\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093":1,"\u30d0\u30c3\u30d5\u30a1\u306e\u72b6\u614b2":42,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679c\u306f":28,"tag\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u307e\u3059":29,"\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30c6\u30fc\u30d6\u30eb\u306e\u307f\u306b\u5b9a\u7fa9\u3055\u308c\u307e\u3059":22,"gram\u3068\u547c\u3070\u308c\u308b\u3088\u3046\u306a\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u65b9\u5f0f\u309
2\u9078\u629e\u3057\u3066\u3044\u307e\u3059":24,mkdir:4,messag:[36,30],"query\u5f15\u6570\u3068filter\u5f15\u6570\u3092\u3069\u3061\u3089\u3082\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":8,"groonga\u306fhttp\u30d7\u30ed\u30c8\u30b3\u30eb\u3067\u306e\u901a\u4fe1\u3092\u53d7\u3051\u4ed8\u3051\u307e\u3059":25,"\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":56,"\u6307\u5b9a\u3055\u308c\u305f\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u304c\u5b58\u5728\u3057\u306a\u3044\u5834\u5408":10,"\u30c6\u30fc\u30d6\u30eb\u30ed\u30c3\u30af\u304c\u5fc5\u8981\u3068\u3055\u308c\u308b\u30b1\u30fc\u30b9\u304c\u591a\u3044\u3067\u3059":[],primary_express:[],"\u30b0\u30cb\u30e3\u30e9\u304f\u3093":54,"groonga\u3082c\u8a00\u8a9e\u306e\u30e9\u30a4\u30d6\u30e9\u30ea\u3068\u3057\u3066\u5229\u7528\u3067\u304d\u307e\u3059":50,"\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3059\u308b":20,"\u5b8c\u5168\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":32,"grntest\u30
4c\u5229\u7528\u3059\u308bgroonga":10,"\u3067\u59cb\u307e\u308b\u540d\u524d\u304c\u4ed8\u4e0e\u3055\u308c\u307e\u3059":22,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bget\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":58,"worker\u306fthread\u3068\uff11\u5bfe\uff11\u5bfe\u5fdc":51,"\u4f5c\u6210\u3059\u308b\u30ab\u30e9\u30e0\u306e\u540d\u524d\u3092\u6307\u5b9a\u3057\u307e\u3059":32,"\u3092\u4f5c\u6210\u3057\u307e\u3059":[1,32],"\u30ab\u30e9\u30e0\u540d\u306e\u524d\u306b":8,"\u304a\u3088\u3073\u6700\u9577\u5171\u901a\u63a5\u982d\u8f9e\u3068\u306a\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u9ad8\u901f\u306b\u691c\u7d22\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":1,"point\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u304c\u5186\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092bool\u578b\u306e\u5024\u3067\u8fd4\u3057\u307e\u3059":33,"html\u7ba1\u7406\u30c4\u30fc\u30eb\u304c\u8868\u793a\u3055\u308c\u307e\u3059":25,"\
u30ad\u30fc\u304c":9,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306e\u5834\u5408":42,"javascript\u306b\u4f3c\u305f\u306a\u6587\u6cd5\u3067\u69d8\u3005\u306a\u6761\u4ef6\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[],result:[0,30],"\u52d5\u753b\u60c5\u5831\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057":29,"\u30b9\u30b3\u30a2\u5024_score\u3082\u51fa\u3057\u3066\u307f\u307e\u3057\u3087\u3046":54,"\u5b9f\u884c\u4f8b\u306b\u3042\u308b":24,"\u30a6\u30a7\u30d6\u30d9\u30fc\u30b9\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u7ba1\u7406\u30c4\u30fc\u30eb\u3092\u4f7f\u7528\u3067\u304d\u307e\u3059":9,"drilldown_output_columns\u306b\u6307\u5b9a\u3055\u308c\u305f\u6761\u4ef6\u306b\u5f93\u3063\u3066":8,"\u3055\u307e\u3056\u307e\u306a\u7a2e\u985e\u306e\u30c7\u30fc\u30bf\u3092\u4fdd\u5b58\u3059\u308b":[],"\u691c\u7d22\u30b5\u30fc\u30d3\u30b9\u306e\u90e8\u54c1\u3068\u3057\u3066\u5f93\u6765\u3069\u304a\u308a\u5229\u7528\u3067\u304d\u307e\u3059":[
],"\u8ab0\u3067\u3082\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u5185\u5bb9\u3092\u95b2\u89a7":25,"\u3055\u307e\u3056\u307e\u306a\u7a2e\u985e\u3092\u3082\u3063\u305f\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58":[16,56,13,54],min:[19,10],"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u884c\u3063\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u5bfe\u3057\u3066":[],"\u307e\u3060\u89e3\u653e\u3055\u308c\u3066\u306a\u3044\u30e1\u30e2\u30ea\u30d6\u30ed\u30c3\u30af\u306e\u6570\u3092\u793a\u3057\u307e\u3059":41,"\u305d\u306e1\u4f8b\u306b\u3059\u304e\u307e\u305b\u3093":29,"\u3059\u3067\u306b\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u305f\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u6700\u5927\u4ef6\u6570\u3092\u8fd4\u3059":7,"binary\u30d7\u30ed\u30c8\u30b3\u30eb":50,int64:34,"\u30db\u30b9\u30c8\u540d\u3068":10,ifexist:47,"title\u30ab\u30e9\u30e0\u306e\u307f\u3067\u306e\u691c\u7d22":30,"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u306b\u5bfe\u3057\u3066\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u884c\u3046\u
3053\u3068\u304c\u3067\u304d\u307e\u3059":28,"\u7279\u5b9a\u306e\u6587\u5b57\u5217\u5f62\u5f0f\u306b\u306f\u4f9d\u5b58\u3057\u3066\u3044\u307e\u305b\u3093":53,"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u95a2\u3059\u308b\u52d5\u4f5c\u3092\u8a2d\u5b9a\u3057\u307e\u3059":8,bottom_right:37,"pdf\u51fa\u529b\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059":27,"\u4e00\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u66f4\u65b0":31,"\u304c2\u4ef6":54,"\u3092\u3054\u3089\u3093\u304f\u3060\u3055\u3044":[],"\u30c6\u30fc\u30d6\u30eb\u306e\u4e3b\u30ad\u30fc\u306b\u6307\u5b9a\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093":34,"worker\u306f\u4e0a\u9650\u304c\u500b\u5b9a\u6570":51,"\u7d44\u8fbc\u578b":[16,34,2],default_token:[24,1,10,54,30],"\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u89e3\u6d88\u3092\u5b9f\u884c\u3057\u305f\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570":20,"\u691c\u7d22\u7d50\u679c\u6570\u306e\u591a\u5be1\u306b\u5fdc\u305
8\u3066\u3088\u308a\u691c\u7d22\u6f0f\u308c\u306e\u5c11\u306a\u3044\u30a2\u30eb\u30b4\u30ea\u30ba\u30e0\u3067\u518d\u691c\u7d22\u3059\u308b\u3088\u3046\u306a\u6a5f\u80fd\u3082":53,"\u3068\u30bf\u30a4\u30d7\u3057\u3066\u304f\u3060\u3055\u3044":10,"2\u6587\u5b57\u306e\u6587\u5b57\u5217\u8981\u7d20\u3092\u30c8\u30fc\u30af\u30f3\u3068\u3059\u308b":1,"\u30ab\u30e9\u30e0\u3054\u3068\u306b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4ed8\u4e0e\u3059\u308b\u5834\u5408":30,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3":[16,54,28,13],"\u5404\u30ec\u30b3\u30fc\u30c9\u306fid\u306e\u307f\u306b\u3088\u3063\u3066\u7279\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":1,"\u30c6\u30fc\u30d6\u30eb\u306e\u4f5c\u6210":[16,54,13,24],"\u4e3b\u30ad\u30fc\u5024\u306e\u578b\u3092\u6307\u5b9a\u3057\u307e\u3059":1,"_id":[22,24,25,56,40,8,29,30,45,28],"\u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u4f5c\u3063\u3066\u307f\u307e\u3057\u305f":54,"groonga\u306f\u8907\u6570\u306e\u624b\u6bb5\u3092\u7528\u61
0f\u3057\u3066\u3044\u307e\u3059":0,"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u578b\u3068\u3057\u3066\u5229\u7528\u3057\u307e\u3059":34,text:[34,10],"sh\u3092\u5b9f\u884c\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u3082\u884c\u3048\u307e\u3059":23,greater_equ:0,"\u30c6\u30fc\u30d6\u30eb\u3092\u4f5c\u6210\u3057\u305f\u6642\u70b9\u3067\u3044\u304f\u3064\u304b\u306e\u7591\u4f3c\u30ab\u30e9\u30e0\u304c\u4f7f\u7528\u53ef\u80fd\u306b\u306a\u3063\u3066\u3044\u307e\u3059":1,"\u306a\u3069\u3067\u4f7f\u7528\u3055\u308c\u307e\u3059":[],"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb":23,"groonga\u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u30921\u884c\u306b1\u3064\u305a\u3064\u8a18\u8ff0\u3057\u305f\u30c6\u30ad\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u3067\u3059":10,"\u51e6\u7406\u3092\u958b\u59cb\u3057\u305f\u6642\u9593\u306b\u3064\u3044\u3066":[31,11,58,8],"\u53c2\u7167lock\u4e0d\u8981\u306a\u30b9\u30c8\u30ec\u30fc\u30b8":[],"\u57f7\u7b46\u4e2d\u3067\u3059":30,lo
cat:[54,40,28],hsiomaneki:54,"drilldown_offset\u306b\u3088\u3063\u3066\u7b97\u51fa\u3055\u308c\u308b\u5024\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u307f\u306a\u3055\u308c\u307e\u3059":8,"\u3092\u542b\u3080\u540d\u524d\u306e\u30ab\u30e9\u30e0\u306f\u4f5c\u6210\u3067\u304d\u307e\u305b\u3093":32,"\u3053\u308c\u306f":40,"\u691c\u7d22\u7d50\u679c\u3092\u30cf\u30c3\u30b7\u30e5\u30bf\u30b0\u3068\u30e6\u30fc\u30b6\u30fc\u3067\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3057":54,"db\u306b\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u30c6\u30fc\u30d6\u30eb\u306e\u30ea\u30b9\u30c8\u3092\u8868\u793a\u3057\u307e\u3059":[24,9,21],"\u30bf\u30a4\u30c8\u30eb\u6587\u5b57\u5217\u306etitle\u30ab\u30e9\u30e0":30,"\u30b3\u30e1\u30f3\u30c8\u884c":10,"\u4e3b\u30ad\u30fc\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22\u304c\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":45,"\u6a19\u6e96\u5165\u529b":[20,4,6,7,8,48,15,17,18,44,21,26,32,31,12,35,36,41,42,47,52,1,11,57,58],"\u3
0d2\u30c3\u30c8\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u5f97\u3089\u308c\u308b\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u3066result\u306b\u8ffd\u52a0\u3057\u307e\u3059":0,"grntest\u304c\u6b63\u5e38\u306b\u7d42\u4e86\u3059\u308b\u3068":10,"\u7b97\u5b50\u306f":[],"\u8ad6\u7406\u6f14\u7b97\u5b50\u306f":0,"\u73fe\u5728\u306e\u30d0\u30fc\u30b8\u30e7\u30f3\u3067\u306f":24,"script\u5f62\u5f0f\u306egrn\u5f0f\u4e2d\u3067\u547c\u3073\u51fa\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u3059":[],enabl:41,"\u8ddd\u96e2\u3092\u6c42\u3081\u308b2\u70b9\u306e\u3046\u3061\u3082\u3046\u4e00\u3064\u3092\u6307\u5b9a\u3057\u307e\u3059":5,"\u3068\u3044\u3046\uff12\u3064\u306e\u30ab\u30e9\u30e0\u304c\u3042\u308a\u307e\u3059":24,"\u3042\u308b\u8a9e\u53e5\u304c\u4ed8\u4e0e\u3055\u308c\u3066\u3044\u308b\u52d5\u753b\u306e\u4e00\u89a7\u3092\u53d6\u5f97\u3059\u308b":29,"\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u306bcommand\u3092\u4e0e\u3048\u306a\u304b\u
3063\u305f\u5834\u5408\u306f":9,contain:0,"\u5b9f\u884c\u958b\u59cb\u6642\u523b":10,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u95a2\u6570\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":23,view:[44,1],"match\u3057\u305f\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u5f97\u3089\u308c\u308b\u30b9\u30b3\u30a2\u5024\u306bscore2\u3092\u7a4d\u7b97\u3057\u3066result\u306b\u8ffd\u52a0\u3057\u307e\u3059":[],"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u30b5\u30f3\u30d7\u30eb\u3067\u3059":10,"\u691c\u7d22\u7d50\u679c\u3092\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306b\u6b8b\u3057\u307e\u305b\u3093":8,"\u8ddd\u96e2\u3092\u6c42\u3081\u308b2\u70b9\u306e\u3046\u3061\u4e00\u3064\u3092\u6307\u5b9a\u3057\u307e\u3059":5,persist:[21,35],"\u8868\u793a\u7bc4\u56f2\u6307\u5b9a":24,"1073741824\u306e\u6574\u6570\u3067":22,"\u66f4\u65b0\u3057\u305f\u30ab\u30e9\u30e0\u306e\u5024\u3092\u8fd4\u5374\u3057\u307e\u3059":[31,11],"column2\u306e\u5024\u304cstring\u306bexact\u30e2\u30fc\u30c
9\u3067\u30d2\u30c3\u30c8\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306b\u3064\u3044\u3066\u306f":0,latin:9,"groonga\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":24,with_weight:32,"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u306b\u5bfe\u3057\u3066\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u884c\u3046\u5834\u5408\u306b\u306f":28,index_tag:29,"\u4f5c\u6210\u3055\u308c\u306a\u3044\u5834\u5408":10,"bool\u578b":34,statu:[16,49,2,41,19,9,24,25,10],"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306edrilldown\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":52,threasd:9,"hashtags\u30c6\u30fc\u30d6\u30eb":54,"\u6587\u5b57\u5217\u3092\u542b\u3093\u3067\u3044\u305f\u5834\u5408\u306b\u52a0\u7b97\u3055\u308c\u308b\u30b9\u30b3\u30a2\u306e\u5024\u3092\u5c0f\u3055\u304f\u3057\u307e\u3059":[],dll:10,"\u304c\u66f8\u304d\u8fbc\u3093\u30604\u4ef6\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":54,"v1\u306e\u5024\u306e\u4e2d
\u306b":0,"limit\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u7528\u3044\u308b\u3053\u3068\u3067":24,"\u6a19\u6e96\u5165\u529b\u304b\u3089values\u306e\u5024\u3092\u4e0e\u3048\u307e\u3059":47,ken:29,"\u5186\u306e\u4e2d\u5fc3\u3068\u306a\u308b\u5ea7\u6a19\u3092\u6307\u5b9a\u3057\u307e\u3059":33,kei:[31,11,58,48],"view_add\u306f":44,"\u7528\u8a9e\u96c6\u306b\u767b\u9332\u3055\u308c\u3066\u3044\u308b\u8a9e\u306eid":42,job:10,"\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb":10,"\u3053\u308c\u3082":[24,54],"\u5404\u8a9e\u306e\u72b6\u614b\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u914d\u5217\u3068\u306a\u3063\u3066\u3044\u307e\u3059":42,"10041\u304c\u6307\u5b9a\u3055\u308c\u305f\u3082\u306e\u3068\u3057\u307e\u3059":[19,9],admin:[38,9],shorttext:[40,4,1,54,9,8,21,24,25,56,10,28,29,30,45,32,34,35],equal:0,"\u691c\u7d22\u5bfe\u8c61\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3057\u307e\u3059":[52,8],"\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[37,5,
33],comment:[24,54],"\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066":8,"\u305d\u308c\u305e\u308c\u306e\u30b0\u30eb\u30fc\u30d7\u306e\u30ec\u30b3\u30fc\u30c9\u6570\u3092\u6570\u3048\u308b\u3088\u3046\u306a\u51e6\u7406\u3092\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3068\u3044\u3044\u307e\u3059":50,"0\u3067\u30b5\u30dd\u30fc\u30c8\u3055\u308c\u307e\u3059":[],"1\u3064\u306f":30,"\u6307\u5b9a\u3057\u305f\u30b3\u30e1\u30f3\u30c8\u3092\u8ab0\u304c\u304a\u6c17\u306b\u5165\u308a\u306b\u5165\u308c\u3066\u3044\u308b\u306e\u304b\u3092\u691c\u7d22\u3067\u304d\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3059":54,zenigata:29,"api\u30ec\u30a4\u30e4\u3067\u306f":[],index_friend:29,test_str:23,"\u304c\u3042\u308a\u307e\u3059":38,"\u6307\u5b9a\u3057\u305f2\u70b9\u306e\u8ddd\u96e2\u3092\u8a08\u7b97\u3059\u308b":5,"\u30dd\u30fc\u30c8\u756a\u53f7":25,"query\u5f62\u5f0f":[],quiz:29,"\u3068\u3044\u3046\u66f8\u5f0f\u306b\u306a\u308a\u307e\u3059":25,json:[47,7],"\u51fa\u529b\u5f62\u5f0
f\u3092":[],"\u30ab\u30e9\u30e0\u6307\u5411\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306folap\u306b\u5411\u3044\u305f\u69cb\u9020\u3067\u3059":[],"\u6210\u529f\u304b\u3069\u3046\u304b\u306e\u30d5\u30e9\u30b0":[15,44,52,1,6,48,26,32,12,57,36],"\u30b5\u30fc\u30d0\u30d7\u30ed\u30b0\u30e9\u30e0\u3068\u3057\u3066\u5229\u7528\u3059\u308b\u5834\u5408\u306e\u52d5\u4f5c\u78ba\u8a8d\u3084\u5b9f\u884c\u901f\u5ea6\u6e2c\u5b9a\u304c\u53ef\u80fd\u3067\u3059":10,partial:0,"\u5fc5\u8981\u306a\u90e8\u5206\u3092groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306b\u554f\u3044\u5408\u308f\u305b\u308b\u305f\u3081\u306e\u30af\u30a8\u30ea\u306e\u8868\u73fe\u3068\u5b9f\u884c\u306b\u95a2\u3057\u3066":0,"\u3053\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u3066groonga\u30b5\u30fc\u30d0\u3092\u8d77\u52d5\u3057":38,"\u30c6\u30b9\u30c8\u306e\u30d5\u30ec\u30fc\u30e0\u30ef\u30fc\u30af\u3068\u3057\u3066":23,"\u304b\u30c0\u30d6\u30eb\u30af\u30a9\u30fc\u30c8":[24,9],"\u53c2\u7167\u5148\u306e\u30c6\u30fc\u3
0d6\u30eb\u306e_key\u30ab\u30e9\u30e0\u306e\u5024\u3092\u4ee3\u5165\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059":56,"\u6709\u52b9\u306a\u30ad\u30e3\u30c3\u30b7\u30e5\u304c\u591a\u304f\u30d2\u30c3\u30c8\u3059\u308b\u305f\u3081\u306b":8,"\u4f8b\u3048\u3070":[9,10,28,29,30,46],"\u3053\u3053\u3067\u306f":[24,56,40,54],"128423343x502929252":54,decim:[],"prefix\u306f":24,"\u30c6\u30fc\u30d6\u30ebentry\u304b\u3089\u30ec\u30b3\u30fc\u30c9\u3092\u524a\u9664\u3057\u307e\u3059":48,"point\u578b\u306e\u5024\u3092\u6307\u5b9a\u3067\u304d\u307e\u3059":[37,33],"\u30b9\u30b3\u30a2\u30923\u305a\u3064\u5c0f\u3055\u304f\u3057\u307e\u3059":[],"\u30e6\u30fc\u30b6\u30fcid":54,"\u691c\u7d22\u6761\u4ef6\u3084\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3078\u306e\u64cd\u4f5c\u3092\u8868\u73fe\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u308b\u30c7\u30fc\u30bf\u69cb\u9020\u306e\u5f62\u5f0f\u3067\u3059":53,"key\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3057\u3066\u306f\u3044\u3051\
u307e\u305b\u3093":[31,48],"\u8907\u6570\u306e\u30ab\u30e9\u30e0\u306b\u5bfe\u3057\u30661\u3064\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u4ed8\u4e0e\u3059\u308b\u65b9\u5f0f\u3067\u3059":30,"\u691c\u7d22\u5bfe\u8c61\u306e\u30ab\u30e9\u30e0\u3092\u8907\u6570\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059":30,"\u5168\u6587\u691c\u7d22\u7d50\u679c\u306e\u3046\u3061":50,res_column:10,"\u30c6\u30fc\u30d6\u30ebentry\u306b":32,"\u304c\u305d\u308c\u305e\u308c2\u4ef6\u305a\u3064\u3067\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":54,"\u3044\u308f\u3086\u308b\u30bf\u30b0\u691c\u7d22\u3084\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u306b\u304a\u3044\u3066":50,"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bstatus\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":41,"\u4e3b\u30ad\u30fc\u306e\u683c\u7d0d\u65b9\u6cd5\u306b\u3088\u3063\u3066":24,"\u4e3b\u30ad\u30fc\u5024\u306e\u5c5e\u3059\u308b\u578b\u306eid":21,"\u691c\
u7d22\u7d50\u679c\u306b\u306f":40,"\u5404\u30ec\u30b3\u30fc\u30c9\u306e\u30b9\u30b3\u30a2\u5024\u3092\u8868\u3057\u307e\u3059":22,"sql\u3067\u3082\u5b9f\u73fe\u304c\u96e3\u3057\u3044\u8907\u96d1\u306a\u30af\u30a8\u30ea\u3092\u9ad8\u901f\u306b\u5b9f\u884c\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":50,ultra:29,"\u3092\u5b9f\u884c\u3059\u308b\u305f\u3081\u306b\u306f":[],"\u3053\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092admin":9,"\u8ffd\u52a0\u3059\u308bselector\u30b3\u30de\u30f3\u30c9\u306escorer\u5f15\u6570\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":52,"\u5404\u8a9e\u5f59\u3092\u6b63\u898f\u5316\u3057\u3066\u767b\u9332\u3059\u308b\u3053\u3068\u3092\u793a\u3057\u3066\u3044\u307e\u3059":24,"\u74b0\u5883\u5909\u6570cutter_check_leak\u3092yes\u3068\u8a2d\u5b9a\u3059\u308b\u3068":23,"\u30c6\u30b9\u30c8\u306e\u52d5\u4f5c":[16,23],"\u30bd\u30fc\u30c8\u30ad\u30fc\u3068\u306a\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u309
2\u30ab\u30f3\u30de":8,demo:29,"\u305d\u306e\u30ab\u30e9\u30e0\u306e\u5024\u3067\u6607\u9806\u306b\u30bd\u30fc\u30c8\u3057\u307e\u3059":24,site:[24,25,56,40,28],"groonga\u30c7\u30fc\u30e2\u30f3\u306bshutdown\u30b3\u30de\u30f3\u30c9\u3092\u767a\u884c\u3059\u308b\u3053\u3068\u306b\u3088\u308a":25,"\u7279\u5b9a\u306e\u30c6\u30b9\u30c8\u30d5\u30a1\u30a4\u30eb\u306e\u307f\u30c6\u30b9\u30c8\u3059\u308b":23,gothic:27,"\u5148\u306e\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067\u4f5c\u6210\u3057\u305fsite\u30c6\u30fc\u30d6\u30eb\u306b\u624b\u3092\u52a0\u3048":56,"groonga\u30bf\u30b0\u306e\u4ed8\u3044\u3066\u3044\u308b2\u4ef6\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3057\u305f":54,"\u30e6\u30fc\u30b6\u30fc\u306e\u53cb\u4eba\u4e00\u89a7\u3092\u914d\u5217\u3067\u683c\u7d0d\u3059\u308bfriends\u30ab\u30e9\u30e0\u3068\u305d\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u306eindex_friends\u30ab\u30e9\u30e0\u3092\u8ffd\u52a0\u3057\u3066\u3044\u307e\u3059":29,"\u30b3\u
30de\u30f3\u30c9\u306e\u5b9f\u884c\u7d50\u679c\u306f\u57fa\u672c\u7684\u306bjson\u5f62\u5f0f\u3067\u8fd4\u5374\u3055\u308c\u307e\u3059":24,"shorttext\u578b\u306e\u5024\u3092\u683c\u7d0d\u3059\u308b\u30ab\u30e9\u30e0":32,"query\u5f15\u6570\u306b\u6307\u5b9a\u3059\u308b\u691c\u7d22\u6761\u4ef6\u6587\u5b57\u5217\u3067\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u691c\u7d22\u5bfe\u8c61\u3068\u306a\u308b\u30ab\u30e9\u30e0\u3092\u6307\u5b9a\u3057\u307e\u3059":8,"\u51fa\u529b\u30ab\u30e9\u30e0\u306e\u6307\u5b9a":24,grn_expr_append_op:0,"groonga\u306f\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u63a5\u7d9a\u3092\u5f85\u3061\u53d7\u3051\u307e\u3059":25,"\u4ee5\u524d\u306e\u8a2d\u5b9a\u5024":7,"\u30aa\u30d7\u30b7\u30e7\u30f3\u3068\u540c\u7b49\u306e\u6a5f\u80fd\u3067\u3059":10,"\u30ab\u30e9\u30e0\u306e\u578b\u306b\u4ed6\u306e\u30c6\u30fc\u30d6\u30eb\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306f":34,"count\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u305f\u306a\u3089\u3070":41,"\u6570\u50241\u306b\u8ca
0\u306e\u6570\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u51e6\u7406\u3057\u307e\u3059":[],"\u30e2\u30fc\u30c9\u3092\u6307\u5b9a\u3057\u306a\u3044\u9650\u308a":10,"\u691c\u7d22\u30b3\u30de\u30f3\u30c9\u3092\u5b9a\u7fa9":52,"\u306e\u3082\u306e\u3067\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":54,output_column:[11,52,8,24,56,40,29,54,31,58],"1\u30da\u30fc\u30b8\u5206\u306e\u307f\u3092\u8868\u793a\u3057\u305f\u3044\u5834\u5408\u306b\u6709\u52b9\u3067\u3059":24,"\u30b3\u30de\u30f3\u30c9\u3092\u6307\u5b9a\u3057\u306a\u3044\u5834\u5408\u306b\u306f":24,entry_selector:52,"with_position\u3068\u3044\u3046\u5024\u306f":24,"query\u30d1\u30e9\u30e1\u30fc\u30bf\u3068filter\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u540c\u6642\u306b\u6307\u5b9a\u3059\u308b\u3068":40,http:[16,38,2,3,19,9,24,25,56,40,28],"\u4e21\u65b9\u306e\u6761\u4ef6\u3092\u6e80\u8db3\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u305
9":8,"\u3055\u308c\u308b":[],"listen\u3059\u308b\u30a2\u30c9\u30ec\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"\u8a2d\u5b9a\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u3068":24,"\u30ed\u30b0\u51fa\u529b\u30ec\u30d9\u30eb\u3092\u8a2d\u5b9a\u3057\u307e\u3059":[6,9],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u540d\u3092\u6307\u5b9a\u3057\u305f\u5168\u6587\u691c\u7d22":[16,13,30],"\u304c\u542b\u307e\u308c\u3066\u3044\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":47,center:33,"\u96c6\u8a08\u7cfb\u30af\u30a8\u30ea\u3092\u9ad8\u901f\u306b\u5b9f\u73fe":[],rubygem:[],"center\u306b\u6307\u5b9a\u3057\u305f\u5ea7\u6a19\u3092\u4e2d\u5fc3\u3068\u3059\u308b\u5186\u306e\u7bc4\u56f2\u5185\u306b\u3042\u308b\u304b\u3069\u3046\u304b\u3092\u8abf\u3079\u307e\u3059":33,"\u7d9a\u3044\u3066\u30a8\u30e9\u30fc\u5185\u5bb9\u3092\u793a\u3059":[31,11,58,8],"groonga\u7d44
\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bquit\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":18,exampl:[24,25,56,40,28],command:[10,9],ecmascript:[],"key_normalize\u3068\u3044\u3046\u5024\u306f":24,lcov:23,cutter_check_leak:23,load:[16,49,54,2,11,56,4,47,9,48,24,26,10,28,29,30,31,40,58,45],"\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d5\u30e9\u30b0\u30e1\u30f3\u30c6\u30fc\u30b7\u30e7\u30f3\u3092\u89e3\u6d88\u3057\u307e\u3059":20,"\u4eca\u5ea6\u306f":54,"html\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044":10,less:0,"\u4f7f\u7528\u3057\u3066\u3044\u308b\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u306e\u30c6\u30fc\u30d6\u30eb\u306b\uff11\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u3092\u767b\u9332\u3057":11,"\u305d\u306e\u5834\u5408\u306b\u306f":24,"\u30c6\u30b9\u30c8\u3092\u52d5\u4f5c\u3055\u305b\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":23,"http\u30d7\u30ed\u30c8\u30b3\u30eb\u30e2\u30fc\u30c9\u3067\u8d77\u52d5\u3057\u307e\u3059":25,"\u30d9\
u30af\u30c8\u30eb\u3068\u3057\u3066\u683c\u7d0d\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":34,"\u672a\u5b9f\u88c5\u3067\u3059":11,"json\u3067\u53d7\u3051\u53d6\u3063\u305f\u30c7\u30fc\u30bf\u3092\u30c6\u30fc\u30d6\u30eb\u306b\u683c\u7d0d\u3057\u307e\u3059":24,lefthand_side_express:[],"path\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5024\u306b\u6307\u5b9a\u3057\u3066\u8d77\u52d5\u3057\u305f\u5834\u5408":9,field:[],"\u306e\u30b3\u30e1\u30f3\u30c81\u4ef6\u3067\u3042\u308b\u3053\u3068\u304c\u308f\u304b\u308a\u307e\u3059":54,"log_reopen\u306f":15,"127975798x502919856":54,"\u5bfe\u8c61\u30db\u30b9\u30c8\u540d\u3092\u7701\u7565\u3057\u305f\u5834\u5408\u306flocalhost\u306b\u5bfe\u3057\u3066\u63a5\u7d9a\u3057":25,"\u4f4d\u7f6e\u60c5\u5831\u3067\u306e\u691c\u7d22\u304c\u53ef\u80fd\u3068\u306a\u308a\u307e\u3059":[],"groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb\u306e\u4f7f\u3044\u65b9\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":9,"grntest\u306f\u52d5\u4f5c\u306e\u305f\u3
073\u306bftp":10,"\u691c\u7d22\u4ef6\u6570\u304c\u51fa\u529b\u3055\u308c\u307e\u3059":[35,21,8],"\u30c6\u30fc\u30d6\u30eb\u578b":[16,56,13],"\u304c\u5fc5\u8981\u3068\u306a\u308a\u307e\u3059":27,geo_in_circl:[16,43,2,54,40,33],"text\u578b\u3068longtext\u578b\u306b\u3064\u3044\u3066\u306f":34,"\u3067\u533a\u5207\u308a\u307e\u3059":9,"\u30ab\u30e9\u30e0\u578b1":[35,21,8],match:[],"\u7d50\u679c\u306f\u4e0a\u306e\u4f8b\u3068\u540c\u3058\u306b\u306a\u308a\u307e\u3059":30,int32:[24,56,40,28,29,54,34],"\u307e\u305f\u306f":8,dest:[19,38,9],"filter\u30d1\u30e9\u30e1\u30fc\u30bf\u3068\u540c\u69d8\u306b":40,five:24,pikonyan:29,"groonga\u306e\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3067\u4f5c\u6210\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306b\u306f":22,"\u30de\u30a4\u30af\u30ed\u79d2\u6570\u306e\u5024\u304c\u683c\u7d0d\u3055\u308c\u307e\u3059":54,"\u8ffd\u52a0\u306e\u5c5e":32,compress_non:35,"wgs84\u76f8\u5f53":40,"\u30b5\u30fc\u30d0\u304c\u52d5\u4f5c\u3057\u3066\u3044\u306a\u3044\u304b":10,"g
roonga\u3092http\u7d4c\u7531\u3067\u5229\u7528\u3057\u305f\u3044\u5834\u5408\u306b\u306f":25,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f10\u3067\u3059":8,"\u8a9e\u5f59\u8868\u3068\u306a\u308b\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u578b\u306e\u30c6\u30fc\u30d6\u30eb\u306b\u304a\u3044\u3066":1,"\u3068\u89e3\u91c8\u3055\u308c\u307e\u3059":[],"\u5148\u982d\u306b\u7a7a\u767d\u3092\u5165\u308c\u3066\u306f\u3044\u3051\u307e\u305b\u3093":[],"\u30d0\u30c3\u30d5\u30a1\u5185\u306b\u3042\u308b\u8a9e\u306e\u3046\u3061":42,"grntest\u5b9f\u884c\u6642\u306b\u81ea\u52d5\u7684\u306b\u4f5c\u6210\u3055\u308c\u308b\u30ed\u30b0\u3068\u306f\u5225\u306e\u3082\u306e\u3067\u3059":10,"gz\u30d5\u30a1\u30a4\u30eb\u3092\u53d6\u5f97\u3057":24,"\u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u901a\u3058\u305f\u5229\u7528":[16,25,13],rep_gqtp:10,"grntest\u3067\u306f\u30b3\u30e1\u30f3\u30c8\u304c\u5229\u7528\u3067\u304d\u308b\u4ee5\u5916":10,"\u4e00\u4ef6\u306e\u30ec\u30b3\u30fc\u30c9\u306e\u5024\u306e\u53d6\u5f97"
:58,"com\u304cedge\u3092\u4f5c\u308b":51,page:16,"\u8ee2\u7f6e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u5229\u7528\u3057\u305f\u9ad8\u901f\u306a\u51e6\u7406\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":50,"\u6307\u5b9a\u3057\u305f\u30c6\u30fc\u30d6\u30eb\u306e\u4e2d\u8eab\u309210\u4ef6\u8868\u793a\u3057\u307e\u3059":24,easy_instal:27,"\u305d\u308c\u305e\u308c\u306e\u8981\u7d20\u306b\u5bfe\u3057\u3066\u4e8c\u3064\u76ee\u306e\u8981\u7d20\u304c\u4e00\u81f4\u3059\u308b\u305f\u3081\u306emode\u3068\u3057\u3066\u4e0b\u8a18\u306e\u3044\u305a\u308c\u304b\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":0,"geo_distance\u95a2\u6570\u306f":40,"\u30c7\u30d5\u30a9\u30eb\u30c8\u5024\u306f":[19,9],"groonga\u7d44\u8fbc\u30b3\u30de\u30f3\u30c9\u306e\u4e00\u3064\u3067\u3042\u308bcolumn_list\u306b\u3064\u3044\u3066\u8aac\u660e\u3057\u307e\u3059":35,"\u3067\u5024\u3092\u56f2\u307f\u307e\u3059":[24,9],"\u9ad8\u5ea6\u306a\u691c\u7d22":[],"\u30aa\u30d6\u30b
8\u30a7\u30af\u30c8\u306b\u304b\u3051\u3089\u308c\u305f\u30ed\u30c3\u30af\u3092\u518d\u5e30\u7684\u306b\u89e3\u9664\u3057\u307e\u3059":26,"\u4e0d\u4e00\u81f4\u6761\u4ef6":8,"http\u3067\u30c7\u30fc\u30bf\u306e\u53c2\u7167\u3092\u884c\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059":50,array_liter:[],"\u30af\u30a8\u30ea\u30ad\u30e3\u30c3\u30b7\u30e5\u306e\u6700\u5927\u4ef6\u6570\u3092\u53d6\u5f97\u3057\u305f\u308a\u8a2d\u5b9a\u3057\u305f\u308a\u3057\u307e\u3059":7,"\u3053\u308c\u3092\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3068\u547c\u3073\u307e\u3059":28,"\u4ee5\u4e0a\u306e\u539f\u56e0\u3067\u306a\u3051\u308c\u3070":10,"http\u3067\u306e\u30b3\u30de\u30f3\u30c9\u5b9f\u884c":25,tmp:[24,25,9],"1\u30b9\u30ec\u30c3\u30c9\u3067\u8907\u6570\u56de\u52d5\u4f5c\u3055\u305b\u305f\u3044\u5834\u5408\u306f":10,"shorttext\u578b\u306e\u4e3b\u30ad\u30fc\u3092\u6301\u3064\u30d1\u30c8\u30ea\u30b7\u30a2\u6728\u578b\u306e\u30c6\u30fc\u30d6\u30eb":1,"\u30af\u30a8\u30ea\u30fc\u30ed\u30b0\u3092\u51fa\u
529b\u3059\u308b\u30d5\u30a1\u30a4\u30eb\u306e\u30d1\u30b9\u3092\u6307\u5b9a\u3057\u307e\u3059":9,"myisam\u3067\u306e\u30c7\u30fc\u30bf\u66f4\u65b0\u304c\u30dc\u30c8\u30eb\u30cd\u30c3\u30af\u3068\u306a\u3063\u3066\u3057\u307e\u3044\u307e\u3059":50,"\u6587\u5b57\u5217\u3067\u306e\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3092\u884c\u3044\u305f\u3044\u5834\u5408\u306b\u306f":28,hash_index:54,"mysql\u306e\u30d7\u30e9\u30ac\u30d6\u30eb\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3\u3068\u3057\u3066\u5b9f\u88c5\u4e88\u5b9a\u3067\u3059":50,"\u306f\u5024\u304cshorttext\u578b\u3067\u3042\u308b":24,"title\u30ab\u30e9\u30e0\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u7528\u306bindex_title\u30ab\u30e9\u30e0":30,"\u4e16\u754c\u6e2c\u5730\u7cfb\u7def\u5ea6\u7d4c\u5ea6\u5ea7\u6a19":34,"\u6307\u5b9a\u3067\u304d\u308b\u6f14":[],"output_type\u306e\u6307\u5b9a\u306b\u5f93\u3063\u3066":38,"\u5b9f\u884c\u74b0\u5883":[3,16,2],host:10,offset:[24,52,8],cutter:23,"\u6307\u5b9a\u3057\u305f\u30dd\u
30fc\u30c8\u756a\u53f7\u3067groonga\u306e\u5c02\u7528\u30d7\u30ed\u30c8\u30b3\u30eb\u3092\u7528\u3044\u305f\u901a\u4fe1\u3092\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":25,"\u73fe\u5728\u306e\u8a2d\u5b9a\u5024\u306e\u307f\u304c\u8fd4\u3055\u308c\u307e\u3059":7,column_index:[24,54,32,29,30],"\u305d\u308c\u305e\u308c":[5,23],column:[0,31,47,11],"\u5168\u6587\u691c\u7d22\u6761\u4ef6\u306e\u6319\u52d5\u3092\u5236\u5fa1\u3059\u308b\u4ee5\u4e0b\u306e\u6f14\u7b97\u5b50\u304c\u6307\u5b9a\u3067\u304d\u307e\u3059":[],tomo:29,"\u30c6\u30fc\u30d6\u30eb\u306e\u524a\u9664":57,"cutter\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb":23,"\u3092\u7528\u610f\u3057\u3066\u3044\u307e\u3059":53,"\u69d8\u3005\u306a\u30c6\u30b9\u30c8":[16,23],"grntest\u306f\u6b63\u5e38\u306b\u52d5\u4f5c\u3057\u306a\u3044\u53ef\u80fd\u6027\u304c\u3042\u308a\u307e\u3059":10,"\u51fa\u529b\u3059\u308b\u30ab\u30e9\u30e0\u540d\u306e\u30ea\u30b9\u30c8\u3092\u30ab\u30f3\u30de":[31,11,58,8],"\u5168\u6587\u691c\u7d22\
u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u66f4\u65b0\u306b\u304a\u3051\u308b\u53c2\u7167lock\u304c\u4e0d\u8981\u3068\u3044\u3046senna\u306e\u6027\u80fd\u7279\u6027\u3092\u751f\u304b\u3059\u3053\u3068\u304c\u3067\u304d\u307e\u305b\u3093\u3067\u3057\u305f":50,"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u4e0a\u306b\u5b9a\u7fa9\u3055\u308c\u305f\u30c6\u30fc\u30d6\u30eb\u3084\u7d22\u5f15\u306a\u3069\u3092\u7d44\u307f\u5408\u308f\u305b\u3066\u53ef\u80fd\u306a\u9650\u308a\u9ad8\u901f\u306b\u6307\u5b9a\u3055\u308c\u305f\u30af\u30a8\u30ea\u3092\u5b9f\u884c\u3057\u3088\u3046\u3068\u3057\u307e\u3059":0,"\u30ed\u30b0\u51fa\u529b\u3092\u884c\u3044\u307e\u3059":9,"\u3053\u306e\u95a2\u6570\u3092\u7528\u3044\u308b\u3053\u3068\u306b\u3088\u308a":[],tag:29,"\u306b\u9001\u4fe1\u3055\u308c\u307e\u3059":10,"\u62e1\u5f35\u5b50\u306b\u5236\u9650\u306f\u3042\u308a\u307e\u305b\u3093":10,"\u4f4d\u7f6e\u60c5\u5831\u306e\u3042\u308b\u3059\u3079\u3066\u306e\u30b3\u30e1\u30f3\u30c8\u304c\u30d2\u30c3\u30c8\u3057\u30
7e\u3057\u305f":54,"\u3053\u308c\u3089\u306e\u30ab\u30e9\u30e0\u306f\u914d\u5217\u3067\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":54,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3068\u57fa\u672c\u7684\u306a\u64cd\u4f5c":[16,13,24],yy_syntax_error:[],"\u3055\u307e\u3056\u307e\u306a\u30c7\u30fc\u30bf\u3092\u683c\u7d0d\u3055\u305b\u308b\u3053\u3068\u304c\u51fa\u6765\u307e\u3059":56,"\u6a19\u6e96\u5165\u529b\u304b\u3089\u30b3\u30de\u30f3\u30c9\u6587\u5b57\u5217\u3092\u4e0e\u3048\u308b\u5834\u5408\u306f":9,"\u30b3\u30de\u30f3\u30c9\u30d5\u30a1\u30a4\u30eb\u3092grntest\u5358\u4f53\u3067\u5b9f\u884c\u3057":10,"\u306e\u8fd4\u3059\u30db\u30b9\u30c8\u540d":9,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u305f\u3081\u306e\u4e00\u7fa4\u306ec\u8a00\u8a9e\u5411\u3051api\u95a2\u6570\u3092\u63d0\u4f9b\u3057\u307e\u3059":0,"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u3092\u7528\u3044\u305f\u5168\u6587\u691c\u7d22\u3092\u884c\u3046\u3053\u3068\u3082\u3067\u304d\u307e\u3059":2
4,"\u5404\u547d\u4ee4\u306f\u4e26\u5217\u306b\u5b9f\u884c\u3055\u308c\u307e\u3059":10,"\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u7d50\u679cn":8,daijiro:54,"\u306b\u66f8\u304d\u3060\u3057\u307e\u3059":10,"var":[0,25,9,35],"groonga\u30b5\u30fc\u30d0\u306f":50,"\u30ec\u30b3\u30fc\u30c9r2\u306e\u307f\u304c\u30d2\u30c3\u30c8\u3057\u307e\u3059":0,"\u4eca\u5f8c\u306e\u30ed\u30b0\u306f\u65b0\u305f\u306a\u30ed\u30b0\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307e\u308c\u308b":15,"\u691c\u7d22\u3059\u308b\u6587\u5b57\u5217\u306fquery\u30aa\u30d7\u30b7\u30e7\u30f3\u3067\u6307\u5b9a\u3057\u307e\u3059":30,"\u524a\u9664\u3055\u308c\u305f\u30ec\u30b3\u30fc\u30c9\u306e_id\u306e\u5024\u306f\u518d\u5229\u7528\u3055\u308c\u307e\u3059":22,favorit:54,"function":23,"\u306e\u307f\u3092\u30c6\u30b9\u30c8\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":23,"\u4ee5\u5916\u306e\u5834\u5408\u306f":[31,11,58,8],"\u30ad\u30fc\u30ef\u30fc\u30c9\u3067\u30e6\u30fc\u30b6\u30fc\u691c\u7d22":54,cutter_
debug:23,"groonga\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u64cd\u4f5c\u3059\u308b\u305f\u3081\u306e\u30b3\u30de\u30f3\u30c9\u30a4\u30f3\u30bf\u30fc\u30d7\u30ea\u30bf\u3067\u3059":0,"limit\u306b\u8ca0\u306e\u5024\u3092\u6307\u5b9a\u3057\u305f\u5834\u5408\u306f":8,"\u691c\u7d22\u4f8b4":[0,16],"\u30af\u30a8\u30ea\u306e\u5b9f\u73fe":[0,16,14],"\u691c\u7d22\u4f8b2":[0,16],"\u691c\u7d22\u4f8b1":[0,16],"\u9806\u6b21\u5b9f\u884c\u3057\u307e\u3059":[24,9],"\u521d\u306e\u66f8\u304d\u8fbc\u307f":54,"\u5c06\u6765\u7684\u306b\u5f62\u614b\u7d20\u5358\u4f4d\u3067\u30c8\u30fc\u30af\u30ca\u30a4\u30ba\u3057\u305f\u5168\u6587\u691c\u7d22\u7d22\u5f15\u3092\u4f7f\u7528\u3057\u305f\u3044\u5834\u5408\u306f":[],"\u9ad8\u67d4\u8edf\u6027\u3068\u3044\u3046\u7279\u5fb4\u3092\u5f15\u304d\u7d99\u304e\u3064\u3064":50,"\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5":[16,13,24],"\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306e\u3068\u304d":35,"\u3068\u3044\u3046\u6761\u4ef6\u3092\u6307\u5b9
a\u3057\u3066\u3044\u307e\u3059":40,"\u30e6\u30fc\u30b6\u304c\u5b9a\u7fa9\u3057\u305f\u95a2\u6570\u3092\u65b0\u305f\u306a\u95a2\u4fc2\u5f0f\u3068\u3057\u3066\u4f7f\u3046\u3053\u3068\u3082\u3067\u304d\u307e\u3059":0,"\u30c6\u30fc\u30d6\u30eb\u306e\u8ffd\u52a0":1,"\u3068\u3044\u3046\u540d\u524d\u306e\u30ab\u30e9\u30e0\u3092\u793a\u3057\u3066\u3044\u307e\u3059":24,record:[24,25,56],"\u305d\u306e\u30c6\u30fc\u30d6\u30eb\u306f":34,"\u306e\u6570\u304c\u51fa\u529b\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u304c\u78ba\u8a8d\u3067\u304d\u307e\u3059":54,limit:[52,9,8,24,28,29],"title\u30ab\u30e9\u30e0\u306b\u5bfe\u3057\u3066":24,"point\u578b\u306e\u5024":[37,33],"\u5168\u6587\u691c\u7d22\u7528\u306e\u30a4\u30f3\u30c7\u30c3\u30af\u30b9\u30ab\u30e9\u30e0\u306e\u4f5c\u6210":24,"\u30d7\u30e9\u30b0\u30de\u306f\u5fc5\u305a\u30af\u30a8\u30ea\u6587\u5b57\u5217\u306e\u5192\u982d\u306b\u5b58\u5728\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093":[],"grn_op_but\u306f":0,"\u8907\u6570
\u306e\u30ab\u30e9\u30e0\u306b\u5bfe\u3057\u3066":[],"\u307e\u305f\u306f\u30bd\u30b1\u30c3\u30c8\u7d4c\u7531\u3067groonga\u30b5\u30fc\u30d0\u306b\u30ea\u30af\u30a8\u30b9\u30c8\u3092\u9001\u4fe1\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u5b9f\u884c\u3057\u307e\u3059":[20,4,6,7,8,48,15,17,18,44,21,26,32,31,12,35,36,41,42,47,52,1,11,57,58],"\u4f7f\u7528\u65b9\u6cd5":[],bigram:[1,10,54],pid:9,"\u30d7\u30ed\u30bb\u30b9\u756a\u53f7\u304c\u8868\u793a\u3055\u308c\u307e\u3059":25,"\u524a\u9664\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":48,"\u5358\u4f53\u3067\u5b9f\u884c\u3057":[],"\u305f\u3060\u3057":[38,9,22],"\u672c\u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb\u3067\u306f":24,table_remov:[16,49,57,9,2],blog1:30,"\u5024\u3092\u5909\u66f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u306e\u4e3b\u30ad\u30fc\u5024\u3092\u6307\u5b9a\u3057\u307e\u3059":31,blog2:30,"fork\u3059\u308b\u70b9\u304c\u30b5\u30fc\u30d0\u30e2\u30fc\u30c9\u3068
\u7570\u306a\u308b":9,detail:10,"\u3068\u3044\u3046\u6587\u5b57\u5217\u8868\u73fe\u3092\u6301\u3064":34,bool:34,"column_create\u306f":32,varieti:29,"\u30d8\u30eb\u30d7\u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u51fa\u529b\u3057\u307e\u3059":9,"edge\u306equeue\u306benqueue\u3055\u308c\u308b":51,xxx:9,"\u9ad8\u901f\u306a\u30c7\u30fc\u30bf\u66f4\u65b0":[16,50],grn_expr_create_for_queri:0,"\u7518\u6817\u3080\u3044\u3061\u3083\u3044\u307e\u3057\u305f\u7684\u306a\u611f\u3058\u3067":54,"\u7ba1\u7406\u3055\u308c\u3066\u3044\u306a\u3044\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":42,"\u4f4d\u7f6e\u60c5\u5831\u3092\u683c\u7d0d\u3059\u308b\u30a4\u30f3\u30c7\u30c3\u30af\u30b9":32,"mysql\u306emyisam\u30b9\u30c8\u30ec\u30fc\u30b8\u30a8\u30f3\u30b8\u30f3\u3068\u7d44\u307f\u5408\u308f\u305b\u3066\u7528\u3044\u308btritonn\u3084":50,"drilldown\u6761\u4ef6\u304c\u5b9f\u884c\u3055\u308c\u308b\u524d\u306e\u691c\u7d22\u7d50\u679c\u304c\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u51fa\u529b\u3055\u3
08c\u307e\u3059":8,"\u4e3b\u30ad\u30fc\u5024\u306b\u5b8c\u5168\u4e00\u81f4\u3059\u308b\u30ec\u30b3\u30fc\u30c9\u3092\u9ad8\u901f\u306b\u691c\u7d22\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":1,"\u3084\u5236\u5fa1\u69cb\u9020\u306a\u3069\u306f\u8868\u73fe\u3067\u304d\u307e\u305b\u3093":[],"\u914d\u5217\u30bb\u30b0\u30e1\u30f3\u30c8\u306e\u6570\u3067\u3059":42,"\u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a":[16,54,40,13],sphinx:27,"string\u306b":0,"\u305d\u3046\u3067\u306a\u3044\u5834\u5408\u306f":[],"\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3068\u306e\u30bb\u30c3\u30b7\u30e7\u30f3\u3092\u7d42\u4e86\u3057\u307e\u3059":9,"\u4e0a\u8a18\u30b3\u30de\u30f3\u30c9\u3067\u30c7\u30fc\u30bf\u30d9\u30fc\u30b9\u3092\u4f5c\u6210\u3059\u308b\u3068":24,"\u4e3b\u30ad\u30fc\u306a\u3057\u306e\u30c6\u30fc\u30d6\u30eb\u306e\u5834\u5408\u306f\u3053\u306e\u30d1\u30e9\u30e1\u30fc\u30bf\u3092\u6307\u5b9a\u3059\u308b\u5fc5\u8981\u306f\u306a\u304f":11,"\u30cf\u30c3\u3
0b7\u30e5\u30bf\u30b0\u3067\u30c9\u30ea\u30eb\u30c0\u30a6\u30f3\u3057\u305f\u7d50\u679c\u3082\u8fd4\u3063\u3066\u304d\u3066\u304a\u308a":54,emerg:[6,36],"\u30b3\u30fc\u30eb\u30d0\u30c3\u30af\u95a2\u6570\u306b\u6e21\u3055\u308c\u308barg\u3068\u3092\u5f15\u6570\u3068\u3057\u3066\u6307\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059":0,"v1\u306e\u5024\u304cv2\u306e\u5024\u3088\u308a\u3082\u5c0f\u3055\u3044\u3053\u3068\u3092\u8868\u3057\u307e\u3059":0,"\u691c\u7d22\u6761\u4ef6\u306b\u30de\u30c3\u30c1\u3059\u308b\u5168\u3066\u306e\u30ec\u30b3\u30fc\u30c9\u306b\u5bfe\u3057\u3066\u9069\u7528\u3059\u308bgrn\u5f0f\u3092script\u5f62\u5f0f\u3067\u6307\u5b9a\u3057\u307e\u3059":[],"\u3068\u540c\u3058\u610f\u5473":9},objtypes:{"0":"std:option"},titles:["4.3. \u30af\u30a8\u30ea\u306e\u5b9f\u73fe","3.2.19. table_create","3. \u30ea\u30d5\u30a1\u30ec\u30f3\u30b9\u30de\u30cb\u30e5\u30a2\u30eb","3.1. \u5b9f\u884c\u74b0\u5883","3.2.10. dump","3.6.1. geo_distance","3.2.12. log_level",
"3.2.1. cache_limit","3.2.16. select","3.1.1. groonga\u5b9f\u884c\u30d5\u30a1\u30a4\u30eb","3.1.4. grntest","add","3.2.6. column_remove","2. \u30c1\u30e5\u30fc\u30c8\u30ea\u30a2\u30eb","4. groonga\u958b\u767a\u8005\u5411\u3051\u60c5\u5831","3.2.14. log_reopen","groonga \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8","3.2.17. shutdown","3.2.15. quit","3.1.3. grnslap","3.2.8. defrag","3.2.20. table_list","3.4. \u7591\u4f3c\u30ab\u30e9\u30e0 (pseudo_column)","4.5. \u30c6\u30b9\u30c8\u65b9\u6cd5","2.1. \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3068\u57fa\u672c\u7684\u306a\u64cd\u4f5c","2.2. \u30cd\u30c3\u30c8\u30ef\u30fc\u30af\u3092\u901a\u3058\u305f\u5229\u7528","3.2.3. clearlock","4.2. \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u4f5c\u6210","2.5. \u30c9\u30ea\u30eb\u30c0\u30a6\u30f3","2.6. \u30bf\u30b0\u691c\u7d22\u30fb\u53c2\u7167\u95a2\u4fc2\u306e\u9006\u5f15\u304d","2.7. match_columns\u30d1\u30e9\u30e1\u30fc\u30bf","set","3.2.4. column_create","3.6.2. geo_in_circle","3.3. \u30c7\u30fc\u30bf\u5
78b","3.2.5. column_list","3.2.13. log_put","3.6.3. geo_in_rectangle","3.1.2. http","3.6.4. now","2.4. \u3055\u307e\u3056\u307e\u306a\u691c\u7d22\u6761\u4ef6\u306e\u6307\u5b9a","3.2.18. status","3.2.2. check","3.6. \u7d44\u307f\u8fbc\u307f\u95a2\u6570\u4e00\u89a7","3.2.22. view_add","2.8. \u4e3b\u30ad\u30fc\u306b\u3088\u308b\u524d\u65b9\u4e00\u81f4\u691c\u7d22","2.9. \u5168\u6587\u691c\u7d22\u306e\u8a9e\u5f59\u8868\u306b\u5bfe\u3059\u308b\u8ffd\u52a0\u60c5\u5831","3.2.11. load","3.2.9. delete","3.2. \u7d44\u307f\u8fbc\u307f\u30b3\u30de\u30f3\u30c9\u4e00\u89a7","1. groonga\u306e\u7279\u5fb4","4.1. groonga \u901a\u4fe1\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3","3.2.7. define_selector","3.5. grn_expr","2.10. \u30de\u30a4\u30af\u30ed\u30d6\u30ed\u30b0\u691c\u7d22\u30b7\u30b9\u30c6\u30e0\u306e\u4f5c\u6210","3.6.5. rand","2.3. \u3055\u307e\u3056\u307e\u306a\u7a2e\u985e\u3092\u3082\u3063\u305f\u30c7\u30fc\u30bf\u306e\u4fdd\u5b58","3.2.21. table_remove","get"],objnames:{"0":"option
"},filenames:["developer/query","commands/table_create","reference","process","commands/dump","functions/geo_distance","commands/log_level","commands/cache_limit","commands/select","execfile","grntest","commands_not_implemented/add","commands/column_remove","tutorial","developer","commands/log_reopen","index","commands/shutdown","commands/quit","grnslap","commands/defrag","commands/table_list","pseudo_column","developer/test","tutorial/tutorial01","tutorial/tutorial02","commands/clearlock","developer/document","tutorial/tutorial05","tutorial/tutorial06","tutorial/tutorial07","commands_not_implemented/set","commands/column_create","functions/geo_in_circle","type","commands/column_list","commands/log_put","functions/geo_in_rectangle","http","functions/now","tutorial/tutorial04","commands/status","commands/check","functions","commands/view_add","tutorial/tutorial08","tutorial/tutorial09","commands/load","commands/delete","commands","characteristic","developer/com","commands/def
ine_selector","expr","tutorial/tutorial10","functions/rand","tutorial/tutorial03","commands/table_remove","commands_not_implemented/get"]})
\ No newline at end of file
Modified: doc/ja/source/conf.py (+8 -0)
===================================================================
--- doc/ja/source/conf.py 2010-08-20 05:29:25 +0000 (c38c2ae)
+++ doc/ja/source/conf.py 2010-08-20 07:19:34 +0000 (a78231d)
@@ -255,3 +255,11 @@ pdf_language = 'ja'
pdf_fit_mode = "shrink"
pdf_inline_footnotes = True
pdf_break_level = 2
+
+# -- Options for manual page output --------------------------------------------
+# One entry per manual page. List of tuples
+# (source start file, name, description, authors, manual section).
+man_pages = [
+ ('index', 'groonga', u'groonga documentation',
+ [u'groonga project'], 1)
+]
Deleted: doc/ja/tutorial.html (+0 -159) 100644
===================================================================
--- doc/ja/tutorial.html 2010-08-20 05:29:25 +0000 (e79830a)
+++ /dev/null
@@ -1,159 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>2. チュートリアル — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="_static/default.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="index.html" />
- <link rel="next" title="2.1. インストールと基本的な操作" href="tutorial/tutorial01.html" />
- <link rel="prev" title="1. groongaの特徴" href="characteristic.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="tutorial/tutorial01.html" title="2.1. インストールと基本的な操作"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="characteristic.html" title="1. groongaの特徴"
- accesskey="P">previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="id1">
-<h1>2. チュートリアル<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
-<div class="toctree-wrapper compound">
-<ul>
-<li class="toctree-l1"><a class="reference internal" href="tutorial/tutorial01.html">2.1. インストールと基本的な操作</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial01.html#id2">2.1.1. インストール方法</a></li>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial01.html#id3">2.1.2. 基本的な操作</a></li>
-</ul>
-</li>
-<li class="toctree-l1"><a class="reference internal" href="tutorial/tutorial02.html">2.2. ネットワークを通じた利用</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial02.html#groonga">2.2.1. groonga専用プロトコルによる通信</a></li>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial02.html#http">2.2.2. HTTPによる通信</a></li>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial02.html#id6">2.2.3. セキュリティ</a></li>
-</ul>
-</li>
-<li class="toctree-l1"><a class="reference internal" href="tutorial/tutorial03.html">2.3. さまざまな種類をもったデータの保存</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial03.html#id2">2.3.1. データ型</a></li>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial03.html#id3">2.3.2. テーブル型</a></li>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial03.html#id4">2.3.3. ベクターカラム</a></li>
-</ul>
-</li>
-<li class="toctree-l1"><a class="reference internal" href="tutorial/tutorial04.html">2.4. さまざまな検索条件の指定</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial04.html#javascript">2.4.1. JavaScriptに似た文法での絞込・全文検索</a></li>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial04.html#scorer">2.4.2. scorerを利用したソート</a></li>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial04.html#id2">2.4.3. 位置情報を用いた絞込・ソート</a></li>
-</ul>
-</li>
-<li class="toctree-l1"><a class="reference internal" href="tutorial/tutorial05.html">2.5. ドリルダウン</a></li>
-<li class="toctree-l1"><a class="reference internal" href="tutorial/tutorial06.html">2.6. タグ検索・参照関係の逆引き</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial06.html#id2">2.6.1. タグ検索</a></li>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial06.html#id3">2.6.2. 参照関係の逆引き</a></li>
-</ul>
-</li>
-<li class="toctree-l1"><a class="reference internal" href="tutorial/tutorial07.html">2.7. match_columnsパラメータ</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial07.html#id1">2.7.1. 複数のカラムを対象とした全文検索</a></li>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial07.html#id4">2.7.2. インデックス名を指定した全文検索</a></li>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial07.html#id5">2.7.3. インデックスの重み</a></li>
-</ul>
-</li>
-<li class="toctree-l1"><a class="reference internal" href="tutorial/tutorial08.html">2.8. 主キーによる前方一致検索</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial08.html#id2">2.8.1. 主キーによる前方一致検索</a></li>
-</ul>
-</li>
-<li class="toctree-l1"><a class="reference internal" href="tutorial/tutorial09.html">2.9. 全文検索の語彙表に対する追加情報</a></li>
-<li class="toctree-l1"><a class="reference internal" href="tutorial/tutorial10.html">2.10. マイクロブログ検索システムの作成</a><ul>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial10.html#id2">2.10.1. テーブルの作成</a></li>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial10.html#id3">2.10.2. データのロード</a></li>
-<li class="toctree-l2"><a class="reference internal" href="tutorial/tutorial10.html#id4">2.10.3. 検索</a></li>
-</ul>
-</li>
-</ul>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h4>Previous topic</h4>
- <p class="topless"><a href="characteristic.html"
- title="previous chapter">1. groongaの特徴</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="tutorial/tutorial01.html"
- title="next chapter">2.1. インストールと基本的な操作</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="_sources/tutorial.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="tutorial/tutorial01.html" title="2.1. インストールと基本的な操作"
- >next</a> |</li>
- <li class="right" >
- <a href="characteristic.html" title="1. groongaの特徴"
- >previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/tutorial/tutorial01.html (+0 -415) 100644
===================================================================
--- doc/ja/tutorial/tutorial01.html 2010-08-20 05:29:25 +0000 (865eedf)
+++ /dev/null
@@ -1,415 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>2.1. インストールと基本的な操作 — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="2. チュートリアル" href="../tutorial.html" />
- <link rel="next" title="2.2. ネットワークを通じた利用" href="tutorial02.html" />
- <link rel="prev" title="2. チュートリアル" href="../tutorial.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="tutorial02.html" title="2.2. ネットワークを通じた利用"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="../tutorial.html" title="2. チュートリアル"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../tutorial.html" accesskey="U">2. チュートリアル</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="id1">
-<h1>2.1. インストールと基本的な操作<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
-<p>本チュートリアルでは、groongaの利用方法を紹介します。</p>
-<div class="section" id="id2">
-<h2>2.1.1. インストール方法<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<p>groongaは、ほとんど他のライブラリに依存せずに動作します。</p>
-<ul class="simple">
-<li>MeCabのインストール</li>
-</ul>
-<p>形態素単位でトークナイズした全文検索索引を使用したい場合は、
-groongaのインストール前にMeCab (<a class="reference external" href="http://mecab.sourceforge.net/">http://mecab.sourceforge.net/</a>)をインストールしてください。</p>
-<ul class="simple">
-<li>groongaのインストール</li>
-</ul>
-<p><a class="reference external" href="http://groonga.org/download">http://groonga.org/download</a>/よりtar.gzファイルを取得し、
-インストール先の環境にファイルを展開して、</p>
-<div class="highlight-none"><div class="highlight"><pre>./configure --prefix=/usr && make && sudo make install
-</pre></div>
-</div>
-<p>のように実行することでインストールできます。</p>
-<p>prefixは、インストール先を指定するパラメータです。prefixを指定しない場合には、/usr/localが指定されたものとみなします。LD_LIBRARY_PATHなどに詳しくない人は、上記のように/usrを指定することをお勧めします。</p>
-</div>
-<div class="section" id="id3">
-<h2>2.1.2. 基本的な操作<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groongaは、Cのライブラリとして使用する方法と、groonga実行ファイルを通して使用する方法があります。</p>
-<p>本チュートリアルでは、groonga実行ファイルを使用する方法について説明します。</p>
-<p>groonga実行ファイルを使って、DBの作成・操作・サーバの起動・サーバへの接続などの操作が行えます。</p>
-<div class="section" id="db">
-<h3>2.1.2.1. DBの作成<a class="headerlink" href="#db" title="Permalink to this headline">¶</a></h3>
-<p>以下のようなコマンドを実行すると、データベースを新規に作成することができます。</p>
-<p>書式</p>
-<div class="highlight-none"><div class="highlight"><pre>groonga -n データベースパス名
-</pre></div>
-</div>
-<p>-nオプションは、データベースを作ることを示します。</p>
-<p>データベースパス名には、新しく作成するデータベースのフルパス名を指定します。</p>
-<p>上記コマンドでデータベースを作成すると、そのまま対話モードと呼ばれるコマンドを受け付けるモードになります。Ctrlキーを押しながらdキーを押すと、対話モードから抜けることができます。</p>
-<p>実行例:</p>
-<div class="highlight-none"><div class="highlight"><pre>% groonga -n /tmp/tutorial.db
-> ctrl-d
-%
-</pre></div>
-</div>
-</div>
-<div class="section" id="id4">
-<h3>2.1.2.2. DBの操作<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
-<p>書式</p>
-<div class="highlight-none"><div class="highlight"><pre>groonga DBパス名 [コマンド]
-</pre></div>
-</div>
-<p>既存のデータベースのフルパス名をDBパス名に指定します。
-コマンドを指定すると、実行結果を返します。</p>
-<p>コマンドを指定しない場合には、対話モードに入ります。
-対話モードでは、標準入力からコマンドを読み込み、順次実行します。
-本チュートリアルでは、対話モードを主に使用します。</p>
-<p>たとえば、statusというコマンドを実行してみましょう。statusコマンドは、groongaの実行状態を返すコマンドです。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>% groonga /tmp/tutorial.db
-> status
-[[0,1280378897.11968,1.8e-05],{"alloc_count":440,"starttime":1280378807,"uptime":90,"version":"0.7.2-5-g2a77275"}]
-</pre></div>
-</div>
-<p>以上のように、コマンドの実行結果は基本的にjson形式で返却されます。jsonの配列の0番目の要素に、エラーコードや実行時間などの情報が入ります。jsonの配列の1番目の様子に、コマンドの実行結果が入ります。</p>
-</div>
-<div class="section" id="id5">
-<h3>2.1.2.3. コマンド<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
-<p>groonga実行ファイルやgroongaサーバを介して様々なコマンドを実行して、DBを操作することができます。
-コマンドは以下の書式のうちいずれかで与えることができます。</p>
-<div class="highlight-none"><div class="highlight"><pre>書式1: コマンド名 引数1 引数2 ..
-
-書式2: コマンド名 --引数名1 値1 --引数名2 値2 ..
-</pre></div>
-</div>
-<p>書式1と2は混ぜて使うことができます。</p>
-<p>書式2において、空白や、記号「”’()」のうちいずれかを含む値を指定したい場合は、シングルクォート(‘)かダブルクォート(“)で値を囲みます。</p>
-<p>詳しくは、 <a class="reference internal" href="../execfile.html"><em>groonga実行ファイル</em></a> のコマンドの項を参考にしてください。</p>
-</div>
-<div class="section" id="id6">
-<h3>2.1.2.4. 主なコマンド<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
-<blockquote>
-<dl class="docutils">
-<dt><a class="reference internal" href="../commands/status.html"><em>status</em></a></dt>
-<dd>groongaプロセスの状態を表示します。</dd>
-<dt><a class="reference internal" href="../commands/table_list.html"><em>table_list</em></a></dt>
-<dd>DBに定義されているテーブルのリストを表示します。</dd>
-<dt><a class="reference internal" href="../commands/column_list.html"><em>column_list</em></a></dt>
-<dd>テーブルに定義されているカラムのリストを表示します。</dd>
-<dt><a class="reference internal" href="../commands/table_create.html"><em>table_create</em></a></dt>
-<dd>DBにテーブルを追加します。</dd>
-<dt><a class="reference internal" href="../commands/column_create.html"><em>column_create</em></a></dt>
-<dd>テーブルにカラムを追加します。</dd>
-<dt><a class="reference internal" href="../commands/select.html"><em>select</em></a></dt>
-<dd>テーブルに含まれるレコードを検索して表示します。</dd>
-<dt><a class="reference internal" href="../commands/load.html"><em>load</em></a></dt>
-<dd>テーブルにレコードを挿入します。</dd>
-</dl>
-</blockquote>
-</div>
-<div class="section" id="id7">
-<h3>2.1.2.5. テーブルの作成<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
-<p><a class="reference internal" href="../commands/table_create.html"><em>table_create</em></a> コマンドを使用してテーブルを作成します。</p>
-<p>groongaでは、多くの場合テーブルを作成する際に主キーが必要となります。また、主キーには型と、その格納方法を指定する必要があります。</p>
-<p>型については、のちのチュートリアルで触れます。データの種類をあらわしているもの、とイメージしてください。</p>
-<p>主キーの格納方法によって、主キーでの検索速度や、前方一致検索の可否が決まります。これも、のちのチュートリアルで触れます。</p>
-<p>ここでは、ShortText型の主キー値を持ち、主キーの格納方法はHASHである、’Site’という名前のテーブルを作成します。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> table_create --name Site --flags TABLE_HASH_KEY --key_type ShortText
-[[0,1280378897.32146,0.105979],true]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id8">
-<h3>2.1.2.6. 検索<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
-<p><a class="reference internal" href="../commands/select.html"><em>select</em></a> コマンドを用いて、テーブルの中身を表示することができます。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site
-[[0,1280378897.62847,0.000124],[[[0],[["_id","UInt32"],["_key","ShortText"]]]]]
-</pre></div>
-</div>
-<p>selectにテーブル名を指定すると、指定したテーブルの中身を10件表示します。[0]は検索されたレコードの件数、[“_id”,”Uint32”]は値がUInt32型である”_id’という名前のカラム、[“_key”,”ShortText”]は値がShortText型である’_key’という名前のカラムを示しています。</p>
-<p>table_createコマンドで作成したテーブルには、最初から’_id’/’_key’という2つのカラムがあります。’_id’はgroongaが自動的に付与するID番号が格納されるカラムです。’_key’は主キーが格納されるカラムです。これらのカラム名を変更することはできません。</p>
-</div>
-<div class="section" id="id9">
-<h3>2.1.2.7. カラムの作成<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
-<p><a class="reference internal" href="../commands/column_create.html"><em>column_create</em></a> コマンドを用いて、カラムを作成することができます。</p>
-<p>ShortText型の値を持つ、’comment’という名前のカラムを’Site’テーブルに追加しましょう。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> column_create --table Site --name title --flags COLUMN_SCALAR --type ShortText
-[[0,1280378897.82996,0.098188],true]
-> select --table Site
-[[0,1280378898.12897,0.000124],[[[0],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]]]]]
-</pre></div>
-</div>
-<p>COLUMN_SCALARについては、通常のカラムであることを示しています。</p>
-</div>
-<div class="section" id="id10">
-<h3>2.1.2.8. 全文検索用の語彙テーブルの作成<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
-<p>このチュートリアルでは、groongaに登録したデータを用いた全文検索を行います。</p>
-<p>全文検索を行う場合は、まず語彙テーブルを作成する必要があります。
-語彙表テーブルとは、文書の中にある単語が主キーとなるテーブルです。
-ここでは、ShortText型の主キー値を持つ、’Terms’という名前のテーブルを作成しました。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> table_create --name Terms --flags TABLE_PAT_KEY|KEY_NORMALIZE --key_type ShortText --default_tokenizer TokenBigram
-[[0,1280378898.33069,0.089422],true]
-</pre></div>
-</div>
-<p>この実行例には、多くのパラメータが指定されています。本チュートリアルでは、これらをすべて理解する必要はありません。以下に簡単な説明を記しますが、読み飛ばしてもらってかまいません。</p>
-<p>実行例にある、TABLE_PAT_KEY|KEY_NORMALIZEという値は、主キー値をパトリシア木に格納し、各語彙を正規化して登録することを示しています。</p>
-<p>実行例にある、TokenBigramという値は、 語彙表として使用するテーブルは、対象の文書をトークナイズする方式を、default_tokenizerパラメータで与えます。この例ではTokenBigramを指定しています。よって、一般的にN-gramと呼ばれるようなインデックス方式を選択しています。</p>
-</div>
-<div class="section" id="id11">
-<h3>2.1.2.9. 全文検索用のインデックスカラムの作成<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
-<p>Siteテーブルのtitleカラムを全文検索の対象としたいとしましょう。その場合には、語彙テーブルにインデックス型のカラムを作成します。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> column_create --table Terms --name blog_title --flags COLUMN_INDEX|WITH_POSITION --type Site --source title
-[[0,1280378898.93701,0.16927],true]
-</pre></div>
-</div>
-<p>Siteテーブルのtitleカラムを検索対象とする、’blog_title’という名前のインデックス型カラムをTermsテーブルに作成しました。インデックス対象となるテーブルをtypeに、インデックス対象となるカラムをsourceに指定します。</p>
-<p>実行例のflagsのCOLUMN_INDEX|WITH_POSITIONという値は、語彙の位置情報を格納するインデックス型のカラムであることを示しています。通常の全文検索インデックスでは、COLUMN_INDEX|WITH_POSITIONを指定してください。語彙の位置情報を格納する意味については、本チュートリアルでは触れません。</p>
-</div>
-<div class="section" id="id12">
-<h3>2.1.2.10. データのロード<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
-<p><a class="reference internal" href="../commands/load.html"><em>load</em></a> コマンドを使用します。loadコマンドでは、jsonで受け取ったデータをテーブルに格納します。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> load --table Site
-> [
-> {"_key":"http://example.org/","title":"This is test record 1!"},
-> {"_key":"http://example.net/","title":"test record 2."},
-> {"_key":"http://example.com/","title":"test test record three."},
-> {"_key":"http://example.net/afr","title":"test record four."},
-> {"_key":"http://example.org/aba","title":"test test test record five."},
-> {"_key":"http://example.com/rab","title":"test test test test record six."},
-> {"_key":"http://example.net/atv","title":"test test test record seven."},
-> {"_key":"http://example.org/gat","title":"test test record eight."},
-> {"_key":"http://example.com/vdw","title":"test test record nine."},
-> ]
-[[0,1280378899.30731,2.202854],9]
-</pre></div>
-</div>
-<p>selectコマンドで、データが入っていることを確認しましょう。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site
-[[0,1280378901.71103,0.00014],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"],[2,"http://example.net/","test record 2."],[3,"http://example.com/","test test record three."],[4,"http://example.net/afr","test record four."],[5,"http://example.org/aba","test test test record five."],[6,"http://example.com/rab","test test test test record six."],[7,"http://example.net/atv","test test test record seven."],[8,"http://example.org/gat","test test record eight."],[9,"http://example.com/vdw","test test record nine."]]]]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id13">
-<h3>2.1.2.11. データの検索<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h3>
-<p>groongaでは、’_id’カラムと’_key’カラムの値はテーブル中で一意です。よって、それを用いて検索してみましょう。</p>
-<p>selectコマンドにおいて、queryパラメータを用いるとデータの検索を行うことができます。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site --query _id:1
-[[0,1280378901.91744,0.000364],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"]]]]
-</pre></div>
-</div>
-<p>queryパラメータに与えた「_id:1」というのは、’_id’という名前のカラムに‘1’という値が入っているレコードを検索する、という意味です。</p>
-<p>_keyでも検索してみましょう。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site --query "_key:\"http://example.org/\""
-[[0,1280378902.11978,0.000287],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"]]]]
-</pre></div>
-</div>
-<p>queryパラメータに与えた「_key:”<a class="reference external" href="http://example.org/">http://example.org/</a>“」というのは、’_key’という名前のカラムに’”<a class="reference external" href="http://example.org/">http://example.org/</a>“’という値が入っているレコードを検索する、という意味です。</p>
-</div>
-<div class="section" id="id14">
-<h3>2.1.2.12. 全文検索<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h3>
-<p>queryパラメータでは、インデックスを用いた全文検索を行うこともできます。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site --query title:@this
-[[0,1280378902.32214,0.000302],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"]]]]
-</pre></div>
-</div>
-<p>titleカラムに対して、’this’という文字列で全文検索を行った結果を返します。</p>
-<p>queryパラメータに与えた「title:@this」というのが、’title’という名前のカラムに’this’という文字列が含まれているレコードを検索する、という意味です。</p>
-<p>selectコマンドには、match_columnsというパラメータが存在します。これを指定すると、query内にカラム名を指定しない条件があった場合、match_columnsで指定されたカラムに対しての検索であることを示します。[1]_</p>
-<p>match_columnsパラメータに’title’、queryパラメータに’this’という文字列を指定すると、上記のクエリと同じ結果を得ることができます。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site --match_columns title --query this
-[[0,1280378902.52448,0.000367],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"]]]]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id15">
-<h3>2.1.2.13. 出力カラムの指定<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h3>
-<p>selectコマンドにおいて、output_columnsパラメータを用いることで、検索結果で表示するカラムを指定することが出来ます。</p>
-<p>複数のカラムを指定する場合は、カンマ(,)区切りで指定します。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site --output_columns _key,title,_score --query title:@test
-[[0,1280378902.72695,0.000387],[[[9],[["_key","ShortText"],["title","ShortText"],["_score","Int32"]],["http://example.org/","This is test record 1!",1],["http://example.net/","test record 2.",1],["http://example.com/","test test record three.",2],["http://example.net/afr","test record four.",1],["http://example.org/aba","test test test record five.",3],["http://example.com/rab","test test test test record six.",4],["http://example.net/atv","test test test record seven.",3],["http://example.org/gat","test test record eight.",2],["http://example.com/vdw","test test record nine.",2]]]]
-</pre></div>
-</div>
-<p>groongaの検索結果には、「_score」という名前のカラムが追加されています。このカラムは、全文検索の条件が合致する文書ほど高い数値が入ります。</p>
-</div>
-<div class="section" id="id16">
-<h3>2.1.2.14. 表示範囲指定<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h3>
-<p>selectコマンドにおいて、offset,limitパラメータを用いることで、検索結果から指定された範囲のみを表示することが出来ます。大量の検索結果をページで分けて、1ページ分のみを表示したい場合に有効です。</p>
-<p>offsetパラメータには、検索結果を返す始点を指定します。1件目から結果を返す場合には、0を指定します。</p>
-<p>limitパラメータには、検索結果を何件表示するのかを指定します。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site --offset 0 --limit 3
-[[0,1280378902.93367,0.000106],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"],[2,"http://example.net/","test record 2."],[3,"http://example.com/","test test record three."]]]]
-> select --table Site --offset 3 --limit 3
-[[0,1280378903.13653,9.8e-05],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[4,"http://example.net/afr","test record four."],[5,"http://example.org/aba","test test test record five."],[6,"http://example.com/rab","test test test test record six."]]]]
-> select --table Site --offset 7 --limit 3
-[[0,1280378903.33964,9.3e-05],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[8,"http://example.org/gat","test test record eight."],[9,"http://example.com/vdw","test test record nine."]]]]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id17">
-<h3>2.1.2.15. 並び替え<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h3>
-<p>selectコマンドにおいて、sortbyパラメータを用いることで、検索結果を並び替えることが出来ます。</p>
-<p>sortbyパラメータにカラム名を指定することで、そのカラムの値で昇順にソートします。また、カラム名の前にハイフン(-)を付けることで、降順にソートすることも出来ます。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site --sortby -_id
-[[0,1280378903.5424,0.000233],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[9,"http://example.com/vdw","test test record nine."],[8,"http://example.org/gat","test test record eight."],[7,"http://example.net/atv","test test test record seven."],[6,"http://example.com/rab","test test test test record six."],[5,"http://example.org/aba","test test test record five."],[4,"http://example.net/afr","test record four."],[3,"http://example.com/","test test record three."],[2,"http://example.net/","test record 2."],[1,"http://example.org/","This is test record 1!"]]]]
-</pre></div>
-</div>
-<p>出力カラムの指定で紹介した「_score」カラムは、ソートの条件としても使うことができます。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site --query title:@test --output_columns _id,_score,title --sortby _score
-[[0,1280378903.74908,0.000431],[[[9],[["_id","UInt32"],["_score","Int32"],["title","ShortText"]],[1,1,"This is test record 1!"],[2,1,"test record 2."],[4,1,"test record four."],[3,2,"test test record three."],[9,2,"test test record nine."],[8,2,"test test record eight."],[7,3,"test test test record seven."],[5,3,"test test test record five."],[6,4,"test test test test record six."]]]]
-</pre></div>
-</div>
-<p>ソートするカラム名を複数指定したい場合は、カンマ(,)区切りで指定します。複数のカラムを指定した場合、最初のカラムで同一の値のレコードがあった場合に、次のカラムの値でソートさせることができます。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site --query title:@test --output_columns _id,_score,title --sortby _score,_id
-[[0,1280378903.95387,0.000427],[[[9],[["_id","UInt32"],["_score","Int32"],["title","ShortText"]],[1,1,"This is test record 1!"],[2,1,"test record 2."],[4,1,"test record four."],[3,2,"test test record three."],[8,2,"test test record eight."],[9,2,"test test record nine."],[5,3,"test test test record five."],[7,3,"test test test record seven."],[6,4,"test test test test record six."]]]]
-</pre></div>
-</div>
-<p class="rubric">脚注</p>
-<table class="docutils footnote" frame="void" id="id18" rules="none">
-<colgroup><col class="label" /><col /></colgroup>
-<tbody valign="top">
-<tr><td class="label">[1]</td><td>現在のバージョンでは、全文検索インデックスが存在する場合にのみ、match_columnsパラメータを利用することをができます。通常のカラムでの絞り込みには利用できません。</td></tr>
-</tbody>
-</table>
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">2.1. インストールと基本的な操作</a><ul>
-<li><a class="reference internal" href="#id2">2.1.1. インストール方法</a></li>
-<li><a class="reference internal" href="#id3">2.1.2. 基本的な操作</a><ul>
-<li><a class="reference internal" href="#db">2.1.2.1. DBの作成</a></li>
-<li><a class="reference internal" href="#id4">2.1.2.2. DBの操作</a></li>
-<li><a class="reference internal" href="#id5">2.1.2.3. コマンド</a></li>
-<li><a class="reference internal" href="#id6">2.1.2.4. 主なコマンド</a></li>
-<li><a class="reference internal" href="#id7">2.1.2.5. テーブルの作成</a></li>
-<li><a class="reference internal" href="#id8">2.1.2.6. 検索</a></li>
-<li><a class="reference internal" href="#id9">2.1.2.7. カラムの作成</a></li>
-<li><a class="reference internal" href="#id10">2.1.2.8. 全文検索用の語彙テーブルの作成</a></li>
-<li><a class="reference internal" href="#id11">2.1.2.9. 全文検索用のインデックスカラムの作成</a></li>
-<li><a class="reference internal" href="#id12">2.1.2.10. データのロード</a></li>
-<li><a class="reference internal" href="#id13">2.1.2.11. データの検索</a></li>
-<li><a class="reference internal" href="#id14">2.1.2.12. 全文検索</a></li>
-<li><a class="reference internal" href="#id15">2.1.2.13. 出力カラムの指定</a></li>
-<li><a class="reference internal" href="#id16">2.1.2.14. 表示範囲指定</a></li>
-<li><a class="reference internal" href="#id17">2.1.2.15. 並び替え</a></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="../tutorial.html"
- title="previous chapter">2. チュートリアル</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="tutorial02.html"
- title="next chapter">2.2. ネットワークを通じた利用</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/tutorial/tutorial01.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="tutorial02.html" title="2.2. ネットワークを通じた利用"
- >next</a> |</li>
- <li class="right" >
- <a href="../tutorial.html" title="2. チュートリアル"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../tutorial.html" >2. チュートリアル</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/tutorial/tutorial02.html (+0 -214) 100644
===================================================================
--- doc/ja/tutorial/tutorial02.html 2010-08-20 05:29:25 +0000 (ee23a29)
+++ /dev/null
@@ -1,214 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>2.2. ネットワークを通じた利用 — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="2. チュートリアル" href="../tutorial.html" />
- <link rel="next" title="2.3. さまざまな種類をもったデータの保存" href="tutorial03.html" />
- <link rel="prev" title="2.1. インストールと基本的な操作" href="tutorial01.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="tutorial03.html" title="2.3. さまざまな種類をもったデータの保存"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="tutorial01.html" title="2.1. インストールと基本的な操作"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../tutorial.html" accesskey="U">2. チュートリアル</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="id1">
-<h1>2.2. ネットワークを通じた利用<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
-<p>groongaはネットワークを通じて利用することができます。groonga独自プロトコルもしくはHTTPのどちらかを選択してgroongaを起動することにより、groongaはネットワーク接続を待ち受けます。</p>
-<div class="section" id="groonga">
-<h2>2.2.1. groonga専用プロトコルによる通信<a class="headerlink" href="#groonga" title="Permalink to this headline">¶</a></h2>
-<div class="section" id="id2">
-<h3>2.2.1.1. groongaデーモンの起動<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
-<p>書式</p>
-<div class="highlight-none"><div class="highlight"><pre>groonga [-p ポート番号] -d DBパス名
-</pre></div>
-</div>
-<p>既存のデータベースのフルパス名をDBパス名に指定します。
-groongaがデーモンモードで起動し、指定したポート番号でgroongaの専用プロトコルを用いた通信をすることができます。
-(ポート番号を省略した場合は10041が使用されます)</p>
-<p>実行例:</p>
-<div class="highlight-none"><div class="highlight"><pre>% groonga -d /var/tmp/hoge.db
-12345
-%
-</pre></div>
-</div>
-<p>デーモンモードで起動後、プロセス番号が表示されます。</p>
-</div>
-<div class="section" id="id3">
-<h3>2.2.1.2. groongaサーバへの接続<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
-<p>書式</p>
-<div class="highlight-none"><div class="highlight"><pre>groonga [-p ポート番号] -c [対象ホスト名またはIPアドレス]
-</pre></div>
-</div>
-<p>対象ホストで動作しているgroongaサーバに接続します。</p>
-<p>対象ホスト名を省略した場合はlocalhostに対して接続し、対象ポート番号を省略した場合は10041ポートに対して接続します。</p>
-<p>接続に成功すると対話モードに入り、標準入力からコマンドを読み込んで順次実行します。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>% groonga -c
-> status
-[[0,1280378896.10941,1.8e-05],{"alloc_count":463,"starttime":1280378807,"uptime":89,"version":"0.7.2-5-g2a77275"}]
-> ctrl-d
-%
-</pre></div>
-</div>
-</div>
-<div class="section" id="id4">
-<h3>2.2.1.3. groongaデーモンの終了<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h3>
-<p>groongaデーモンにshutdownコマンドを発行することにより、終了させることができます。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>% groonga -c
-> shutdown
-%
-</pre></div>
-</div>
-</div>
-</div>
-<div class="section" id="http">
-<h2>2.2.2. HTTPによる通信<a class="headerlink" href="#http" title="Permalink to this headline">¶</a></h2>
-<p>groongaをHTTP経由で利用したい場合には、HTTPプロトコルモードで起動します。</p>
-<p>書式</p>
-<div class="highlight-none"><div class="highlight"><pre>groonga [-p ポート番号] -d --protocol http DBパス名
-</pre></div>
-</div>
-<p>protocolオプションで、groongaが受け付けるプロトコルを指定できます。httpを指定すると、groongaはHTTPプロトコルでの通信を受け付けます。</p>
-<div class="section" id="html">
-<h3>2.2.2.1. HTML管理ツール<a class="headerlink" href="#html" title="Permalink to this headline">¶</a></h3>
-<p>コマンド実行後、http://[IPアドレスまたはホスト名]:[ポート番号]/ というURLにブラウザからアクセスすると、HTML管理ツールが表示されます。ブラウザは、JavaScriptの実行が有効になっている必要があります。</p>
-</div>
-<div class="section" id="id5">
-<h3>2.2.2.2. HTTPでのコマンド実行<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
-<p>groongaがHTTPプロトコルモードで起動されているとき、「/d/コマンド名」というURLにアクセスすると、コマンドを実行することが出来ます。</p>
-<p>コマンドのオプションは、HTTPのGETパラメータで渡します。つまり、「?オプション=値&オプション=値 …」という書式になります。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>http://[IPまたはホスト名]:[ポート番号]/d/status
-実行される処理:
-> status
-[[0,1280378896.31131,1.4e-05],{"alloc_count":463,"starttime":1280378807,"uptime":89,"version":"0.7.2-5-g2a77275"}]
-
-http://[IPまたはホスト名]:[ポート番号]/d/select?table=Site&query=title:@this
-実行される処理:
-> select --table Site --query title:@this
-[[0,1280378896.51281,6.0e-05],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"]],[1,"http://example.org/","This is test record 1!"]]]]
-</pre></div>
-</div>
-</div>
-</div>
-<div class="section" id="id6">
-<h2>2.2.3. セキュリティ<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<p>groongaのネットワークサービスにはは認証機能がありません。誰でもデータベースの内容を閲覧・修正することができます。iptablesなどを用いて、アクセス元IPアドレスを制限することを薦めます。</p>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">2.2. ネットワークを通じた利用</a><ul>
-<li><a class="reference internal" href="#groonga">2.2.1. groonga専用プロトコルによる通信</a><ul>
-<li><a class="reference internal" href="#id2">2.2.1.1. groongaデーモンの起動</a></li>
-<li><a class="reference internal" href="#id3">2.2.1.2. groongaサーバへの接続</a></li>
-<li><a class="reference internal" href="#id4">2.2.1.3. groongaデーモンの終了</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#http">2.2.2. HTTPによる通信</a><ul>
-<li><a class="reference internal" href="#html">2.2.2.1. HTML管理ツール</a></li>
-<li><a class="reference internal" href="#id5">2.2.2.2. HTTPでのコマンド実行</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id6">2.2.3. セキュリティ</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="tutorial01.html"
- title="previous chapter">2.1. インストールと基本的な操作</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="tutorial03.html"
- title="next chapter">2.3. さまざまな種類をもったデータの保存</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/tutorial/tutorial02.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="tutorial03.html" title="2.3. さまざまな種類をもったデータの保存"
- >next</a> |</li>
- <li class="right" >
- <a href="tutorial01.html" title="2.1. インストールと基本的な操作"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../tutorial.html" >2. チュートリアル</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/tutorial/tutorial03.html (+0 -183) 100644
===================================================================
--- doc/ja/tutorial/tutorial03.html 2010-08-20 05:29:25 +0000 (1cb37c3)
+++ /dev/null
@@ -1,183 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>2.3. さまざまな種類をもったデータの保存 — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="2. チュートリアル" href="../tutorial.html" />
- <link rel="next" title="2.4. さまざまな検索条件の指定" href="tutorial04.html" />
- <link rel="prev" title="2.2. ネットワークを通じた利用" href="tutorial02.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="tutorial04.html" title="2.4. さまざまな検索条件の指定"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="tutorial02.html" title="2.2. ネットワークを通じた利用"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../tutorial.html" accesskey="U">2. チュートリアル</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="id1">
-<h1>2.3. さまざまな種類をもったデータの保存<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
-<p>groongaでは、さまざまなデータを格納させることが出来ます。</p>
-<div class="section" id="id2">
-<h2>2.3.1. データ型<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<p>groongaでは、数値(整数・小数)や文字列や時刻や経緯度などの情報を格納することができます。</p>
-<p>ここでは、Int32型のカラムに整数を格納、Float型のカラムに浮動小数点の小数を、ShortText型のカラムに文字列を、Time型のカラムに時間を格納する例を示します。経緯度の格納については、のちのチュートリアルで触れます。</p>
-<p>その他のデータ型の一覧は、 <a class="reference internal" href="../type.html"><em>データ型</em></a> を参照してください。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> table_create --name Type --flags TABLE_HASH_KEY --key_type ShortText
-[[0,1280378823.87922,0.063618],true]
-> column_create --table Type --name number --type Int32
-[[0,1280378824.14361,0.066276],true]
-> column_create --table Type --name float --type Float
-[[0,1280378824.41063,0.0673],true]
-> column_create --table Type --name string --type ShortText
-[[0,1280378824.67863,0.067213],true]
-> column_create --table Type --name time --type Time
-[[0,1280378824.94662,0.05711],true]
-> load --table Type
-> [{"_key":"sample","number":12345,"float":42.195,"string":"GROONGA","time":1234567890.12}]
-[[0,1280378825.20443,0.201835],1]
-> select --table Type
-[[0,1280378825.60691,0.000155],[[[1],[["_id","UInt32"],["_key","ShortText"],["time","Time"],["string","ShortText"],["number","Int32"],["float","Float"]],[1,"sample",1234567890.0,"GROONGA",12345,42.195]]]]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>2.3.2. テーブル型<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>table_createで作成したテーブルを、カラムの型として使うことが出来ます。</p>
-<p>また、output_columnsにおいて「.」を区切りとして、参照先のテーブルに存在するカラムを指定すると、指定したカラムの値を表示することができます。</p>
-<p>ここでは、先のチュートリアルで作成したSiteテーブルに手を加え、どのサイトをリンクしているのかを保存してみましょう。</p>
-<p>他のテーブルを参照するカラムにデータを入力する場合には、参照先のテーブルの_keyカラムの値を代入する必要があります。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> column_create --table Site --name link --type Site
-[[0,1280378825.80958,0.094424],true]
-> load --table Site
-> [{"_key":"http://example.org/","link":"http://example.net/"}]
-[[0,1280378826.10477,0.200507],1]
-> select --table Site --output_columns _key,title,link._key,link.title --query title:@this
-[[0,1280378826.50595,0.000522],[[[1],[["_key","ShortText"],["title","ShortText"],["link._key","ShortText"],["link.title","ShortText"]],["http://example.org/","This is test record 1!","http://example.net/","test record 2."]]]]
-</pre></div>
-</div>
-<p>このように、linkカラムに他のサイトへの参照を保存することができました。また、参照先の_keyとtitleカラムの内容を表示することができました。</p>
-</div>
-<div class="section" id="id4">
-<h2>2.3.3. ベクターカラム<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p>column_createコマンドでカラムを作成するとき、–flagsオプションでCOLUMN_VECTORフラグを指定すると、複数の値を配列で格納できるカラムが作成されます。</p>
-<p>テーブル型で配列を格納するカラムは、1対多の参照関係を表すのに有効です。</p>
-<p>テーブル型のチュートリアルでは、Siteテーブルに手を加え、どのサイトをリンクしているのかを保存しました。しかし、通常は1つのサイトから多くのサイトにリンクが張られています。複数のリンク情報を格納するために、複数の参照関係を保存するカラムを作成してみましょう。</p>
-<p>他のテーブルを参照するベクターカラムにデータを入力する場合には、参照先のテーブルの_keyカラムの値の「配列」を代入する必要があります。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> column_create --table Site --name links --flags COLUMN_VECTOR --type Site
-[[0,1280378826.70921,0.087662],true]
-> load --table Site
-> [{"_key":"http://example.org/","links":["http://example.net/","http://example.org/","http://example.com/"]}]
-[[0,1280378826.99769,0.200643],1]
-> select --table Site --output_columns _key,title,links._key,links.title --query title:@this
-[[0,1280378827.39899,0.000499],[[[1],[["_key","ShortText"],["title","ShortText"],["links._key","ShortText"],["links.title","ShortText"]],["http://example.org/","This is test record 1!",["http://example.net/","http://example.org/","http://example.com/"],["test record 2.","This is test record 1!","test test record three."]]]]]
-</pre></div>
-</div>
-<p>このように、複数の参照関係が保存できました。また、output_columnsによって、複数の参照先のカラム値も表示させることができました。</p>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">2.3. さまざまな種類をもったデータの保存</a><ul>
-<li><a class="reference internal" href="#id2">2.3.1. データ型</a></li>
-<li><a class="reference internal" href="#id3">2.3.2. テーブル型</a></li>
-<li><a class="reference internal" href="#id4">2.3.3. ベクターカラム</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="tutorial02.html"
- title="previous chapter">2.2. ネットワークを通じた利用</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="tutorial04.html"
- title="next chapter">2.4. さまざまな検索条件の指定</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/tutorial/tutorial03.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="tutorial04.html" title="2.4. さまざまな検索条件の指定"
- >next</a> |</li>
- <li class="right" >
- <a href="tutorial02.html" title="2.2. ネットワークを通じた利用"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../tutorial.html" >2. チュートリアル</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/tutorial/tutorial04.html (+0 -212) 100644
===================================================================
--- doc/ja/tutorial/tutorial04.html 2010-08-20 05:29:25 +0000 (6d73725)
+++ /dev/null
@@ -1,212 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>2.4. さまざまな検索条件の指定 — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="2. チュートリアル" href="../tutorial.html" />
- <link rel="next" title="2.5. ドリルダウン" href="tutorial05.html" />
- <link rel="prev" title="2.3. さまざまな種類をもったデータの保存" href="tutorial03.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="tutorial05.html" title="2.5. ドリルダウン"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="tutorial03.html" title="2.3. さまざまな種類をもったデータの保存"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../tutorial.html" accesskey="U">2. チュートリアル</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="id1">
-<h1>2.4. さまざまな検索条件の指定<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
-<p>groongaは、JavaScriptに似た文法での条件絞込や、計算した値を用いたソートを行うことができます。また、位置情報(緯度・経度)を用いた絞込・ソートを行うことができます。</p>
-<div class="section" id="javascript">
-<h2>2.4.1. JavaScriptに似た文法での絞込・全文検索<a class="headerlink" href="#javascript" title="Permalink to this headline">¶</a></h2>
-<p>selectコマンドのfilterパラメータは、queryパラメータと同様に、レコードの検索条件を指定します。filterパラメータとqueryパラメータが異なる点は、filterパラメータには、JavaScriptの式に似た文法で条件を指定する点です。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site --filter "_id <= 1" --output_columns _id,_key
-[[0,1280378885.95759,0.000306],[[[1],[["_id","UInt32"],["_key","ShortText"]],[1,"http://example.org/"]]]]
-</pre></div>
-</div>
-<p>ここで、filterパラメータには</p>
-<blockquote>
-_id <= 1</blockquote>
-<p>という条件を指定しています。この場合は_idの値が1以下のレコードが検索結果として得られます。</p>
-<p>また、&& や || を使って、条件のAND・OR指定をすることもできます。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site --filter "_id >= 4 && _id <= 6" --output_columns _id,_key
-[[0,1280378886.15944,0.000311],[[[3],[["_id","UInt32"],["_key","ShortText"]],[4,"http://example.net/afr"],[5,"http://example.org/aba"],[6,"http://example.com/rab"]]]]
-> select --table Site --filter "_id <= 2 || _id >= 7" --output_columns _id,_key
-[[0,1280378886.36174,0.000321],[[[5],[["_id","UInt32"],["_key","ShortText"]],[1,"http://example.org/"],[2,"http://example.net/"],[7,"http://example.net/atv"],[8,"http://example.org/gat"],[9,"http://example.com/vdw"]]]]
-</pre></div>
-</div>
-<p>queryパラメータとfilterパラメータを同時に指定すると、両者の条件をともに満たすレコードが結果として返ります。</p>
-</div>
-<div class="section" id="scorer">
-<h2>2.4.2. scorerを利用したソート<a class="headerlink" href="#scorer" title="Permalink to this headline">¶</a></h2>
-<p>selectコマンドのscorerパラメータは、
-全文検索を行った結果の各レコードに対して処理を行うためのパラメータです。</p>
-<p>filterパラメータと同様に、
-JavaScriptの式に似たな文法で様々な条件を指定することができます。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site --filter "1" --scorer "_score = rand()" --output_columns _id,_key,_score --sortby _score
-[[0,1280378886.56471,0.000504],[[[9],[["_id","UInt32"],["_key","ShortText"],["_score","Int32"]],[3,"http://example.com/",35005211],[9,"http://example.com/vdw",278722862],[5,"http://example.org/aba",294702567],[1,"http://example.org/",304089172],[7,"http://example.net/atv",336465782],[4,"http://example.net/afr",521595368],[8,"http://example.org/gat",861021530],[2,"http://example.net/",1303455736],[6,"http://example.com/rab",1726956429]]]]
-> select --table Site --filter "1" --scorer "_score = rand()" --output_columns _id,_key,_score --sortby _score
-[[0,1280378886.76988,0.00049],[[[9],[["_id","UInt32"],["_key","ShortText"],["_score","Int32"]],[1,"http://example.org/",233665123],[3,"http://example.com/",468703135],[7,"http://example.net/atv",635723058],[4,"http://example.net/afr",1101513929],[9,"http://example.com/vdw",1125898167],[6,"http://example.com/rab",1315634022],[8,"http://example.org/gat",1369133069],[5,"http://example.org/aba",1801979802],[2,"http://example.net/",2145174067]]]]
-</pre></div>
-</div>
-<p>検索結果には、’_score’という名前の、全文検索のスコアが代入されている仮想的なカラムが付与されることをチュートリアル中ソートの項目で説明しました。</p>
-<p>上記の実行例では、scorerパラメータに</p>
-<blockquote>
-_score = rand()</blockquote>
-<p>という条件を指定しています。ここでは、rand()という乱数を返す関数を用いて、全文検索のスコアを乱数で上書きしています。</p>
-<p>sortbyパラメータには、</p>
-<blockquote>
-_score</blockquote>
-<p>を指定しています。これは、スコア順に昇順にソートすることを意味しています。</p>
-<p>よって、上記のクエリは実行されるたびに検索結果の並び順がランダムに変わります。</p>
-</div>
-<div class="section" id="id2">
-<h2>2.4.3. 位置情報を用いた絞込・ソート<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<p>groongaでは、位置情報(経緯度)を保存することができます。また、保存した経緯度を用いて絞込やソートができます。</p>
-<p>位置情報を保存するためのカラムの型として、TokyoGeoPoint/WGS84GeoPointの2つの型があります。前者は日本測地系、後者は世界測地系(WGS84相当)の経緯度を保存します。</p>
-<p>経緯度をデータを入力するためには、”緯度のミリ秒x経度のミリ秒”という形式の文字列を代入する必要があります。</p>
-<p>ここでは、ためしに東京駅と新宿駅とついて、世界測地系での位置情報を保存してみましょう。東京駅は緯度が35度40分52.975秒、経度が139度45分57.902秒です。新宿駅は緯度が35度41分27.316秒、経度が139度42分0.929秒です。よって、代入する文字列はそれぞれ”128452975x503157902”/”128487316x502920929”となります。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> column_create --table Site --name location --type WGS84GeoPoint
-[[0,1280378886.97522,0.109348],true]
-> load --table Site
-> [
-> {"_key":"http://example.org/","location":"128452975x503157902"}
-> {"_key":"http://example.net/","location":"128487316x502920929"},
-> ]
-[[0,1280378887.28534,0.801067],2]
-> select --table Site --query "_id:1 OR _id:2" --output_columns _key,location
-[[0,1280378888.28703,0.000371],[[[2],[["_key","ShortText"],["location","WGS84GeoPoint"]],["http://example.org/","128452975x503157902"],["http://example.net/","128487316x502920929"]]]]
-</pre></div>
-</div>
-<p>scorerパラメータにおいて、 <a class="reference internal" href="../functions/geo_distance.html"><em>geo_distance</em></a> 関数を用いることにより、2点間の距離を計算することができます。</p>
-<p>ここでは、秋葉原駅からの距離を表示させてみましょう。世界測地系では、秋葉原駅の位置は緯度が35度41分55.259秒、経度が139度46分27.188秒です。よって、geo_distance関数に与える文字列は”128515259x503187188”となります。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site --query "_id:1 OR _id:2" --output_columns _key,location,_score --scorer '_score = geo_distance(location, "128515259x503187188")'
-[[0,1280378888.48983,0.000429],[[[2],[["_key","ShortText"],["location","WGS84GeoPoint"],["_score","Int32"]],["http://example.org/","128452975x503157902",2054],["http://example.net/","128487316x502920929",6720]]]]
-</pre></div>
-</div>
-<p>この結果を見ると、東京駅と秋葉原駅は2054m、秋葉原駅と新宿駅は6720m離れているようです。</p>
-<p>geo_distance関数は、_scoreを通じてソートでも用いることができます。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site --query "_id:1 OR _id:2" --output_columns _key,location,_score --scorer '_score = geo_distance(location, "128515259x503187188")' --sortby -_score
-[[0,1280378888.69281,0.000524],[[[2],[["_key","ShortText"],["location","WGS84GeoPoint"],["_score","Int32"]],["http://example.net/","128487316x502920929",6720],["http://example.org/","128452975x503157902",2054]]]]
-</pre></div>
-</div>
-<p>「ある地点から何m以内に存在する」といった絞込も可能です。</p>
-<p>filterパラメータにおいて、 <a class="reference internal" href="../functions/geo_in_circle.html"><em>geo_in_circle</em></a> 関数を用いることにより、2点間の距離が指定のm以下におさまるかどうかを判定することができます。</p>
-<p>たとえば、秋葉原駅から5000m以内にあるレコードを検索してみましょう。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site --output_columns _key,location --filter 'geo_in_circle(location, "128515259x503187188", 5000)'
-[[0,1280378888.89597,0.000335],[[[1],[["_key","ShortText"],["location","WGS84GeoPoint"]],["http://example.org/","128452975x503157902"]]]]
-</pre></div>
-</div>
-<p>また、経緯度が指定の矩形領域内であるかどうかを判定する <a class="reference internal" href="../functions/geo_in_rectangle.html"><em>geo_in_rectangle</em></a> 関数も存在します。</p>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">2.4. さまざまな検索条件の指定</a><ul>
-<li><a class="reference internal" href="#javascript">2.4.1. JavaScriptに似た文法での絞込・全文検索</a></li>
-<li><a class="reference internal" href="#scorer">2.4.2. scorerを利用したソート</a></li>
-<li><a class="reference internal" href="#id2">2.4.3. 位置情報を用いた絞込・ソート</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="tutorial03.html"
- title="previous chapter">2.3. さまざまな種類をもったデータの保存</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="tutorial05.html"
- title="next chapter">2.5. ドリルダウン</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/tutorial/tutorial04.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="tutorial05.html" title="2.5. ドリルダウン"
- >next</a> |</li>
- <li class="right" >
- <a href="tutorial03.html" title="2.3. さまざまな種類をもったデータの保存"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../tutorial.html" >2. チュートリアル</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/tutorial/tutorial05.html (+0 -169) 100644
===================================================================
--- doc/ja/tutorial/tutorial05.html 2010-08-20 05:29:25 +0000 (65e95c4)
+++ /dev/null
@@ -1,169 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>2.5. ドリルダウン — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="2. チュートリアル" href="../tutorial.html" />
- <link rel="next" title="2.6. タグ検索・参照関係の逆引き" href="tutorial06.html" />
- <link rel="prev" title="2.4. さまざまな検索条件の指定" href="tutorial04.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="tutorial06.html" title="2.6. タグ検索・参照関係の逆引き"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="tutorial04.html" title="2.4. さまざまな検索条件の指定"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../tutorial.html" accesskey="U">2. チュートリアル</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="id1">
-<h1>2.5. ドリルダウン<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
-<p>groongaでは、特定のカラム値で検索結果をグループ化することができます。これをドリルダウンと呼びます。</p>
-<p>Siteテーブルに2つのカラムを追加します。TLDドメイン名を格納するdomainカラムと、国名を格納するcountryカラムです。これらのカラムの型は、それぞれドメイン名を主キーとするSiteDomainテーブルと、国名を主キーとするSiteCounteryテーブルとします。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> table_create --name SiteDomain --flags TABLE_HASH_KEY --key_type ShortText
-[[0,1280378842.01708,0.06822],true]
-> table_create --name SiteCountry --flags TABLE_HASH_KEY --key_type ShortText
-[[0,1280378842.28607,0.066339],true]
-> column_create --table Site --name domain --flags COLUMN_SCALAR --type SiteDomain
-[[0,1280378842.55314,0.066281],true]
-> column_create --table Site --name country --flags COLUMN_SCALAR --type SiteCountry
-[[0,1280378842.82013,0.057988],true]
-> load --table Site
-> [
-> {"_key":"http://example.org/","domain":".org","country":"japan"},
-> {"_key":"http://example.net/","domain":".net","country":"brazil"},
-> {"_key":"http://example.com/","domain":".com","country":"japan"},
-> {"_key":"http://example.net/afr","domain":".net","country":"usa"},
-> {"_key":"http://example.org/aba","domain":".org","country":"korea"},
-> {"_key":"http://example.com/rab","domain":".com","country":"china"},
-> {"_key":"http://example.net/atv","domain":".net","country":"china"},
-> {"_key":"http://example.org/gat","domain":".org","country":"usa"},
-> {"_key":"http://example.com/vdw","domain":".com","country":"japan"}
-> ]
-[[0,1280378843.07883,2.202888],9]
-</pre></div>
-</div>
-<p>domainカラムとcountryカラムでドリルダウンを行う例を以下に示します。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site --limit 0 --drilldown domain
-[[0,1280378845.48263,0.00043],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["location","WGS84GeoPoint"],["links","Site"],["link","Site"],["domain","SiteDomain"],["country","SiteCountry"]]],[[3],[["_key","ShortText"],["_nsubrecs","Int32"]],[".org",3],[".net",3],[".com",3]]]]
-</pre></div>
-</div>
-<p>テーブル型を持つカラムに対してドリルダウンを行った場合、参照先のテーブルに存在するカラム値を取得することもできます。ドリルダウンを行ったテーブルには、_nsubrecsという仮想的なカラムが追加されます。このカラムには、グループ化されたレコード数が入ります。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site --limit 0 --drilldown domain --drilldown_output_columns _id,_key,_nsubrecs
-[[0,1280378845.68647,0.000267],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["location","WGS84GeoPoint"],["links","Site"],["link","Site"],["domain","SiteDomain"],["country","SiteCountry"]]],[[3],[["_id","UInt32"],["_key","ShortText"],["_nsubrecs","Int32"]],[1,".org",3],[2,".net",3],[3,".com",3]]]]
-</pre></div>
-</div>
-<p>複数のカラムに対してドリルダウンを行うことができます。複数のカラムに対してドリルダウンを行う場合には、drilldownパラメータにカラム名をカンマ区切りで与えます。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site --limit 0 --drilldown domain,country
-[[0,1280378845.8903,0.000368],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["location","WGS84GeoPoint"],["links","Site"],["link","Site"],["domain","SiteDomain"],["country","SiteCountry"]]],[[3],[["_key","ShortText"],["_nsubrecs","Int32"]],[".org",3],[".net",3],[".com",3]],[[5],[["_key","ShortText"],["_nsubrecs","Int32"]],["japan",3],["brazil",1],["usa",2],["korea",1],["china",2]]]]
-</pre></div>
-</div>
-<p>ドリルダウン結果を並びかえることができます。例えば、_nsubrecsパラメータの降順で並び替えることができます。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site --limit 0 --drilldown country --drilldown_sortby _nsubrecs
-[[0,1280378846.09517,0.000359],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["location","WGS84GeoPoint"],["links","Site"],["link","Site"],["domain","SiteDomain"],["country","SiteCountry"]]],[[5],[["_key","ShortText"],["_nsubrecs","Int32"]],["brazil",1],["korea",1],["usa",2],["china",2],["japan",3]]]]
-</pre></div>
-</div>
-<p>ドリルダウン結果は、デフォルトでは10件のみ表示されます。drilldown_offsetパラメータと、drilldown_limitパラメータによって、offsetとlimitを指定することができます。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Site --limit 0 --drilldown country --drilldown_sortby _nsubrecs --drilldown_limit 2 --drilldown_offset 2
-[[0,1280378846.2992,0.000326],[[[9],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["location","WGS84GeoPoint"],["links","Site"],["link","Site"],["domain","SiteDomain"],["country","SiteCountry"]]],[[5],[["_key","ShortText"],["_nsubrecs","Int32"]],["usa",2],["china",2]]]]
-</pre></div>
-</div>
-<p>文字列型のカラムに対するドリルダウンは、他の型でのドリルダウンに比べて低速です。文字列でのドリルダウンを行いたい場合には、このチュートリアルのように、文字列型を主キーとするテーブルを別途作成し、そのテーブルを型とするカラムを作成します。</p>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h4>Previous topic</h4>
- <p class="topless"><a href="tutorial04.html"
- title="previous chapter">2.4. さまざまな検索条件の指定</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="tutorial06.html"
- title="next chapter">2.6. タグ検索・参照関係の逆引き</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/tutorial/tutorial05.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="tutorial06.html" title="2.6. タグ検索・参照関係の逆引き"
- >next</a> |</li>
- <li class="right" >
- <a href="tutorial04.html" title="2.4. さまざまな検索条件の指定"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../tutorial.html" >2. チュートリアル</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/tutorial/tutorial06.html (+0 -209) 100644
===================================================================
--- doc/ja/tutorial/tutorial06.html 2010-08-20 05:29:25 +0000 (a4d34b4)
+++ /dev/null
@@ -1,209 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>2.6. タグ検索・参照関係の逆引き — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="2. チュートリアル" href="../tutorial.html" />
- <link rel="next" title="2.7. match_columnsパラメータ" href="tutorial07.html" />
- <link rel="prev" title="2.5. ドリルダウン" href="tutorial05.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="tutorial07.html" title="2.7. match_columnsパラメータ"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="tutorial05.html" title="2.5. ドリルダウン"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../tutorial.html" accesskey="U">2. チュートリアル</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="id1">
-<h1>2.6. タグ検索・参照関係の逆引き<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
-<p>本チュートリアルで、groongaはカラム値として他のテーブルへの参照の配列を持つことができることを紹介いたしました。実は、テーブルへの参照の配列データを用いることによって、いわゆるタグ検索を行うことが可能となります。</p>
-<p>タグ検索はgroongaの転置インデックスというデータ構造を用いて高速に行われます。</p>
-<div class="section" id="id2">
-<h2>2.6.1. タグ検索<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<p>動画共有サイトの検索エンジンを作ることを想定します。1つの動画には、その動画の特徴を表す、複数の語句が付与されています。「ある語句が付与されている動画の一覧を取得する」検索を行いたいとします。</p>
-<p>実際に、動画情報のテーブルを作成し、検索をしてみましょう。</p>
-<p>動画の情報を保存する、Videoテーブルを作成します。Videoテーブルでは、動画のタイトルをtitleカラムに、動画のタグ情報をtagsカラムにTagテーブル型で複数格納しています。
-タグの情報を保存する、Tagテーブルを作成します。Tagテーブルでは、タグ文字列を主キーに格納し、Videoテーブルのtagsカラムに対するインデックスをindex_tagsカラムに格納しています。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> table_create --name Video --flags TABLE_HASH_KEY --key_type UInt32
-[[0,1280378923.03769,0.060105],true]
-> table_create --name Tag --flags TABLE_HASH_KEY --key_type ShortText
-[[0,1280378923.29856,0.057985],true]
-> column_create --table Video --name title --flags COLUMN_SCALAR --type ShortText
-[[0,1280378923.55728,0.067165],true]
-> column_create --table Video --name tags --flags COLUMN_VECTOR --type Tag
-[[0,1280378923.82522,0.066382],true]
-> column_create --table Tag --name index_tags --flags COLUMN_INDEX --type Video --source tags
-[[0,1280378924.0924,0.122744],true]
-> load --table Video
-> [
-> {"_key":1,"title":"Soccer 2010","tags":["Sports","Soccer"]},
-> {"_key":2,"title":"Zenigata Kinjirou","tags":["Variety","Money"]},
-> {"_key":3,"title":"groonga Demo","tags":["IT","Server","groonga"]},
-> {"_key":4,"title":"Moero!! Ultra Baseball","tags":["Sports","Baseball"]},
-> {"_key":5,"title":"Hex Gone!","tags":["Variety","Quiz"]},
-> {"_key":6,"title":"Pikonyan 1","tags":["Animation","Pikonyan"]},
-> {"_key":7,"title":"Draw 8 Month","tags":["Animation","Raccoon"]},
-> {"_key":8,"title":"K.O.","tags":["Animation","Music"]}
-> ]
-[[0,1280378924.41589,2.002628],8]
-</pre></div>
-</div>
-<p>インデックスカラムを作成すると、全文検索が高速に行えるようになります。インデックスカラムは、対象のカラムに保存されたデータに更新があったとき、自動的に更新されます。</p>
-<p>「ある語句が付与されている動画の一覧を取得する」検索を行いましょう。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Video --query tags:@Variety --output_columns _key,title
-[[0,1280378926.6193,0.000444],[[[2],[["_key","UInt32"],["title","ShortText"]],[2,"Zenigata Kinjirou"],[5,"Hex Gone!"]]]]
-> select --table Video --query tags:@Sports --output_columns _key,title
-[[0,1280378926.82132,0.000302],[[[2],[["_key","UInt32"],["title","ShortText"]],[1,"Soccer 2010"],[4,"Moero!! Ultra Baseball"]]]]
-> select --table Video --query tags:@Animation --output_columns _key,title
-[[0,1280378927.02314,0.000295],[[[3],[["_key","UInt32"],["title","ShortText"]],[6,"Pikonyan 1"],[7,"Draw 8 Month"],[8,"K.O."]]]]
-</pre></div>
-</div>
-<p>このように、「Variety」、「Sports」、「Animation」のようなタグで検索を行うことができました。</p>
-</div>
-<div class="section" id="id3">
-<h2>2.6.2. 参照関係の逆引き<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groongaはテーブル間の参照関係の逆引きを高速に行うためのインデックスを付与することができます。タグ検索は、その1例にすぎません。</p>
-<p>例えば、ソーシャルネットワーキングサイトにおける友人関係を逆引き検索することができます。</p>
-<p>以下の例では、ユーザー情報を格納するUserテーブルを作成し、ユーザー名を格納するusernameカラム、ユーザーの友人一覧を配列で格納するfriendsカラムとそのインデックスのindex_friendsカラムを追加しています。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> table_create --name User --flags TABLE_HASH_KEY --key_type ShortText
-[[0,1280378927.22516,0.091699],true]
-> column_create --table User --name username --flags COLUMN_SCALAR --type ShortText
-[[0,1280378927.51764,0.067062],true]
-> column_create --table User --name friends --flags COLUMN_VECTOR --type User
-[[0,1280378927.78548,0.05804],true]
-> column_create --table User --name index_friends --flags COLUMN_INDEX --type User --source friends
-[[0,1280378928.04428,0.113384],true]
-> load --table User
-> [
-> {"_key":"ken","username":"健作","friends":["taro","jiro","tomo","moritapo"]}
-> {"_key":"moritapo","username":"森田","friends":["ken","tomo"]}
-> {"_key":"taro","username":"ぐるんが太郎","friends":["jiro","tomo"]}
-> {"_key":"jiro","username":"ぐるんが次郎","friends":["taro","tomo"]}
-> {"_key":"tomo","username":"トモちゃん","friends":["ken","hana"]}
-> {"_key":"hana","username":"花子","friends":["ken","taro","jiro","moritapo","tomo"]}
-> ]
-[[0,1280378928.35845,1.602101],6]
-</pre></div>
-</div>
-<p>指定したユーザーを友人リストに入れているユーザーの一覧を表示してみましょう。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table User --query friends:@tomo --output_columns _key,username
-[[0,1280378930.16145,0.000464],[[[5],[["_key","ShortText"],["username","ShortText"]],["ken","健作"],["taro","ぐるんが太郎"],["jiro","ぐるんが次郎"],["moritapo","森田"],["hana","花子"]]]]
-> select --table User --query friends:@jiro --output_columns _key,username
-[[0,1280378930.36419,0.000293],[[[3],[["_key","ShortText"],["username","ShortText"]],["ken","健作"],["taro","ぐるんが太郎"],["hana","花子"]]]]
-</pre></div>
-</div>
-<p>さらに、ドリルダウンを使って、友人リストに入っている数の一覧を表示してみましょう。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table User --limit 0 --drilldown friends
-[[0,1280378930.56663,0.000267],[[[6],[["_id","UInt32"],["_key","ShortText"],["username","ShortText"],["index_friends","User"],["friends","User"]]],[[6],[["_key","ShortText"],["_nsubrecs","Int32"]],["taro",3],["jiro",3],["tomo",5],["moritapo",2],["ken",3],["hana",1]]]]
-</pre></div>
-</div>
-<p>このように、テーブルの参照関係を逆にたどる検索ができました。</p>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">2.6. タグ検索・参照関係の逆引き</a><ul>
-<li><a class="reference internal" href="#id2">2.6.1. タグ検索</a></li>
-<li><a class="reference internal" href="#id3">2.6.2. 参照関係の逆引き</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="tutorial05.html"
- title="previous chapter">2.5. ドリルダウン</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="tutorial07.html"
- title="next chapter">2.7. match_columnsパラメータ</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/tutorial/tutorial06.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="tutorial07.html" title="2.7. match_columnsパラメータ"
- >next</a> |</li>
- <li class="right" >
- <a href="tutorial05.html" title="2.5. ドリルダウン"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../tutorial.html" >2. チュートリアル</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/tutorial/tutorial07.html (+0 -212) 100644
===================================================================
--- doc/ja/tutorial/tutorial07.html 2010-08-20 05:29:25 +0000 (53fd6e7)
+++ /dev/null
@@ -1,212 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>2.7. match_columnsパラメータ — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="2. チュートリアル" href="../tutorial.html" />
- <link rel="next" title="2.8. 主キーによる前方一致検索" href="tutorial08.html" />
- <link rel="prev" title="2.6. タグ検索・参照関係の逆引き" href="tutorial06.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="tutorial08.html" title="2.8. 主キーによる前方一致検索"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="tutorial06.html" title="2.6. タグ検索・参照関係の逆引き"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../tutorial.html" accesskey="U">2. チュートリアル</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="match-columns">
-<h1>2.7. match_columnsパラメータ<a class="headerlink" href="#match-columns" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id1">
-<h2>2.7.1. 複数のカラムを対象とした全文検索<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
-<p>groongaでは、複数のカラムを対象とした全文検索を行うことができます。例えば、ブログのテーブルで、タイトルと内容とがそれぞれ別のカラムに入ったものがあるとしましょう。「タイトルもしくは内容に特定の単語を含む」検索を行いたいとします。</p>
-<p>この場合、2つのインデックス作成方式があります。1つは、それぞれのカラムに1つずつインデックスを付与する方式です。もう1つは、複数のカラムに対して1つのインデックスを付与する方式です。groongaでは、どちらの形式のインデックスが存在している場合でも、同一の記法で全文検索を行うことができます。</p>
-<div class="section" id="id2">
-<h3>2.7.1.1. カラムごとにインデックスを付与する場合<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h3>
-<p>Blog1テーブルを作り、タイトル文字列のtitleカラム、本文のmessageカラムを追加しています。
-インデックス用のIndexBlog1テーブルも作り、titleカラムのインデックス用にindex_titleカラム、messageカラムのインデック用にindex_messageカラムと、それぞれ1カラムごとに1つずつ追加しています。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> table_create --name Blog1 --flags TABLE_HASH_KEY --key_type ShortText
-[[0,1280378807.97095,0.074659],true]
-> column_create --table Blog1 --name title --flags COLUMN_SCALAR --type ShortText
-[[0,1280378808.24637,0.058739],true]
-> column_create --table Blog1 --name message --flags COLUMN_SCALAR --type ShortText
-[[0,1280378808.50589,0.074658],true]
-> table_create --name IndexBlog1 --flags TABLE_PAT_KEY|KEY_NORMALIZE --key_type ShortText --default_tokenizer TokenBigram
-[[0,1280378808.78136,0.065557],true]
-> column_create --table IndexBlog1 --name index_title --flags COLUMN_INDEX|WITH_POSITION --type Blog1 --source title
-[[0,1280378809.04764,0.147413],true]
-> column_create --table IndexBlog1 --name index_message --flags COLUMN_INDEX|WITH_POSITION --type Blog1 --source message
-[[0,1280378809.39584,0.124963],true]
-> load --table Blog1
-> [
-> {"_key":"grn1","title":"groonga test","message":"groonga message"},
-> {"_key":"grn2","title":"baseball result","message":"rakutan eggs 4 - 4 groonga moritars"},
-> {"_key":"grn3","title":"groonga message","message":"none"}
-> ]
-[[0,1280378809.72157,1.001442],3]
-</pre></div>
-</div>
-<p>match_columnsオプションで、検索対象のカラムを複数指定することが出来ます。検索する文字列はqueryオプションで指定します。これを使うことで、タイトルと本文を全文検索することができます。</p>
-<p>実際に検索してみましょう。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Blog1 --match_columns title||message --query groonga
-[[0,1280378810.92387,0.0008],[[[3],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["message","ShortText"]],[1,"grn1","groonga test","groonga message"],[3,"grn3","groonga message","none"],[2,"grn2","baseball result","rakutan eggs 4 - 4 groonga moritars"]]]]
-> select --table Blog1 --match_columns title||message --query message
-[[0,1280378811.12754,0.000547],[[[2],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["message","ShortText"]],[3,"grn3","groonga message","none"],[1,"grn1","groonga test","groonga message"]]]]
-> select --table Blog1 --match_columns title --query message
-[[0,1280378811.33043,0.000482],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["message","ShortText"]],[3,"grn3","groonga message","none"]]]]
-</pre></div>
-</div>
-</div>
-<div class="section" id="id3">
-<h3>2.7.1.2. 複数のカラムにまたがったインデックスを付与する場合<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
-<p>内容は上の例とほぼ同じですが、titleとmessageの2つのカラムに対するインデックスが共通になっており、インデックスカラムが1つしかありません。</p>
-<p>共通のインデックスを用いても、titleカラムのみでの検索、messageカラムのみでの検索、titleもしくはmessageカラムでの検索、全ての検索を行うことができます。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> table_create --name Blog2 --flags TABLE_HASH_KEY --key_type ShortText
-[[0,1280378811.53299,0.099804],true]
-> column_create --table Blog2 --name title --flags COLUMN_SCALAR --type ShortText
-[[0,1280378811.83359,0.058761],true]
-> column_create --table Blog2 --name message --flags COLUMN_SCALAR --type ShortText
-[[0,1280378812.09316,0.05801],true]
-> table_create --name IndexBlog2 --flags TABLE_PAT_KEY|KEY_NORMALIZE --key_type ShortText --default_tokenizer TokenBigram
-[[0,1280378812.35194,0.057196],true]
-> column_create --table IndexBlog2 --name index_blog --flags COLUMN_INDEX|WITH_POSITION|WITH_SECTION --type Blog2 --source title,message
-[[0,1280378812.60988,0.113983],true]
-> load --table Blog2
-> [
-> {"_key":"grn1","title":"groonga test","message":"groonga message"},
-> {"_key":"grn2","title":"baseball result","message":"rakutan eggs 4 - 4 groonga moritars"},
-> {"_key":"grn3","title":"groonga message","message":"none"}
-> ]
-[[0,1280378812.92463,1.001314],3]
-</pre></div>
-</div>
-<p>実際に検索してみましょう。結果は上の例と同じになります。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Blog2 --match_columns title||message --query groonga
-[[0,1280378814.12681,0.000585],[[[3],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["message","ShortText"]],[1,"grn1","groonga test","groonga message"],[2,"grn2","baseball result","rakutan eggs 4 - 4 groonga moritars"],[3,"grn3","groonga message","none"]]]]
-> select --table Blog2 --match_columns title||message --query message
-[[0,1280378814.33044,0.000508],[[[2],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["message","ShortText"]],[1,"grn1","groonga test","groonga message"],[3,"grn3","groonga message","none"]]]]
-> select --table Blog2 --match_columns title --query message
-[[0,1280378814.53323,0.000486],[[[1],[["_id","UInt32"],["_key","ShortText"],["title","ShortText"],["message","ShortText"]],[3,"grn3","groonga message","none"]]]]
-</pre></div>
-</div>
-</div>
-</div>
-<div class="section" id="id4">
-<h2>2.7.2. インデックス名を指定した全文検索<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p>執筆中です。</p>
-</div>
-<div class="section" id="id5">
-<h2>2.7.3. インデックスの重み<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
-<p>執筆中です。</p>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">2.7. match_columnsパラメータ</a><ul>
-<li><a class="reference internal" href="#id1">2.7.1. 複数のカラムを対象とした全文検索</a><ul>
-<li><a class="reference internal" href="#id2">2.7.1.1. カラムごとにインデックスを付与する場合</a></li>
-<li><a class="reference internal" href="#id3">2.7.1.2. 複数のカラムにまたがったインデックスを付与する場合</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id4">2.7.2. インデックス名を指定した全文検索</a></li>
-<li><a class="reference internal" href="#id5">2.7.3. インデックスの重み</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="tutorial06.html"
- title="previous chapter">2.6. タグ検索・参照関係の逆引き</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="tutorial08.html"
- title="next chapter">2.8. 主キーによる前方一致検索</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/tutorial/tutorial07.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="tutorial08.html" title="2.8. 主キーによる前方一致検索"
- >next</a> |</li>
- <li class="right" >
- <a href="tutorial06.html" title="2.6. タグ検索・参照関係の逆引き"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../tutorial.html" >2. チュートリアル</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/tutorial/tutorial08.html (+0 -139) 100644
===================================================================
--- doc/ja/tutorial/tutorial08.html 2010-08-20 05:29:25 +0000 (2798347)
+++ /dev/null
@@ -1,139 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>2.8. 主キーによる前方一致検索 — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="2. チュートリアル" href="../tutorial.html" />
- <link rel="next" title="2.9. 全文検索の語彙表に対する追加情報" href="tutorial09.html" />
- <link rel="prev" title="2.7. match_columnsパラメータ" href="tutorial07.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="tutorial09.html" title="2.9. 全文検索の語彙表に対する追加情報"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="tutorial07.html" title="2.7. match_columnsパラメータ"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../tutorial.html" accesskey="U">2. チュートリアル</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="id1">
-<h1>2.8. 主キーによる前方一致検索<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
-<p>groongaのテーブルは、テーブル作成時にパトリシア木オプションを指定すると、前方一致検索を行うことができます。また、追加のオプションを指定することにより、主キーの後方一致検索をも行うことができます。</p>
-<div class="section" id="id2">
-<h2>2.8.1. 主キーによる前方一致検索<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<p>table_createコマンドのflagsオプションにTABLE_PAT_KEYを指定することで、主キーによる前方一致検索ができるようになります。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> table_create --name PatPre --flags TABLE_PAT_KEY --key_type ShortText
-[[0,1280378814.93737,0.10571],true]
-> load --table PatPre
-> [
-> {"_key":"ひろゆき"},
-> {"_key":"まろゆき"},
-> {"_key":"ひろあき"}
-> ]
-[[0,1280378815.24384,1.001289],3]
-> select --table PatPre --query _key:@ひろ
-[[0,1280378816.44578,0.022706],[[[2],[["_id","UInt32"],["_key","ShortText"]],[3,"ひろあき"],[1,"ひろゆき"]]]]
-</pre></div>
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">2.8. 主キーによる前方一致検索</a><ul>
-<li><a class="reference internal" href="#id2">2.8.1. 主キーによる前方一致検索</a></li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="tutorial07.html"
- title="previous chapter">2.7. match_columnsパラメータ</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="tutorial09.html"
- title="next chapter">2.9. 全文検索の語彙表に対する追加情報</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/tutorial/tutorial08.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="tutorial09.html" title="2.9. 全文検索の語彙表に対する追加情報"
- >next</a> |</li>
- <li class="right" >
- <a href="tutorial07.html" title="2.7. match_columnsパラメータ"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../tutorial.html" >2. チュートリアル</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/tutorial/tutorial09.html (+0 -114) 100644
===================================================================
--- doc/ja/tutorial/tutorial09.html 2010-08-20 05:29:25 +0000 (fc43bae)
+++ /dev/null
@@ -1,114 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>2.9. 全文検索の語彙表に対する追加情報 — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="2. チュートリアル" href="../tutorial.html" />
- <link rel="next" title="2.10. マイクロブログ検索システムの作成" href="tutorial10.html" />
- <link rel="prev" title="2.8. 主キーによる前方一致検索" href="tutorial08.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="tutorial10.html" title="2.10. マイクロブログ検索システムの作成"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="tutorial08.html" title="2.8. 主キーによる前方一致検索"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../tutorial.html" accesskey="U">2. チュートリアル</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="id1">
-<h1>2.9. 全文検索の語彙表に対する追加情報<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
-<p>groongaでは、全文検索に用いるための語意表がテーブルとして扱えます。よって、語彙ごとに複数の情報を保持することができます。例えば、語彙の出現数や検索ストップワードのフラグ、単語の重要度などを保持することができます。</p>
-<p>この項目については、現在執筆中です。</p>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h4>Previous topic</h4>
- <p class="topless"><a href="tutorial08.html"
- title="previous chapter">2.8. 主キーによる前方一致検索</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="tutorial10.html"
- title="next chapter">2.10. マイクロブログ検索システムの作成</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/tutorial/tutorial09.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="tutorial10.html" title="2.10. マイクロブログ検索システムの作成"
- >next</a> |</li>
- <li class="right" >
- <a href="tutorial08.html" title="2.8. 主キーによる前方一致検索"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../tutorial.html" >2. チュートリアル</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/tutorial/tutorial10.html (+0 -458) 100644
===================================================================
--- doc/ja/tutorial/tutorial10.html 2010-08-20 05:29:25 +0000 (e068267)
+++ /dev/null
@@ -1,458 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>2.10. マイクロブログ検索システムの作成 — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="../_static/default.css" type="text/css" />
- <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '../',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="../_static/jquery.js"></script>
- <script type="text/javascript" src="../_static/underscore.js"></script>
- <script type="text/javascript" src="../_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="../index.html" />
- <link rel="up" title="2. チュートリアル" href="../tutorial.html" />
- <link rel="next" title="3. リファレンスマニュアル" href="../reference.html" />
- <link rel="prev" title="2.9. 全文検索の語彙表に対する追加情報" href="tutorial09.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="../reference.html" title="3. リファレンスマニュアル"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="tutorial09.html" title="2.9. 全文検索の語彙表に対する追加情報"
- accesskey="P">previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../tutorial.html" accesskey="U">2. チュートリアル</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="id1">
-<h1>2.10. マイクロブログ検索システムの作成<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
-<p>これまで学んだgroongaの機能を用いて、マイクロブログの検索システムを作成してみましょう。マイクロブログとは、Twitterのような短いメッセージを投稿するブログです。</p>
-<div class="section" id="id2">
-<h2>2.10.1. テーブルの作成<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<p>まずは、テーブルを作成します。</p>
-<div class="highlight-none"><div class="highlight"><pre>table_create --name Users --flags TABLE_HASH_KEY --key_type ShortText
-table_create --name Comments --flags TABLE_HASH_KEY --key_type ShortText
-table_create --name HashTags --flags TABLE_HASH_KEY --key_type ShortText
-table_create --name Bigram --flags TABLE_PAT_KEY|KEY_NORMALIZE --key_type ShortText --default_tokenizer TokenBigram
-
-column_create --table Users --name name --flags COLUMN_SCALAR --type ShortText
-column_create --table Users --name follower --flags COLUMN_VECTOR --type Users
-column_create --table Users --name favorites --flags COLUMN_VECTOR --type Comments
-column_create --table Users --name location --flags COLUMN_SCALAR --type WGS84GeoPoint
-column_create --table Users --name location_str --flags COLUMN_SCALAR --type ShortText
-column_create --table Users --name description --flags COLUMN_SCALAR --type ShortText
-column_create --table Users --name folowee --flags COLUMN_INDEX --type Users --source follower
-
-column_create --table Comments --name comment --flags COLUMN_SCALAR --type ShortText
-column_create --table Comments --name last_modified --flags COLUMN_SCALAR --type Time
-column_create --table Comments --name replied_to --flags COLUMN_SCALAR --type Comments
-column_create --table Comments --name replied_users --flags COLUMN_VECTOR --type Users
-column_create --table Comments --name hash_tags --flags COLUMN_VECTOR --type HashTags
-column_create --table Comments --name location --flags COLUMN_SCALAR --type WGS84GeoPoint
-column_create --table Comments --name posted_by --flags COLUMN_SCALAR --type Users
-column_create --table Comments --name favorited_by --flags COLUMN_INDEX --type Users --source favorites
-
-column_create --table HashTags --name hash_index --flags COLUMN_INDEX --type Comments --source hash_tags
-
-column_create --table Bigram --name users_index --flags COLUMN_INDEX|WITH_POSITION|WITH_SECTION --type Users --source name,location_str,description
-column_create --table Bigram --name comment_index --flags COLUMN_INDEX|WITH_POSITION --type Comments --source comment
-</pre></div>
-</div>
-<div class="section" id="users">
-<h3>2.10.1.1. Usersテーブル<a class="headerlink" href="#users" title="Permalink to this headline">¶</a></h3>
-<p>ユーザーの名前や自己紹介文、フォローしているユーザー一覧など、ユーザー情報を格納するためのテーブルです。</p>
-<dl class="docutils">
-<dt><tt class="docutils literal"><span class="pre">_key</span></tt></dt>
-<dd>ユーザーID</dd>
-<dt><tt class="docutils literal"><span class="pre">name</span></tt></dt>
-<dd>ユーザー名</dd>
-<dt><tt class="docutils literal"><span class="pre">follower</span></tt></dt>
-<dd>フォローしているユーザーの一覧</dd>
-<dt><tt class="docutils literal"><span class="pre">favorites</span></tt></dt>
-<dd>お気に入りのコメント一覧</dd>
-<dt><tt class="docutils literal"><span class="pre">location</span></tt></dt>
-<dd>ユーザーの現在地(緯度経度座標)</dd>
-<dt><tt class="docutils literal"><span class="pre">location_str</span></tt></dt>
-<dd>ユーザーの現在地(文字列)</dd>
-<dt><tt class="docutils literal"><span class="pre">description</span></tt></dt>
-<dd>ユーザーの自己紹介</dd>
-<dt><tt class="docutils literal"><span class="pre">folowee</span></tt></dt>
-<dd>Usersテーブルのfollowerカラムに対するインデックス。
-このインデックスを作ることで、あるユーザーをフォローしているユーザーを検索できるようになります。</dd>
-</dl>
-</div>
-<div class="section" id="comments">
-<h3>2.10.1.2. Commentsテーブル<a class="headerlink" href="#comments" title="Permalink to this headline">¶</a></h3>
-<p>コメント内容や投稿日時、返信先情報など、コメントに関する内容を格納するテーブルです。</p>
-<dl class="docutils">
-<dt><tt class="docutils literal"><span class="pre">_key</span></tt></dt>
-<dd>コメントID</dd>
-<dt><tt class="docutils literal"><span class="pre">comment</span></tt></dt>
-<dd>コメント内容</dd>
-<dt><tt class="docutils literal"><span class="pre">last_modified</span></tt></dt>
-<dd>投稿日時</dd>
-<dt><tt class="docutils literal"><span class="pre">replied_to</span></tt></dt>
-<dd>返信元のコメント内容</dd>
-<dt><tt class="docutils literal"><span class="pre">replied_users</span></tt></dt>
-<dd>返信先のユーザーの一覧</dd>
-<dt><tt class="docutils literal"><span class="pre">hash_tags</span></tt></dt>
-<dd>コメントのハッシュタグの一覧</dd>
-<dt><tt class="docutils literal"><span class="pre">location</span></tt></dt>
-<dd>投稿場所(緯度経度座標のため)</dd>
-<dt><tt class="docutils literal"><span class="pre">posted_by</span></tt></dt>
-<dd>コメントを書いたユーザー</dd>
-<dt><tt class="docutils literal"><span class="pre">favorited_by</span></tt></dt>
-<dd>Usersテーブルのfavoritesカラムに対するインデックス。
-このインデックスを作ることで、指定したコメントを誰がお気に入りに入れているのかを検索できるようになります。</dd>
-</dl>
-</div>
-<div class="section" id="hashtags">
-<h3>2.10.1.3. HashTagsテーブル<a class="headerlink" href="#hashtags" title="Permalink to this headline">¶</a></h3>
-<p>コメントのハッシュタグを一覧で保存するためのテーブルです。</p>
-<dl class="docutils">
-<dt><tt class="docutils literal"><span class="pre">_key</span></tt></dt>
-<dd>ハッシュタグ</dd>
-<dt><tt class="docutils literal"><span class="pre">hash_index</span></tt></dt>
-<dd>「Comments.hash_tags」のインデックス。
-このインデックスを作ることで、指定したハッシュタグのついているコメントの一覧を出すことが出来るようになります。</dd>
-</dl>
-</div>
-<div class="section" id="bigram">
-<h3>2.10.1.4. Bigramテーブル<a class="headerlink" href="#bigram" title="Permalink to this headline">¶</a></h3>
-<p>ユーザー情報・コメントで全文検索が出来るようにするためのインデックスを格納するテーブルです。</p>
-<dl class="docutils">
-<dt><tt class="docutils literal"><span class="pre">_key</span></tt></dt>
-<dd>単語</dd>
-<dt><tt class="docutils literal"><span class="pre">users_index</span></tt></dt>
-<dd>ユーザー情報のインデックス。
-このカラムは、ユーザー名「Users.name」、現在地「Users.location_str」、自己紹介文「Users.description」のインデックスになっています。</dd>
-<dt><tt class="docutils literal"><span class="pre">comment_index</span></tt></dt>
-<dd>コメント内容「Comments.comment」のインデックス</dd>
-</dl>
-</div>
-</div>
-<div class="section" id="id3">
-<h2>2.10.2. データのロード<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>つづいて、テスト用データをロードします。</p>
-<div class="highlight-none"><div class="highlight"><pre>load --table Users
-[
- {
- "_key": "daijiro",
- "name": "hsiomaneki",
- "follower": ["tasukuchan"],
- "favorites": [],
- "location": "127678039x502643091",
- "location_str": "神奈川県",
- "description": "groonga developer"
- },
- {
- "_key": "tasukuchan",
- "name": "グニャラくん",
- "follower": ["daijiro","OffGao"],
- "favorites": ["daijiro:1","OffGao:1"],
- "location": "128423343x502929252",
- "location_str": "東京都渋谷区",
- "description": "エロいおっさん"
- },
- {
- "_key": "OffGao",
- "name": "OffGao",
- "follower": ["tasukuchan","daijiro"],
- "favorites": ["tasukuchan:1","daijiro:1"],
- "location": "128544408x502801502",
- "location_str": "東京都中野区",
- "description": "がおがお"
- }
-]
-
-load --table Comments
-[
- {
- "_key": "daijiro:1",
- "comment": "マイクロブログ作ってみました(甘栗むいちゃいました的な感じで)。",
- "last_modified": "2010/03/17 12:05:00",
- "posted_by": "daijiro",
- },
- {
- "_key": "tasukuchan:1",
- "comment": "初の書き込み。テストテスト。",
- "last_modified": "2010/03/17 12:00:00",
- "posted_by": "tasukuchan",
- },
- {
- "_key": "daijiro:2",
- "comment": "@tasukuchan ようこそ!!!",
- "last_modified": "2010/03/17 12:05:00",
- "replied_to": "tasukuchan:1",
- "replied_users": ["tasukuchan"],
- "posted_by": "daijiro",
- },
- {
- "_key": "tasukuchan:2",
- "comment": "@daijiro ありがとう!",
- "last_modified": "2010/03/17 13:00:00",
- "replied_to": "daijiro:2",
- "replied_users": ["daijiro"],
- "posted_by": "tasukuchan",
- },
- {
- "_key": "tasukuchan:3",
- "comment": "groongaなう #groonga",
- "last_modified": "2010/03/17 14:00:00",
- "hash_tags": ["groonga"],
- "location": "127972422x503117107",
- "posted_by": "tasukuchan",
- },
- {
- "_key": "tasukuchan:4",
- "comment": "groonga開発合宿のため羽田空港に来ました! #groonga #travel",
- "last_modified": "2010/03/17 14:05:00",
- "hash_tags": ["groonga", "travel"],
- "location": "127975798x502919856",
- "posted_by": "tasukuchan",
- },
- {
- "_key": "OffGao:1",
- "comment": "@daijiro @tasukuchan 登録してみましたよー!",
- "last_modified": "2010/03/17 15:00:00",
- "replied_users": ["daijiro", "tasukuchan"],
- "location": "128551935x502796433",
- "posted_by": "OffGao",
- }
- {
- "_key": "OffGao:2",
- "comment": "中野ブロードウェイなうなう",
- "last_modified": "2010/03/17 15:05:00",
- "location": "128551935x502796434",
- "posted_by": "OffGao",
- }
-]
-</pre></div>
-</div>
-<p>Usersテーブルのfollowerカラムとfavoritesカラム、そしてCommentsテーブルのreplied_usersカラムは、ベクターカラムです。そのため、これらのカラムは配列で値を指定します。</p>
-<p>Usersテーブルのlocationカラムと、Commentsテーブルのlocationカラムは、GeoPoint型です。この型での値の指定は、”[緯度]x[経度]”と記述して指定します。</p>
-<p>Commentsテーブルのlast_modifiedカラムは、Time型です。この型での値の指定方法は、マイクロ秒数の値を直接指定する方法のほかに、文字列で指定する方法もあります。”年/月/日 時:分:秒”というフォーマットで記述することで、データロードの際に文字列からキャストされ、マイクロ秒数の値が格納されます。</p>
-</div>
-<div class="section" id="id4">
-<h2>2.10.3. 検索<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p>それでは、実際に検索をしてみましょう。</p>
-<div class="section" id="id5">
-<h3>2.10.3.1. キーワードでユーザー検索<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h3>
-<p>ここでは、 <a class="reference internal" href="tutorial07.html"><em>match_columnsパラメータ</em></a> で扱った、複数カラムを対象とした検索を行います。
-指定された文字列で、ユーザー名・現在地・自己紹介文を対象に検索をします。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Users --match_columns name,location_str,description --query 東京 --output_columns _key,name
-[[0,1280378873.00607,0.00053],[[[2],[["_key","ShortText"],["name","ShortText"]],["tasukuchan","グニャラくん"],["OffGao","OffGao"]]]]
-</pre></div>
-</div>
-<p>「東京」をキーワードにユーザー検索した結果、東京都に住んでいる「グニャラくん」と「OffGao」がヒットしました。</p>
-</div>
-<div class="section" id="geopoint">
-<h3>2.10.3.2. GeoPointでユーザー検索<a class="headerlink" href="#geopoint" title="Permalink to this headline">¶</a></h3>
-<p>ここでは、 <a class="reference internal" href="tutorial04.html"><em>さまざまな検索条件の指定</em></a> で扱った、GeoPoint型のカラムで検索をします。
-以下の例では、指定された位置から5000m以内にいるユーザーを検索しています。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Users --filter 'geo_in_circle(location,"128484216x502919856",5000)' --output_columns _key,name
-[[0,1280378873.20845,0.000337],[[[2],[["_key","ShortText"],["name","ShortText"]],["tasukuchan","グニャラくん"],["OffGao","OffGao"]]]]
-</pre></div>
-</div>
-<p>新宿駅から5km以内にすんでいるユーザーを検索したところ、「グニャラくん」と「OffGao」がヒットしました。</p>
-</div>
-<div class="section" id="id6">
-<h3>2.10.3.3. あるユーザーをフォローしているユーザーの検索<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h3>
-<p>ここでは、 <a class="reference internal" href="tutorial06.html"><em>タグ検索・参照関係の逆引き</em></a> で扱った、参照関係の逆引きをします。
-以下の例では、Usersテーブルのfollowerカラムにあるフォローリストを逆引きします。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Users --query follower:@tasukuchan --output_columns _key,name
-[[0,1280378873.4108,0.000311],[[[2],[["_key","ShortText"],["name","ShortText"]],["daijiro","hsiomaneki"],["OffGao","OffGao"]]]]
-</pre></div>
-</div>
-<p>「グニャラくん」をフォローしている「hsiomaneki」と「OffGao」がヒットしました。</p>
-</div>
-<div class="section" id="id7">
-<h3>2.10.3.4. GeoPointでコメント検索<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
-<p>ある範囲内で書かれたコメントを検索します。
-また、 <a class="reference internal" href="tutorial05.html"><em>ドリルダウン</em></a> で扱ったドリルダウンも行います。検索結果をハッシュタグとユーザーでドリルダウンし、ユーザー別・ハッシュタグ別のカウントを出します。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Comments --filter 'geo_in_circle(location,"127975798x502919856",20000)' --output_columns posted_by.name,comment --drilldown hash_tags,posted_by
-[[0,1280378873.61299,0.000702],[[[4],[["posted_by.name","ShortText"],["comment","ShortText"]],["OffGao","@daijiro @tasukuchan 登録してみましたよー!"],["グニャラくん","groongaなう #groonga"],["グニャラくん","groonga開発合宿のため羽田空港に来ました! #groonga #travel"],["OffGao","中野ブロードウェイなうなう"]],[[2],[["_key","ShortText"],["_nsubrecs","Int32"]],["groonga",2],["travel",1]],[[2],[["_key","ShortText"],["_nsubrecs","Int32"]],["OffGao",2],["tasukuchan",2]]]]
-</pre></div>
-</div>
-<p>範囲を広く指定したため、位置情報のあるすべてのコメントがヒットしました。そして、ヒットしたコメントからドリルダウンされた結果も返ってきており、ハッシュタグは「#groonga」が2つに「#travel」が1つ、投稿者は「グニャラくん」「OffGao」がそれぞれ2件ずつであることがわかります。</p>
-</div>
-<div class="section" id="id8">
-<h3>2.10.3.5. キーワードでコメント検索<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
-<p>あるキーワードを含むコメントを検索します。
-さらに、 <a class="reference internal" href="tutorial04.html"><em>さまざまな検索条件の指定</em></a> で扱った、スコア値_scoreも出してみましょう。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Comments --query comment:@なう --output_columns comment,_score
-[[0,1280378873.81946,0.000332],[[[2],[["comment","ShortText"],["_score","Int32"]],["groongaなう #groonga",1],["中野ブロードウェイなうなう",2]]]]
-</pre></div>
-</div>
-<p>「なう」をキーワードにコメント検索した結果、2件のコメントがヒットしました。また、_scoreの値も返ってきており、「なう」の数が出力されていることが確認できます。</p>
-</div>
-<div class="section" id="id9">
-<h3>2.10.3.6. GeoPointとキーワードでコメント検索<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h3>
-<p>今度は、キーワードとGeoPointの両方を条件に検索をしてみます。–queryと–filterの両方を使用した場合、両方の条件に一致するレコードがヒットします。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Comments --query comment:@羽田 --filter 'geo_in_circle(location,"127975798x502919856",20000)' --output_columns posted_by.name,comment --drilldown hash_tags,posted_by
-[[0,1280378874.02194,0.000669],[[[1],[["posted_by.name","ShortText"],["comment","ShortText"]],["グニャラくん","groonga開発合宿のため羽田空港に来ました! #groonga #travel"]],[[2],[["_key","ShortText"],["_nsubrecs","Int32"]],["groonga",1],["travel",1]],[[1],[["_key","ShortText"],["_nsubrecs","Int32"]],["tasukuchan",1]]]]
-</pre></div>
-</div>
-<p>両方の条件を満たすコメントが1件ヒットしました。また、ドリルダウンの結果も返ってきており、「グニャラくん」のコメント1件であることがわかります。</p>
-</div>
-<div class="section" id="id10">
-<h3>2.10.3.7. ハッシュタグでコメント検索<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h3>
-<p>あるハッシュタグのついているコメントを検索します。
-これも、 <a class="reference internal" href="tutorial06.html"><em>タグ検索・参照関係の逆引き</em></a> で扱った、参照関係の逆引きを使います。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Comments --query hash_tags:@groonga --output_columns posted_by.name,comment --drilldown posted_by
-[[0,1280378874.22658,0.000485],[[[2],[["posted_by.name","ShortText"],["comment","ShortText"]],["グニャラくん","groongaなう #groonga"],["グニャラくん","groonga開発合宿のため羽田空港に来ました! #groonga #travel"]],[[1],[["_key","ShortText"],["_nsubrecs","Int32"]],["tasukuchan",2]]]]
-</pre></div>
-</div>
-<p>#groongaタグの付いている2件のコメントがヒットしました。また、投稿者のドリルダウンも返ってきており、2件とも「グニャラくん」のものであることがわかります。</p>
-</div>
-<div class="section" id="id">
-<h3>2.10.3.8. ユーザーIDでコメント検索<a class="headerlink" href="#id" title="Permalink to this headline">¶</a></h3>
-<p>あるユーザーが投稿したコメントを検索します。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Comments --query posted_by:tasukuchan --output_columns comment --drilldown hash_tags
-[[0,1280378874.43074,0.000502],[[[4],[["comment","ShortText"]],["初の書き込み。テストテスト。"],["@daijiro ありがとう!"],["groongaなう #groonga"],["groonga開発合宿のため羽田空港に来ました! #groonga #travel"]],[[2],[["_key","ShortText"],["_nsubrecs","Int32"]],["groonga",2],["travel",1]]]]
-</pre></div>
-</div>
-<p>「グニャラくん」が書き込んだ4件のコメントがヒットしました。また、ハッシュタグでドリルダウンした結果も返ってきており、ハッシュタグは「#groonga」が2つに「#travel」が1つあることがわかります。</p>
-</div>
-<div class="section" id="id11">
-<h3>2.10.3.9. ユーザーのお気に入りコメントを検索<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h3>
-<p>あるユーザーがお気に入りに入れているコメントを検索します。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select --table Users --query _key:tasukuchan --output_columns favorites.posted_by,favorites.comment
-[[0,1280378874.63511,0.000327],[[[1],[["favorites.posted_by","Users"],["favorites.comment","ShortText"]],[["daijiro","OffGao"],["マイクロブログ作ってみました(甘栗むいちゃいました的な感じで)。","@daijiro @tasukuchan 登録してみましたよー!"]]]]]
-</pre></div>
-</div>
-<p>「グニャラくん」がお気に入りに入れている2件のコメントがヒットしました。</p>
-</div>
-<div class="section" id="id12">
-<h3>2.10.3.10. 投稿時間でコメント検索<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h3>
-<p>コメントの投稿時間で検索をします。Time型については <a class="reference internal" href="tutorial03.html"><em>さまざまな種類をもったデータの保存</em></a> で扱っています。
-この例では、指定した時間よりも前に投稿されているコメントを検索します。</p>
-<p>実行例</p>
-<div class="highlight-none"><div class="highlight"><pre>> select Comments --filter 'last_modified<=1268802000' --output_columns posted_by.name,comment,last_modified --drilldown hash_tags,posted_by
-[[0,1280378874.83883,0.000681],[[[5],[["posted_by.name","ShortText"],["comment","ShortText"],["last_modified","Time"]],["hsiomaneki","マイクロブログ作ってみました(甘栗むいちゃいました的な感じで)。",1268795100.0],["グニャラくん","初の書き込み。テストテスト。",1268794800.0],["hsiomaneki","@tasukuchan ようこそ!!!",1268795100.0],["グニャラくん","@daijiro ありがとう!",1268798400.0],["グニャラくん","groongaなう #groonga",1268802000.0]],[[1],[["_key","ShortText"],["_nsubrecs","Int32"]],["groonga",1]],[[2],[["_key","ShortText"],["_nsubrecs","Int32"]],["daijiro",2],["tasukuchan",3]]]]
-</pre></div>
-</div>
-<p>2010/03/17 14:00:00以前に書かれたコメント5件がヒットしました。また、ドリルダウンの結果も返ってきており、「hsiomaneki」が2件、「グニャラくん」が3件ヒットしていることがわかります。</p>
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="../index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">2.10. マイクロブログ検索システムの作成</a><ul>
-<li><a class="reference internal" href="#id2">2.10.1. テーブルの作成</a><ul>
-<li><a class="reference internal" href="#users">2.10.1.1. Usersテーブル</a></li>
-<li><a class="reference internal" href="#comments">2.10.1.2. Commentsテーブル</a></li>
-<li><a class="reference internal" href="#hashtags">2.10.1.3. HashTagsテーブル</a></li>
-<li><a class="reference internal" href="#bigram">2.10.1.4. Bigramテーブル</a></li>
-</ul>
-</li>
-<li><a class="reference internal" href="#id3">2.10.2. データのロード</a></li>
-<li><a class="reference internal" href="#id4">2.10.3. 検索</a><ul>
-<li><a class="reference internal" href="#id5">2.10.3.1. キーワードでユーザー検索</a></li>
-<li><a class="reference internal" href="#geopoint">2.10.3.2. GeoPointでユーザー検索</a></li>
-<li><a class="reference internal" href="#id6">2.10.3.3. あるユーザーをフォローしているユーザーの検索</a></li>
-<li><a class="reference internal" href="#id7">2.10.3.4. GeoPointでコメント検索</a></li>
-<li><a class="reference internal" href="#id8">2.10.3.5. キーワードでコメント検索</a></li>
-<li><a class="reference internal" href="#id9">2.10.3.6. GeoPointとキーワードでコメント検索</a></li>
-<li><a class="reference internal" href="#id10">2.10.3.7. ハッシュタグでコメント検索</a></li>
-<li><a class="reference internal" href="#id">2.10.3.8. ユーザーIDでコメント検索</a></li>
-<li><a class="reference internal" href="#id11">2.10.3.9. ユーザーのお気に入りコメントを検索</a></li>
-<li><a class="reference internal" href="#id12">2.10.3.10. 投稿時間でコメント検索</a></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="tutorial09.html"
- title="previous chapter">2.9. 全文検索の語彙表に対する追加情報</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="../reference.html"
- title="next chapter">3. リファレンスマニュアル</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="../_sources/tutorial/tutorial10.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="../search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="../genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="../reference.html" title="3. リファレンスマニュアル"
- >next</a> |</li>
- <li class="right" >
- <a href="tutorial09.html" title="2.9. 全文検索の語彙表に対する追加情報"
- >previous</a> |</li>
- <li><a href="../index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="../tutorial.html" >2. チュートリアル</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file
Deleted: doc/ja/type.html (+0 -217) 100644
===================================================================
--- doc/ja/type.html 2010-08-20 05:29:25 +0000 (d116202)
+++ /dev/null
@@ -1,217 +0,0 @@
-
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-
- <title>3.3. データ型 — groonga v0.7.6 documentation</title>
- <link rel="stylesheet" href="_static/default.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript">
- var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '',
- VERSION: '0.7.6',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '.html',
- HAS_SOURCE: true
- };
- </script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <link rel="top" title="groonga v0.7.6 documentation" href="index.html" />
- <link rel="up" title="3. リファレンスマニュアル" href="reference.html" />
- <link rel="next" title="3.4. 疑似カラム (pseudo_column)" href="pseudo_column.html" />
- <link rel="prev" title="3.2.22. view_add" href="commands/view_add.html" />
- </head>
- <body>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- accesskey="I">index</a></li>
- <li class="right" >
- <a href="pseudo_column.html" title="3.4. 疑似カラム (pseudo_column)"
- accesskey="N">next</a> |</li>
- <li class="right" >
- <a href="commands/view_add.html" title="3.2.22. view_add"
- accesskey="P">previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="reference.html" accesskey="U">3. リファレンスマニュアル</a> »</li>
- </ul>
- </div>
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
- <div class="body">
-
- <div class="section" id="id1">
-<h1>3.3. データ型<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h1>
-<div class="section" id="id2">
-<h2>3.3.1. 名前<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
-<p>groonga データ型</p>
-</div>
-<div class="section" id="id3">
-<h2>3.3.2. 説明<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
-<p>groonga は、格納するデータの型を区別します。</p>
-<p>groongaのデータベースでは、テーブルの主キーや、カラムの値はいずれも何らかの型に属します。また通常は、一つのテーブルの中の全てのレコードについて、カラムの値は共通となります。</p>
-<p>主キーの型とカラムの型には、groongaで予め定義済みの型か、ユーザが定義する型、またはユーザが定義したテーブルを指定することができます。</p>
-<p>主キーの型に他のテーブルを指定する場合は、そのテーブルは、主キーの型となるテーブルのサブセットとなります。</p>
-<p>カラムの型に他のテーブルを指定する場合は、そのカラムは、カラムの型となるテーブルの参照キーとなります。</p>
-</div>
-<div class="section" id="id4">
-<h2>3.3.3. 組込型<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
-<p>以下の型が組込型としてあらかじめ定義されています。</p>
-<p><tt class="docutils literal"><span class="pre">Object</span></tt></p>
-<blockquote>
-任意のテーブルに属する全てのレコード <a class="footnote-reference" href="#id9" id="id5">[1]</a></blockquote>
-<p><tt class="docutils literal"><span class="pre">Bool</span></tt></p>
-<blockquote>
-bool型。trueとfalse。</blockquote>
-<p><tt class="docutils literal"><span class="pre">Int8</span></tt></p>
-<blockquote>
-8bit符号付き整数。</blockquote>
-<p><tt class="docutils literal"><span class="pre">UInt8</span></tt></p>
-<blockquote>
-8bit符号なし整数。</blockquote>
-<p><tt class="docutils literal"><span class="pre">Int16</span></tt></p>
-<blockquote>
-16bit符号付き整数。</blockquote>
-<p><tt class="docutils literal"><span class="pre">UInt16</span></tt></p>
-<blockquote>
-16bit符号なし整数。</blockquote>
-<p><tt class="docutils literal"><span class="pre">Int32</span></tt></p>
-<blockquote>
-32bit符号付き整数。</blockquote>
-<p><tt class="docutils literal"><span class="pre">UInt32</span></tt></p>
-<blockquote>
-32bit符号なし整数。</blockquote>
-<p><tt class="docutils literal"><span class="pre">Int64</span></tt></p>
-<blockquote>
-64bit符号付き整数。</blockquote>
-<p><tt class="docutils literal"><span class="pre">UInt64</span></tt></p>
-<blockquote>
-64bit符号なし整数。</blockquote>
-<p><tt class="docutils literal"><span class="pre">Float</span></tt></p>
-<blockquote>
-ieee754形式の64bit浮動小数点数。</blockquote>
-<p><tt class="docutils literal"><span class="pre">Time</span></tt></p>
-<blockquote>
-1970年1月1日0時0分0秒からの経過マイクロ秒数を64bit符号付き整数で表現した値。</blockquote>
-<p><tt class="docutils literal"><span class="pre">ShortText</span></tt></p>
-<blockquote>
-4Kbyte以下の文字列。</blockquote>
-<p><tt class="docutils literal"><span class="pre">Text</span></tt></p>
-<blockquote>
-64Kbyte以下の文字列。</blockquote>
-<p><tt class="docutils literal"><span class="pre">LongText</span></tt></p>
-<blockquote>
-2Gbyte以下の文字列。</blockquote>
-<p><tt class="docutils literal"><span class="pre">TokyoGeoPoint</span></tt></p>
-<blockquote>
-日本測地系緯度経度座標。緯度と経度はミリ秒単位での整数。
-“経度のミリ秒x緯度のミリ秒”という文字列表現を持つ。
-度分秒形式であれば、x度y分z秒は(((x * 60) + y) * 60 + z) * 1000という計算式で変換した値を代入します。</blockquote>
-<p><tt class="docutils literal"><span class="pre">WGS84GeoPoint</span></tt></p>
-<blockquote>
-世界測地系緯度経度座標。緯度と経度はミリ秒単位での整数。
-“経度のミリ秒x緯度のミリ秒”という文字列表現を持つ。
-度分秒形式であれば、x度y分z秒は(((x * 60) + y) * 60 + z) * 1000という計算式で変換した値を代入します。</blockquote>
-</div>
-<div class="section" id="id6">
-<h2>3.3.4. 型に関する制限事項<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
-<div class="section" id="id7">
-<h3>3.3.4.1. テーブルの主キーに指定できない型<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h3>
-<p>Text型とLongText型については、テーブルの主キーに指定することはできません。</p>
-</div>
-<div class="section" id="id8">
-<h3>3.3.4.2. ベクトルとして格納できない型<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h3>
-<p>groongaのカラムは、ある型のベクトルを保存することができます。しかし、ShortText, Text, LongTextの3つの型についてはベクトルとして保存することはできません。</p>
-<p>テーブル型は、ベクトルとして格納することができます。よって、ShortTextのベクトルを保存したい場合には、主キーがShortText型のテーブルを別途作成し、そのテーブルを型として利用します。</p>
-<p class="rubric">脚注</p>
-<table class="docutils footnote" frame="void" id="id9" rules="none">
-<colgroup><col class="label" /><col /></colgroup>
-<tbody valign="top">
-<tr><td class="label"><a class="fn-backref" href="#id5">[1]</a></td><td>Object型はv1.2でサポートされます。</td></tr>
-</tbody>
-</table>
-</div>
-</div>
-</div>
-
-
- </div>
- </div>
- </div>
- <div class="sphinxsidebar">
- <div class="sphinxsidebarwrapper">
- <h3><a href="index.html">Table Of Contents</a></h3>
- <ul>
-<li><a class="reference internal" href="#">3.3. データ型</a><ul>
-<li><a class="reference internal" href="#id2">3.3.1. 名前</a></li>
-<li><a class="reference internal" href="#id3">3.3.2. 説明</a></li>
-<li><a class="reference internal" href="#id4">3.3.3. 組込型</a></li>
-<li><a class="reference internal" href="#id6">3.3.4. 型に関する制限事項</a><ul>
-<li><a class="reference internal" href="#id7">3.3.4.1. テーブルの主キーに指定できない型</a></li>
-<li><a class="reference internal" href="#id8">3.3.4.2. ベクトルとして格納できない型</a></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-
- <h4>Previous topic</h4>
- <p class="topless"><a href="commands/view_add.html"
- title="previous chapter">3.2.22. view_add</a></p>
- <h4>Next topic</h4>
- <p class="topless"><a href="pseudo_column.html"
- title="next chapter">3.4. 疑似カラム (pseudo_column)</a></p>
- <h3>This Page</h3>
- <ul class="this-page-menu">
- <li><a href="_sources/type.txt"
- rel="nofollow">Show Source</a></li>
- </ul>
-<div id="searchbox" style="display: none">
- <h3>Quick search</h3>
- <form class="search" action="search.html" method="get">
- <input type="text" name="q" size="18" />
- <input type="submit" value="Go" />
- <input type="hidden" name="check_keywords" value="yes" />
- <input type="hidden" name="area" value="default" />
- </form>
- <p class="searchtip" style="font-size: 90%">
- Enter search terms or a module, class or function name.
- </p>
-</div>
-<script type="text/javascript">$('#searchbox').show(0);</script>
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="related">
- <h3>Navigation</h3>
- <ul>
- <li class="right" style="margin-right: 10px">
- <a href="genindex.html" title="General Index"
- >index</a></li>
- <li class="right" >
- <a href="pseudo_column.html" title="3.4. 疑似カラム (pseudo_column)"
- >next</a> |</li>
- <li class="right" >
- <a href="commands/view_add.html" title="3.2.22. view_add"
- >previous</a> |</li>
- <li><a href="index.html">groonga v0.7.6 documentation</a> »</li>
- <li><a href="reference.html" >3. リファレンスマニュアル</a> »</li>
- </ul>
- </div>
- <div class="footer">
- © Copyright 2009-2010, Brazil, Inc.
- Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.1.
- </div>
- </body>
-</html>
\ No newline at end of file