I am using term vector component in solr for building tag cloud. I am also using porter-stem factory for stemming at index and query time both.
The problem is term vector gives shows stemmed words in final output with term frequency. Example :- If I search for the word 'communication' it gives me term frequency of 'commune', but i need communication. I need stemming only for querying not in term vector. How can i stop this ?