Jeff Stein created LUCENE-6016:
----------------------------------
Summary: Stempel converts trailing 1 (and prior character) to ć
Key: LUCENE-6016
URL: https://issues.apache.org/jira/browse/LUCENE-6016
Project: Lucene - Core
Issue Type: Bug
Components: modules/analysis
Affects Versions: 4.8.1
Reporter: Jeff Stein
In the stempel analysis module, the StempelFilter TokenFilter converts a
trailing numeric one into a ć character, while also consuming the prior
character. This was also filed against the downstream
[elasticsearch-analysis-stempel
project|https://github.com/elasticsearch/elasticsearch-analysis-stempel/issues/31].
I did not find any errors with other numbers in the trailing position.
Example:
|| input || output ||
| foo1 | foć |
| foo11 | fooć |
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]