rabbit-slide-kou-mysql-and-postgresql-and-japanese-full-text-search 2016.2.9.0 → 2016.2.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.rd +22 -0
- data/config.yaml +2 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: be6802d9e5b1b040e5fd6c76f9a0e27e36a75231
|
4
|
+
data.tar.gz: 54bfdbcd397f55fb91b7d58ed509353a3c1dd016
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ee9000fc52a527278b82399c2011742732b8cef77dfec0b6a23862fa8ef917b0cdd3d0e9029bf45057bab30fb4508d40d0ab6ddd9b2516e55f356746142c442
|
7
|
+
data.tar.gz: 33c45f023bc1db9fb49ededd37e2833571aac8b0068afd07e91dc12ad975d2c5f101f2b625759451959770fe82e44c840bc9eee7f75b02d69bc55fce56eb6316
|
data/README.rd
CHANGED
@@ -2,6 +2,28 @@
|
|
2
2
|
|
3
3
|
MySQL・PostgreSQLでGroonga(Mroonga・PGroonga)を使って日本語全文検索する方法とその特徴を紹介します。
|
4
4
|
|
5
|
+
== ライセンス
|
6
|
+
|
7
|
+
=== スライド
|
8
|
+
|
9
|
+
CC BY-SA 4.0
|
10
|
+
|
11
|
+
原著作者名は以下の通りです。
|
12
|
+
|
13
|
+
* 須藤功平(またはKouhei Sutou)
|
14
|
+
|
15
|
+
=== 画像
|
16
|
+
|
17
|
+
==== Groonga・Mroonga・PGroongaのロゴ
|
18
|
+
|
19
|
+
CC BY 3.0
|
20
|
+
|
21
|
+
原著作者名は以下の通りです。
|
22
|
+
|
23
|
+
* Groongaプロジェクト
|
24
|
+
* Mroongaプロジェクト
|
25
|
+
* PGroongaプロジェクト
|
26
|
+
|
5
27
|
== 作者向け
|
6
28
|
|
7
29
|
=== 表示
|
data/config.yaml
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rabbit-slide-kou-mysql-and-postgresql-and-japanese-full-text-search
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2016.2.9.
|
4
|
+
version: 2016.2.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kouhei Sutou
|
@@ -61,6 +61,7 @@ files:
|
|
61
61
|
- pdf/mysql-and-postgresql-and-japanese-full-text-search-mroonga-and-pgroonga.pdf
|
62
62
|
homepage: http://slide.rabbit-shocker.org/authors/kou/mysql-and-postgresql-and-japanese-full-text-search/
|
63
63
|
licenses:
|
64
|
+
- CC BY 3.0
|
64
65
|
- CC BY-SA 4.0
|
65
66
|
metadata: {}
|
66
67
|
post_install_message:
|