Re: problems of getting frequency and position for a paticular word

2011-09-09 Thread Chris Hostetter
: Is there a way for solr to return only the frequency and position of a : paticular word back to client? I don't think so. It would probably be relatively straight forward to add to TermVectorComponent -- i don't know that it would save any *time* (i tihnk it would still have to process all

problems of getting frequency and position for a paticular word

2011-09-04 Thread Zong Peng
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