OSDN Git Service

Merge pull request #8 from MasaoFujii/update-readme
[pgbigm/pg_bigm.git] / README.md
1 # pg_bigm
2 The pg_bigm module provides full text search capability in [PostgreSQL](https://www.postgresql.org/).
3 This module allows a user to create **2-gram** (bigram) index for faster full text search.
4
5 pg_bigm is released under the [PostgreSQL License](https://opensource.org/licenses/postgresql), a liberal Open Source license, similar to the BSD or MIT licenses.
6
7 ## Test Status
8 [![Build Status](https://travis-ci.com/pgbigm/pg_bigm.svg?branch=master)](https://travis-ci.com/github/pgbigm/pg_bigm)
9
10 ## Documentation
11 ### English
12 * [Release 1.2](https://pgbigm.github.io/pg_bigm/pg_bigm_en-1-2.html)
13 * [Release 1.1](https://pgbigm.github.io/pg_bigm/pg_bigm_en-1-1.html)
14 * [Release 1.0](https://pgbigm.github.io/pg_bigm/pg_bigm_en.html)
15
16 ### 日本語
17 * [リリース1.2](https://pgbigm.github.io/pg_bigm/pg_bigm-1-2.html)
18 * [リリース1.1](https://pgbigm.github.io/pg_bigm/pg_bigm-1-1.html)
19 * [リリース1.0](https://pgbigm.github.io/pg_bigm/pg_bigm.html)
20
21 *****
22
23 Copyright (c) 2017-2023, pg_bigm Development Group
24
25 Copyright (c) 2012-2016, NTT DATA Corporation