I'd like to use both the ReversedWildcardFilterFactory and PorterStemFilterFactory on a text field that I have, I'd like to avoid stemming the reversed fields and would also like to avoid reversing the stemmed fields. My original thought was to have the ReversedWildcardFilterFactory higher in the chain, but what would this do with the stemmer? Would it attempt o stem the reversed tokens or are they ignored? What is the best way to achieve the result I am looking for in a single field?
Again goal is to have text come in have it be reversed and stemmed but I don't want the stemmed reversed and I don't want the reversed stemmed, is this possible?