Skip to content

Latest commit

 

History

History
98 lines (70 loc) · 4.03 KB

index.md

File metadata and controls

98 lines (70 loc) · 4.03 KB
title
none

{{ site.title }}

{{ site.description.en }}

The latest version ({{ site.pgroonga_version }}) has been released at {{ site.pgroonga_release_date }}.

Try tutorial Install

About PGroonga {#about}

PGroonga (píːdʒí:lúnɡά) is a PostgreSQL extension to use Groonga as the index.

PostgreSQL supports full text search against languages that use only alphabet and digit. It means that PostgreSQL doesn't support full text search against Japanese, Chinese and so on. You can use super fast full text search feature with zero ETL against all languages by installing PGroonga into your PostgreSQL!

Documentations {#documentations}

  • News: It lists release information.

  • Overview: It describes about PGroonga.

  • Install: It describes how to install PGroonga.

  • Upgrade: It describes how to upgrade PGroonga.

  • Uninstall: It describes how to uninstall PGroonga.

  • Tutorial: It describes how to use PGroonga step by step.

  • FAQ: Frequently asked questions.

  • How to: It describes about useful information for specific situations.

  • Reference: It describes details for each features such as options, functions and operators.

  • Troubleshooting: It describes how to fix troubles.

  • Community: It introduces about PGroonga community.

  • Users: It lists PGroonga users.

  • Development: It describes how to develop PGroonga.

License {#license}

PGroonga is released under PostgreSQL license that is similar to BSD license and MIT license.

See COPYING file for details such as copyright holders.

Bundled software is released under different license. Here are bundled software and license information:

  • xxHash

  • Groonga (bundled only for Windows package)

  • MeCab (bundled only for Windows package)

  • NAIST Japanese Dictionary (bundled only for Windows package)

    • 3-clause BSD license
    • Copyright: Copyright (c) 2009, Nara Institute of Science and Technology, Japan
    • Detail: vendor/groonga/vendor/mecab-naist-jdic-0.6.3b-20111013/COPYING
  • LZ4 (bundled only for Windows package)

    • 2-clause BSD license for libraries
    • GPLv2+ for programs
    • Copyright: Copyright (c) 2011-2015, Yann Collet
    • Detail for libraries: vendor/groonga/vendor/lz4-r131/lib/LICENSE
    • Detail for programs: vendor/groonga/vendor/lz4-r131/programs/COPYING
  • msgpack-c (bundled only for Windows package)