mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-06-02 08:30:41 +00:00
Merge branch 'master' of github.com:tantivy-search/tantivy
This commit is contained in:
@@ -15,6 +15,7 @@ pub enum Language {
|
||||
Greek,
|
||||
Hungarian,
|
||||
Italian,
|
||||
Norwegian,
|
||||
Portuguese,
|
||||
Romanian,
|
||||
Russian,
|
||||
@@ -38,6 +39,7 @@ impl Language {
|
||||
Greek => Algorithm::Greek,
|
||||
Hungarian => Algorithm::Hungarian,
|
||||
Italian => Algorithm::Italian,
|
||||
Norwegian => Algorithm::Norwegian,
|
||||
Portuguese => Algorithm::Portuguese,
|
||||
Romanian => Algorithm::Romanian,
|
||||
Russian => Algorithm::Russian,
|
||||
|
||||
Reference in New Issue
Block a user