Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elasticsearch導入 #224

Merged
merged 31 commits into from
Jul 2, 2021
Merged

Elasticsearch導入 #224

merged 31 commits into from
Jul 2, 2021

Conversation

momocus
Copy link
Owner

@momocus momocus commented Jul 1, 2021

#150 #159 #169 にてElasticsearchがある程度かたちになってきたので本番環境で動かしてみよう。
herokuにはbonsai-elasticsearchの設定をしておいたので多分動くはず。

momocus and others added 30 commits February 18, 2021 04:50
- Sakeのカラムの内、string型とtext型のものを対象に検索できるうようにした
- kuromojiとICU Analysisプラグインによって日本語の検索精度をよくした
  - https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-kuromoji.html
  - https://www.elastic.co/guide/en/elasticsearch/plugins/current/analysis-icu.html
- カスタマイズした辞書と同義語を登録した
適切な場所を決めるまでの仮置きとして、ElasticSearch用の検索ボックスをheaderに配置
- 列挙型の書式を統一
- portsの指定を文字列型に変更。60番以下のポート指定でおかしくなる可能性があるため。
  - https://docs.docker.com/compose/compose-file/compose-file-v3/#ports

Co-authored-by: SAITOU Keita <[email protected]>
Co-authored-by: SAITOU Keita <[email protected]>
ELASTICSEARCH_HOSTとELASTICSEARCH_HOSTSが似ていてわかりづらかった。
kibanaのための環境変数ELASTICSEARCH_HOSTSは名前を変えられないため、
ELASTICSEARCH_HOSTをELASTICSEARCH_HOSTNAME に変更した。
原料米や掛け米はただ列挙するだけだと不自然な文章になるため、原料米: XXと表示するようにした
- 改行を修正
- Elasticsearchとユーザーメニューの間に水平線を挿入
- 掛け米・原料米表記を削除
- 検索結果のテキストを<span>でくくった
Elasticsearchのhostとportを別々の環境変数にしていたが、まとめられることがわかったためまとめた
- Enumを使うカラムを検索できるようにするためElasticSearchのインデックスに追加
- ソートするためにdate型とintegerのカラムをElasticSearchのインデックスに追加
masterにtestが追加されたため、GitHub Action実行時にElasticsearchのコンテナを動かさないといけなくなった。
(動かしておかないと、酒の登録のテストとかでFailする)
step名を修正

Co-authored-by: SAITOU Keita <[email protected]>
ロングオプションを使うようにした

Co-authored-by: SAITOU Keita <[email protected]>
@momocus momocus requested a review from yonta July 1, 2021 10:20
@momocus momocus merged commit 2c4d8ab into master Jul 2, 2021
momocus added a commit that referenced this pull request Jul 3, 2021
This reverts commit 2c4d8ab, reversing
changes made to 2c28f61.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants