Re: Term frequency across multiple documents

2011-01-13 Thread Ahmet Arslan
...@gmail.com Subject: Re: Term frequency across multiple documents To: solr-user@lucene.apache.org Date: Wednesday, January 12, 2011, 6:56 PM Maybe there is a better solution, but I think that you can solve this problem using facets. You will get the number of documents where each term

Term frequency across multiple documents

2011-01-12 Thread Aaron Bycoffe
I'm attempting to calculate term frequency across multiple documents in Solr. I've been able to use TermVectorComponent to get this data on a per-document basis but have been unable to find a way to do it for multiple documents -- that is, get a list of terms appearing in the documents and how

Re: Term frequency across multiple documents

2011-01-12 Thread Juan Grande
. Regards, Juan Grande On Wed, Jan 12, 2011 at 11:08 AM, Aaron Bycoffe abyco...@sunlightfoundation.com wrote: I'm attempting to calculate term frequency across multiple documents in Solr. I've been able to use TermVectorComponent to get this data on a per-document basis but have been unable