Hi, I have a problem with Polish Stempel Add-in analyzer. It converts "5531" number to "c" letter. This causing strange search results.. Example:
GET products_10_pl_1/_analyze
{
"analyzer" : "polish",
"text" : "5531"
}
returns
{
"tokens": [
{
"token": "ć",
"start_offset": 0,
"end_offset": 4,
"type": "",
"position": 0
}
]
}
Anyone any idea?