I am facing a issue with facet fields.
I have one field as category in my schema.xml file and i have mapped it to facet fields. But the problem is, one of the category is "Repository" which is displaying fine in category field but in facet field it is showing "Repositori". y is getting changed to i. I don't know why.
I tried giving "Repositry", and it showing me "repos".

This looks like the work of a Stemming filter - perhaps you have solr.EnglishPorterFilterFactory as one of the filters for that field? You could add Repository to the list of words to ignore or remove the stemming filter from the indexing analyzer or add the stemming filter to the query analyzer.

Regards,

Adrian Sutton
http://www.symphonious.net

Reply via email to