!rZemGiqmyMCWkAxURV:gitter.im

groonga/ja

157 Members
4 Servers

Load older messages


SenderMessageTime
25 Mar 2024
@ktou:matrix.orgkou直ったっぽいっす。23:28:07
27 Mar 2024
@askdkc:gitter.imaskdkc
In reply to @ktou:matrix.org
sudo ldconfigかPostgreSQL起動時にLD_LIBRARY_PATH=/usr/local/lib postgres...ですね。

ここで学んだことをコピペするだけの簡単なお仕事です

https://github.com/pgroonga/pgroonga/discussions/417

23:40:12
28 Mar 2024
@ktou:matrix.orgkouすごい!00:01:05
@askdkc:gitter.imaskdkcコピペで褒められた。00:01:43
@ktou:matrix.orgkou私が答えなくても進むようになって感慨深いです!00:02:23
@askdkc:gitter.imaskdkc kou: さんが「OSSで人を育てる」という本を出してからが本番。 00:04:01
@ktou:matrix.orgkou私が書かなくても私の行動を見て他の人が書いてくれるのが理想です!00:05:29
@askdkc:gitter.imaskdkc背中で語る人だ👀00:06:35
@askdkc:gitter.imaskdkcimage.png
Download image.png
00:07:54
@askdkc:gitter.imaskdkcお陰様でこのスタンプ貰えました00:08:07
@ktou:matrix.orgkouこれはどういう条件でもらえるやつなんですか!?00:08:35
@askdkc:gitter.imaskdkc多分ディスカッションでBest Answerとか貰い続けると付与される予感。00:09:43
@ktou:matrix.orgkouなるほど!00:24:11
6 Apr 2024
@ashfordn:matrix.orgashfordn joined the room.16:27:04
@ashfordn:matrix.orgashfordn トークン フィルターを登録しようとしていますが、次のエラーが発生します。
ERROR 1026 (HY000): [token-filter][fin][set] token filter is NULL
その問題を解決する方法を知っている人はいますか?
16:27:55
@ashfordn:matrix.orgashfordn *

トークン フィルターを登録しようとしていますが、次のエラーが発生します。

ERROR 1026 (HY000): [token-filter][fin][set] token filter is NULL

その問題を解決する方法を知っている人はいますか?

16:28:26
@ashfordn:matrix.orgashfordn

次のコードを使用してフィルターを登録しています。

SELECT mroonga_command('plugin_register /usr/lib/x86_64-linux-gnu/groonga/plugins/token_filters/stem');

16:30:33
@ashfordn:matrix.orgashfordn私はそれを考え出した。 mariadb のバージョンを 11.2 から 10.6 にダウングレードする必要がありました。19:19:57
10 Apr 2024
@askdkc:gitter.imaskdkc

PostgreSQLのテンプレート機能で複製したDBで不具合起きちゃうのは防げないですかね?

例:

createdb pgreplica -T motonodb
psql pgreplica
update posts SET maintitle = subtitle where mai = '';
ERROR:  pgroonga: object isn't found: <Sources295009>
00:41:47
@askdkc:gitter.imaskdkc *

PostgreSQLのテンプレート機能で複製したDBで不具合起きちゃうのは防げないですかね?

例:

createdb pgreplica -T motonodb
psql pgreplica
update posts SET maintitle = subtitle where maintitle = '';
ERROR:  pgroonga: object isn't found: <Sources295009>
00:42:10
@ktou:matrix.orgkou 作った後にPGroonga関連のインデックスをREINDEXしてください! 00:49:30
@askdkc:gitter.imaskdkc行けました!ありがとうございます!!04:29:26
13 Apr 2024
@ashfordn:gitter.imashfordn joined the room.07:34:09
23 May 2024
@otegami:matrix.orgotegami joined the room.01:01:34
24 May 2024
@askdkc:gitter.imaskdkc

NOT A HOTEL株式会社のPGroonga(Supabase)事例が紹介されてる

https://findy-tools.io/products/supabase/32/78

はりベクトル検索だけでは精度が悪かったので、ハイブリッドな検索を行えるように日本語の全文検索拡張機能がある PGroonga 拡張機能も Serverless PostgreSQL では Supabase しかなかった

08:46:15
@ktou:matrix.orgkouXに流しておきました!09:02:45
8 Jun 2024
@otegami:matrix.orgotegami changed their display name from Otegami to otegami.04:03:49
5 Aug 2024
@nao5531:gitter.imotihanamih joined the room.02:26:45
13 Aug 2024
@vst-m:gitter.imvst-m joined the room.08:17:07
@vst-m:gitter.imvst-m

初めまして、最近Mroongaを使い始めた者です
初歩的な質問で申し訳ないのですが、どこで質問したら良いかわからずこちらに失礼させていただきます

https://groonga.org/docs/spec/search.html
こちらのドキュメントを読んでおりまして、selectのqueryパラメータの仕様に関して質問させてください

CREATE TABLE `test` (
  `content` text NOT NULL
) ENGINE=Mroonga DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

ALTER TABLE `test` ADD FULLTEXT KEY `content` (`content`) COMMENT='tokenizer "TokenMecab"';

というテーブルを作りまして、東京都民に深刻なダメージを与えました。というレコードを追加しました

SELECT mroonga_command('select test --match_columns content --query "東京に深刻"')

その後上記のようなクエリを実行すればqueryのキーワードが
東京/に/深刻
のように分割されて東京都民に深刻なダメージを与えました。がヒットするかと考えていたのですがヒットしませんでした

SELECT mroonga_command('select test --match_columns content --query "東京 に 深刻"')

と間にスペースを入れるとヒットするので、トークナイズの場合はただ分割しているだけではなく何かしら他の条件があるのではないかと思ったのですが、自分の理解が誤っているのかなどご教授いただけますと幸いです
念の為

SELECT mroonga_command('tokenize "TokenMecab" \'彼の名前は山田さんのはずです。\'')

ではトークナイズされた結果は返ってきます

もし質問する場所が間違っていましたら申し訳ございません
よろしくお願いいたします

08:39:22

Show newer messages


Back to Room ListRoom Version: 6