I want to add turkish character support solr. For example when i make a
query with letter 'c' i want to to get result having 'c' and Turkish
character 'ç' and vice versa. How can i do that. Do you have any opinion.
> I want to add turkish character support solr. For example
> when i make a
> query with letter 'c' i want to to get result having 'c'
> and Turkish
> character 'ç' and vice versa. How can i do that. Do you
> have any opinion.
You can replace Turkish characters (ç) with their ascii versions (c) with a charFilter before tokenizer: