Add beidermorse encoder type to README
Add information about the mailing list
This commit is contained in:
parent
574905828f
commit
d104c23280
|
@ -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
|
||||
-------
|
||||
|
||||
|
|
Loading…
Reference in New Issue