Navigation Menu

Skip to content

Commit

Permalink
Update document snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 27, 2015
1 parent ef83516 commit 21163fa
Show file tree
Hide file tree
Showing 102 changed files with 8,425 additions and 1,112 deletions.
12 changes: 9 additions & 3 deletions docs/index.html
Expand Up @@ -106,8 +106,8 @@ <h1>Groonga documentation<a class="headerlink" href="#groonga-documentation" tit
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="install/mac_os_x.html">2.2. Mac OS X</a><ul>
<li class="toctree-l3"><a class="reference internal" href="install/mac_os_x.html#id1">2.2.1. MacPorts</a></li>
<li class="toctree-l3"><a class="reference internal" href="install/mac_os_x.html#id3">2.2.2. Homebrew</a></li>
<li class="toctree-l3"><a class="reference internal" href="install/mac_os_x.html#macports">2.2.1. MacPorts</a></li>
<li class="toctree-l3"><a class="reference internal" href="install/mac_os_x.html#homebrew">2.2.2. Homebrew</a></li>
<li class="toctree-l3"><a class="reference internal" href="install/mac_os_x.html#build-from-source">2.2.3. Build from source</a></li>
</ul>
</li>
Expand Down Expand Up @@ -324,7 +324,13 @@ <h1>Groonga documentation<a class="headerlink" href="#groonga-documentation" tit
<li class="toctree-l3"><a class="reference internal" href="reference/tables.html#see-also">7.5.6. See also</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="reference/column.html">7.6. Column</a></li>
<li class="toctree-l2"><a class="reference internal" href="reference/column.html">7.6. Column</a><ul>
<li class="toctree-l3"><a class="reference internal" href="reference/columns/scalar.html">7.6.1. Scalar column</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/columns/vector.html">7.6.2. Vector column</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/columns/pseudo.html">7.6.3. Pseudo column</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/columns/index.html">7.6.4. Index column</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="reference/normalizers.html">7.7. Normalizers</a><ul>
<li class="toctree-l3"><a class="reference internal" href="reference/normalizers.html#summary">7.7.1. Summary</a></li>
<li class="toctree-l3"><a class="reference internal" href="reference/normalizers.html#built-in-normalizers">7.7.2. Built-in normalizers</a></li>
Expand Down
4 changes: 2 additions & 2 deletions docs/install.html
Expand Up @@ -103,8 +103,8 @@ <h1>2. Install<a class="headerlink" href="#install" title="Permalink to this hea
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="install/mac_os_x.html">2.2. Mac OS X</a><ul>
<li class="toctree-l2"><a class="reference internal" href="install/mac_os_x.html#id1">2.2.1. MacPorts</a></li>
<li class="toctree-l2"><a class="reference internal" href="install/mac_os_x.html#id3">2.2.2. Homebrew</a></li>
<li class="toctree-l2"><a class="reference internal" href="install/mac_os_x.html#macports">2.2.1. MacPorts</a></li>
<li class="toctree-l2"><a class="reference internal" href="install/mac_os_x.html#homebrew">2.2.2. Homebrew</a></li>
<li class="toctree-l2"><a class="reference internal" href="install/mac_os_x.html#build-from-source">2.2.3. Build from source</a></li>
</ul>
</li>
Expand Down
6 changes: 3 additions & 3 deletions docs/install/centos.html
Expand Up @@ -266,9 +266,9 @@ <h2>2.5.4. Build from source<a class="headerlink" href="#build-from-source" titl
</pre></div>
</div>
<p>Download source:</p>
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.1.0.tar.gz
% tar xvzf groonga-4.1.0.tar.gz
% cd groonga-4.1.0
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.1.1.tar.gz
% tar xvzf groonga-4.1.1.tar.gz
% cd groonga-4.1.1
</pre></div>
</div>
<p>Configure (see <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> about <tt class="docutils literal"><span class="pre">configure</span></tt> options):</p>
Expand Down
8 changes: 4 additions & 4 deletions docs/install/debian.html
Expand Up @@ -127,7 +127,7 @@ <h2>2.3.1. wheezy<a class="headerlink" href="#wheezy" title="Permalink to this h
<div class="highlight-none"><div class="highlight"><pre>% sudo apt-get install -y -V groonga-tokenizer-mecab
</pre></div>
</div>
<p>If you want to use TokenFilterStem as a token filter, install
<p>If you want to use <tt class="docutils literal"><span class="pre">TokenFilterStem</span></tt> as a token filter, install
groonga-token-filter-stem package.</p>
<p>Install groonga-token-filter-stem package:</p>
<div class="highlight-none"><div class="highlight"><pre>% sudo apt-get install -y -V groonga-token-filter-stem
Expand All @@ -154,9 +154,9 @@ <h2>2.3.2. Build from source<a class="headerlink" href="#build-from-source" titl
</pre></div>
</div>
<p>Download source:</p>
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.1.0.tar.gz
% tar xvzf groonga-4.1.0.tar.gz
% cd groonga-4.1.0
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.1.1.tar.gz
% tar xvzf groonga-4.1.1.tar.gz
% cd groonga-4.1.1
</pre></div>
</div>
<p>Configure (see <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> about <tt class="docutils literal"><span class="pre">configure</span></tt> options):</p>
Expand Down
6 changes: 3 additions & 3 deletions docs/install/fedora.html
Expand Up @@ -163,9 +163,9 @@ <h2>2.6.2. Build from source<a class="headerlink" href="#build-from-source" titl
</pre></div>
</div>
<p>Download source:</p>
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.1.0.tar.gz
% tar xvzf groonga-4.1.0.tar.gz
% cd groonga-4.1.0
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.1.1.tar.gz
% tar xvzf groonga-4.1.1.tar.gz
% cd groonga-4.1.1
</pre></div>
</div>
<p>Configure (see <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> about <tt class="docutils literal"><span class="pre">configure</span></tt> options):</p>
Expand Down
21 changes: 11 additions & 10 deletions docs/install/mac_os_x.html
Expand Up @@ -88,16 +88,17 @@ <h3>Navigation</h3>
<div class="section" id="mac-os-x">
<h1>2.2. Mac OS X<a class="headerlink" href="#mac-os-x" title="Permalink to this headline"></a></h1>
<p>This section describes how to install Groonga on Mac OS X. You can
install Groonga by <a class="reference external" href="http://www.macports.org/">MacPorts</a> or <a class="reference external" href="http://mxcl.github.com/homebrew/">Homebrew</a>.</p>
<div class="section" id="id1">
<span id="id2"></span><h2>2.2.1. MacPorts<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
install Groonga by <a class="reference external" href="http://www.macports.org/">MacPorts</a> or
<a class="reference external" href="http://mxcl.github.com/homebrew/">Homebrew</a>.</p>
<div class="section" id="macports">
<span id="id1"></span><h2>2.2.1. MacPorts<a class="headerlink" href="#macports" title="Permalink to this headline"></a></h2>
<p>Install:</p>
<div class="highlight-none"><div class="highlight"><pre>% sudo port install groonga
</pre></div>
</div>
</div>
<div class="section" id="id3">
<span id="id4"></span><h2>2.2.2. Homebrew<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h2>
<div class="section" id="homebrew">
<span id="id2"></span><h2>2.2.2. Homebrew<a class="headerlink" href="#homebrew" title="Permalink to this headline"></a></h2>
<p>Install:</p>
<div class="highlight-none"><div class="highlight"><pre>% brew install groonga
</pre></div>
Expand All @@ -112,9 +113,9 @@ <h1>2.2. Mac OS X<a class="headerlink" href="#mac-os-x" title="Permalink to this
<h2>2.2.3. Build from source<a class="headerlink" href="#build-from-source" title="Permalink to this headline"></a></h2>
<p>Install <a class="reference external" href="https://developer.apple.com/xcode/">Xcode</a>.</p>
<p>Download source:</p>
<div class="highlight-none"><div class="highlight"><pre>% curl -O http://packages.groonga.org/source/groonga/groonga-4.1.0.tar.gz
% tar xvzf groonga-4.1.0.tar.gz
% cd groonga-4.1.0
<div class="highlight-none"><div class="highlight"><pre>% curl -O http://packages.groonga.org/source/groonga/groonga-4.1.1.tar.gz
% tar xvzf groonga-4.1.1.tar.gz
% cd groonga-4.1.1
</pre></div>
</div>
<p>Configure (see <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> about <tt class="docutils literal"><span class="pre">configure</span></tt> options):</p>
Expand All @@ -141,8 +142,8 @@ <h2>2.2.3. Build from source<a class="headerlink" href="#build-from-source" titl
<h3><a href="../index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">2.2. Mac OS X</a><ul>
<li><a class="reference internal" href="#id1">2.2.1. MacPorts</a></li>
<li><a class="reference internal" href="#id3">2.2.2. Homebrew</a></li>
<li><a class="reference internal" href="#macports">2.2.1. MacPorts</a></li>
<li><a class="reference internal" href="#homebrew">2.2.2. Homebrew</a></li>
<li><a class="reference internal" href="#build-from-source">2.2.3. Build from source</a></li>
</ul>
</li>
Expand Down
6 changes: 3 additions & 3 deletions docs/install/others.html
Expand Up @@ -152,9 +152,9 @@ <h3>2.8.1.2. Libraries<a class="headerlink" href="#libraries" title="Permalink t
<h2>2.8.2. Build from source<a class="headerlink" href="#build-from-source" title="Permalink to this headline"></a></h2>
<p>Groonga uses GNU build system. So the following is the simplest build
steps:</p>
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.1.0.tar.gz
% tar xvzf groonga-4.1.0.tar.gz
% cd groonga-4.1.0
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.1.1.tar.gz
% tar xvzf groonga-4.1.1.tar.gz
% cd groonga-4.1.1
% ./configure
% make
% sudo make install
Expand Down
6 changes: 3 additions & 3 deletions docs/install/solaris.html
Expand Up @@ -96,9 +96,9 @@ <h2>2.7.1. Oracle Solaris 11<a class="headerlink" href="#oracle-solaris-11" titl
</pre></div>
</div>
<p>Download source:</p>
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.1.0.tar.gz
% gtar xvzf groonga-4.1.0.tar.gz
% cd groonga-4.1.0
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.1.1.tar.gz
% gtar xvzf groonga-4.1.1.tar.gz
% cd groonga-4.1.1
</pre></div>
</div>
<p>Configure with <tt class="docutils literal"><span class="pre">CFLAGS=&quot;-m64&quot;</span> <span class="pre">CXXFLAGS=&quot;-m64&quot;</span></tt> variables. They are
Expand Down
8 changes: 4 additions & 4 deletions docs/install/ubuntu.html
Expand Up @@ -138,7 +138,7 @@ <h2>2.4.1. PPA (Personal Package Archive)<a class="headerlink" href="#ppa-person
<div class="highlight-none"><div class="highlight"><pre>% sudo apt-get -y install groonga-tokenizer-mecab
</pre></div>
</div>
<p>If you want to use TokenFilterStem as a token filter, install
<p>If you want to use <tt class="docutils literal"><span class="pre">TokenFilterStem</span></tt> as a token filter, install
groonga-token-filter-stem package.</p>
<p>Install groonga-token-filter-stem package:</p>
<div class="highlight-none"><div class="highlight"><pre>% sudo apt-get -y install groonga-token-filter-stem
Expand All @@ -165,9 +165,9 @@ <h2>2.4.2. Build from source<a class="headerlink" href="#build-from-source" titl
</pre></div>
</div>
<p>Download source:</p>
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.1.0.tar.gz
% tar xvzf groonga-4.1.0.tar.gz
% cd groonga-4.1.0
<div class="highlight-none"><div class="highlight"><pre>% wget http://packages.groonga.org/source/groonga/groonga-4.1.1.tar.gz
% tar xvzf groonga-4.1.1.tar.gz
% cd groonga-4.1.1
</pre></div>
</div>
<p>Configure (see <a class="reference internal" href="others.html#source-configure"><em>configure</em></a> about <tt class="docutils literal"><span class="pre">configure</span></tt> options):</p>
Expand Down
18 changes: 9 additions & 9 deletions docs/install/windows.html
Expand Up @@ -100,15 +100,15 @@ <h2>2.1.1. Installer<a class="headerlink" href="#installer" title="Permalink to
packages.groonga.org:</p>
<blockquote>
<div><ul class="simple">
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.1.0-x86.exe">http://packages.groonga.org/windows/groonga/groonga-4.1.0-x86.exe</a></li>
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.1.1-x86.exe">http://packages.groonga.org/windows/groonga/groonga-4.1.1-x86.exe</a></li>
</ul>
</div></blockquote>
<p>Then run it.</p>
<p>For 64-bit environment, download x64 executable binary from
packages.goronga.org:</p>
<blockquote>
<div><ul class="simple">
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.1.0-x64.exe">http://packages.groonga.org/windows/groonga/groonga-4.1.0-x64.exe</a></li>
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.1.1-x64.exe">http://packages.groonga.org/windows/groonga/groonga-4.1.1-x64.exe</a></li>
</ul>
</div></blockquote>
<p>Then run it.</p>
Expand All @@ -121,15 +121,15 @@ <h2>2.1.2. zip<a class="headerlink" href="#zip" title="Permalink to this headlin
packages.groonga.org:</p>
<blockquote>
<div><ul class="simple">
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.1.0-x86.zip">http://packages.groonga.org/windows/groonga/groonga-4.1.0-x86.zip</a></li>
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.1.1-x86.zip">http://packages.groonga.org/windows/groonga/groonga-4.1.1-x86.zip</a></li>
</ul>
</div></blockquote>
<p>Then extract it.</p>
<p>For 64-bit environment, download x64 zip archive from
packages.groonga.org:</p>
<blockquote>
<div><ul class="simple">
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.1.0-x64.zip">http://packages.groonga.org/windows/groonga/groonga-4.1.0-x64.zip</a></li>
<li><a class="reference external" href="http://packages.groonga.org/windows/groonga/groonga-4.1.1-x64.zip">http://packages.groonga.org/windows/groonga/groonga-4.1.1-x64.zip</a></li>
</ul>
</div></blockquote>
<p>Then extract it.</p>
Expand All @@ -148,26 +148,26 @@ <h2>2.1.3. Build from source<a class="headerlink" href="#build-from-source" titl
<p>Download zipped source from packages.groonga.org:</p>
<blockquote>
<div><ul class="simple">
<li><a class="reference external" href="http://packages.groonga.org/source/groonga/groonga-4.1.0.zip">http://packages.groonga.org/source/groonga/groonga-4.1.0.zip</a></li>
<li><a class="reference external" href="http://packages.groonga.org/source/groonga/groonga-4.1.1.zip">http://packages.groonga.org/source/groonga/groonga-4.1.1.zip</a></li>
</ul>
</div></blockquote>
<p>Then extract it.</p>
<p>Move to the Groonga's source folder:</p>
<div class="highlight-none"><div class="highlight"><pre>&gt; cd c:\Users\%USERNAME%\Downloads\groonga-4.1.0
<div class="highlight-none"><div class="highlight"><pre>&gt; cd c:\Users\%USERNAME%\Downloads\groonga-4.1.1
</pre></div>
</div>
<p>Configure by <tt class="docutils literal"><span class="pre">cmake</span></tt>. The following commnad line is for 64-bit
version. To build 32-bit version, use <tt class="docutils literal"><span class="pre">-G</span> <span class="pre">&quot;Visual</span> <span class="pre">Studio</span> <span class="pre">10&quot;</span></tt>
parameter instead:</p>
<div class="highlight-none"><div class="highlight"><pre>groonga-4.1.0&gt; cmake . -G &quot;Visual Studio 10 Win64&quot; -DCMAKE_INSTALL_PREFIX=C:\groonga
<div class="highlight-none"><div class="highlight"><pre>groonga-4.1.1&gt; cmake . -G &quot;Visual Studio 10 Win64&quot; -DCMAKE_INSTALL_PREFIX=C:\groonga
</pre></div>
</div>
<p>Build:</p>
<div class="highlight-none"><div class="highlight"><pre>groonga-4.1.0&gt; cmake --build . --config Release
<div class="highlight-none"><div class="highlight"><pre>groonga-4.1.1&gt; cmake --build . --config Release
</pre></div>
</div>
<p>Install:</p>
<div class="highlight-none"><div class="highlight"><pre>groonga-4.1.0&gt; cmake --build . --config Release --target Install
<div class="highlight-none"><div class="highlight"><pre>groonga-4.1.1&gt; cmake --build . --config Release --target Install
</pre></div>
</div>
<p>After the above steps, <a class="reference internal" href="../reference/executables/groonga.html"><em>groonga command</em></a> is found in
Expand Down

0 comments on commit 21163fa

Please sign in to comment.