rabbit-slide-komainu8-postgresql-conference-japan-2021 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/theme.rb ADDED
@@ -0,0 +1,5 @@
1
+ @title_slide_title_font_size = @large_font_size
2
+
3
+ @groonga_product = "pgroonga"
4
+
5
+ include_theme("groonga")
metadata ADDED
@@ -0,0 +1,86 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rabbit-slide-komainu8-postgresql-conference-japan-2021
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Horimoto Yasuhiro
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-11-11 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
+ description: |-
28
+ PostgreSQL で使用できる全文検索の拡張に PGroonga という高速に全文検索できる拡張があります。
29
+
30
+ PGroongaはバックエンドに本格的な全文検索エンジンGroongaを使っており、高速な全文検索以外にも、
31
+ より良い検索結果を出すための機能(検索結果の適合率や再現率の向上や、より良い結果順にするためのスコアリング)
32
+ が盛り込まれています。
33
+
34
+ PGroongaはPostgreSQLの拡張なので、SQLベースでこれらの機能を使うことができ、
35
+ SQLを使い慣れている人であれば、比較的スムーズにこれらの機能を使えます。
36
+
37
+ 本発表では、全文検索結果をより良くするPGroongaの機能について、どのような機能があり、
38
+ それらをどう使うのかについて網羅的に紹介します。
39
+ email:
40
+ - horimoto@clear-code.com
41
+ executables: []
42
+ extensions: []
43
+ extra_rdoc_files: []
44
+ files:
45
+ - ".rabbit"
46
+ - README.rd
47
+ - Rakefile
48
+ - config.yaml
49
+ - images/normalizer.png
50
+ - images/precision-expression.png
51
+ - images/precision-hight-recall-low.png
52
+ - images/precision-low-recall-hight.png
53
+ - images/precision-recall-1.png
54
+ - images/recall-expression.png
55
+ - images/search-result-01.png
56
+ - images/self-introduction.png
57
+ - images/tokenizer-tokenmecab.png
58
+ - images/tokenizer.png
59
+ - improve-search-result-with-pgroonga-overview.rab
60
+ - improve-search-result-with-pgroonga.rab
61
+ - pdf/postgresql-conference-japan-2021-improve-search-result-with-pgroonga.pdf
62
+ - theme.rb
63
+ homepage: https://slide.rabbit-shocker.org/authors/komainu8/postgresql-conference-japan-2021/
64
+ licenses:
65
+ - CC-BY-SA-4.0
66
+ metadata: {}
67
+ post_install_message:
68
+ rdoc_options: []
69
+ require_paths:
70
+ - lib
71
+ required_ruby_version: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ required_rubygems_version: !ruby/object:Gem::Requirement
77
+ requirements:
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ version: '0'
81
+ requirements: []
82
+ rubygems_version: 3.2.22
83
+ signing_key:
84
+ specification_version: 4
85
+ summary: PGroongaを使って全文検索結果をより良くする方法
86
+ test_files: []