I am having a problem with striping punctuation from the solr index When the punctuation sign follow right after a word then this word is not indexed properly.
For example: if we index "hello, John", the asset won t be found by keyword "hello" while there will be no issue if we remove comma after word "hello".
Is there any FilterFactory that suppose to strip punctuation? Any ideas?
Thanks, Bogdan.