rabbit-slide-kou-osc-2014-tokyo-fall 2014.10.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.rabbit +1 -0
- data/README.rd +43 -0
- data/Rakefile +129 -0
- data/config.yaml +24 -0
- data/images/full-text-server-search.svg +652 -0
- data/images/full-text-server-update.svg +656 -0
- data/images/integrate-with-full-text-server.svg +623 -0
- data/mysql-japanese-full-text-search.rab +772 -0
- data/pdf/osc-2014-tokyo-fall-mysql-japanese-full-text-search.pdf +0 -0
- data/theme.rb +6 -0
- metadata +89 -0
Binary file
|
data/theme.rb
ADDED
metadata
ADDED
@@ -0,0 +1,89 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: rabbit-slide-kou-osc-2014-tokyo-fall
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2014.10.18.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Kouhei Sutou
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2014-10-17 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: rabbit
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 2.0.2
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 2.0.2
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: groonga
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: 1.0.2
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: 1.0.2
|
41
|
+
description: |-
|
42
|
+
MySQLは広く使われているRDBMSです。速いし、レプリケーションのノウハウもあるし、Web上にたくさんの情報もあるからいざというときも安心、というのがその理由でしょう。
|
43
|
+
|
44
|
+
そんなMySQLの弱点の1つがデフォルトでは日本語で全文検索できないことです。でも、日本語で全文検索したいし。。。どうしよう。
|
45
|
+
|
46
|
+
そんなあなたに最近の日本語の全文検索事情を紹介します。Solr?Elasticsearch?Groonga?PostgreSQLはどうやっているの?Mroonga?Sphinx?
|
47
|
+
|
48
|
+
いろいろ考えると日本語で全文検索するときもMySQLを使うのがいいね!と思えてくるから不思議です。最近の日本語の全文検索事情を聞いて一緒に考えてみませんか?
|
49
|
+
email:
|
50
|
+
- kou@cozmixng.org
|
51
|
+
executables: []
|
52
|
+
extensions: []
|
53
|
+
extra_rdoc_files: []
|
54
|
+
files:
|
55
|
+
- ".rabbit"
|
56
|
+
- README.rd
|
57
|
+
- Rakefile
|
58
|
+
- config.yaml
|
59
|
+
- images/full-text-server-search.svg
|
60
|
+
- images/full-text-server-update.svg
|
61
|
+
- images/integrate-with-full-text-server.svg
|
62
|
+
- mysql-japanese-full-text-search.rab
|
63
|
+
- pdf/osc-2014-tokyo-fall-mysql-japanese-full-text-search.pdf
|
64
|
+
- theme.rb
|
65
|
+
homepage: http://slide.rabbit-shocker.org/authors/kou/osc-2014-tokyo-fall/
|
66
|
+
licenses:
|
67
|
+
- CC BY-SA 4.0
|
68
|
+
metadata: {}
|
69
|
+
post_install_message:
|
70
|
+
rdoc_options: []
|
71
|
+
require_paths:
|
72
|
+
- lib
|
73
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
74
|
+
requirements:
|
75
|
+
- - ">="
|
76
|
+
- !ruby/object:Gem::Version
|
77
|
+
version: '0'
|
78
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - ">="
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '0'
|
83
|
+
requirements: []
|
84
|
+
rubyforge_project:
|
85
|
+
rubygems_version: 2.2.2
|
86
|
+
signing_key:
|
87
|
+
specification_version: 4
|
88
|
+
summary: "いろいろ考えると日本語の全文検索もMySQLがいいね!"
|
89
|
+
test_files: []
|