> 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
: 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
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