elasticsearch-sudachi icon indicating copy to clipboard operation
elasticsearch-sudachi copied to clipboard

The Japanese analysis plugin for elasticsearch

Results 27 elasticsearch-sudachi issues
Sort by recently updated
recently updated
newest added

Basically, it is almost a complete rewrite of the whole ES plugin. Depends on #89 before merge. 1. Multiple analysis chains are now cached and perform sudachi analysis only once...

There is [a nice plugin](https://github.com/codelibs/elasticsearch-configsync) which syncs config files such as user dic among ES instances. Is it possible to add an automatic reloading feature when the user dic is...

8.3 once more have changed analysis plugin internal APIs, so it needs some work to support

こんにちは。 A単位とC単位を併用して検索を行うため、以下のように [sudachi_split を設定したファイル](https://github.com/WorksApplications/elasticsearch-sudachi/issues/75#config)を使って[ドキュメント](https://github.com/WorksApplications/elasticsearch-sudachi/issues/75#inserted-documents)をインサートしたのですが、検索のときにA単位が使われていないためか、想定している検索結果がでてきません([検索結果](https://github.com/WorksApplications/elasticsearch-sudachi/issues/75#search-result-1))。 Elasticsearch のバージョンは `7.7.0`、elasticsearch-sudachi のバージョンは `2.1.0` です。 [Analyze API の結果](https://github.com/WorksApplications/elasticsearch-sudachi/issues/75#analyze-result)をみるとA単位のトークンもC単位のトークンも出力されています。 [TermVector の状態](https://github.com/WorksApplications/elasticsearch-sudachi/issues/75#term-vector)をみるとA単位とC単位両方でインデクシングされており、[sudachi_split をオフにしてインサート](https://github.com/WorksApplications/elasticsearch-sudachi/issues/75#search-result-2)するとC単位のみになるため、インサートのときは sudachi_split がうまく機能しているようです。 [explain オプションを設定して sentence フィールドで「関西国際空港」を検索したときの結果](https://github.com/WorksApplications/elasticsearch-sudachi/issues/75#explain)をみると、 `sentence:関西国際空港` と `sentence:\"関西 国際 空港\"` の2つが検索されています。 [「関西 国際...

A documenattion to describe a temporary way to use Sudachi dictionary's synonym resource with Elasticsearch.

This is #90 with additional integration tests. Integration tests set up ES environment, installs the plugin and small version of sudachi dictionary there then indexes Kyoto University Leads Corpus training...

Depends on #92 Fixes #91 Because URLs for ES below 7.8 have different structure, we don't run integration tests for them. This commit also drops support for ES below 7.8...

Hi, Thank you for the great plugin. I cannot reproduce the example written in the official documentation. Input: ``` { "analyzer": "sudachi_analyzer", "text": "寿司がおいしいね" } ``` Expected (as described in...

I attempted to build using a Dockerfile for Elasticsearch 8.12.0 but failed at Task :integration:compileTestKotlin. I would appreciate it if you could advise on a solution. Also, are there any...

Hi team, Thank you for a great plugin. I am really surprised and satisfied with the quality of `Sudachi`. I've encountered some weird results and I'm unsure whether it's a...