Re: Facet and totaltermfreq

2012-05-05 Thread Dmitry Kan
The query: http://localhost:8983/solr/select/?qt=tvrh&q=query:the&tv.fl=query&tv.all=true&f.id.tv.tf=true&facet.field=id&facet=true&facet.limit=-1&facet.mincount=1 be careful with facet.limit=-1, it'll pull everything matching the query. Probably paging would make more sense in your case. f.id.tv

Re: Facet and totaltermfreq

2012-05-04 Thread Jamie Johnson
it might be...can you provide an example of the request/response? On Fri, May 4, 2012 at 3:31 PM, Dmitry Kan wrote: > I have tried (as a test) combining facets and term vectors ( > http://wiki.apache.org/solr/TermVectorComponent ) in one query and was able > to get a list of facets and for each f

Re: Facet and totaltermfreq

2012-05-04 Thread Dmitry Kan
I have tried (as a test) combining facets and term vectors ( http://wiki.apache.org/solr/TermVectorComponent ) in one query and was able to get a list of facets and for each facet there was a term freq under termVectors section. Not sure, if that's what you are trying to achieve. -Dmitry On Fri,