-
Notifications
You must be signed in to change notification settings - Fork 24.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consistent encoder names #29492
Consistent encoder names #29492
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,15 +17,15 @@ The `phonetic` token filter takes the following settings: | |
`encoder`:: | ||
|
||
Which phonetic encoder to use. Accepts `metaphone` (default), | ||
`doublemetaphone`, `soundex`, `refinedsoundex`, `caverphone1`, | ||
`double_metaphone`, `soundex`, `refined_soundex`, `caverphone1`, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Mabe also change |
||
`caverphone2`, `cologne`, `nysiis`, `koelnerphonetik`, `haasephonetik`, | ||
`beidermorse`, `daitch_mokotoff`. | ||
`beider_morse`, `daitch_mokotoff`. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If this is changes, |
||
|
||
`replace`:: | ||
|
||
Whether or not the original token should be replaced by the phonetic | ||
token. Accepts `true` (default) and `false`. Not supported by | ||
`beidermorse` encoding. | ||
`beider_morse` encoding. | ||
|
||
[source,js] | ||
-------------------------------------------------- | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe also change "refinedsoundec" in plugins/analysis-phonetic/src/test/resources/org/elasticsearch/index/analysis/phonetic-1.yml then