Add beidermorse encoder type to README

Add information about the mailing list
This commit is contained in:
Dmitry Zhlobo 2013-03-21 11:18:04 +03:00
parent 574905828f
commit d104c23280
1 changed files with 6 additions and 1 deletions

View File

@ -22,7 +22,7 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
A `phonetic` token filter that can be configured with different `encoder` types: A `phonetic` token filter that can be configured with different `encoder` types:
`metaphone`, `doublemetaphone`, `soundex`, `refinedsoundex`, `metaphone`, `doublemetaphone`, `soundex`, `refinedsoundex`,
`caverphone1`, `caverphone2`, `cologne`, `nysiis`, `caverphone1`, `caverphone2`, `cologne`, `nysiis`,
`koelnerphonetik`, `haasephonetik` `koelnerphonetik`, `haasephonetik`, `beidermorse`
The `replace` parameter (defaults to `true`) controls if the token processed The `replace` parameter (defaults to `true`) controls if the token processed
should be replaced with the encoded one (set it to `true`), or added (set it to `false`). should be replaced with the encoded one (set it to `true`), or added (set it to `false`).
@ -47,6 +47,11 @@ should be replaced with the encoded one (set it to `true`), or added (set it to
} }
} }
Questions
---------
If you have questions or comments please use the mailing list instead of Github Issues tracker: https://groups.google.com/group/elasticsearch
License License
------- -------