Linkers Tech Blog

リンカーズ株式会社の開発者ブログです。

Elasticsearch

全文検索を日本語向けにチューニングする

はじめに 情報システム部の横山です。弊社のビジネスマッチングサービス・LFBで、全文検索のチューニングを行ったので、今回はその時の知見を共有します。 読者の想定レベル Elasticsearch(以下ES)の設定方法についてある程度わかる人を想定しています。も…

Elasticsearchの日本語対応 (with Rails) と学んだこと 💡 [ 日本語版 ]

導入 情報システム部サービス開発チームのNathanです。この記事ではElasticsearchについて学んだことをご紹介します。横山さん、翻訳をしていただきありがとうこざいました。 The English version can be found here. 目的 Elasticsearchを設定して使用する…

Elasticsearch for Japanese (with Rails): What we learned 💡 [ 英語版 ]

Introduction Hi there, this is Nathan from Linker's developers team. Today I'll be writing about the things we learned when implementing Elasticsearch on a Japanese database. 日本語版はこちらです Purpose There are a countless guides for se…

【Elasticsearch】Validation Failed: 1: this action would add [10] total shards, but this cluster currently has [1992]/[2000] maximum shards open

はじめに 情報システム部の横山です。今回はElasticsearchを利用した機能を本番リリースする直前に発生した、表題のエラーについてご紹介します。このエラーが出るのは一部のアプリケーションだけだとは思いますが、同じエラーが出た人の一助となれば幸いで…