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
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 wrote:
> Hi,
>
> I am using the nightly buil
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"
http://localhost:/solr/select/