For example, there is a word "apple", I want to know no of times it has occurred in different rows.
Thanks!
EDIT
I have a database that contains textual data of what people are talking about. For example: People1 : I like apple. People2 : I like apple and stackoverflow. Ignoring common words we can see that Topic1 is apple which is talked about by 2 people. Topic2 is stackoverflow which is talked about by 1 people.
I want the indexing engine to fetch all the topics which are talked the most. It is similar to finding trending topics.