Hi, I am using solr to get the term frequency and positon of a searched word. Solr basically transfer the whole Termvector back to the client, which is not efficient because the term vector contains tons of unwanted words and their information.
Is there a way for solr to return only the frequency and position of a paticular word back to client? thanks, Zong