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

Re: Solr returning partial termvector

2011-09-03 Thread Zong Peng
Plus, for the function query termfreq(), it does not support wild card or phrase query. it just support simple word. Is there anybody having experience about those term vector issues? thanks, Zong On Fri, Sep 2, 2011 at 5:40 PM, Zong Peng zongp...@umail.iu.edu wrote: Hi, I am using

Solr returning partial termvector

2011-09-02 Thread Zong Peng
Hi, I am using the nightly built version solr4. Is there a way to let solr return just the frequency and offset of a particular word, for example war. Now I can only get the whole termvector for a field, which cause a lot of overhead. for instance, I am using