Kentaro Hayashi
Kentaro Hayashi
`initial` stage returns non empty results because it should be matched.
groonga.c は #614 で対応した。
src/suggest/groonga_suggest_learner.c: の`grn_ctx_at` の返り値 `ref_table` を参照している箇所では`grn_table_get_key` の引数として指定されていて、`grn_table_get_key`ではNULLチェックしているので問題なし。
I've `push -f` fixed version, * Changed to use experimental C API * Added invalid index name testcase * Added some tokens are matched testcase
Hi, > it's possible to somehow implement Czech stemmer/tokenizer for Groonga? It looks that it's possible for another languages via TokenFilterStem. As Groonga's TokenFilterStem depends on [snowball](https://github.com/snowballstem/snowball) implementation, So, if...
FYI: I'm not familiar with snowball at all, there are language specific implementations under algorithms: https://github.com/snowballstem/snowball/tree/master/algorithms
Just running RDP enabled jobs to debug this issue.
As RDP enabled jobs are all passed, I'll retry to reproduce it. https://ci.appveyor.com/project/kenhys/groonga/builds/26522606
> the current behaviour on Alpine doesn't look correct, as the user's group doesn't seem to be set to fluent. I suspect that -g might have been used where -G...
Currently, ssl_client_cert_key_password is not supported yet. https://github.com/fluent/fluent-plugin-kafka/blob/master/lib/fluent/plugin/in_kafka_group.rb#L195-L200