RE: Term Frequencies for Query Result

2013-02-15 Thread Kai Gülzau
> i *think* you are saying that you want the sum of term frequencies for all > terms in all matching documents -- but i'm not sure, because i don't see > how TermVectorComponent is helping you unless you are iterating over every > doc in the result set (ie: deep paging) to get the TermVectors fo

Re: Term Frequencies for Query Result

2013-02-11 Thread Chris Hostetter
: I am looking for a way to get the top terms for a query result. you have to elaborate on exactly what you mean ... how are you defining "top terms for a query result" ? Are you talking about hte most common terms in the entire result set of documents that match your query? or the terms fro

Term Frequencies for Query Result

2013-01-30 Thread Kai Gülzau
Hi, I am looking for a way to get the top terms for a query result. Faceting does not work since counts are measured as documents containing a term and not as the overall count of a term in all found documents: http://localhost:8983/solr/master/select?q=type%3A7&rows=1&wt=json&indent=true&facet