Skip to content

dstendardi/elasticsearch-analysis-hunspell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Hunspell Analysis for ElasticSearch

The Hunspell Analysis plugin integrates Lucene Hunspell module into ElasticSearch, adding Hunspell relates analysis components.

In order to install the plugin, simply run: bin/plugin -install jprante/elasticsearch-analysis-hunspell/1.0.0.

---------------------------------------------
| Hunspell Analysis Plugin | ElasticSearch  |
---------------------------------------------
| master                   | 0.18 -> master |
---------------------------------------------
| 1.0.0                    | 0.18 -> master |
---------------------------------------------

Example usage:

index:
  analysis:
    filter:
      hunspell_de:
        type: hunspell
        locale: de_DE
        ignoreCase: true

Supported locales:

bg_BG ca_ES cs_CZ da_DK de_DE de_DE_neu el_GR en_AU en_CA en_GB en_US es_ES fr_FR he_IL hi_IN hr_HR hu_HU id_ID it_IT lt_LT lv_LV nb_NO nl_NL pl_PL pt_BR pt_PT ro_RO ru_RU sh sk_SK sl_SI sr sv_SE uk_UA vi_VI vi_VN

About

Hunspell analysis for ElasticSearch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published