dgraph-io / dgraph

The high-performance database for modern applications

Home Page:https://dgraph.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[QUESTION]: full text search - Polish lang support

wkhere opened this issue · comments

Question.

Dgraph tour lists the languages supported by the full text search.
If I understand correctly, what languages are supported is dependent on what Bleve is handling.

Bleve will soon gain support for the Polish language - it is merged to master and planned for 2.3.10.

Is it sufficient for Dgraph to start using that version when it's ready, or some additional code is needed for the Polish full text search support?

Oook, Bleve 2.3.10 with the above-mentioned Polish fits support is released.

How to make Dgraph to use it? Should I just send a PR with the dependency version bump, or is it that someone specially picks up specific dependencies?