Re: Term frequencies within a search

2009-05-22 Thread Robert Young
For all the docs, and in fact, I think it might be the document frequency. Basically I need to be able to do a query and get a list of terms with how many documents in the result set contain that term. I'm not so worried about how often the term appears in each document. Thanks Rob On Thu, May 21

Re: Term frequencies within a search

2009-05-21 Thread Michael McCandless
This is often requested, but Lucene doesn't make it easy. I'd love for someone to come up and build this feature :) Do you need term freqs for just the top N that were collected? Or for all docs that matched the query? Mike On Thu, May 21, 2009 at 6:34 AM, Robert Young wrote: > Hi, > I would