diff --git a/README.md b/README.md index d3e965f427d..95b93429536 100644 --- a/README.md +++ b/README.md @@ -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: `metaphone`, `doublemetaphone`, `soundex`, `refinedsoundex`, `caverphone1`, `caverphone2`, `cologne`, `nysiis`, -`koelnerphonetik`, `haasephonetik` +`koelnerphonetik`, `haasephonetik`, `beidermorse` 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`). @@ -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 -------